html,body,#root{width:100%;min-height:100%}body{background:#fff;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}button{font-family:inherit}.cart-overlay{z-index:10000;opacity:0;visibility:hidden;pointer-events:none;background:#0000006b;transition:opacity .25s,visibility .25s;position:fixed;inset:0}.cart-overlay.show{opacity:1;visibility:visible;pointer-events:auto}.cart-sidebar{z-index:10001;color:#111;visibility:hidden;background:#fff;flex-direction:column;width:min(430px,100vw);height:100dvh;transition:transform .32s cubic-bezier(.4,0,.2,1),visibility .32s;display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(105%);box-shadow:-12px 0 45px #00000029}.cart-sidebar.show{visibility:visible;transform:translate(0)}.cart-drawer-header{border-bottom:1px solid #e8e8e8;flex:none;justify-content:space-between;align-items:center;gap:18px;min-height:72px;padding:0 24px;display:flex}.cart-drawer-title{margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.cart-drawer-close{color:#111;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.cart-drawer-close:hover{color:#fff;background:#111;border-color:#111}.cart-drawer-close svg{width:17px;height:17px}.cart-drawer-body{scrollbar-width:thin;flex:auto;min-height:0;padding:0 24px;overflow-y:auto}.cart-drawer-item{border-bottom:1px solid #ededed;grid-template-columns:82px minmax(0,1fr);column-gap:14px;padding:20px 0;display:grid;position:relative}.cart-drawer-image{object-fit:cover;background:#f5f5f5;grid-row:1/span 3;width:82px;height:105px}.cart-drawer-info{min-width:0;padding-right:25px}.cart-drawer-name{overflow-wrap:anywhere;margin:0 0 6px;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500;line-height:1.3}.cart-drawer-variant,.cart-drawer-size{color:#777;text-transform:capitalize;margin:2px 0;font-size:10px}.cart-drawer-price{grid-column:2;margin:7px 0 10px;font-size:13px;font-weight:600}.cart-drawer-controls{grid-column:2;align-items:center;gap:13px;display:flex}.cart-quantity{border:1px solid #ddd;align-items:center;display:inline-flex}.cart-quantity button{cursor:pointer;background:#fff;border:0;justify-content:center;align-items:center;width:31px;height:31px;display:inline-flex}.cart-quantity button:hover{background:#f5f5f5}.cart-quantity button svg{width:13px;height:13px}.cart-quantity-number{text-align:center;min-width:30px;font-size:12px}.cart-remove{color:#777;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:31px;height:31px;display:inline-flex}.cart-remove:hover{color:#111}.cart-remove svg{width:15px;height:15px}.cart-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding:50px 20px;display:flex}.cart-empty p{color:#555;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:17px}.cart-footer-link{color:#555;cursor:pointer;background:0 0;border:0;padding:6px 0;font-size:11px;text-decoration:underline}.cart-footer-link:hover{color:#111}.cart-drawer-footer{background:#fff;border-top:1px solid #e5e5e5;flex:none;padding:18px 24px 22px}.cart-subtotal{justify-content:space-between;align-items:center;gap:15px;margin-bottom:14px;display:flex}.cart-subtotal-label{color:#777;font-size:12px}.cart-subtotal-price{font-size:16px;font-weight:600}.cart-checkout-btn{color:#fff;cursor:pointer;letter-spacing:.5px;text-transform:uppercase;background:#111;border:1px solid #111;width:100%;min-height:48px;font-size:11px;font-weight:600}.cart-checkout-btn:hover{color:#111;background:#fff}.cart-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 16px;margin-top:12px;display:flex}@media (width<=520px){.cart-sidebar{width:min(94vw,410px)}.cart-drawer-header{min-height:64px;padding:0 17px}.cart-drawer-body{padding:0 17px}.cart-drawer-footer{padding:16px 17px 18px}.cart-drawer-item{grid-template-columns:76px minmax(0,1fr);column-gap:12px;padding:17px 0}.cart-drawer-image{width:76px;height:96px}.cart-drawer-name{font-size:14px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sd-product-page{color:#111;box-sizing:border-box;background:#fff;width:100%;min-height:100vh;padding:30px 0 90px}.sd-product-page *,.sd-product-page :before,.sd-product-page :after{box-sizing:border-box}.sd-breadcrumb{color:#777;align-items:center;gap:9px;width:calc(100% - 80px);max-width:1320px;margin:0 auto 32px;font-size:13px;display:flex}.sd-breadcrumb a{color:#555;text-decoration:none}.sd-breadcrumb a:hover{color:#111}.sd-breadcrumb-current{color:#222;white-space:nowrap;text-overflow:ellipsis;max-width:450px;overflow:hidden}.sd-product-layout{grid-template-columns:minmax(0,1fr) minmax(390px,500px);align-items:start;gap:70px;width:calc(100% - 80px);max-width:1320px;margin:0 auto;display:grid}.sd-gallery{grid-template-columns:92px minmax(0,1fr);grid-template-areas:"thumbs image";align-items:start;gap:22px;width:100%;min-width:0;display:grid}.sd-main-image{touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#fff;grid-area:image;width:100%;max-width:650px;margin:0 auto;position:relative;overflow:hidden}.sd-main-image img{aspect-ratio:4/5;object-fit:contain;object-position:center;-webkit-user-drag:none;background:#fff;width:100%;height:auto;display:block}.sd-no-image{aspect-ratio:4/5;color:#999;background:#f8f8f8;justify-content:center;align-items:center;width:100%;font-size:14px;display:flex}.sd-thumbnails{flex-direction:column;grid-area:thumbs;gap:12px;width:92px;display:flex}.sd-thumbnail{cursor:pointer;background:#fff;border:1px solid #ddd;flex:none;width:92px;height:110px;padding:0;display:block;overflow:hidden}.sd-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.sd-thumbnail:hover{border-color:#777}.sd-thumbnail-active{border:2px solid #111}.sd-gallery-arrow{z-index:5;color:#111;cursor:pointer;opacity:0;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:28px;line-height:1;transition:opacity .2s,background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sd-main-image:hover .sd-gallery-arrow{opacity:1}.sd-gallery-arrow:hover{color:#fff;background:#111}.sd-gallery-prev{left:15px}.sd-gallery-next{right:15px}.sd-product-info{flex-direction:column;align-items:stretch;width:100%;min-width:0;display:flex}.sd-product-title{color:#111;letter-spacing:0;margin:0 0 12px;padding:0;font-family:inherit;font-size:35px;font-weight:500;line-height:1.25}.sd-reviews{align-items:center;gap:14px;margin-bottom:23px;font-size:13px;display:flex}.sd-reviews>span{color:#777}.sd-write-review{color:#111;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;text-decoration:underline}.sd-availability{align-items:center;gap:5px;margin-bottom:17px;font-size:14px;display:flex}.sd-availability strong{font-weight:500}.sd-in span{color:#333}.sd-low span{color:#b45309}.sd-out span{color:#b91c1c}.sd-price{color:#111;margin-bottom:21px;font-size:29px;font-weight:600;line-height:1.2}.sd-short-description{color:#555;margin-bottom:28px;font-size:14px;line-height:1.75}.sd-short-description p{margin:0}.sd-size{width:100%;margin-bottom:21px}.sd-size label{color:#222;margin-bottom:9px;font-size:13px;font-weight:600;display:block}.sd-size select{color:#222;cursor:pointer;background:#fff;border:1px solid #d5d5d5;border-radius:0;outline:none;width:100%;height:50px;padding:0 14px;font-family:inherit;font-size:13px}.sd-size select:focus{border-color:#111}.sd-quantity{margin-bottom:22px}.sd-quantity>label{color:#222;margin-bottom:9px;font-size:13px;font-weight:600;display:block}.sd-quantity-box{border:1px solid #d5d5d5;align-items:center;width:135px;height:46px;display:flex}.sd-quantity-box button{color:#111;cursor:pointer;background:#fff;border:none;width:45px;height:44px;padding:0;font-family:inherit;font-size:18px}.sd-quantity-box button:hover{background:#f5f5f5}.sd-quantity-box button:disabled{color:#aaa;cursor:not-allowed}.sd-quantity-box span{text-align:center;color:#111;width:45px;font-size:14px}.sd-cart-button{color:#fff;letter-spacing:.5px;cursor:pointer;background:#111;border:none;border-radius:0;width:100%;height:55px;margin:0 0 13px;padding:0;font-family:inherit;font-size:13px;font-weight:600;transition:background .2s}.sd-cart-button:hover{background:#292929}.sd-cart-button:disabled{cursor:not-allowed;background:#999}.sd-product-actions{align-items:center;gap:10px;width:100%;margin-bottom:26px;display:flex}.sd-wishlist,.sd-ask{color:#111;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:0;justify-content:center;align-items:center;gap:7px;min-height:43px;padding:10px 14px;font-family:inherit;font-size:12px;text-decoration:none;display:inline-flex}.sd-wishlist:hover,.sd-ask:hover{border-color:#111}.sd-share{border-top:1px solid #eee;width:100%;padding-top:18px}.sd-share>span{color:#555;margin-bottom:12px;font-size:13px;display:block}.sd-share-icons{align-items:center;gap:18px;display:flex}.sd-share-icons button{color:#111;cursor:pointer;background:0 0;border:none;width:28px;height:28px;padding:0;font-family:inherit;font-size:17px}.sd-tabs{border-top:1px solid #e8e8e8;width:calc(100% - 80px);max-width:1320px;margin:75px auto 0}.sd-tab-header{border-bottom:1px solid #e8e8e8;align-items:center;gap:35px;display:flex}.sd-tab-header button{color:#777;cursor:pointer;background:0 0;border:none;padding:19px 0;font-family:inherit;font-size:14px;position:relative}.sd-tab-header .sd-tab-active{color:#111}.sd-tab-header .sd-tab-active:after{content:"";background:#111;height:2px;position:absolute;bottom:-1px;left:0;right:0}.sd-tab-content{max-width:850px;padding:30px 0}.sd-tab-content h3{color:#222;margin:0 0 14px;font-size:15px;font-weight:600}.sd-tab-content p{color:#555;margin:0;font-size:14px;line-height:1.8}.sd-related{width:calc(100% - 80px);max-width:1320px;margin:50px auto 0}.sd-related-header{margin-bottom:25px}.sd-related h2{color:#111;margin:0;font-size:25px;font-weight:500}.sd-related-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%;display:grid}.sd-related-card{color:#111;background:#fff;min-width:0;text-decoration:none;display:block;overflow:hidden}.sd-related-image{aspect-ratio:4/5;background:#f7f7f7;width:100%;overflow:hidden}.sd-related-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.sd-related-card:hover .sd-related-image img{transform:scale(1.03)}.sd-related-no-image{color:#999;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;display:flex}.sd-related-info{padding:13px 2px 0}.sd-related-info h3{color:#111;margin:0 0 7px;font-size:15px;font-weight:500;line-height:1.4}.sd-related-info p{color:#111;margin:0;font-size:14px;font-weight:600}.sd-related-card:hover .sd-related-info h3{text-decoration:underline}.sd-not-found{text-align:center;width:100%;padding:100px 20px}.sd-not-found h2{margin-bottom:15px}.sd-not-found a{color:#111}@media (width>=1400px){.sd-product-layout{grid-template-columns:minmax(0,1fr) 510px;gap:80px}.sd-product-title{font-size:36px}.sd-related-products{gap:24px}}@media (width<=1100px){.sd-breadcrumb,.sd-product-layout,.sd-tabs,.sd-related{width:calc(100% - 50px)}.sd-product-layout{grid-template-columns:minmax(0,1fr) 400px;gap:40px}.sd-product-title{font-size:29px}.sd-gallery{grid-template-columns:75px minmax(0,1fr);gap:15px}.sd-thumbnails{width:75px}.sd-thumbnail{width:75px;height:90px}.sd-related-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.sd-product-layout{grid-template-columns:minmax(0,1fr) 350px;gap:30px}.sd-product-title{font-size:27px}.sd-price{font-size:26px}.sd-related-products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=767px){.sd-product-page{padding:18px 0 60px}.sd-breadcrumb{gap:6px;width:calc(100% - 30px);margin-bottom:20px;font-size:11px}.sd-product-layout{flex-direction:column;gap:0;width:100%;display:flex}.sd-gallery{flex-direction:column;gap:10px;width:100%;max-width:none;margin:0;display:flex}.sd-main-image{touch-action:pan-y;background:#fff;width:100%;max-width:none;overflow:hidden}.sd-main-image img{aspect-ratio:4/5;object-fit:contain;width:100%;height:auto}.sd-thumbnails{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:9px;width:100%;padding:0 15px;display:flex;overflow-x:auto}.sd-thumbnails::-webkit-scrollbar{display:none}.sd-thumbnail{flex:0 0 68px;width:68px;height:82px}.sd-gallery-arrow{opacity:1;width:36px;height:36px;font-size:24px}.sd-gallery-prev{left:10px}.sd-gallery-next{right:10px}.sd-product-info{width:calc(100% - 30px);max-width:none;margin:28px auto 0}.sd-product-title{margin-bottom:10px;font-size:25px;line-height:1.3}.sd-reviews{margin-bottom:18px;font-size:12px}.sd-availability{margin-bottom:15px;font-size:13px}.sd-price{margin-bottom:18px;font-size:25px}.sd-short-description{margin-bottom:22px;font-size:13px;line-height:1.65}.sd-size{margin-bottom:18px}.sd-size select{height:48px}.sd-quantity{margin-bottom:18px}.sd-cart-button{height:53px;margin-bottom:10px}.sd-product-actions{gap:8px;margin-bottom:23px}.sd-wishlist,.sd-ask{flex:1;padding:10px 8px;font-size:11px}.sd-share{padding-top:16px}.sd-tabs{width:calc(100% - 30px);margin-top:45px}.sd-tab-header{gap:25px}.sd-tab-header button{padding:16px 0;font-size:13px}.sd-tab-content{padding:25px 0}.sd-tab-content p{font-size:13px}.sd-related{width:100%;margin-top:35px;overflow:hidden}.sd-related-header{width:calc(100% - 30px);margin:0 auto 20px}.sd-related h2{font-size:21px}.sd-related-products{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:12px;width:100%;padding:0 15px 8px;display:flex;overflow:auto hidden}.sd-related-products::-webkit-scrollbar{display:none}.sd-related-card{scroll-snap-align:start;flex:0 0 72%;width:72%;min-width:72%}.sd-related-image{aspect-ratio:4/5;width:100%}.sd-related-info{padding-top:11px}.sd-related-info h3{font-size:14px}.sd-related-info p{font-size:13px}}@media (width<=390px){.sd-product-title{font-size:22px}.sd-wishlist,.sd-ask{font-size:10px}.sd-wishlist span,.sd-ask span{white-space:normal}.sd-related-card{flex-basis:78%;width:78%;min-width:78%}}.cart-page{color:#111;background:#fff;width:100%;min-height:70vh;padding:56px 20px 90px;overflow-x:hidden}.cart-page-inner{width:min(1180px,100%);margin:0 auto}.cart-page-heading{text-align:center;margin-bottom:42px;position:relative}.cart-page-kicker{color:#777;letter-spacing:1.8px;margin-bottom:8px;font-size:10px;font-weight:600;display:block}.cart-page-heading h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,4vw,42px);font-weight:500;line-height:1.1}.cart-page-heading p{color:#777;margin:10px 0 0;font-size:13px}.cart-back-btn{color:#333;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;min-height:40px;padding:0;font-size:12px;display:inline-flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.cart-back-btn svg{width:17px;height:17px}.cart-back-btn:hover{color:#777}.cart-page-layout{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:46px;display:grid}.cart-page-items{border-top:1px solid #e7e7e7;min-width:0}.cart-page-item{border-bottom:1px solid #e7e7e7;grid-template-columns:150px minmax(0,1fr);gap:24px;padding:26px 0;display:grid;position:relative}.cart-page-image{background:#f5f5f5;width:150px;height:180px;overflow:hidden}.cart-page-image img{object-fit:cover;width:100%;height:100%}.cart-page-info{min-width:0;padding-top:2px}.cart-page-product-head{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.cart-page-product-label{color:#888;letter-spacing:1.3px;margin-bottom:7px;font-size:9px;display:block}.cart-page-info h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500;line-height:1.2}.cart-page-line-total{flex:none;font-size:15px;font-weight:600}.cart-page-price{color:#333;margin:8px 0 12px;font-size:14px}.cart-page-variants{flex-wrap:wrap;gap:7px;margin-bottom:22px;display:flex}.cart-page-variants span{color:#666;border:1px solid #e5e5e5;padding:6px 9px;font-size:10px}.cart-page-controls{align-items:center;gap:18px;display:flex}.cart-page-quantity{background:#fff;border:1px solid #d9d9d9;align-items:center;min-height:38px;display:inline-flex}.cart-page-quantity button{color:#111;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.cart-page-quantity button:hover{background:#f6f6f6}.cart-page-quantity svg{width:14px;height:14px}.cart-page-quantity span{text-align:center;min-width:34px;font-size:13px}.cart-page-remove,.cart-page-remove-mobile{color:#777;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;display:inline-flex}.cart-page-remove:hover,.cart-page-remove-mobile:hover{color:#111}.cart-page-remove svg,.cart-page-remove-mobile svg{width:15px;height:15px}.cart-page-remove-mobile{display:none}.cart-page-summary{background:#fafafa;border:1px solid #e5e5e5;padding:28px;position:sticky;top:25px}.cart-summary-header{border-bottom:1px solid #ddd;padding-bottom:18px}.cart-summary-header span{color:#888;letter-spacing:1.4px;font-size:9px}.cart-summary-header h2{margin:7px 0 0;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.cart-summary-row{justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 0;font-size:13px;display:flex}.cart-summary-row strong{font-weight:600}.cart-summary-muted{color:#888;text-align:right;max-width:150px;font-size:11px;line-height:1.4}.cart-summary-line{background:#ddd;height:1px}.cart-summary-row.total{padding:18px 0 4px;font-size:17px}.cart-place-order{color:#fff;cursor:pointer;letter-spacing:.4px;text-transform:uppercase;background:#111;border:1px solid #111;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;margin-top:22px;padding:0 18px;font-size:12px;font-weight:600;display:inline-flex}.cart-place-order:hover{color:#111;background:#fff}.cart-checkout-arrow{width:15px;height:15px;transform:rotate(180deg)}.cart-summary-note{color:#888;text-align:center;margin:14px 0 0;font-size:10px;line-height:1.5}.cart-empty-page{text-align:center;border:1px solid #e8e8e8;width:min(560px,100%);margin:35px auto 20px;padding:65px 25px}.cart-empty-icon{border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:20px;display:inline-flex}.cart-empty-icon svg{width:25px;height:25px}.cart-empty-page h2{margin:0 0 9px;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.cart-empty-page p{color:#777;margin:0 0 25px;font-size:13px}.cart-empty-page button{color:#fff;cursor:pointer;text-transform:uppercase;background:#111;border:1px solid #111;min-height:46px;padding:0 24px;font-size:11px;font-weight:600}.cart-empty-page button:hover{color:#111;background:#fff}@media (width<=900px){.cart-page-layout{grid-template-columns:minmax(0,1fr) 320px;gap:25px}.cart-page-item{grid-template-columns:120px minmax(0,1fr);gap:18px}.cart-page-image{width:120px;height:150px}}@media (width<=760px){.cart-page{padding:34px 15px 70px}.cart-page-heading{margin-bottom:28px;padding-top:38px}.cart-back-btn{top:0;left:0;transform:none}.cart-page-layout{grid-template-columns:1fr;gap:24px}.cart-page-summary{padding:22px;position:static}}@media (width<=520px){.cart-page{padding-left:12px;padding-right:12px}.cart-page-item{grid-template-columns:88px minmax(0,1fr);gap:13px;padding:20px 0}.cart-page-image{width:88px;height:115px}.cart-page-info h2{font-size:15px}.cart-page-product-label{font-size:8px}.cart-page-line-total{font-size:12px}.cart-page-price{margin:6px 0 10px;font-size:12px}.cart-page-variants{margin-bottom:14px}.cart-page-controls{flex-wrap:wrap;gap:10px}.cart-page-quantity{min-height:34px}.cart-page-quantity button{width:32px;height:32px}.cart-page-quantity span{min-width:29px}.cart-page-remove span{display:none}.cart-page-remove-mobile{z-index:2;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:absolute;top:18px;right:0}.cart-page-remove{display:inline-flex}.cart-summary-row.total{font-size:16px}}.checkout-page{color:#151922;background:#fff;width:100%;min-height:100vh;padding-bottom:50px;font-family:inherit;overflow-x:hidden}.checkout-page *,.checkout-page :before,.checkout-page :after{box-sizing:border-box}.checkout-hero{background:linear-gradient(#00000085,#00000085),url(/checkout-banner.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;height:200px;display:flex}.checkout-hero h1{color:#fff;margin:0;font-size:48px;font-weight:500;line-height:1}.checkout-section{width:100%;padding:45px 0 10px}.checkout-section-title>div:first-child,.checkout-section-title svg,.checkout-section-title p{display:none}.checkout-section-title h2{margin:0;font-size:34px;font-weight:400;line-height:1.2}.saved-address{background:#fff;border:1px solid #d8d8d8;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:145px;padding:25px;display:flex}.saved-address-info{flex-direction:column;gap:5px;font-size:15px;display:flex}.saved-address-info span{color:#666}.saved-address button{color:#111;cursor:pointer;background:#fff;border:1px solid #111;min-width:220px;min-height:52px;padding:12px 22px;font-family:inherit;font-size:17px}.saved-address button:hover{color:#fff;background:#111}.checkout-section>.outline-button{color:#111;cursor:pointer;background:#fff;border:1px solid #d8d8d8;border-radius:12px;width:100%;min-height:120px;font-family:inherit;font-size:22px}.checkout-section>.outline-button:hover{border-color:#111}.shipping-heading{margin:0 0 18px}.shipping-heading svg{display:none}.shipping-heading h2{text-transform:uppercase;margin:0;font-size:26px;font-weight:400;line-height:1.3}.shipping-selector-box{text-align:center;background:#fff;border:1px solid #d8d8d8;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:145px;padding:25px;display:flex}.shipping-selector-box p{color:#858a96;margin:0 0 18px;font-size:16px}.shipping-select-button{color:#111;cursor:pointer;background:#fff;border:1px solid #111;min-width:350px;min-height:54px;padding:12px 24px;font-family:inherit;font-size:18px}.shipping-select-button:hover{color:#fff;background:#111}.selected-shipping{border-top:1px dashed #ddd;justify-content:space-between;width:100%;max-width:500px;margin-top:15px;padding-top:12px;font-size:15px;display:flex}.order-section{background:#f7f7f7;width:100%;margin-top:40px;padding:55px 38px 50px;position:relative}.order-section:before{content:"";background:radial-gradient(circle at 10px 0,#0000 8px,#f7f7f7 9px) 0 0/20px 15px;height:15px;position:absolute;top:-1px;left:0;right:0}.order-title{text-align:center;color:#050505;text-transform:uppercase;line-height:1.2;margin:0 0 35px!important;font-size:38px!important;font-weight:400!important}.order-column-head{text-transform:uppercase;border-bottom:1px dashed #ddd;grid-template-columns:1fr auto;padding-bottom:15px;font-size:19px;font-weight:400;display:grid}.checkout-products{width:100%}.checkout-product{border-bottom:1px dashed #ddd;grid-template-columns:125px minmax(0,1fr) auto;align-items:start;gap:22px;padding:25px 0;display:grid}.checkout-product-image{width:125px}.checkout-product img{object-fit:cover;background:#f5f5f5;width:125px;height:145px;display:block}.checkout-product-info{min-width:0}.checkout-product-info h3{color:#687080;margin:0 0 8px;font-size:20px;font-weight:400;line-height:1.3}.checkout-product-info p{color:#111;margin:4px 0;font-size:16px}.checkout-quantity{border:1px solid #d8d8d8;align-items:center;margin-top:12px;display:inline-flex}.checkout-quantity button{cursor:pointer;background:#fff;border:0;width:42px;height:42px;font-size:20px}.checkout-quantity span{border-left:1px solid #ddd;border-right:1px solid #ddd;justify-content:center;align-items:center;min-width:42px;height:42px;font-size:15px;display:flex}.checkout-remove{color:#777;cursor:pointer;background:0 0;border:0;margin-top:8px;padding:0;font-size:13px;text-decoration:underline;display:block}.product-subtotal{white-space:nowrap;padding-top:5px;font-size:18px}.checkout-totals{margin-top:5px}.checkout-totals>div{border-bottom:1px dashed #ddd;justify-content:space-between;align-items:center;padding:18px 0;font-size:18px;display:flex}.checkout-total{font-weight:500;border-bottom:0!important;padding-top:23px!important;font-size:27px!important}.payment-section{width:100%;margin-top:35px;padding:0 0 10px}.payment-heading{align-items:center;margin-bottom:18px;display:flex}.payment-heading svg{display:none}.payment-heading h2{margin:0;font-size:30px;font-weight:400;line-height:1.2}.payment-description{color:#777;margin:0 0 18px;font-size:15px}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;width:100%;display:grid}.payment-option{cursor:pointer;background:#fff;border:1px solid #d6d6d6;align-items:center;min-height:70px;padding:15px 18px;transition:all .2s;display:flex}.payment-option:hover{border-color:#111}.payment-option.selected{background:#fafafa;border-color:#111}.payment-option input{margin-right:12px}.crypto-payment-option{cursor:pointer;background:#fff;border:1px solid #d6d6d6;align-items:center;gap:13px;width:100%;min-height:75px;padding:12px 15px;display:flex}.crypto-payment-icon{background:#f1f1f1;border-radius:50%;justify-content:center;align-items:center;width:40px;min-width:40px;height:40px;font-size:18px;display:flex}.crypto-payment-content{flex:1}.crypto-payment-content strong{font-size:16px;display:block}.crypto-payment-content span{color:#777;margin-top:3px;font-size:13px;display:block}.crypto-payment-check{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex}.place-order-button{color:#fff;cursor:pointer;background:#050505;border:0;width:100%;min-height:64px;margin-top:20px;padding:15px 20px;font-family:inherit;font-size:20px;font-weight:400}.place-order-button:hover{opacity:.88}.details-overlay{z-index:10000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.details-modal{background:#fff;width:min(760px,100%);max-height:92vh;overflow-y:auto;box-shadow:0 20px 60px #00000040}.details-modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px 30px;display:flex}.details-modal-header h2{margin:0;font-size:30px;font-weight:400}.details-modal-header button{color:#1685df;cursor:pointer;background:#f8f8f8;border:1px solid #d5d5d5;border-radius:7px;justify-content:center;align-items:center;width:48px;height:48px;font-size:23px;display:flex}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.form-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-field label{font-size:17px;font-weight:400}.form-field input,.form-field textarea{color:#111;background:#fff;border:1px solid #d5d5d5;outline:none;width:100%;min-height:58px;padding:12px 15px;font-family:inherit;font-size:16px}.form-field input::placeholder,.form-field textarea::placeholder{color:#b5b5b5}.form-field input:focus,.form-field textarea:focus{border-color:#111}.custom-select{width:100%;position:relative}.custom-select-button{color:#222;text-align:left;cursor:pointer;background:#fff;border:1px solid #d5d5d5;justify-content:space-between;align-items:center;width:100%;min-height:58px;padding:0 15px;font-family:inherit;font-size:16px;display:flex}.custom-select-placeholder{color:#b5b5b5}.custom-select-arrow{color:#9ba0aa;font-size:13px}.custom-select-menu{z-index:10020;background:#fff;border:1px solid #ddd;max-height:260px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #0000001f}.custom-select-search{border-bottom:1px solid #eee;padding:8px}.custom-select-search input{border:1px solid #ddd;outline:none;width:100%;height:42px;padding:0 10px}.custom-select-options{max-height:205px;overflow-y:auto}.custom-select-option{color:#222;text-align:left;cursor:pointer;background:#fff;border:0;width:100%;min-height:45px;padding:8px 12px}.custom-select-option:hover,.custom-select-option.selected{background:#f5f5f5}.custom-select-empty{color:#777;padding:15px}.phone-input{width:100%;display:flex;position:relative}.phone-input>input{flex:1;padding-left:165px}.phone-country-custom-select{z-index:2;width:155px;position:absolute;top:0;left:0}.phone-country-custom-select .custom-select-button{background:0 0;border:0;min-height:58px;padding-left:12px;font-size:15px}.save-details-button{color:#fff;cursor:pointer;background:#050505;border:0;width:100%;min-height:58px;margin-top:5px;font-family:inherit;font-size:18px}.shipping-overlay{z-index:10001;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.shipping-modal{background:#fff;flex-direction:column;width:min(700px,100%);max-height:82vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}.shipping-modal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:22px 25px;display:flex}.shipping-modal-header h2{margin:0;font-size:28px;font-weight:400}.shipping-modal-actions{align-items:center;gap:5px;display:flex}.shipping-modal-actions button{color:#111;cursor:pointer;background:#f5f5f5;border:0;width:42px;height:42px;font-size:17px}.shipping-search{border-bottom:1px solid #eee;padding:15px 20px}.shipping-search input{border:1px solid #d8d8d8;outline:none;width:100%;height:48px;padding:0 14px;font-family:inherit;font-size:15px}.shipping-list{padding:15px 20px 20px;overflow-y:auto}.shipping-list-item{color:#111;text-align:left;cursor:pointer;background:#fff;border:1px solid #ddd;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:72px;margin-bottom:10px;padding:15px 18px;display:flex}.shipping-list-item:hover,.shipping-list-item.selected{background:#fafafa;border-color:#111}.shipping-list-item span{flex-direction:column;gap:4px;display:flex}.shipping-list-item small{color:#777;font-size:13px}.shipping-list-item b{white-space:nowrap;font-size:16px}.shipping-empty{text-align:center;color:#777;padding:30px}.checkout-empty{text-align:center;width:min(600px,100% - 40px);margin:120px auto}.checkout-empty h1{margin-bottom:10px}.checkout-empty p{color:#777;margin-bottom:25px}.checkout-empty button{color:#fff;cursor:pointer;background:#111;border:0;padding:14px 28px}@media (width<=800px){.checkout-container{width:calc(100% - 40px)}.order-section{padding-left:25px;padding-right:25px}.checkout-product{grid-template-columns:110px minmax(0,1fr)}.checkout-product-image,.checkout-product img{width:110px;height:130px}.product-subtotal{text-align:left;grid-column:2}}@media (width<=600px){.checkout-page{padding-bottom:30px}.checkout-hero{height:110px}.checkout-hero h1{font-size:34px}.checkout-container{width:calc(100% - 32px)}.checkout-section{padding:32px 0 8px}.checkout-section-title{margin-bottom:22px}.checkout-section-title h2{font-size:30px}.checkout-section>.outline-button{min-height:90px;font-size:19px}.saved-address{flex-direction:column;align-items:stretch;gap:18px;min-height:auto;padding:20px}.saved-address-info{text-align:left}.saved-address button{width:100%;min-width:0}.shipping-section{padding-top:28px}.shipping-heading{margin-bottom:17px}.shipping-heading h2{font-size:20px;line-height:1.35}.shipping-selector-box{min-height:145px;padding:20px 15px}.shipping-selector-box p{margin-bottom:17px;font-size:14px}.shipping-select-button{width:100%;min-width:0;min-height:55px;font-size:17px}.order-section{margin-top:30px;padding:48px 18px 35px}.order-title{margin-bottom:30px!important;font-size:28px!important}.order-column-head{padding-bottom:13px;font-size:14px}.checkout-product{grid-template-columns:92px minmax(0,1fr);gap:15px;padding:22px 0}.checkout-product-image,.checkout-product img{width:92px;height:115px}.checkout-product-info h3{margin-bottom:7px;font-size:17px}.checkout-product-info p{font-size:14px}.checkout-quantity{margin-top:9px}.checkout-quantity button{width:36px;height:36px;font-size:18px}.checkout-quantity span{min-width:36px;height:36px;font-size:14px}.checkout-remove{font-size:12px}.product-subtotal{grid-column:2;margin-top:-3px;font-size:16px}.checkout-totals>div{padding:15px 0;font-size:16px}.checkout-total{padding-top:20px!important;font-size:24px!important}.checkout-total strong{font-size:24px}.payment-section{margin-top:30px;padding:0}.payment-heading{margin-bottom:15px}.payment-heading h2{font-size:27px}.payment-description{font-size:14px}.payment-methods{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-option{min-height:64px;padding:10px}.payment-option span{font-size:14px}.crypto-payment-option{min-height:64px;padding:9px 10px}.crypto-payment-icon{width:36px;min-width:36px;height:36px}.crypto-payment-content strong{font-size:14px}.crypto-payment-content span{font-size:11px}.place-order-button{min-height:62px;margin-top:18px;font-size:18px}.details-overlay{align-items:flex-start;padding:0}.details-modal{width:100%;height:100vh;max-height:100vh;box-shadow:none;overflow-y:auto}.details-modal-header{z-index:5;background:#fff;padding:20px;position:sticky;top:0}.details-modal-header h2{font-size:30px}.details-modal-header button{width:46px;height:46px;font-size:21px}.details-modal form{padding:25px 20px 35px}.form-row{grid-template-columns:1fr;gap:0}.form-field{gap:8px;margin-bottom:22px}.form-field label{font-size:18px}.form-field input,.form-field textarea,.custom-select-button{min-height:58px;font-size:16px}.phone-input>input{padding-left:155px}.phone-country-custom-select{width:148px}.phone-country-custom-select .custom-select-button{font-size:14px}.save-details-button{min-height:58px;font-size:17px}.shipping-overlay{align-items:flex-end;padding:0}.shipping-modal{border-radius:14px 14px 0 0;width:100%;max-height:78vh}.shipping-modal-header{padding:18px 20px}.shipping-modal-header h2{font-size:25px}.shipping-modal-actions button{width:38px;height:38px}.shipping-search{padding:12px 15px}.shipping-search input{height:45px}.shipping-list{padding:12px 15px 18px}.shipping-list-item{min-height:65px;padding:12px 14px}.shipping-list-item strong{font-size:15px}.shipping-list-item small{font-size:12px}.shipping-list-item b{font-size:15px}}@media (width<=380px){.checkout-container{width:calc(100% - 24px)}.checkout-section-title h2{font-size:27px}.shipping-heading h2{font-size:19px}.order-section{padding-left:14px;padding-right:14px}.order-title{font-size:25px!important}.checkout-product{grid-template-columns:82px minmax(0,1fr);gap:12px}.checkout-product-image,.checkout-product img{width:82px;height:105px}.checkout-product-info h3{font-size:15px}.checkout-product-info p{font-size:13px}.payment-heading h2{font-size:25px}.payment-option span{font-size:12px}}.checkout-page{width:100%;min-height:100vh;padding-bottom:40px;overflow-x:hidden}.checkout-hero{width:100%;height:170px}.checkout-hero h1{font-size:42px}.checkout-container{width:min(980px,100% - 48px);margin:0 auto}.checkout-section{padding:32px 0 8px}.checkout-section-title{margin-bottom:18px}.checkout-section-title h2{font-size:28px}.saved-address{border-radius:8px;min-height:110px;padding:20px}.saved-address-info{gap:3px;font-size:14px}.saved-address-info strong{font-size:16px}.saved-address button{min-width:180px;min-height:45px;padding:10px 18px;font-size:15px}.checkout-section>.outline-button{border-radius:8px;min-height:80px;font-size:18px}.shipping-section{padding-top:25px}.shipping-heading{margin-bottom:13px}.shipping-heading h2{font-size:22px}.shipping-selector-box{border-radius:8px;min-height:110px;padding:18px}.shipping-selector-box p{margin-bottom:12px;font-size:14px}.shipping-select-button{min-width:280px;min-height:45px;padding:10px 18px;font-size:15px}.order-section{background:#f7f7f7;width:100%;max-width:850px;margin:30px auto 0;padding:38px 32px 32px}.order-title{line-height:1.2;margin:0 0 25px!important;font-size:31px!important;font-weight:400!important}.order-column-head{padding-bottom:11px;font-size:15px}.checkout-product{grid-template-columns:95px minmax(0,1fr) auto;gap:16px;padding:19px 0}.checkout-product-image,.checkout-product img{object-fit:cover;width:95px;height:115px}.checkout-product-info h3{margin:0 0 5px;font-size:17px;line-height:1.3}.checkout-product-info p{margin:3px 0;font-size:14px}.checkout-quantity{margin-top:7px}.checkout-quantity button{width:35px;height:35px;font-size:17px}.checkout-quantity span{min-width:35px;height:35px;font-size:14px}.checkout-remove{margin-top:5px;font-size:12px}.product-subtotal{padding-top:3px;font-size:16px}.checkout-totals>div{padding:13px 0;font-size:16px}.checkout-total{padding-top:18px!important;font-size:24px!important}.checkout-total strong{font-size:24px}.payment-section{width:100%;max-width:850px;margin:25px auto 0;padding:0}.payment-heading{margin-bottom:12px}.payment-heading h2{font-size:27px}.payment-description{margin-bottom:14px;font-size:14px}.payment-methods{gap:10px}.payment-option{min-height:58px;padding:10px 14px}.payment-option span{font-size:15px}.crypto-payment-option{gap:10px;min-height:60px;padding:8px 12px}.crypto-payment-icon{width:34px;min-width:34px;height:34px;font-size:16px}.crypto-payment-content strong{font-size:14px}.crypto-payment-content span{font-size:12px}.crypto-payment-check{width:20px;height:20px}.place-order-button{min-height:58px;margin-top:14px;padding:12px 18px;font-size:18px}.details-modal{width:min(680px,100%)}.details-modal-header{padding:20px 25px}.details-modal-header h2{font-size:27px}.details-modal form{padding:22px 25px 25px}.form-row{gap:15px}.form-field{gap:6px;margin-bottom:17px}.form-field label{font-size:15px}.form-field input,.form-field textarea,.custom-select-button{min-height:52px;font-size:15px}.save-details-button{min-height:52px;font-size:16px}.shipping-modal{width:min(650px,100%)}.shipping-modal-header{padding:18px 22px}.shipping-modal-header h2{font-size:25px}.shipping-search{padding:12px 18px}.shipping-search input{height:44px}.shipping-list{padding:12px 18px 18px}.shipping-list-item{min-height:62px;padding:12px 15px}.shipping-list-item strong{font-size:15px}.shipping-list-item small{font-size:12px}.shipping-list-item b{font-size:15px}@media (width<=800px){.checkout-container{width:calc(100% - 36px)}.checkout-hero{height:145px}.checkout-hero h1{font-size:36px}.order-section{padding:35px 25px 30px}.checkout-product{grid-template-columns:88px minmax(0,1fr);gap:14px}.checkout-product-image,.checkout-product img{width:88px;height:108px}.product-subtotal{text-align:left;grid-column:2}}@media (width<=600px){.checkout-page{padding-bottom:25px}.checkout-hero{height:95px}.checkout-hero h1{font-size:29px}.checkout-container{width:calc(100% - 28px)}.checkout-section{padding:25px 0 5px}.checkout-section-title{margin-bottom:16px}.checkout-section-title h2{font-size:25px}.checkout-section>.outline-button{min-height:70px;font-size:17px}.saved-address{gap:14px;padding:16px}.saved-address-info{font-size:13px}.saved-address-info strong{font-size:15px}.saved-address button{min-height:44px;font-size:14px}.shipping-section{padding-top:22px}.shipping-heading{margin-bottom:12px}.shipping-heading h2{font-size:18px}.shipping-selector-box{min-height:105px;padding:16px 12px}.shipping-selector-box p{margin-bottom:11px;font-size:13px}.shipping-select-button{width:100%;min-width:0;min-height:46px;font-size:15px}.order-section{width:100%;margin:25px auto 0;padding:34px 15px 27px}.order-title{margin-bottom:23px!important;font-size:24px!important}.order-column-head{padding-bottom:9px;font-size:12px}.checkout-product{grid-template-columns:65px minmax(0,1fr);gap:11px;padding:17px 0}.checkout-product-image,.checkout-product img{width:65px;height:83px}.checkout-product-info h3{margin-bottom:4px;font-size:14px;line-height:1.25}.checkout-product-info p{margin:2px 0;font-size:12px}.checkout-quantity{margin-top:6px}.checkout-quantity button{width:31px;height:31px;font-size:15px}.checkout-quantity span{min-width:31px;height:31px;font-size:12px}.checkout-remove{margin-top:4px;font-size:11px}.product-subtotal{grid-column:2;margin-top:-2px;font-size:14px}.checkout-totals>div{padding:11px 0;font-size:14px}.checkout-total{padding-top:16px!important;font-size:21px!important}.checkout-total strong{font-size:21px}.payment-section{width:100%;margin-top:23px}.payment-heading{margin-bottom:10px}.payment-heading h2{font-size:23px}.payment-description{margin-bottom:12px;font-size:12px}.payment-methods{gap:7px}.payment-option{min-height:52px;padding:7px 9px}.payment-option input{margin-right:7px}.payment-option span{font-size:12px}.crypto-payment-option{gap:8px;min-height:54px;padding:7px 8px}.crypto-payment-icon{width:30px;min-width:30px;height:30px;font-size:14px}.crypto-payment-content strong{font-size:12px}.crypto-payment-content span{margin-top:2px;font-size:10px}.crypto-payment-check{width:18px;height:18px;font-size:9px}.place-order-button{min-height:52px;margin-top:12px;font-size:16px}.details-overlay{padding:0}.details-modal{width:100%;height:100vh;max-height:100vh}.details-modal-header{padding:17px 18px}.details-modal-header h2{font-size:25px}.details-modal form{padding:20px 18px 25px}.form-field{margin-bottom:18px}.form-field label{font-size:15px}.form-field input,.form-field textarea,.custom-select-button{min-height:52px;font-size:15px}.save-details-button{min-height:52px;font-size:16px}.shipping-overlay{padding:0}.shipping-modal{width:100%;max-height:75vh}.shipping-modal-header{padding:16px 18px}.shipping-modal-header h2{font-size:23px}.shipping-search{padding:10px 14px}.shipping-search input{height:43px}.shipping-list{padding:10px 14px 15px}.shipping-list-item{min-height:60px;margin-bottom:8px;padding:10px 12px}}@media (width<=380px){.checkout-container{width:calc(100% - 22px)}.checkout-hero{height:88px}.checkout-hero h1{font-size:26px}.order-section{padding:30px 12px 24px}.order-title{font-size:22px!important}.checkout-product{grid-template-columns:60px minmax(0,1fr);gap:9px}.checkout-product-image,.checkout-product img{width:60px;height:77px}.checkout-product-info h3{font-size:13px}.checkout-product-info p{font-size:11px}.product-subtotal{font-size:13px}.payment-heading h2{font-size:21px}.payment-option span{font-size:11px}}body{color:#111827;background:#f3f4f6;font-family:Arial,Helvetica,sans-serif}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#111827;width:260px;min-width:260px;padding:25px 20px;transition:all .3s}.admin-sidebar.closed{width:0;min-width:0;padding:0;overflow:hidden}.admin-sidebar h2{color:#fff;margin-bottom:35px;font-size:28px}.admin-sidebar a{color:#d1d5db;border-radius:8px;margin-bottom:6px;padding:15px 10px;text-decoration:none;transition:all .25s;display:block}.admin-sidebar a:hover{color:#fff;background:#2563eb}.admin-content{background:#f3f4f6;flex-direction:column;flex:1;display:flex}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 25px;display:flex}.admin-header h1{color:#111827;font-size:28px}.menu-btn{cursor:pointer;color:#111827;background:0 0;border:none;font-size:28px}.logout-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;padding:10px 18px}.logout-btn:hover{background:#2563eb}.admin-page{padding:35px}.card{color:#111827;background:#fff;border-radius:12px;padding:30px;font-size:22px;font-weight:600;box-shadow:0 8px 20px #00000014}.admin-logo{object-fit:contain;width:180px;margin:0 auto 30px;display:block}.admin-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:25px;display:grid}.admin-card{background:#fff;border-radius:12px;padding:30px;font-size:22px;font-weight:600;box-shadow:0 8px 20px #00000014}.admin-sidebar a{width:100%;display:block}.admin-sidebar{flex-direction:column;display:flex;background:#111827!important}.admin-sidebar a{color:#fff!important;margin-bottom:8px!important;padding:15px 10px!important;display:block!important}.admin-sidebar h2{color:#fff!important}.admin-title{color:#111827;margin-bottom:25px;font-size:32px}.settings-card{background:#fff;border-radius:12px;max-width:900px;padding:35px;box-shadow:0 8px 20px #00000014}.form-group{flex-direction:column;margin-bottom:22px;display:flex}.form-group label{color:#374151;margin-bottom:8px;font-weight:600}.form-group input,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;outline:none;padding:14px;font-size:15px}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb}.save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:15px 35px;font-size:16px;font-weight:600}.save-btn:hover{background:#1d4ed8}.page-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.add-btn{color:#fff;background:#2563eb;border-radius:8px;padding:12px 22px;font-weight:600;text-decoration:none}.add-btn:hover{background:#1d4ed8}.product-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 5px 20px #00000014}.product-table th{color:#fff;text-align:left;background:#111827;padding:16px}.product-table td{border-bottom:1px solid #eee;padding:16px}.table-image{object-fit:cover;border-radius:10px;width:70px;height:70px}.edit-btn{color:#fff;background:#2563eb;border-radius:6px;padding:8px 16px;text-decoration:none}.sizes-box{flex-wrap:wrap;gap:20px;margin-top:10px;display:flex}.sizes-box label{align-items:center;gap:8px;display:flex}.form-group input[type=file]{cursor:pointer;background:#fafafa;border:2px dashed #d1d5db;border-radius:10px;width:100%;padding:12px}.form-group input[type=file]:hover{border-color:#2563eb}.form-group img{border:1px solid #eee;border-radius:10px;max-width:180px;margin-top:15px;display:block}.gallery-preview{flex-wrap:wrap;gap:12px;margin-top:15px;display:flex}.gallery-preview img{object-fit:cover;border-radius:10px;width:90px;height:90px}@media (width<=992px){.admin-sidebar{width:220px;min-width:220px}.settings-card{max-width:100%}.product-table{display:block;overflow-x:auto}}.admin-sidebar-close,.admin-overlay{display:none}@media (width<=768px){.admin-layout{min-height:100vh;display:block}.admin-content{width:100%;min-height:100vh}.admin-header{z-index:900;justify-content:space-between;align-items:center;width:100%;height:65px;padding:0 15px;display:flex;position:relative}.admin-header h1{margin:0;font-size:20px}.menu-btn{color:#111827;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:27px;line-height:1;display:flex}.logout-btn{padding:8px 12px;font-size:13px}.admin-sidebar{z-index:2000;height:100vh;padding:25px 20px;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(0);box-shadow:5px 0 25px #00000040;background:#111827!important;width:260px!important;min-width:260px!important}.admin-sidebar.closed{padding:25px 20px;overflow-y:auto;transform:translate(-100%);width:260px!important;min-width:260px!important}.admin-sidebar-close{color:#fff;cursor:pointer;z-index:2100;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:28px;line-height:1;display:flex;position:absolute;top:15px;right:15px}.admin-sidebar-close:hover{color:#111827;background:#fff}.admin-sidebar h2{margin-top:15px;margin-bottom:35px;padding-right:40px;font-size:22px;color:#fff!important}.admin-sidebar a{border-radius:7px;width:100%;text-decoration:none;transition:all .2s;color:#fff!important;margin-bottom:6px!important;padding:14px 12px!important;display:block!important}.admin-sidebar a:hover{background:#2563eb;color:#fff!important}.admin-overlay{z-index:1500;background:#00000073;width:100%;height:100vh;display:block;position:fixed;top:0;left:0}.admin-page{width:100%;padding:20px 15px;overflow-x:hidden}.settings-card{width:100%;max-width:100%;padding:20px}.page-header{flex-direction:column;align-items:flex-start;gap:15px}.add-btn{text-align:center;width:100%}.product-table{white-space:nowrap;width:100%;display:block;overflow-x:auto}.form-group input,.form-group textarea,.form-group select,.save-btn{width:100%}.sizes-box{gap:12px}.table-image{width:60px;height:60px}.admin-header{justify-content:space-between!important;align-items:center!important;width:100%!important;height:65px!important;padding:0 15px!important;display:flex!important}.admin-header h1{flex:1;margin:0 10px!important;font-size:20px!important}.menu-btn{visibility:visible!important;opacity:1!important;display:flex!important}}.product-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:8px 16px;font-size:14px}.delete-btn:hover{background:#b91c1c}@media (width<=768px){.product-actions{flex-direction:column;align-items:stretch}.product-actions .edit-btn,.product-actions .delete-btn{text-align:center;width:100%}}.admin-auth-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.admin-login-page{background:#f7f7f7;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login-card{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;width:min(420px,100%);padding:36px}.admin-login-card h1{margin:0 0 6px}.admin-login-card p{color:#666;margin:0 0 24px}.admin-login-card label{margin:14px 0 7px;font-weight:600;display:block}.admin-login-card input{box-sizing:border-box;border:1px solid #ddd;width:100%;padding:12px}.admin-login-card button{color:#fff;cursor:pointer;background:#111;border:0;width:100%;margin-top:20px;padding:13px}.admin-login-error{color:#a00;background:#fff1f1;border:1px solid #f0caca;margin-top:14px;padding:10px}.orders-page{width:100%;max-width:1500px;margin:0 auto}.orders-page-header{margin-bottom:25px}.orders-page-header h1{color:#111827;margin:0 0 8px;font-size:42px}.orders-page-header p{color:#6b7280;margin:0;font-size:18px}.orders-table-wrapper{background:#fff;border-radius:16px;width:100%;overflow-x:auto;box-shadow:0 8px 25px #00000012}.orders-table{border-collapse:collapse;width:100%;min-width:900px}.orders-table th{color:#fff;text-align:left;background:#111827;padding:17px 18px;font-size:14px;font-weight:700}.orders-table td{vertical-align:middle;color:#374151;border-bottom:1px solid #edf0f3;padding:18px;font-size:14px}.orders-table tr:last-child td{border-bottom:none}.orders-table tbody tr:hover{background:#f9fafb}.orders-table td strong{color:#111827}.orders-table small{text-transform:capitalize}.manage-order-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:8px;padding:11px 18px;font-size:14px;font-weight:700;transition:all .2s}.manage-order-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.payment-paid{color:#15803d;text-transform:capitalize;font-weight:700}.payment-pending{color:#b45309;text-transform:capitalize;font-weight:700}.order-status{text-transform:capitalize;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 11px;font-size:12px;font-weight:700;display:inline-flex}.status-pending{color:#92400e;background:#fef3c7}.status-processing{color:#1d4ed8;background:#dbeafe}.status-shipped{color:#4338ca;background:#e0e7ff}.status-delivered{color:#166534;background:#dcfce7}.status-cancelled{color:#991b1b;background:#fee2e2}.mobile-orders-list{display:none}.mobile-order-card{background:#fff;border-radius:16px;margin-bottom:15px;padding:18px;box-shadow:0 6px 20px #00000012}.mobile-order-top{border-bottom:1px solid #eee;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:15px;display:flex}.mobile-order-top>div{flex-direction:column;gap:5px;min-width:0;display:flex}.mobile-order-top strong{word-break:break-word;font-size:16px}.mobile-order-label{text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:700}.mobile-order-info{grid-template-columns:1fr 1fr;gap:15px;padding:18px 0;display:grid}.mobile-order-info div{flex-direction:column;gap:5px;display:flex}.mobile-order-info span{color:#9ca3af;text-transform:uppercase;font-size:11px;font-weight:700}.mobile-order-info strong{color:#111827;word-break:break-word;font-size:14px}.mobile-manage-btn{width:100%;padding:13px}.order-modal-overlay{z-index:5000;background:#11182799;justify-content:center;align-items:center;padding:25px;display:flex;position:fixed;inset:0;overflow-y:auto}.order-details-modal{background:#fff;border-radius:20px;width:min(850px,100%);max-height:92vh;overflow-y:auto;box-shadow:0 25px 70px #00000040}.order-details-header{z-index:10;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px 28px;display:flex;position:sticky;top:0}.order-details-header span{color:#9ca3af;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.order-details-header h2{color:#111827;word-break:break-word;margin:0;font-size:25px}.order-close-btn{color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;width:42px;height:42px;font-size:28px;line-height:1}.order-close-btn:hover{color:#fff;background:#111827}.order-summary-box{background:#f9fafb;border-bottom:1px solid #eee;grid-template-columns:repeat(4,1fr);gap:15px;padding:22px 28px;display:grid}.order-summary-box div{flex-direction:column;gap:6px;display:flex}.order-summary-box span{color:#9ca3af;text-transform:uppercase;font-size:11px;font-weight:700}.order-summary-box strong{color:#111827;word-break:break-word;font-size:14px}.order-detail-section{border-bottom:1px solid #eee;padding:25px 28px}.order-detail-section h3{color:#111827;margin:0 0 20px;font-size:20px}.customer-details-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.customer-details-grid>div{flex-direction:column;gap:6px;display:flex}.customer-details-grid span{color:#9ca3af;text-transform:uppercase;font-size:11px;font-weight:700}.customer-details-grid strong{color:#374151;word-break:break-word;font-size:14px;line-height:1.5}.full-detail{grid-column:1/-1}.order-items{flex-direction:column;gap:12px;display:flex}.order-item{background:#f9fafb;border:1px solid #edf0f3;border-radius:12px;align-items:center;gap:15px;padding:14px;display:flex}.order-item img{object-fit:cover;background:#eee;border-radius:10px;flex-shrink:0;width:80px;height:80px}.order-item-info{min-width:0}.order-item-info h4{color:#111827;margin:0 0 7px;font-size:16px}.order-item-info p{color:#6b7280;margin:3px 0;font-size:13px}.order-item-info strong{color:#111827;margin-top:8px;display:block}.crypto-payment-section{background:#fff}.crypto-proof-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:16px}.crypto-proof-box p{color:#374151;margin:0 0 12px;font-weight:700}.crypto-proof-box img{object-fit:contain;cursor:pointer;background:#111827;border-radius:10px;width:100%;max-height:500px;display:block}.view-proof-btn{color:#fff;background:#111827;border-radius:8px;margin-top:12px;padding:10px 15px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.view-proof-btn:hover{background:#2563eb}.no-proof{color:#92400e;background:#fef3c7;border-radius:10px;padding:15px;font-size:14px}.crypto-paid-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;width:100%;margin-top:15px;padding:15px;font-size:16px;font-weight:700}.crypto-paid-btn:hover{background:#15803d}.crypto-paid-btn:disabled{opacity:.6;cursor:not-allowed}.order-status-label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.order-status-select{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;width:100%;max-width:350px;padding:13px 15px;font-size:15px}.orders-loading{text-align:center;color:#6b7280;background:#fff;border-radius:15px;padding:35px}.empty-orders{text-align:center}.empty-orders p{color:#6b7280;margin-top:8px}.order-error{color:#991b1b;background:#fef2f2}@media (width<=1000px){.order-summary-box{grid-template-columns:1fr 1fr}}@media (width<=768px){.orders-page{width:100%}.orders-page-header h1{font-size:32px}.orders-page-header p{font-size:15px;line-height:1.5}.orders-table-wrapper{display:none}.mobile-orders-list{display:block}.order-modal-overlay{align-items:flex-end;padding:0}.order-details-modal{border-radius:20px 20px 0 0;width:100%;max-height:96vh}.order-details-header{padding:18px}.order-details-header h2{font-size:19px}.order-close-btn{width:38px;height:38px;font-size:25px}.order-summary-box{grid-template-columns:1fr 1fr;gap:15px;padding:18px}.order-detail-section{padding:20px 18px}.order-detail-section h3{font-size:18px}.customer-details-grid{grid-template-columns:1fr;gap:15px}.full-detail{grid-column:auto}.order-item{align-items:flex-start}.order-item img{width:65px;height:65px}.order-item-info h4{font-size:15px}.crypto-proof-box img{max-height:400px}.order-status-select{max-width:none}}.banner-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;margin-top:24px;display:grid}.banner-admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-width:0;padding:24px;box-shadow:0 8px 25px #0f172a0d}.banner-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.banner-card-header h3{color:#111827;margin:0 0 6px;font-size:22px;font-weight:700;line-height:1.25}.banner-card-header p{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.banner-status{color:#475569;background:#f1f5f9;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:12px;font-weight:600}.banner-preview{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:100%;height:230px;margin-bottom:18px;display:flex;overflow:hidden}.banner-preview img{object-fit:contain;width:100%;height:100%;display:block}.banner-empty{text-align:center;color:#9ca3af}.banner-empty span{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 10px;font-size:25px;font-weight:300;display:flex}.banner-empty p{margin:0;font-size:14px}.banner-upload{margin-bottom:20px}.banner-file-label{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.banner-file-label:hover{background:#f9fafb;border-color:#9ca3af}.banner-file-label input{display:none}.selected-file{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin:9px 0 0;font-size:13px;overflow:hidden}.banner-fields{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.banner-fields label{color:#374151;font-size:14px;font-weight:600}.banner-fields input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;min-height:44px;padding:10px 12px;font-size:14px}.banner-fields input:focus{border-color:#111827}.banner-actions{align-items:center;gap:10px;padding-top:4px;display:flex}.banner-save-button,.banner-delete-button{cursor:pointer;border:none;border-radius:9px;min-height:42px;padding:0 16px;font-size:13px;font-weight:700;transition:all .2s}.banner-save-button{color:#fff;background:#111827}.banner-save-button:hover{background:#1f2937}.banner-save-button:disabled{opacity:.6;cursor:not-allowed}.banner-delete-button{color:#374151;background:#f3f4f6}.banner-delete-button:hover{background:#e5e7eb}@media (width<=800px){.banner-admin-grid{grid-template-columns:1fr;gap:18px;margin-top:18px}.banner-admin-card{border-radius:15px;padding:18px}.banner-card-header{margin-bottom:16px}.banner-card-header h3{font-size:19px}.banner-card-header p{font-size:13px}.banner-preview{height:190px;margin-bottom:15px}.banner-actions{flex-wrap:wrap}.banner-save-button,.banner-delete-button{flex:1;min-width:120px}}@media (width<=480px){.banner-admin-card{padding:15px}.banner-card-header{gap:8px}.banner-card-header h3{font-size:18px}.banner-status{padding:5px 8px;font-size:11px}.banner-preview{height:170px}.banner-save-button,.banner-delete-button{flex:none;width:100%}}.add-product-page{width:100%;max-width:1500px;margin:0 auto}.add-product-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:30px;display:flex}.add-product-header .admin-title{margin-bottom:6px}.add-product-header p{color:#6b7280;margin:0;font-size:15px}.back-products-btn{color:#111827;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:9px;padding:11px 18px;font-size:14px;font-weight:600}.back-products-btn:hover{background:#f9fafb}.add-product-form{grid-template-columns:minmax(0,1.35fr) minmax(350px,.85fr);align-items:start;gap:24px;display:grid}.add-product-column{flex-direction:column;gap:24px;display:flex}.product-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;box-shadow:0 5px 20px #0000000d}.product-card-header{justify-content:space-between;margin-bottom:25px;display:flex}.product-card-header h2{color:#111827;margin:0 0 6px;font-size:21px}.product-card-header p{color:#6b7280;margin:0;font-size:13px;line-height:1.5}.product-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.product-field:last-child{margin-bottom:0}.product-field label{color:#374151;font-size:14px;font-weight:700}.product-field input,.product-field select,.product-field textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;padding:13px 14px;font-family:inherit;font-size:14px;transition:all .2s}.product-field input,.product-field select{min-height:46px}.product-field textarea{resize:vertical;min-height:130px;line-height:1.6}.product-field input:focus,.product-field select:focus,.product-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.product-field input::placeholder,.product-field textarea::placeholder{color:#9ca3af}.product-field-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.product-sizes{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.size-option{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:9px;justify-content:center;align-items:center;min-height:48px;padding:10px;font-size:13px;font-weight:600;transition:all .2s;display:flex;position:relative}.size-option:hover{border-color:#2563eb}.size-option input{opacity:0;pointer-events:none;position:absolute}.size-option.selected{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.product-settings{flex-direction:column;gap:12px;display:flex}.setting-option{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:11px;align-items:center;gap:13px;padding:15px;transition:all .2s;display:flex;position:relative}.setting-option:hover{background:#f9fafb;border-color:#cbd5e1}.setting-option input{opacity:0;pointer-events:none;position:absolute}.setting-check{color:#0000;border:1.5px solid #cbd5e1;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:800;display:flex}.setting-option.active{background:#eff6ff;border-color:#2563eb}.setting-option.active .setting-check{color:#fff;background:#2563eb;border-color:#2563eb}.setting-option strong{color:#111827;margin-bottom:3px;font-size:14px;display:block}.setting-option small{color:#6b7280;font-size:12px;line-height:1.4;display:block}.sale-price-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:11px;margin-top:18px;padding:16px}.upload-section{width:100%}.upload-box{text-align:center;cursor:pointer;background:#fafafa;border:2px dashed #d1d5db;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;min-height:190px;transition:all .2s;display:flex}.upload-box:hover{background:#f8fbff;border-color:#2563eb}.upload-box input{display:none}.upload-icon{color:#2563eb;background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:25px;font-weight:700;display:flex}.upload-box strong{color:#111827;font-size:14px}.upload-box small{color:#9ca3af;font-size:12px}.main-image-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:16px;overflow:hidden}.main-image-preview img{object-fit:contain;width:100%;max-height:350px;display:block}.gallery-upload{min-height:145px}.gallery-grid{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px;display:grid}.gallery-item{aspect-ratio:1;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9px;overflow:hidden}.gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.product-save-card{color:#fff;background:#111827;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.product-save-card strong{margin-bottom:4px;font-size:16px;display:block}.product-save-card p{color:#9ca3af;margin:0;font-size:12px}.save-product-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:9px;padding:13px 22px;font-size:14px;font-weight:700;transition:all .2s}.save-product-btn:hover{background:#3b82f6}.save-product-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=1100px){.add-product-form{grid-template-columns:1fr}.add-product-column{width:100%}}@media (width<=768px){.add-product-page{width:100%}.add-product-header{flex-direction:column;align-items:flex-start;margin-bottom:20px}.add-product-header .admin-title{margin-bottom:5px;font-size:28px}.add-product-header p{font-size:13px}.back-products-btn{text-align:center;width:100%}.add-product-form{flex-direction:column;gap:18px;display:flex}.add-product-column{gap:18px}.product-form-card{border-radius:13px;padding:18px}.product-card-header{margin-bottom:20px}.product-card-header h2{font-size:18px}.product-card-header p{font-size:12px}.product-field-row{grid-template-columns:1fr;gap:0}.product-field{margin-bottom:17px}.product-field input,.product-field select{min-height:48px;font-size:15px}.product-field textarea{font-size:15px}.product-sizes{grid-template-columns:repeat(2,1fr);gap:10px}.size-option{min-height:48px;font-size:12px}.setting-option{padding:13px}.setting-option strong{font-size:13px}.setting-option small{font-size:11px}.upload-box{min-height:165px}.gallery-upload{min-height:135px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.product-save-card{text-align:center;flex-direction:column;align-items:stretch}.save-product-btn{width:100%;min-height:50px}}@media (width<=480px){.add-product-header .admin-title{font-size:25px}.product-form-card{padding:15px}.product-sizes{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:7px}.upload-box{min-height:150px}}@keyframes announcement-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.header-icons,.icon,.currency{display:none!important}.hero{aspect-ratio:16/7;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:flex-end;width:100%;min-height:0;margin:0;padding:0;display:flex;position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:none;height:100%;display:block}.hero-content{-webkit-backdrop-filter:none;text-align:center;z-index:10;background:0 0;border-radius:0;width:auto;max-width:none;margin:0;padding:0;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-content h2,.hero-content p{display:none}.hero button,.hero-content a{color:#111;letter-spacing:.8px;text-transform:uppercase;text-align:center;cursor:pointer;white-space:nowrap;background:#fff;border:0;border-radius:0;justify-content:center;align-items:center;width:auto;min-width:112px;height:38px;padding:0 22px;font-size:11px;font-weight:600;transition:background .2s,color .2s,transform .2s;display:inline-flex;box-shadow:0 3px 12px #0000001f}.hero button:hover,.hero-content a:hover{color:#fff;background:#111;transform:translateY(-1px)}.shop-page-number:not(.active):hover,.shop-page-arrow:not(:disabled):hover{color:#111;background:#f7f7f7;border-color:#ddd}@media (width<=1100px){.header{gap:18px;padding:0 4%}.header-left{gap:25px}.desktop-search{flex:0 280px;width:280px}.header-actions{gap:18px}.store-logo{max-width:165px;height:44px}.hero{aspect-ratio:16/8;justify-content:center;align-items:flex-end;min-height:0;padding:0}.hero-content{-webkit-backdrop-filter:none;background:0 0;width:auto;max-width:none;padding:0;bottom:25px;left:50%}.hero-content h2,.hero-content p{display:none}.hero button,.hero-content a{min-width:110px;height:36px;padding:0 20px;font-size:10px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product-swiper .swiper-slide{flex:0 0 220px;width:220px!important}.shop-page{padding-left:4%;padding-right:4%}.shop-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 18px}.shop-pagination{margin-top:55px}.footer-top{grid-template-columns:1fr;gap:40px}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.announcement-bar{height:34px}.announcement-track span{padding-right:80px;font-size:10px}.utility-bar{min-height:30px;padding:0 15px}.utility-links{justify-content:flex-end;gap:0;width:100%}.utility-links a{display:none}.utility-links .desktop-currency{font-size:12px;display:block}.header{gap:10px;width:100%;height:76px;min-height:76px;padding:0 15px}.header-left{flex:auto;gap:10px;min-width:0}.mobile-menu{flex:0 0 36px;width:36px;height:36px;font-size:21px;display:flex}.mobile-menu svg{stroke-width:1.5px;width:23px;height:23px}.logo{letter-spacing:2px;flex:0 auto;min-width:0;font-size:22px}.store-logo{width:auto;max-width:125px;height:43px}.desktop-nav,.desktop-search{display:none}.header-actions{flex:none;gap:11px;display:flex}.mobile-search-icon{display:flex}.desktop-heart{display:none}.header-action{width:30px;height:34px;font-size:20px}.header-action svg{stroke-width:1.5px;width:20px;height:20px}.cart-icon{width:30px;height:34px}.cart-icon svg{width:21px;height:21px}.cart-count{min-width:15px;height:15px;font-size:8px;top:-3px;right:-5px}.sidebar{width:100%;max-width:100%}.sidebar-header{margin-top:60px;padding:0 20px}.sidebar-header button{height:50px;font-size:15px}.close{width:40px;height:40px;font-size:20px;top:-50px;right:15px}.sidebar-menu a,.sidebar-category a{padding:17px 20px;font-size:16px}.hero{aspect-ratio:4/5;text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:flex-end;width:100%;height:auto;min-height:0;margin:0;padding:0;display:flex;overflow:hidden}.hero>img{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%}.hero-content{-webkit-backdrop-filter:none;text-align:center;z-index:10;background:0 0;border-radius:0;width:auto;max-width:none;margin:0;padding:0;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-content h2,.hero-content p{display:none}.hero button,.hero-content a{color:#111;letter-spacing:.7px;text-transform:uppercase;white-space:nowrap;background:#fff;border:0;border-radius:0;justify-content:center;align-items:center;width:auto;min-width:100px;height:34px;padding:0 18px;font-size:9px;font-weight:600;display:inline-flex;box-shadow:0 2px 10px #0000001f}.hero button:hover,.hero-content a:hover{color:#fff;background:#111}.new-arrivals,.recommended{width:100%;padding:38px 15px;overflow:hidden}.new-arrivals h2,.recommended h2{letter-spacing:.3px;text-align:left;margin:0 0 20px;font-size:20px;font-weight:500}.product-swiper{touch-action:pan-y;cursor:grab;width:calc(100% + 15px);margin:0;padding:0 15px 5px 0;overflow:visible}.product-swiper:active{cursor:grabbing}.product-swiper .swiper-slide{flex:0 0 72vw;min-width:240px;max-width:290px;height:auto;display:flex;width:72vw!important}.product-swiper .swiper-slide .product-card{width:100%;height:100%}.product-card{background:#fff;width:100%}.product-image-wrapper{background:#f7f7f7;width:100%;overflow:hidden}.product-image-wrapper img{aspect-ratio:4/5;object-fit:cover;width:100%}.product-image-wrapper .sale-badge{padding:4px 6px;font-size:8px;top:7px;left:7px}.product-image-wrapper .wishlist{z-index:50;pointer-events:auto;width:30px;height:30px;top:7px;right:7px}.product-image-wrapper .wishlist svg{width:12px;height:12px}.product-info{text-align:left;padding:10px 2px}.product-info h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-size:12px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.price{margin:0;font-size:12px;font-weight:600}.product-prices{gap:6px}.sale-price{font-size:12px}.old-price{font-size:10px}.product-swiper .select-btn,.product-swiper .product-card:hover .select-btn{color:#fff;letter-spacing:.5px;opacity:1;visibility:visible;background:#111;width:100%;padding:10px 5px;font-size:9px;font-weight:600;transform:none}.product-swiper .product-card:hover .product-image-wrapper img{transform:none}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-page{padding:25px 15px 65px}.shop-breadcrumb{gap:6px;margin-bottom:20px;font-size:11px}.shop-top{align-items:flex-end;gap:15px;margin-bottom:25px}.shop-header h1{margin-bottom:6px;font-size:31px;font-weight:400}.shop-header p{font-size:12px}.shop-filter-toggle{font-size:11px}.shop-category-bar{overflow:hidden}.shop-category-scroll{gap:7px;padding-bottom:10px}.shop-category-button,.shop-view-all-button{min-height:36px;padding:8px 11px;font-size:11px}.shop-filter-panel-inner{flex-direction:column;align-items:stretch;gap:14px;min-height:auto;padding:15px 0;display:flex}.shop-sale-filter{font-size:12px}.shop-sort{flex-direction:column;align-items:stretch;gap:6px;width:100%;margin:0;display:flex}.shop-sort select,.shop-reset{width:100%}.shop-controls{grid-template-columns:1fr auto;gap:12px;min-height:auto;margin:15px 0 22px;display:grid}.shop-mobile-sort{grid-column:1/-1;display:block}.shop-mobile-sort select{width:100%;min-width:0;height:42px}.shop-mobile-sale{font-size:11px}.shop-view-buttons{justify-content:flex-end}.shop-view-buttons button{width:32px;height:32px;font-size:19px}.shop-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.shop-product-image img{aspect-ratio:4/5}.shop-sale-badge{padding:5px 7px;font-size:8px;top:7px;left:7px}.shop-wishlist{opacity:1;width:30px;height:30px;font-size:18px;top:7px;right:7px}.shop-product-info{padding:10px 1px 0}.shop-product-name{margin-bottom:5px;font-size:12px;line-height:1.35}.shop-price{gap:5px;margin-bottom:5px;font-size:12px}.shop-original-price{font-size:10px}.shop-category{margin-bottom:10px;font-size:10px}.shop-view-btn{letter-spacing:.4px;min-height:36px;padding:8px 4px;font-size:8px}.shop-pagination{gap:4px;margin:45px auto 0}.shop-page-numbers{gap:3px}.shop-page-number,.shop-page-arrow{width:36px;height:36px;font-size:12px}.shop-page-arrow{font-size:19px}.shop-list-view{grid-template-columns:1fr}.shop-list-view .shop-product-card{grid-template-columns:130px minmax(0,1fr);gap:14px}.shop-list-view .shop-product-name{font-size:12px}.breadcrumb{gap:5px;padding:15px 15px 8px;font-size:11px}.page-hero{min-height:120px}.page-hero h1{padding:0 15px;font-size:27px}.page-content{padding:40px 20px}.page-content h1{font-size:29px}.page-content h2{font-size:21px}.page-content p{font-size:14px}.floating-cart{width:52px;height:52px;font-size:19px;bottom:18px;right:16px}.site-footer{border-top:1px solid #e5e5e5;width:100%;margin-top:40px;padding:50px 24px 22px}.footer-top{flex-direction:column;gap:0;width:100%;display:flex}.footer-brand{align-items:flex-start;width:100%;margin-bottom:40px}.footer-logo{object-fit:contain;object-position:left center;width:80px;max-width:120px;height:auto;max-height:65px;margin:0 0 23px}.footer-store-name{letter-spacing:1px;margin:0 0 20px;font-size:24px}.footer-brand p{margin:0 0 9px;font-size:14px;line-height:1.5}.footer-description{color:#555;max-width:100%;margin-top:4px!important}.footer-columns{grid-template-columns:1fr 1fr;gap:28px 25px;width:100%;margin:0 0 35px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;width:100%;display:flex}.footer-column h3{margin:0 0 14px;font-size:14px;font-weight:700;line-height:1.3}.footer-column a{color:#222;margin:0 0 10px;padding:0;font-size:13px;line-height:1.4}.footer-newsletter{width:100%;margin:0;padding:0}.newsletter{width:100%;max-width:none;margin:0}.newsletter h2{color:#111;text-transform:uppercase;margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.3}.newsletter p{color:#555;width:100%;max-width:none;margin:0 0 18px;font-size:13px;line-height:1.55}.newsletter-form{flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin:0;display:flex}.newsletter-form input{color:#111;background:#fff;border:1px solid #d5d5d5;outline:none;flex:none;width:100%;height:46px;padding:0 13px;font-size:13px}.newsletter-form input:focus{border-color:#111}.newsletter-form button{color:#fff;background:#111;border:0;flex:none;align-self:flex-start;width:125px;min-width:125px;max-width:125px;height:46px;margin:4px 0 0;padding:0 18px;font-size:13px;font-weight:600}.newsletter-form button:hover{background:#333}.footer-social{justify-content:flex-start;align-items:center;gap:18px;width:100%;margin:28px 0 30px;display:flex}.footer-social a{color:#111;width:auto;height:auto;font-size:21px}.footer-bottom{border-top:1px solid #eee;width:100%;margin:0;padding-top:18px}.footer-bottom p{color:#555;margin:0;font-size:11px;line-height:1.5}}@media (width<=390px){.header{padding:0 11px}.header-left,.header-actions{gap:7px}.mobile-menu{flex-basis:34px;width:34px;height:34px}.mobile-menu svg{width:21px;height:21px}.store-logo{max-width:110px;height:40px}.header-action{width:28px}.hero{aspect-ratio:4/5}.hero-content{bottom:15px}.hero button,.hero-content a{letter-spacing:.6px;min-width:95px;height:32px;padding:0 16px;font-size:8px}.product-swiper .swiper-slide{flex:0 0 78vw;min-width:0;max-width:285px;width:78vw!important}.product-swiper{width:calc(100% + 12px);padding-right:12px}.products,.shop-products{gap:9px}.product-info h3,.shop-product-name{font-size:12px}.price,.shop-price{font-size:14px}.shop-page{padding-left:12px;padding-right:12px}.shop-top{gap:8px}.shop-header h1{font-size:28px}.shop-header p{font-size:11px}.shop-filter-toggle{font-size:10px}.shop-products{gap:25px 9px}.shop-product-name,.shop-price{font-size:11px}.shop-category{font-size:9px}.shop-view-btn{font-size:7px}.shop-pagination{gap:2px;margin-top:38px}.shop-page-numbers{gap:2px}.shop-page-number,.shop-page-arrow{width:33px;height:33px;font-size:11px}.shop-page-arrow{font-size:18px}.site-footer{padding-left:20px;padding-right:20px}.footer-columns{gap:25px 18px}.newsletter h2{font-size:17px}.newsletter p{font-size:12px}.newsletter-form input{height:44px}.newsletter-form button{width:120px;min-width:120px;max-width:120px;height:44px}}@media (width<=768px){.sidebar-overlay{opacity:0;visibility:hidden;pointer-events:none;z-index:9998;background:#00000047;width:100%;height:100vh;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.show-sidebar .sidebar-overlay{opacity:1;visibility:visible;pointer-events:auto}.sidebar{z-index:9999;visibility:hidden;-webkit-overflow-scrolling:touch;background:#fff;border-radius:0 18px 18px 0;width:min(320px,82vw);max-width:82vw;height:100vh;margin:0;padding:0;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;display:block;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-105%);box-shadow:8px 0 35px #00000024}.show-sidebar .sidebar{visibility:visible;left:0;transform:translate(0)}.sidebar-close{color:#111;z-index:30;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;top:17px;right:15px}.sidebar-close:hover{background:#f6f6f6}.sidebar-close:active{transform:scale(.92)}.sidebar-close svg{width:17px;height:17px}.sidebar-tabs{border-bottom:1px solid #eee;align-items:stretch;width:100%;padding:72px 22px 0;display:flex}.sidebar-tab{color:#777;letter-spacing:.5px;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:50%;height:55px;margin:0;padding:0;font-family:Georgia,Times New Roman,serif;font-size:13px;font-weight:600;display:flex;position:relative}.sidebar-tab.active{color:#111}.sidebar-tab.active:after{content:"";background:#111;height:2px;position:absolute;bottom:-1px;left:0;right:0}.sidebar-menu{flex-direction:column;width:100%;margin:0;padding:13px 0 30px;display:flex}.sidebar-menu .sidebar-link{color:#222;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;width:100%;min-height:58px;margin:0;padding:0 27px;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:flex}.sidebar-menu .sidebar-link:hover{color:#111;background:#fafafa;padding-left:31px}.sidebar-menu button.sidebar-link{appearance:none;font-family:Georgia,Times New Roman,serif}.sidebar-menu .sidebar-link svg{color:#888;flex:none;font-size:10px}.sidebar-menu .sidebar-logout{color:#c62828}.sidebar-menu .sidebar-logout:hover{color:#b71c1c;background:#fff7f7}.sidebar-categories{padding-top:13px}.sidebar-categories .sidebar-link{min-height:58px}.desktop-heart{display:flex!important}.header-actions{gap:9px}.header-action.desktop-heart{justify-content:center;align-items:center;width:30px;height:34px;display:flex!important}.header-action.desktop-heart svg{width:20px;height:20px}}@media (width<=390px){.sidebar{width:84vw;max-width:84vw}.sidebar-tabs{padding-left:18px;padding-right:18px}.sidebar-tab{height:53px;font-size:12px}.sidebar-menu .sidebar-link{min-height:55px;padding-left:23px;padding-right:23px;font-size:13px}.sidebar-menu .sidebar-link:hover{padding-left:27px}.sidebar-close{width:36px;height:36px;top:15px;right:13px}.header-actions{gap:6px}.header-action.desktop-heart{width:28px}}@media (width<=768px){.hero{aspect-ratio:16/9!important}.hero .hero-image{background-position:50%!important;background-size:contain!important;height:100%!important}.hero .hero-content{padding:0 0 16px 16px!important}.hero .hero-shop-button{min-width:105px!important;height:34px!important;min-height:34px!important;padding:0 15px!important;font-size:9px!important}}@media (width<=480px){.hero{aspect-ratio:16/9!important}.hero .hero-image{background-size:contain!important;height:100%!important}.hero .hero-content{padding:0 0 12px 12px!important}.hero .hero-shop-button{letter-spacing:.4px!important;min-width:94px!important;height:31px!important;min-height:31px!important;padding:0 13px!important;font-size:8px!important}}.promo-banner,.homepage-bottom-banner-image{aspect-ratio:2.1;background:#111;width:100%;position:relative;overflow:hidden}.promo-banner-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.promo-banner-overlay,.homepage-bottom-banner-content{box-sizing:border-box;background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;padding:45px;display:flex;position:absolute;inset:0}.promo-banner-title,.homepage-bottom-banner-content h2{color:#fff;margin:0 0 18px;font-size:clamp(24px,3vw,42px);font-weight:600;line-height:1.1}.promo-banner-button,.homepage-bottom-banner-button{color:#111;text-transform:uppercase;box-sizing:border-box;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;min-width:140px;min-height:50px;padding:0 24px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.promo-banner-button:hover,.homepage-bottom-banner-button:hover{color:#fff;background:#111}@media (width<=768px){.promo-banner-section,.homepage-bottom-banner{margin:35px auto;padding:0 18px}.promo-banner,.homepage-bottom-banner-image{aspect-ratio:2}.promo-banner-overlay,.homepage-bottom-banner-content{padding:28px}.promo-banner-title,.homepage-bottom-banner-content h2{margin-bottom:14px;font-size:24px}.promo-banner-subtitle{margin-bottom:16px;font-size:13px}.promo-banner-button,.homepage-bottom-banner-button{min-width:125px;min-height:46px;padding:0 20px;font-size:12px}}@media (width<=480px){.promo-banner-section,.homepage-bottom-banner{width:100%;margin:30px auto;padding:0 18px}.promo-banner,.homepage-bottom-banner-image{aspect-ratio:2;width:100%;min-height:0}.promo-banner-image{object-fit:cover;object-position:center center;width:100%;height:100%}.promo-banner-overlay,.homepage-bottom-banner-content{padding:24px}.promo-banner-title,.homepage-bottom-banner-content h2{margin-bottom:12px;font-size:21px;line-height:1.15}.promo-banner-subtitle{display:none}.promo-banner-button,.homepage-bottom-banner-button{min-width:120px;min-height:44px;padding:0 18px;font-size:11px}}@media (width<=360px){.promo-banner-section,.homepage-bottom-banner{margin:25px auto;padding:0 14px}.promo-banner,.homepage-bottom-banner-image{aspect-ratio:1.9}.promo-banner-overlay,.homepage-bottom-banner-content{padding:20px}.promo-banner-title,.homepage-bottom-banner-content h2{font-size:19px}.promo-banner-button,.homepage-bottom-banner-button{min-width:110px;min-height:42px;padding:0 16px;font-size:10px}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#111;background:#fff;margin:0;font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.announcement-bar{color:#fff;white-space:nowrap;z-index:2000;background:#050505;align-items:center;width:100%;height:40px;display:flex;position:relative;overflow:hidden}.announcement-track{align-items:center;width:max-content;animation:20s linear infinite announcement-marquee;display:flex}.announcement-track span{letter-spacing:.5px;align-items:center;padding-right:110px;font-size:12px;font-weight:500;display:inline-flex}.utility-bar{background:#fff;border-bottom:0;justify-content:flex-end;align-items:center;width:100%;min-height:36px;padding:0 5%;display:flex}.utility-links{align-items:center;gap:27px;display:flex}.utility-links a,.desktop-currency{color:#444;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:13px;text-decoration:none;transition:color .2s}.utility-links a:hover{color:#888}.header{z-index:1500;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:25px;width:100%;height:88px;padding:0 5%;display:flex;position:relative}.header-left{flex:0 auto;align-items:center;gap:36px;min-width:0;display:flex}.mobile-menu{color:#111;cursor:pointer;background:0 0;border:0;flex:0 0 38px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:22px;line-height:1;transition:opacity .2s,transform .2s;display:none}.mobile-menu:hover{opacity:.55}.mobile-menu svg{stroke-width:1.5px;width:22px;height:22px}.logo{color:#111;letter-spacing:4px;-webkit-user-select:none;user-select:none;flex:none;justify-content:flex-start;align-items:center;min-width:0;font-size:28px;font-weight:700;text-decoration:none;display:flex}.store-logo{object-fit:contain;object-position:left center;width:auto;max-width:180px;height:50px;display:block}.desktop-nav{flex:none;align-items:center;gap:30px;display:flex}.desktop-nav a{color:#222;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:400;line-height:1;text-decoration:none;transition:color .2s;position:relative}.desktop-nav a:after{content:"";background:#111;width:0;height:1px;transition:width .25s;position:absolute;bottom:-8px;left:0}.desktop-nav a:hover{color:#777}.desktop-nav a:hover:after{width:100%}.desktop-search{background:#fff;border:1px solid #bdbdbd;flex:0 360px;align-items:center;width:min(360px,30vw);height:46px;display:flex}.desktop-search input{color:#222;background:0 0;border:0;outline:none;width:100%;min-width:0;height:100%;padding:0 14px;font-family:Georgia,Times New Roman,serif;font-size:14px}.desktop-search input::placeholder{color:#999;font-style:italic}.desktop-search button{color:#222;cursor:pointer;background:0 0;border:0;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:100%;padding:0;font-size:21px;line-height:1;transition:color .2s;display:flex}.desktop-search button:hover{color:#777}.desktop-search button svg{stroke-width:1.6px;width:21px;height:21px}.header-actions{flex:none;justify-content:flex-end;align-items:center;gap:24px;display:flex}.header-action{color:#222;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:29px;height:34px;padding:0;font-size:21px;line-height:1;transition:color .2s,transform .2s;display:flex;position:relative}.header-action:hover{color:#777;transform:translateY(-1px)}.header-action svg{stroke-width:1.6px;width:21px;height:21px}.desktop-heart svg{stroke-width:1.5px;width:22px;height:22px}.cart-icon{color:#222;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:34px;padding:0;display:flex;position:relative}.cart-icon svg{stroke-width:1.6px;width:22px;height:22px}.cart-count{color:#fff;pointer-events:none;background:#111;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-6px}.mobile-search-icon{display:none}.header-icons,.icon,.currency{display:none!important}.sidebar{z-index:9999;background:#fff;width:360px;max-width:90%;height:100vh;transition:left .35s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:0 0 35px #00000026}.show-sidebar .sidebar{left:0}.sidebar-header{margin-top:70px;padding:0 25px;display:flex;position:relative}.sidebar-header button{color:#111;cursor:pointer;background:#f7f7f7;border:0;width:50%;height:55px;font-size:16px}.sidebar-header button.active{background:#fff;border-bottom:2px solid #111}.close{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;transition:all .25s;display:flex;position:absolute;top:-55px;right:20px}.close:hover{color:#fff;background:#111}.sidebar-menu,.sidebar-category{flex-direction:column;display:flex}.sidebar-menu{margin-top:20px}.sidebar-category{margin-top:15px}.sidebar-menu a,.sidebar-category a{color:#222;border-bottom:1px solid #eee;padding:18px 25px;font-size:16px;transition:background .2s,padding-left .2s}.sidebar-menu a:hover,.sidebar-category a:hover{background:#f7f7f7;padding-left:32px}.hero-image{aspect-ratio:16/7;background:#000;width:100%;height:auto;position:relative;overflow:hidden}.hero-banner-img{object-fit:cover;object-position:center center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-content{z-index:10;width:auto;height:auto;margin:0;padding:0 0 32px 32px;position:absolute;bottom:0;left:0}.hero-shop-button{color:#111;text-align:center;box-sizing:border-box;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;min-width:150px;height:56px;padding:0 28px;font-family:inherit;font-size:16px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.hero-shop-button:hover{color:#fff;background:#111;transform:translateY(-1px)}@media (width<=768px){.hero-image{aspect-ratio:1/.78}.hero-banner-img{object-position:center center}.hero-content{padding:0 0 22px 22px}.hero-shop-button{min-width:140px;height:52px;padding:0 24px;font-size:15px}}@media (width<=480px){.hero{width:100%}.hero-image{aspect-ratio:1/1.02;width:100%;min-height:0}.hero-banner-img{object-fit:cover;object-position:center center;width:100%;height:100%}.hero-content{padding:0 0 20px 20px;bottom:0;left:0}.hero-shop-button{min-width:130px;height:50px;box-shadow:none;border:1px solid #ddd;padding:0 22px;font-size:14px;font-weight:600}}@media (width<=360px){.hero-image{aspect-ratio:1/1.05}.hero-content{padding:0 0 16px 16px}.hero-shop-button{min-width:120px;height:46px;padding:0 18px;font-size:13px}}.new-arrivals,.recommended{width:100%;padding:55px 5%;overflow:hidden}.new-arrivals h2,.recommended h2{color:#111;letter-spacing:.5px;text-align:left;margin:0 0 28px;font-size:24px;font-weight:500}.product-swiper{-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:grab;width:100%;max-width:100%;position:relative;overflow:visible}.product-swiper:active{cursor:grabbing}.product-swiper .swiper-wrapper{align-items:stretch;display:flex}.product-swiper .swiper-slide{cursor:grab;flex:0 0 245px;height:auto;display:flex;width:245px!important}.product-swiper .swiper-slide:active{cursor:grabbing}.product-swiper .swiper-slide .product-card{width:100%;height:100%}.products{grid-template-columns:repeat(4,minmax(0,1fr));gap:25px;display:grid}.product-card{background:#fff;width:100%;position:relative}.product-image-wrapper{background:#f7f7f7;width:100%;position:relative;overflow:hidden}.product-image-wrapper .product-link{width:100%;display:block}.product-image-wrapper img{aspect-ratio:4/5;object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;transition:transform .4s;display:block}.product-card:hover .product-image-wrapper img{transform:scale(1.03)}.product-image-wrapper .sale-badge{z-index:20;color:#fff;letter-spacing:.5px;pointer-events:none;background:#111;padding:5px 8px;font-size:10px;font-weight:600;position:absolute;top:12px;left:12px}.product-image-wrapper .wishlist{z-index:50;color:#111;cursor:pointer;pointer-events:auto;touch-action:manipulation;background:#fffffff2;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin:0;padding:0;transition:background .2s,color .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000001f}.product-image-wrapper .wishlist svg{width:13px;height:13px}.product-image-wrapper .wishlist:hover{color:#fff;background:#111;transform:scale(1.05)}.product-image-wrapper .wishlist:active{transform:scale(.95)}.product-info{text-align:left;padding:14px 2px 12px}.product-info h3{color:#111;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:14px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.price{color:#111;margin:0;font-size:14px;font-weight:600}.product-prices{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.sale-price{color:#111;font-size:14px;font-weight:600}.old-price{color:#888;font-size:12px;text-decoration:line-through}.product-swiper .select-btn{color:#fff;text-align:center;letter-spacing:.7px;opacity:0;visibility:hidden;background:#111;width:100%;padding:11px 8px;font-size:10px;font-weight:600;transition:opacity .25s,visibility .25s,transform .25s,background .25s;display:block;transform:translateY(8px)}.product-swiper .product-card:hover .select-btn{opacity:1;visibility:visible;transform:translateY(0)}.select-btn{color:#fff;text-align:center;letter-spacing:.7px;background:#111;width:100%;padding:11px 8px;font-size:10px;font-weight:600;transition:background .25s;display:block}.select-btn:hover{background:#333}.shop-page{color:#111;background:#fff;width:100%;min-height:100vh;padding:45px 5% 90px}.shop-breadcrumb{color:#777;align-items:center;gap:9px;width:100%;max-width:1500px;margin:0 auto 30px;font-size:13px;display:flex}.shop-breadcrumb a{color:#555;text-decoration:none}.shop-breadcrumb a:hover{color:#111}.shop-breadcrumb span:last-child{color:#222}.shop-top{justify-content:space-between;align-items:flex-end;gap:30px;width:100%;max-width:1500px;margin:0 auto 35px;display:flex}.shop-header{margin:0}.shop-header h1{color:#111;letter-spacing:0;margin:0 0 8px;font-size:42px;font-weight:400;line-height:1.1}.shop-header p{color:#777;margin:0;font-size:14px}.shop-filter-toggle{color:#222;white-space:nowrap;background:0 0;border:0;align-items:center;gap:7px;padding:8px 0;font-size:14px;display:flex}.shop-filter-toggle:hover{opacity:.6}.filter-icon{font-size:16px;line-height:1}.shop-category-bar{border-bottom:1px solid #e5e5e5;width:100%;max-width:1500px;margin:0 auto}.shop-category-scroll{scrollbar-width:none;align-items:center;gap:10px;width:100%;display:flex;overflow-x:auto}.shop-category-scroll::-webkit-scrollbar{display:none}.shop-category-button,.shop-view-all-button{color:#333;white-space:nowrap;background:0 0;border:1px solid #0000;flex:none;min-height:40px;padding:9px 15px;font-size:13px}.shop-category-button:hover{color:#111}.shop-category-button.active{color:#111;border-color:#111}.shop-view-all-button{color:#555;align-items:center;gap:7px;padding-left:5px;display:inline-flex}.shop-view-all-button:hover{color:#111}.shop-view-all-button span{font-size:15px}.shop-filter-panel{width:100%;max-width:1500px;margin:0 auto}.shop-filter-panel-inner{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;gap:25px;width:100%;min-height:70px;padding:18px 0;display:flex}.shop-sale-filter,.shop-mobile-sale{color:#444;cursor:pointer;align-items:center;gap:9px;font-size:13px;display:flex}.shop-sale-filter input,.shop-mobile-sale input{accent-color:#111;width:16px;height:16px;margin:0}.shop-sort{align-items:center;gap:8px;margin-left:auto;display:flex}.shop-sort label{color:#555;font-size:13px}.shop-sort select,.shop-mobile-sort select{color:#222;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:0;outline:none;min-width:155px;height:40px;padding:0 12px;font-size:13px}.shop-sort select:focus,.shop-mobile-sort select:focus{border-color:#111}.shop-reset{color:#222;background:#fff;border:1px solid #ddd;height:40px;padding:0 16px;font-size:12px}.shop-reset:hover{border-color:#111}.shop-controls{justify-content:flex-end;align-items:center;gap:20px;width:100%;max-width:1500px;min-height:45px;margin:0 auto 28px;display:flex}.shop-mobile-sort{display:none}.shop-mobile-sale{display:flex}.shop-view-buttons{align-items:center;gap:5px;display:flex}.shop-view-buttons button{color:#777;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:20px;display:flex}.shop-view-buttons button:hover,.shop-view-buttons button.active{color:#111;border-color:#ddd}.shop-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 24px;width:100%;max-width:1500px;margin:0 auto;display:grid}.shop-product-card{background:#fff;min-width:0;position:relative}.shop-product-image{background:#f7f7f7;width:100%;position:relative;overflow:hidden}.shop-product-image>a{width:100%;display:block}.shop-product-image img{aspect-ratio:4/5;object-fit:cover;width:100%;transition:transform .4s;display:block}.shop-product-card:hover .shop-product-image img{transform:scale(1.025)}.shop-sale-badge{z-index:10;color:#fff;letter-spacing:.2px;background:#b51218;padding:6px 9px;font-size:10px;font-weight:600;line-height:1;position:absolute;top:13px;left:13px}.shop-wishlist{z-index:20;color:#111;opacity:0;background:#ffffffeb;border:0;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:0;font-size:21px;line-height:1;transition:opacity .2s,transform .2s;display:flex;position:absolute;top:12px;right:12px}.shop-product-card:hover .shop-wishlist{opacity:1}.shop-wishlist:hover{color:#fff;background:#111;transform:scale(1.05)}.shop-product-info{width:100%;padding:14px 2px 0}.shop-product-name{color:#222;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:7px;font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;display:-webkit-box;overflow:hidden}.shop-product-name:hover{color:#777}.shop-price{color:#111;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 6px;font-size:14px;font-weight:600;display:flex}.shop-sale-price{color:#111;font-weight:600}.shop-original-price{color:#888;font-size:12px;font-weight:400;text-decoration:line-through}.shop-category{color:#888;margin:0 0 13px;font-size:11px}.shop-view-btn{color:#fff;letter-spacing:.6px;background:#111;justify-content:center;align-items:center;width:100%;min-height:40px;padding:9px 10px;font-size:10px;font-weight:600;text-decoration:none;transition:background .2s;display:flex}.shop-view-btn:hover{background:#333}.shop-list-view{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-list-view .shop-product-card{grid-template-columns:240px minmax(0,1fr);align-items:center;gap:20px;display:grid}.shop-list-view .shop-product-info{padding:0}.shop-pagination{justify-content:center;align-items:center;gap:8px;width:100%;max-width:1500px;margin:65px auto 0;display:flex}.shop-page-numbers{justify-content:center;align-items:center;gap:5px;display:flex}.shop-page-number,.shop-page-arrow{color:#222;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;width:42px;height:42px;padding:0;font-size:13px;font-weight:400;line-height:1;transition:background .2s,color .2s,border-color .2s;display:flex}.shop-page-number.active{color:#fff;background:#111;border-color:#111}.shop-page-number:not(.active):hover,.shop-page-arrow:not(:disabled):hover{color:#111;background:#f7f7f7;border-color:#ddd}.shop-page-arrow{font-size:22px;font-weight:400}.shop-page-arrow:disabled{color:#ccc;cursor:not-allowed;opacity:.65;background:0 0;border-color:#0000}.empty-shop{text-align:center;width:100%;max-width:1500px;margin:0 auto;padding:100px 20px}.empty-shop h2{margin-bottom:10px;font-size:22px}.empty-shop p{color:#777;margin-bottom:20px;font-size:14px}.empty-shop button{color:#fff;background:#111;border:0;padding:12px 20px;font-size:12px}.floating-cart{z-index:9000;color:#fff;cursor:pointer;background:#111;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:21px;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 8px 25px #0003}.floating-count{color:#fff;background:#e11d48;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.breadcrumb{color:#777;background:#fff;flex-wrap:wrap;align-items:center;gap:7px;width:100%;padding:20px 5% 10px;font-size:12px;display:flex}.breadcrumb a{color:#555;transition:opacity .2s}.breadcrumb a:hover{opacity:.55}.breadcrumb-separator{color:#aaa}.breadcrumb-current{color:#111}.page-hero{background:#111;justify-content:center;align-items:center;width:100%;min-height:150px;display:flex;position:relative;overflow:hidden}.page-hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.page-hero:after{content:"";background:#0000007a;position:absolute;inset:0}.page-hero h1{z-index:2;color:#fff;letter-spacing:1px;text-align:center;font-size:34px;font-weight:600;position:relative}.page-content{width:100%;max-width:1100px;margin:0 auto;padding:55px 5%}.page-content h1{margin-bottom:25px;font-size:36px;font-weight:600}.page-content h2{margin:35px 0 15px;font-size:24px}.page-content p{color:#555;margin-bottom:18px;font-size:15px;line-height:1.8}.site-footer{color:#111;background:#fff;border-top:1px solid #e5e5e5;width:100%;margin-top:60px;padding:65px 6% 25px}.footer-top{grid-template-columns:1.35fr 2.2fr;align-items:start;gap:70px;width:100%;max-width:1500px;margin:0 auto;display:grid}.footer-brand{flex-direction:column;align-items:flex-start;display:flex}.footer-logo{object-fit:contain;object-position:left center;width:95px;max-width:180px;height:auto;max-height:70px;margin-bottom:22px}.footer-store-name{letter-spacing:2px;margin-bottom:20px;font-size:28px;font-weight:600}.footer-brand p{margin-bottom:8px;font-size:14px;line-height:1.6}.footer-description{color:#555;max-width:400px}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:45px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;display:flex}.footer-column h3{margin-bottom:18px;font-size:15px;font-weight:600}.footer-column a{color:#222;margin-bottom:11px;font-size:14px;transition:opacity .2s}.footer-column a:hover{opacity:.55}.footer-newsletter{width:100%;max-width:1500px;margin:45px auto 0}.newsletter{width:100%;max-width:650px;margin:0}.newsletter h2{color:#111;margin-bottom:10px;font-size:20px;font-weight:700;line-height:1.3}.newsletter p{color:#555;max-width:650px;margin-bottom:18px;font-size:13px;line-height:1.6}.newsletter-form{align-items:stretch;gap:10px;width:100%;display:flex}.newsletter-form input{color:#111;background:#fff;border:1px solid #d5d5d5;outline:none;flex:1;min-width:0;height:46px;padding:0 14px;font-size:13px}.newsletter-form input:focus{border-color:#111}.newsletter-form button{color:#fff;cursor:pointer;background:#111;border:0;flex:none;height:46px;padding:0 22px;font-size:13px;font-weight:600;transition:background .2s}.newsletter-form button:hover{background:#333}.footer-social{justify-content:flex-start;align-items:center;gap:18px;width:100%;max-width:1500px;margin:30px auto 25px;display:flex}.footer-social a{color:#111;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;transition:opacity .2s,transform .2s;display:flex}.footer-social a:hover{opacity:.55;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #eee;width:100%;max-width:1500px;margin:25px auto 0;padding-top:20px}.footer-bottom p{color:#777;margin:0;font-size:11px;line-height:1.5}.hidden{display:none!important}@media (width<=1100px){.header{gap:18px;padding:0 4%}.header-left{gap:25px}.desktop-search{flex:0 280px;width:280px}.header-actions{gap:18px}.store-logo{max-width:165px;height:44px}.hero{aspect-ratio:16/8;justify-content:center;align-items:flex-end;min-height:0;padding:0}.hero-content{-webkit-backdrop-filter:none;background:0 0;width:auto;max-width:none;padding:0;bottom:25px;left:50%}.hero-content h2,.hero-content p{display:none}.hero button,.hero-content a{min-width:110px;height:36px;padding:0 20px;font-size:10px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.product-swiper .swiper-slide{flex:0 0 220px;width:220px!important}.shop-page{padding-left:4%;padding-right:4%}.shop-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 18px}.shop-pagination{margin-top:55px}.footer-top{grid-template-columns:1fr;gap:40px}.footer-columns{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.announcement-bar{height:34px}.announcement-track span{padding-right:80px;font-size:10px}.utility-bar{min-height:30px;padding:0 15px}.utility-links{justify-content:flex-end;gap:0;width:100%}.utility-links a{display:none}.utility-links .desktop-currency{font-size:12px;display:block}.header{gap:10px;width:100%;height:76px;min-height:76px;padding:0 15px}.header-left{flex:auto;gap:10px;min-width:0}.mobile-menu{flex:0 0 36px;width:36px;height:36px;font-size:21px;display:flex}.mobile-menu svg{stroke-width:1.5px;width:23px;height:23px}.logo{letter-spacing:2px;flex:0 auto;min-width:0;font-size:22px}.store-logo{width:auto;max-width:125px;height:43px}.desktop-nav,.desktop-search{display:none}.header-actions{flex:none;gap:11px;display:flex}.mobile-search-icon{display:flex}.desktop-heart{display:none}.header-action{width:30px;height:34px;font-size:20px}.header-action svg{stroke-width:1.5px;width:20px;height:20px}.cart-icon{width:30px;height:34px}.cart-icon svg{width:21px;height:21px}.cart-count{min-width:15px;height:15px;font-size:8px;top:-3px;right:-5px}.sidebar{width:100%;max-width:100%}.sidebar-header{margin-top:60px;padding:0 20px}.sidebar-header button{height:50px;font-size:15px}.close{width:40px;height:40px;font-size:20px;top:-50px;right:15px}.sidebar-menu a,.sidebar-category a{padding:17px 20px;font-size:16px}.hero{aspect-ratio:4/5;text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:flex-end;width:100%;height:auto;min-height:0;margin:0;padding:0;display:flex;overflow:hidden}.hero>img{object-fit:cover;object-position:center;width:100%;max-width:none;height:100%}.hero-content{-webkit-backdrop-filter:none;text-align:center;z-index:10;background:0 0;border-radius:0;width:auto;max-width:none;margin:0;padding:0;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.hero-content h2,.hero-content p{display:none}.hero button,.hero-content a{color:#111;letter-spacing:.7px;text-transform:uppercase;white-space:nowrap;background:#fff;border:0;border-radius:0;justify-content:center;align-items:center;width:auto;min-width:100px;height:34px;padding:0 18px;font-size:9px;font-weight:600;display:inline-flex;box-shadow:0 2px 10px #0000001f}.hero button:hover,.hero-content a:hover{color:#fff;background:#111}.new-arrivals,.recommended{width:100%;padding:38px 15px;overflow:hidden}.new-arrivals h2,.recommended h2{letter-spacing:.3px;text-align:left;margin:0 0 20px;font-size:20px;font-weight:500}.product-swiper{touch-action:pan-y;cursor:grab;width:calc(100% + 15px);margin:0;padding:0 15px 5px 0;overflow:visible}.product-swiper:active{cursor:grabbing}.product-swiper .swiper-slide{flex:0 0 72vw;min-width:240px;max-width:290px;height:auto;display:flex;width:72vw!important}.product-swiper .swiper-slide .product-card{width:100%;height:100%}.product-card{background:#fff;width:100%}.product-image-wrapper{background:#f7f7f7;width:100%;overflow:hidden}.product-image-wrapper img{aspect-ratio:4/5;object-fit:cover;width:100%}.product-image-wrapper .sale-badge{padding:4px 6px;font-size:8px;top:7px;left:7px}.product-image-wrapper .wishlist{z-index:50;pointer-events:auto;width:30px;height:30px;top:7px;right:7px}.product-image-wrapper .wishlist svg{width:12px;height:12px}.product-info{text-align:left;padding:10px 2px}.product-info h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 5px;font-size:12px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.price{margin:0;font-size:12px;font-weight:600}.product-prices{gap:6px}.sale-price{font-size:12px}.old-price{font-size:10px}.product-swiper .select-btn,.product-swiper .product-card:hover .select-btn{color:#fff;letter-spacing:.5px;opacity:1;visibility:visible;background:#111;width:100%;padding:10px 5px;font-size:9px;font-weight:600;transform:none}.product-swiper .product-card:hover .product-image-wrapper img{transform:none}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.shop-page{padding:25px 15px 65px}.shop-breadcrumb{gap:6px;margin-bottom:20px;font-size:11px}.shop-top{align-items:flex-end;gap:15px;margin-bottom:25px}.shop-header h1{margin-bottom:6px;font-size:31px;font-weight:400}.shop-header p{font-size:12px}.shop-filter-toggle{font-size:11px}.shop-category-bar{overflow:hidden}.shop-category-scroll{gap:7px;padding-bottom:10px}.shop-category-button,.shop-view-all-button{min-height:36px;padding:8px 11px;font-size:11px}.shop-filter-panel-inner{flex-direction:column;align-items:stretch;gap:14px;min-height:auto;padding:15px 0;display:flex}.shop-sale-filter{font-size:12px}.shop-sort{flex-direction:column;align-items:stretch;gap:6px;width:100%;margin:0;display:flex}.shop-sort select,.shop-reset{width:100%}.shop-controls{grid-template-columns:1fr auto;gap:12px;min-height:auto;margin:15px 0 22px;display:grid}.shop-mobile-sort{grid-column:1/-1;display:block}.shop-mobile-sort select{width:100%;min-width:0;height:42px}.shop-mobile-sale{font-size:11px}.shop-view-buttons{justify-content:flex-end}.shop-view-buttons button{width:32px;height:32px;font-size:19px}.shop-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.shop-product-image img{aspect-ratio:4/5}.shop-sale-badge{padding:5px 7px;font-size:8px;top:7px;left:7px}.shop-wishlist{opacity:1;width:30px;height:30px;font-size:18px;top:7px;right:7px}.shop-product-info{padding:10px 1px 0}.shop-product-name{margin-bottom:5px;font-size:12px;line-height:1.35}.shop-price{gap:5px;margin-bottom:5px;font-size:12px}.shop-original-price{font-size:10px}.shop-category{margin-bottom:10px;font-size:10px}.shop-view-btn{letter-spacing:.4px;min-height:36px;padding:8px 4px;font-size:8px}.shop-pagination{gap:4px;margin:45px auto 0}.shop-page-numbers{gap:3px}.shop-page-number,.shop-page-arrow{width:36px;height:36px;font-size:12px}.shop-page-arrow{font-size:19px}.shop-list-view{grid-template-columns:1fr}.shop-list-view .shop-product-card{grid-template-columns:130px minmax(0,1fr);gap:14px}.shop-list-view .shop-product-name{font-size:12px}.breadcrumb{gap:5px;padding:15px 15px 8px;font-size:11px}.page-hero{min-height:120px}.page-hero h1{padding:0 15px;font-size:27px}.page-content{padding:40px 20px}.page-content h1{font-size:29px}.page-content h2{font-size:21px}.page-content p{font-size:14px}.floating-cart{width:52px;height:52px;font-size:19px;bottom:18px;right:16px}.site-footer{border-top:1px solid #e5e5e5;width:100%;margin-top:40px;padding:50px 24px 22px}.footer-top{flex-direction:column;gap:0;width:100%;display:flex}.footer-brand{align-items:flex-start;width:100%;margin-bottom:40px}.footer-logo{object-fit:contain;object-position:left center;width:80px;max-width:120px;height:auto;max-height:65px;margin:0 0 23px}.footer-store-name{letter-spacing:1px;margin:0 0 20px;font-size:24px}.footer-brand p{margin:0 0 9px;font-size:14px;line-height:1.5}.footer-description{color:#555;max-width:100%;margin-top:4px!important}.footer-columns{grid-template-columns:1fr 1fr;gap:28px 25px;width:100%;margin:0 0 35px;display:grid}.footer-column{flex-direction:column;align-items:flex-start;width:100%;display:flex}.footer-column h3{margin:0 0 14px;font-size:14px;font-weight:700;line-height:1.3}.footer-column a{color:#222;margin:0 0 10px;padding:0;font-size:13px;line-height:1.4}.footer-newsletter{width:100%;margin:0;padding:0}.newsletter{width:100%;max-width:none;margin:0}.newsletter h2{color:#111;text-transform:uppercase;margin:0 0 10px;font-size:18px;font-weight:700;line-height:1.3}.newsletter p{color:#555;width:100%;max-width:none;margin:0 0 18px;font-size:13px;line-height:1.55}.newsletter-form{flex-direction:column;align-items:flex-start;gap:8px;width:100%;margin:0;display:flex}.newsletter-form input{color:#111;background:#fff;border:1px solid #d5d5d5;outline:none;flex:none;width:100%;height:46px;padding:0 13px;font-size:13px}.newsletter-form input:focus{border-color:#111}.newsletter-form button{color:#fff;background:#111;border:0;flex:none;align-self:flex-start;width:125px;min-width:125px;max-width:125px;height:46px;margin:4px 0 0;padding:0 18px;font-size:13px;font-weight:600}.newsletter-form button:hover{background:#333}.footer-social{justify-content:flex-start;align-items:center;gap:18px;width:100%;margin:28px 0 30px;display:flex}.footer-social a{color:#111;width:auto;height:auto;font-size:21px}.footer-bottom{border-top:1px solid #eee;width:100%;margin:0;padding-top:18px}.footer-bottom p{color:#555;margin:0;font-size:11px;line-height:1.5}}@media (width<=390px){.header{padding:0 11px}.header-left,.header-actions{gap:7px}.mobile-menu{flex-basis:34px;width:34px;height:34px}.mobile-menu svg{width:21px;height:21px}.store-logo{max-width:110px;height:40px}.header-action{width:28px}.hero{aspect-ratio:4/5}.hero-content{bottom:15px}.hero button,.hero-content a{letter-spacing:.6px;min-width:95px;height:32px;padding:0 16px;font-size:8px}.product-swiper .swiper-slide{flex:0 0 78vw;min-width:0;max-width:285px;width:78vw!important}.product-swiper{width:calc(100% + 12px);padding-right:12px}.products,.shop-products{gap:9px}.product-info h3,.shop-product-name{font-size:12px}.price,.shop-price{font-size:14px}.shop-page{padding-left:12px;padding-right:12px}.shop-top{gap:8px}.shop-header h1{font-size:28px}.shop-header p{font-size:11px}.shop-filter-toggle{font-size:10px}.shop-products{gap:25px 9px}.shop-product-name,.shop-price{font-size:11px}.shop-category{font-size:9px}.shop-view-btn{font-size:7px}.shop-pagination{gap:2px;margin-top:38px}.shop-page-numbers{gap:2px}.shop-page-number,.shop-page-arrow{width:33px;height:33px;font-size:11px}.shop-page-arrow{font-size:18px}.site-footer{padding-left:20px;padding-right:20px}.footer-columns{gap:25px 18px}.newsletter h2{font-size:17px}.newsletter p{font-size:12px}.newsletter-form input{height:44px}.newsletter-form button{width:120px;min-width:120px;max-width:120px;height:44px}}.sidebar,.sidebar-overlay{display:none}.desktop-heart{display:flex}body.show-sidebar{overflow:hidden}@media (width<=768px){.sidebar-overlay{opacity:0;visibility:hidden;pointer-events:none;z-index:9998;background:#00000047;width:100%;height:100vh;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.show-sidebar .sidebar-overlay{opacity:1;visibility:visible;pointer-events:auto}.sidebar{z-index:9999;visibility:hidden;-webkit-overflow-scrolling:touch;background:#fff;border-radius:0 18px 18px 0;width:min(320px,82vw);max-width:82vw;height:100vh;margin:0;padding:0;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s;display:block;position:fixed;top:0;left:0;overflow:hidden auto;transform:translate(-105%);box-shadow:8px 0 35px #00000024}.show-sidebar .sidebar{visibility:visible;left:0;transform:translate(0)}.sidebar-close{color:#111;z-index:30;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0;padding:0;font-size:18px;line-height:1;display:flex;position:absolute;top:17px;right:15px}.sidebar-close:hover{background:#f6f6f6}.sidebar-close:active{transform:scale(.92)}.sidebar-close svg{width:17px;height:17px}.sidebar-tabs{border-bottom:1px solid #eee;align-items:stretch;width:100%;padding:72px 22px 0;display:flex}.sidebar-tab{color:#777;letter-spacing:.5px;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:50%;height:55px;margin:0;padding:0;font-family:Georgia,Times New Roman,serif;font-size:13px;font-weight:600;display:flex;position:relative}.sidebar-tab.active{color:#111}.sidebar-tab.active:after{content:"";background:#111;height:2px;position:absolute;bottom:-1px;left:0;right:0}.sidebar-menu{flex-direction:column;width:100%;margin:0;padding:13px 0 30px;display:flex}.sidebar-menu .sidebar-link{color:#222;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;width:100%;min-height:58px;margin:0;padding:0 27px;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;transition:background .2s,color .2s,padding-left .2s;display:flex}.sidebar-menu .sidebar-link:hover{color:#111;background:#fafafa;padding-left:31px}.sidebar-menu button.sidebar-link{appearance:none;font-family:Georgia,Times New Roman,serif}.sidebar-menu .sidebar-link svg{color:#888;flex:none;font-size:10px}.sidebar-menu .sidebar-logout{color:#c62828}.sidebar-menu .sidebar-logout:hover{color:#b71c1c;background:#fff7f7}.sidebar-categories{padding-top:13px}.sidebar-categories .sidebar-link{min-height:58px}.desktop-heart{display:flex!important}.header-actions{gap:9px}.header-action.desktop-heart{justify-content:center;align-items:center;width:30px;height:34px;display:flex!important}.header-action.desktop-heart svg{width:20px;height:20px}}@media (width<=390px){.sidebar{width:84vw;max-width:84vw}.sidebar-tabs{padding-left:18px;padding-right:18px}.sidebar-tab{height:53px;font-size:12px}.sidebar-menu .sidebar-link{min-height:55px;padding-left:23px;padding-right:23px;font-size:13px}.sidebar-menu .sidebar-link:hover{padding-left:27px}.sidebar-close{width:36px;height:36px;top:15px;right:13px}.header-actions{gap:6px}.header-action.desktop-heart{width:28px}}.hero{aspect-ratio:16/7!important;background:#fff!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;position:relative!important;overflow:hidden!important}.hero .hero-image{background-color:#fff!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:contain!important;width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.hero .hero-content{text-align:left!important;z-index:20!important;pointer-events:none!important;background:0 0!important;justify-content:flex-start!important;align-items:flex-end!important;width:100%!important;height:100%!important;margin:0!important;padding:0 0 24px 24px!important;display:flex!important;position:absolute!important;inset:0!important;transform:none!important}.hero .hero-shop-button{z-index:21!important;color:#111!important;letter-spacing:.6px!important;text-transform:uppercase!important;white-space:nowrap!important;pointer-events:auto!important;background:#fff!important;border:0!important;border-radius:0!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:120px!important;height:38px!important;min-height:38px!important;margin:0!important;padding:0 18px!important;font-size:10px!important;font-weight:600!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important;position:relative!important;box-shadow:0 2px 10px #0000001f!important}.hero .hero-shop-button:hover{color:#fff!important;background:#111!important}.hero .hero-content h2,.hero .hero-content p{display:none!important}.hero+.new-arrivals,.hero+.recommended{margin-top:0!important}@media (width<=768px){.hero{aspect-ratio:16/9!important}.hero .hero-image{background-position:50%!important;background-size:contain!important;height:100%!important}.hero .hero-content{padding:0 0 16px 16px!important}.hero .hero-shop-button{min-width:105px!important;height:34px!important;min-height:34px!important;padding:0 15px!important;font-size:9px!important}}@media (width<=480px){.hero{aspect-ratio:16/9!important}.hero .hero-image{background-size:contain!important;height:100%!important}.hero .hero-content{padding:0 0 12px 12px!important}.hero .hero-shop-button{letter-spacing:.4px!important;min-width:94px!important;height:31px!important;min-height:31px!important;padding:0 13px!important;font-size:8px!important}}.promo-banner-section,.homepage-bottom-banner{box-sizing:border-box;width:100%;margin:35px auto;padding:0 5%}.promo-banner,.homepage-bottom-banner-image{background:#111;width:100%;min-height:240px;position:relative;overflow:hidden}.promo-banner-image{object-fit:cover;width:100%;height:100%;min-height:240px;display:block}.promo-banner-overlay,.homepage-bottom-banner-content{background:0 0;flex-direction:column;justify-content:center;align-items:flex-start;padding:35px;display:flex;position:absolute;inset:0}.promo-banner-title,.homepage-bottom-banner-content h2{color:#fff;margin:0 0 15px;font-size:clamp(20px,3vw,34px);font-weight:600}.promo-banner-button,.homepage-bottom-banner-button{color:#111;text-transform:uppercase;background:#fff;justify-content:center;align-items:center;min-height:40px;padding:0 18px;font-size:11px;font-weight:600;text-decoration:none;display:inline-flex}@media (width<=768px){.promo-banner-section,.homepage-bottom-banner{margin:25px auto;padding:0 12px}.promo-banner,.homepage-bottom-banner-image{height:180px;min-height:180px}.promo-banner-image{object-fit:cover;height:180px;min-height:180px}.promo-banner-overlay,.homepage-bottom-banner-content{padding:18px}.promo-banner-title,.homepage-bottom-banner-content h2{font-size:17px}.promo-banner-subtitle{display:none}}.hero-image{background:#fff;width:100%;height:0;margin:0;padding-bottom:56.25%;position:relative;overflow:hidden}.hero-banner-img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-content{z-index:10;width:auto!important;height:auto!important;margin:0!important;padding:0 0 32px 32px!important;display:block!important;position:absolute!important;inset:auto auto 0 0!important}.hero-shop-button{color:#111;text-align:center;box-sizing:border-box;cursor:pointer;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;min-width:150px;height:56px;padding:0 28px;font-family:inherit;font-size:16px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex!important}@media (width<=768px){.hero{width:100%;margin:0;padding:0}.hero-image{width:100%;height:0;margin:0;padding-bottom:62%}.hero-banner-img{object-fit:cover;object-position:center center;width:100%;height:100%}.hero-content{padding:0 0 20px 20px!important;top:auto!important;bottom:0!important;left:0!important}.hero-shop-button{min-width:135px;height:50px;padding:0 22px;font-size:15px}}@media (width<=480px){.hero{width:100%;margin:0;padding:0}.hero-image{width:100%;height:0;margin:0;padding-bottom:68%;overflow:hidden}.hero-banner-img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block;position:absolute;inset:0}.hero-content{z-index:20;width:auto!important;height:auto!important;margin:0!important;padding:0 0 18px 18px!important;display:block!important;position:absolute!important;inset:auto auto 0 0!important}.hero-shop-button{color:#111;width:auto;min-width:125px;height:48px;box-shadow:none;background:#fff;border:1px solid #ddd;padding:0 20px;font-size:14px;font-weight:600;display:inline-flex!important}}@media (width<=360px){.hero-image{padding-bottom:70%}.hero-content{padding-bottom:14px!important;padding-left:14px!important}.hero-shop-button{min-width:115px;height:44px;padding:0 17px;font-size:13px}}.new-arrivals,.recommended{width:100%;overflow:hidden}.new-arrivals .product-swiper,.recommended .product-swiper{touch-action:pan-y;width:100%;overflow:visible}.new-arrivals .product-swiper .swiper-wrapper,.recommended .product-swiper .swiper-wrapper{align-items:stretch}@media (width<=768px){.new-arrivals .product-swiper,.recommended .product-swiper{width:calc(100% + 12px);padding-right:12px}.new-arrivals .product-swiper .swiper-slide,.recommended .product-swiper .swiper-slide{flex:0 0 72vw;min-width:220px;max-width:280px;width:72vw!important}}@media (width<=480px){.new-arrivals .product-swiper .swiper-slide,.recommended .product-swiper .swiper-slide{flex-basis:76vw;min-width:0;max-width:285px;width:76vw!important}.new-arrivals,.recommended{padding-left:12px}.new-arrivals h2,.recommended h2{padding-right:12px}}@media (width<=390px){.new-arrivals .product-swiper .swiper-slide,.recommended .product-swiper .swiper-slide{flex-basis:78vw;width:78vw!important}}.help-page{color:#171717;background:#fff}.help-banner{background-image:linear-gradient(#00000059,#00000059),url(/images/faq-banner.jpg);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:260px;margin:0;display:flex;position:relative}.help-banner-content{text-align:center;color:#fff;padding:40px 20px}.help-banner-content h1{letter-spacing:.5px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:48px;font-weight:600}.help-banner-content p{color:#fff;margin:12px 0 0;font-size:15px}.help-container{max-width:1180px;margin:0 auto;padding:0 30px}.help-page .breadcrumb{color:#777;align-items:center;gap:9px;padding:22px 0;font-size:13px;display:flex}.help-page .breadcrumb span:first-child{color:#999}.help-page .breadcrumb span:last-child{color:#222}.faq-section{background:#fff;padding:20px 20px 100px}.faq-container{max-width:900px;margin:0 auto}.faq-heading{text-align:center;margin-bottom:42px}.faq-heading>span{letter-spacing:2px;color:#777;margin-bottom:10px;font-size:12px;font-weight:600;display:block}.faq-heading h2{color:#171717;margin:0;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:500;line-height:1.2}.faq-heading p{color:#777;max-width:600px;margin:14px auto 0;font-size:15px;line-height:1.7}.faq-list{border-top:1px solid #ddd;width:100%}.faq-list details{border-bottom:1px solid #ddd;margin:0;padding:0}.faq-list summary{cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary{color:#222;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:20px 4px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;transition:opacity .2s;display:flex}.faq-list summary:hover{opacity:.65}.faq-icon{color:#222;flex:none;justify-content:center;align-items:center;width:28px;height:28px;font-family:Arial,sans-serif;font-size:22px;font-weight:300;transition:transform .25s;display:flex}.faq-list details[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 48px 25px 4px}.faq-answer p{color:#666;max-width:720px;margin:0;font-size:14px;line-height:1.8}@media (width<=768px){.help-banner{min-height:180px}.help-banner-content{padding:30px 15px}.help-banner-content h1{font-size:34px}.help-banner-content p{font-size:13px}.help-container{padding:0 18px}.help-page .breadcrumb{padding:17px 0;font-size:12px}.faq-section{padding:25px 18px 70px}.faq-container{max-width:100%}.faq-heading{text-align:left;margin-bottom:28px}.faq-heading>span{letter-spacing:1.5px;font-size:11px}.faq-heading h2{font-size:28px}.faq-heading p{margin-left:0;font-size:14px;line-height:1.6}.faq-list{border-top:1px solid #ddd}.faq-list summary{min-height:65px;padding:18px 0;font-size:16px;line-height:1.4}.faq-icon{width:24px;height:24px;font-size:20px}.faq-answer{padding:0 30px 22px 0}.faq-answer p{font-size:13px;line-height:1.7}}@media (width<=480px){.help-banner{min-height:155px}.help-banner-content h1{font-size:30px}.help-banner-content p{font-size:12px}.faq-section{padding-left:16px;padding-right:16px}.faq-heading h2{font-size:25px}.faq-list summary{font-size:15px}}.about-page{color:#111;background:#fff;width:100%}.about-hero{background:#111;justify-content:center;align-items:center;width:100%;min-height:220px;display:flex}.about-hero-overlay{text-align:center;justify-content:center;align-items:center;width:100%;display:flex}.about-hero h1{color:#fff;margin:0;font-size:42px;font-weight:700}.about-content{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:70px 30px}.about-content h2{margin:0 0 45px;font-size:42px;font-weight:700;line-height:1.15}.about-content h3{letter-spacing:1.5px;margin:45px 0 20px;font-size:18px;font-weight:700;line-height:1.4}.about-content p{margin:0 0 25px;font-size:17px;line-height:1.8}.about-content ul{margin:0 0 30px;padding-left:25px}.about-content li{margin-bottom:10px;font-size:17px;line-height:1.6}.about-final-line{letter-spacing:2px;margin-top:55px!important;font-size:22px!important}@media (width<=600px){.about-hero{min-height:190px}.about-hero h1{font-size:34px}.about-content{padding:45px 24px}.about-content h2{margin-bottom:35px;font-size:32px;line-height:1.2}.about-content h3{margin-top:38px;font-size:16px}.about-content p{font-size:16px;line-height:1.75}.about-content li{font-size:16px}.about-final-line{font-size:19px!important}}.wishlist-page{background:#fff;width:100%;min-height:60vh;padding:70px 20px 100px}.wishlist-container{width:100%;max-width:1200px;margin:0 auto}.wishlist-header{text-align:center;margin-bottom:55px}.wishlist-header h1{letter-spacing:-1px;margin:0 0 12px;font-size:42px;font-weight:600}.wishlist-header p{color:#777;margin:0;font-size:16px}.wishlist-empty{text-align:center;border:1px solid #e8e8e8;padding:80px 20px}.wishlist-empty-icon{color:#111;margin-bottom:25px;font-size:60px;line-height:1}.wishlist-empty h2{margin:0 0 10px;font-size:25px}.wishlist-empty p{color:#777;margin:0 0 30px}.wishlist-shop-button{color:#fff;letter-spacing:1px;background:#111;padding:14px 30px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.wishlist-shop-button:hover{opacity:.8}.wishlist-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.wishlist-card{background:#fff;min-width:0}.wishlist-image-link{text-decoration:none;display:block}.wishlist-image{aspect-ratio:3/4;background:#f5f5f5;width:100%;overflow:hidden}.wishlist-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}.wishlist-card:hover .wishlist-image img{transform:scale(1.03)}.wishlist-info{padding:16px 0 0}.wishlist-info h3{margin:0 0 8px;font-size:15px;font-weight:500}.wishlist-price{margin:0 0 16px;font-size:15px;font-weight:600}.wishlist-actions{align-items:center;gap:8px;display:flex}.wishlist-cart-button{color:#fff;cursor:pointer;letter-spacing:.5px;background:#111;border:none;flex:1;min-height:44px;font-size:12px;font-weight:600}.wishlist-cart-button:hover{opacity:.85}.wishlist-remove-button{color:#111;cursor:pointer;background:#fff;border:1px solid #ddd;width:44px;height:44px;font-size:22px;line-height:1}.wishlist-remove-button:hover{color:#fff;background:#111}@media (width<=900px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (width<=600px){.wishlist-page{padding:45px 15px 70px}.wishlist-header{margin-bottom:35px}.wishlist-header h1{font-size:32px}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}.wishlist-info{padding-top:12px}.wishlist-info h3,.wishlist-price{font-size:14px}.wishlist-cart-button{font-size:10px}.wishlist-remove-button{width:40px;height:40px}}.search-page{color:#222;background:#fff;width:100%;min-height:500px}.search-page-header{box-sizing:border-box;background:#fff;border-bottom:1px solid #e5e5e5;align-items:center;gap:24px;width:100%;min-height:72px;padding:14px 40px;display:flex}.search-close-button{cursor:pointer;color:#222;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;display:flex}.search-close-button:hover{opacity:.6}.search-input-wrapper{background:#fff;border:1px solid #d8d8d8;flex:1;align-items:center;max-width:700px;height:48px;display:flex;position:relative}.search-input-icon{color:#777;flex-shrink:0;width:20px;height:20px;margin-left:15px}.search-input-wrapper input{color:#222;box-sizing:border-box;background:0 0;border:0;outline:none;width:100%;height:100%;padding:0 45px 0 12px;font-size:15px}.search-input-wrapper input::placeholder{color:#999}.search-clear-button{cursor:pointer;color:#777;background:0 0;border:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;right:10px}.search-see-all{color:#222;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:10px 5px;font-size:14px}.search-see-all:hover{text-decoration:underline}.search-page-content{box-sizing:border-box;width:100%;min-height:400px}.search-empty{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:50px 20px;display:flex}.search-empty>svg{color:#777;width:32px;height:32px;margin-bottom:18px}.search-empty p{color:#777;margin:0;font-size:15px}.search-results{box-sizing:border-box;grid-template-columns:repeat(4,1fr);gap:25px;width:100%;max-width:1100px;margin:0 auto;padding:35px 30px 60px;display:grid}.search-product{text-align:left;cursor:pointer;color:#222;background:0 0;border:0;width:100%;padding:0;display:block}.search-product-image{aspect-ratio:1/1.15;background:#f5f5f5;width:100%;margin-bottom:14px;overflow:hidden}.search-product-image img{object-fit:cover;width:100%;height:100%;display:block}.search-product-info h3{margin:0 0 7px;font-size:15px;font-weight:500}.search-product-info p{margin:0;font-size:14px;font-weight:600}@media (width<=900px){.search-page-header{gap:16px;padding:14px 25px}.search-results{grid-template-columns:repeat(3,1fr);padding-left:20px;padding-right:20px}}@media (width<=600px){.search-page{min-height:500px}.search-page-header{gap:8px;min-height:64px;padding:10px 14px}.search-close-button{width:34px;height:34px;font-size:21px}.search-input-wrapper{max-width:none;height:42px}.search-input-icon{width:17px;height:17px;margin-left:10px}.search-input-wrapper input{padding-left:8px;padding-right:35px;font-size:14px}.search-see-all{padding:8px 2px;font-size:13px}.search-empty{min-height:420px;padding:40px 20px}.search-empty>svg{width:28px;height:28px;margin-bottom:16px}.search-empty p{font-size:14px}.search-results{grid-template-columns:repeat(2,1fr);gap:18px 12px;padding:25px 14px 50px}.search-product-info h3{font-size:14px}.search-product-info p{font-size:13px}}.new-arrivals,.recommended{width:100%;margin-top:70px;margin-bottom:70px;overflow:hidden}.new-arrivals h2,.recommended h2{letter-spacing:0;margin:0 0 28px;padding:0 24px;font-size:34px;font-weight:400;line-height:1.15}.product-swiper{width:100%;padding:0 24px 10px;overflow:visible}.product-swiper .swiper-slide{flex-shrink:0;height:auto;width:245px!important}.product-card{background:#fff;width:100%;min-width:0;overflow:hidden}.product-image-wrapper{aspect-ratio:.82;background:#f7f7f7;width:100%;position:relative;overflow:hidden}.product-image-wrapper .product-link{width:100%;height:100%;display:block}.product-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.product-card .wishlist{z-index:5;color:#111;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:17px;display:flex;position:absolute;top:12px;right:12px}.product-card .sale-badge{z-index:5;color:#fff;background:#111;padding:7px 10px;font-size:12px;font-weight:500;line-height:1;position:absolute;top:12px;left:12px}.product-info{padding:14px 4px 0}.product-info h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:17px;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.product-info .price,.product-prices{margin:0;font-size:16px;line-height:1.3}.sale-price{font-weight:600}.old-price{opacity:.55;margin-left:7px;text-decoration:line-through}.product-card .select-btn{color:#fff;letter-spacing:1px;background:#111;justify-content:center;align-items:center;width:100%;min-height:46px;margin-top:14px;font-size:13px;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.product-card .select-btn:hover{opacity:.85}@media (width<=600px){.new-arrivals,.recommended{margin-top:48px;margin-bottom:55px}.new-arrivals h2,.recommended h2{margin-bottom:20px;padding:0 18px;font-size:25px;font-weight:400}.product-swiper{padding-left:18px;padding-right:18px}.product-swiper .swiper-slide{width:180px!important}.product-image-wrapper{aspect-ratio:.78}.product-card .wishlist{width:34px;height:34px;font-size:14px;top:9px;right:9px}.product-card .sale-badge{padding:6px 8px;font-size:10px;top:9px;left:9px}.product-info{padding-top:10px}.product-info h3{margin-bottom:6px;font-size:14px;line-height:1.3}.product-info .price,.product-prices{font-size:14px}.product-card .select-btn{letter-spacing:.7px;min-height:40px;margin-top:10px;font-size:11px}}@media (width<=380px){.product-swiper .swiper-slide{width:165px!important}.new-arrivals h2,.recommended h2{font-size:23px}}.hero{width:100%;margin:0;padding:0;position:relative;overflow:hidden}.hero-image{aspect-ratio:16/7;background:#000;width:100%;position:relative;overflow:hidden}.hero-banner-img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.hero-content{z-index:10;margin:0;padding:0 0 30px 30px;position:absolute;bottom:0;left:0}.hero-shop-button{color:#111;letter-spacing:.5px;background:#fff;border:1px solid #ddd;justify-content:center;align-items:center;min-width:150px;height:54px;padding:0 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hero-shop-button:hover{color:#fff;background:#111}.promo-banner-section{box-sizing:border-box;width:100%;margin:40px auto;padding:0 5%}.promo-banner{aspect-ratio:3;background:#111;width:100%;position:relative;overflow:hidden}.promo-banner-image{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.promo-banner-overlay{flex-direction:column;justify-content:center;align-items:flex-start;padding:45px;display:flex;position:absolute;inset:0}.promo-banner-title{color:#fff;margin:0 0 15px;font-size:clamp(24px,3vw,40px);font-weight:600}.promo-banner-subtitle{color:#fff;margin:0 0 20px;font-size:15px}.promo-banner-button{color:#111;text-transform:uppercase;background:#fff;justify-content:center;align-items:center;min-width:140px;height:48px;padding:0 24px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}@media (width<=768px){.hero-image{aspect-ratio:16/8}.hero-content{padding:0 0 22px 22px}.hero-shop-button{min-width:135px;height:50px;font-size:14px}.promo-banner-section{margin:30px auto;padding:0 20px}.promo-banner{aspect-ratio:16/7}.promo-banner-overlay{padding:30px}.promo-banner-title{font-size:25px}}@media (width<=480px){.hero{width:100%}.hero-image{aspect-ratio:10/7;width:100%}.hero-banner-img{object-fit:cover;object-position:center center}.hero-content{padding:0 0 18px 18px;bottom:0;left:0}.hero-shop-button{min-width:125px;height:46px;padding:0 20px;font-size:13px}.promo-banner-section{width:100%;margin:25px auto;padding:0 12px}.promo-banner{aspect-ratio:16/9;width:100%}.promo-banner-image{object-fit:cover;object-position:center center;width:100%;height:100%}.promo-banner-overlay{padding:20px}.promo-banner-title{margin-bottom:10px;font-size:20px}.promo-banner-subtitle{display:none}.promo-banner-button{min-width:115px;height:42px;padding:0 18px;font-size:11px}}@media (width<=360px){.hero-image{aspect-ratio:10/7}.hero-content{padding-bottom:14px;padding-left:14px}.hero-shop-button{min-width:115px;height:43px;padding:0 16px;font-size:12px}.promo-banner-section{padding:0 10px}.promo-banner{aspect-ratio:16/9}.promo-banner-overlay{padding:16px}.promo-banner-title{font-size:18px}.promo-banner-button{min-width:105px;height:40px;font-size:10px}}.new-arrivals,.recommended{width:100%;margin:0;padding:45px 0;overflow:hidden}.new-arrivals h2,.recommended h2{color:#151922;margin:0 0 28px;padding:0 25px;font-size:34px;font-weight:400;line-height:1.2}.product-swiper{width:100%;overflow:visible}.product-swiper .swiper-wrapper{align-items:flex-start}.product-swiper .swiper-slide{flex-shrink:0;width:245px!important}.product-card{background:#fff;width:100%;min-width:0}.product-image-wrapper{background:#f7f7f7;width:100%;height:300px;position:relative;overflow:hidden}.product-image-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.product-info{width:100%;padding:14px 0 0}.product-info h3{color:#151922;margin:0 0 8px;font-size:18px;font-weight:400;line-height:1.35}.product-info p{margin:0;font-size:16px;line-height:1.4}.select-btn{color:#fff;text-transform:uppercase;cursor:pointer;background:#050505;border:0;width:100%;min-height:50px;margin-top:14px;font-family:inherit;font-size:14px;font-weight:400}@media (width<=600px){.new-arrivals,.recommended{width:100%;margin:0;padding:38px 0 42px;overflow:hidden}.new-arrivals h2,.recommended h2{margin:0 0 24px;padding:0 25px;font-size:27px;font-weight:400;line-height:1.2}.product-swiper{width:100%;padding-left:25px;padding-right:0;overflow:visible}.product-swiper .swiper-slide{width:245px!important}.product-image-wrapper{width:100%;height:300px;overflow:hidden}.product-image-wrapper img{object-fit:cover;object-position:center;width:100%;height:100%}.product-info{padding-top:12px}.product-info h3{margin-bottom:7px;font-size:16px;line-height:1.35}.product-info p{font-size:15px}.select-btn{min-height:48px;margin-top:12px;font-size:13px}}@media (width<=380px){.new-arrivals,.recommended{padding-top:32px;padding-bottom:35px}.new-arrivals h2,.recommended h2{margin-bottom:20px;padding-left:20px;font-size:25px}.product-swiper{padding-left:20px}.product-swiper .swiper-slide{width:220px!important}.product-image-wrapper{height:270px}.product-info h3{font-size:15px}.product-info p{font-size:14px}.select-btn{min-height:45px;font-size:12px}}@media (width<=600px){.new-arrivals,.recommended{width:100%;padding:28px 0 20px}.new-arrivals h2,.recommended h2{padding:0 24px;margin:0 0 22px!important;font-size:27px!important;font-weight:400!important;line-height:1.2!important}.new-arrivals .swiper,.recommended .swiper{width:100%;overflow:hidden}.new-arrivals .swiper-slide,.recommended .swiper-slide{flex-shrink:0;width:48%!important}.new-arrivals img,.recommended img{object-fit:cover;width:100%!important;height:250px!important}.new-arrivals h3,.recommended h3{margin:9px 0 5px!important;font-size:15px!important;line-height:1.3!important}.new-arrivals .price,.recommended .price{font-size:14px!important}}.account-auth-page,.my-account-page,.account-details-page,.account-orders-page,.account-reviews-page{color:#111;background:#fff;width:100%;min-height:68vh}.account-auth-page{background:#fafafa;justify-content:center;align-items:flex-start;padding:70px 20px 90px;display:flex}.account-auth-container{background:#fff;border:1px solid #e5e5e5;width:min(520px,100%);padding:42px;box-shadow:0 15px 45px #0000000d}.account-auth-content{width:100%}.account-auth-content h1{letter-spacing:.2px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:500}.account-auth-description{color:#777;margin:10px 0 30px;font-size:13px;line-height:1.6}.account-auth-form{flex-direction:column;gap:18px;display:flex}.account-form-group{flex-direction:column;gap:8px;display:flex}.account-form-group label{color:#333;letter-spacing:.3px;text-transform:uppercase;font-size:11px;font-weight:600}.account-form-group input{color:#111;width:100%;min-height:50px;font:inherit;background:#fff;border:1px solid #d8d8d8;outline:none;padding:0 14px;font-size:13px;transition:border-color .2s,box-shadow .2s}.account-form-group input:focus{border-color:#111;box-shadow:0 0 0 2px #1111110f}.account-form-error{color:#b42318;margin:-7px 0 0;font-size:12px;line-height:1.5}.account-auth-button{color:#fff;cursor:pointer;letter-spacing:.8px;text-transform:uppercase;background:#111;border:1px solid #111;width:100%;min-height:50px;margin-top:4px;font-size:11px;font-weight:600;transition:background .2s,color .2s}.account-auth-button:hover{color:#111;background:#fff}.account-auth-note{color:#888;text-align:center;margin:22px 0 0;font-size:11px;line-height:1.6}.account-auth-back{color:#555;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin:18px auto 0;padding:0;font-size:12px;display:inline-flex}.account-auth-back:hover{color:#111}.my-account-page{background:#fafafa;padding:65px 20px 90px}.my-account-container{width:min(900px,100%);margin:0 auto}.my-account-header{text-align:center;margin-bottom:30px}.my-account-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:500}.my-account-menu{background:#fff;border:1px solid #e5e5e5;overflow:hidden;box-shadow:0 15px 45px #0000000a}.my-account-item{color:#111;cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;gap:20px;width:100%;min-height:82px;padding:0 28px;transition:background .2s,padding-left .2s;display:flex}.my-account-item:last-child{border-bottom:0}.my-account-item:hover{background:#fafafa;padding-left:34px}.my-account-item-left{align-items:center;gap:15px;min-width:0;display:flex}.my-account-item-left span{letter-spacing:.8px;font-size:12px;font-weight:600}.my-account-icon{flex:none;width:20px;height:20px}.my-account-arrow{color:#999;flex:none;width:17px;height:17px}.my-account-logout{color:#8b1e1e}.account-details-page,.account-orders-page,.account-reviews-page{background:#fafafa;padding:35px 20px 90px}.account-details-top,.account-orders-top,.account-reviews-top{justify-content:space-between;align-items:center;gap:20px;width:min(1080px,100%);min-height:52px;margin:0 auto 28px;display:flex}.account-details-back,.account-orders-back,.account-reviews-back{color:#555;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:12px;display:inline-flex}.account-details-back svg,.account-orders-back svg,.account-reviews-back svg{width:17px;height:17px}.account-details-back:hover,.account-orders-back:hover,.account-reviews-back:hover{color:#111}.account-details-top-title,.account-orders-top-title,.account-reviews-top-title{color:#111;letter-spacing:1.2px;align-items:center;gap:9px;font-size:11px;font-weight:700;display:inline-flex}.account-details-top-title svg,.account-orders-top-title svg,.account-reviews-top-title svg{width:17px;height:17px}.account-details-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:30px;width:min(1080px,100%);margin:0 auto;display:grid}.account-details-sidebar{background:#fff;border:1px solid #e5e5e5;overflow:hidden}.account-details-nav{color:#555;cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:62px;padding:0 18px;display:flex}.account-details-nav:last-child{border-bottom:0}.account-details-nav:hover,.account-details-nav.active{color:#111;background:#f8f8f8}.account-details-nav-left{align-items:center;gap:11px;min-width:0;display:flex}.account-details-nav-left svg,.account-details-nav>svg{flex:none;width:16px;height:16px}.account-details-nav-left span{letter-spacing:.7px;font-size:10px;font-weight:600}.account-details-logout{color:#8b1e1e}.account-details-content{background:#fff;border:1px solid #e5e5e5;min-width:0;padding:30px;box-shadow:0 15px 45px #0000000a}.account-details-heading{border-bottom:1px solid #ededed;align-items:flex-start;gap:15px;margin-bottom:25px;padding-bottom:24px;display:flex}.account-details-heading-icon{border:1px solid #ddd;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.account-details-heading-icon svg{width:18px;height:18px}.account-details-heading h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.account-details-heading p{color:#777;margin:6px 0 0;font-size:12px;line-height:1.5}.account-details-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.account-details-field{min-width:0}.account-details-field>input,.account-details-field select{color:#111;width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #d9d9d9;outline:none;padding:0 13px;font-size:12px}.account-details-field>input:focus,.account-details-field select:focus{border-color:#111}.account-details-field:nth-child(3),.account-details-field:nth-child(4),.account-details-field:nth-child(5),.account-details-field:nth-child(6),.account-details-field:nth-child(7),.account-details-field:nth-child(8),.account-details-field:nth-child(9),.account-details-field:nth-child(10){grid-column:1/-1}.phone-input-wrapper{grid-template-columns:145px minmax(0,1fr);display:grid}.phone-input-wrapper select{border-right:0}.phone-input-wrapper input{width:100%;min-height:48px;font:inherit;border:1px solid #d9d9d9;outline:none;padding:0 13px;font-size:12px}.phone-input-wrapper input:focus{border-color:#111}.account-select-wrapper{position:relative}.account-select-wrapper select{appearance:none;padding-right:40px}.account-select-wrapper>svg{pointer-events:none;color:#777;width:15px;height:15px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.account-details-save{color:#fff;cursor:pointer;letter-spacing:.7px;text-transform:uppercase;background:#111;border:1px solid #111;grid-column:1/-1;width:100%;min-height:50px;margin-top:4px;font-size:11px;font-weight:600}.account-details-save:hover{color:#111;background:#fff}.account-orders-card,.account-reviews-card{background:#fff;border:1px solid #e5e5e5;width:min(1080px,100%);margin:0 auto;box-shadow:0 15px 45px #0000000a}.account-orders-card-header,.account-reviews-card-header{border-bottom:1px solid #ededed;align-items:center;gap:15px;padding:26px 30px;display:flex}.account-orders-card-icon,.account-reviews-card-icon{border:1px solid #ddd;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.account-orders-card-icon svg,.account-reviews-card-icon svg{width:19px;height:19px}.account-orders-card-heading h1,.account-reviews-card-heading h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:500}.account-orders-card-heading p{color:#777;margin:5px 0 0;font-size:12px}.account-orders-card-body,.account-reviews-card-body{padding:28px 30px}.account-orders-list{gap:16px;display:grid}.account-order-card{border:1px solid #e5e5e5;overflow:hidden}.account-order-top{background:#fafafa;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;gap:15px;padding:15px 18px;display:flex}.account-order-top>div{flex-direction:column;gap:4px;display:flex}.account-order-top strong{font-size:12px}.account-order-top small{color:#777;font-size:10px}.account-order-status{letter-spacing:.6px;background:#fff;border:1px solid #ddd;align-items:center;min-height:26px;padding:0 9px;font-size:9px;font-weight:700;display:inline-flex}.account-order-items{padding:0 18px}.account-order-item{border-bottom:1px solid #eee;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 0;display:grid}.account-order-item:last-child{border-bottom:0}.account-order-item img{object-fit:cover;background:#f5f5f5;width:62px;height:76px}.account-order-item-info{min-width:0}.account-order-item-info h3{margin:0 0 5px;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:500}.account-order-item-info p{color:#777;margin:0;font-size:10px}.account-order-item>strong{white-space:nowrap;font-size:12px}.account-order-bottom{background:#fafafa;border-top:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:16px 18px;font-size:12px;display:flex}.account-order-bottom strong{font-size:15px}.account-orders-empty,.account-reviews-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:35px 20px;display:flex}.account-orders-empty-icon,.account-reviews-empty-icon{border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:18px;display:inline-flex}.account-orders-empty-icon svg,.account-reviews-empty-icon svg{width:24px;height:24px}.account-orders-empty h2,.account-reviews-empty h2{max-width:420px;margin:0 0 9px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.account-orders-empty p{color:#777;max-width:420px;margin:0 0 20px;font-size:12px;line-height:1.5}.account-orders-shop-button,.account-reviews-shop-button{color:#fff;cursor:pointer;letter-spacing:.6px;text-transform:uppercase;background:#111;border:1px solid #111;min-height:44px;padding:0 22px;font-size:10px;font-weight:600}.account-orders-shop-button:hover,.account-reviews-shop-button:hover{color:#111;background:#fff}.account-reviews-empty h2{margin-bottom:22px}@media (width<=760px){.account-auth-page{padding:35px 13px 65px}.account-auth-container{padding:28px 20px}.account-auth-content h1{font-size:26px}.my-account-page{padding:40px 13px 65px}.my-account-header h1{font-size:31px}.my-account-item{min-height:72px;padding:0 18px}.my-account-item:hover{padding-left:21px}.account-details-page,.account-orders-page,.account-reviews-page{padding:25px 13px 65px}.account-details-top,.account-orders-top,.account-reviews-top{align-items:flex-start;margin-bottom:20px}.account-details-top-title,.account-orders-top-title,.account-reviews-top-title{font-size:9px}.account-details-layout{grid-template-columns:1fr;gap:15px}.account-details-sidebar{grid-template-columns:1fr 1fr;display:grid}.account-details-nav{min-height:55px;padding:0 12px}.account-details-nav:last-child{grid-column:1/-1}.account-details-nav-left{gap:8px}.account-details-nav-left span{letter-spacing:.4px;font-size:8px}.account-details-content{padding:20px 16px}.account-details-heading h1,.account-orders-card-heading h1,.account-reviews-card-heading h1{font-size:19px}.account-details-form{grid-template-columns:1fr}.account-details-field:nth-child(n){grid-column:1}.phone-input-wrapper{grid-template-columns:116px minmax(0,1fr)}.account-orders-card-header,.account-reviews-card-header{padding:20px 16px}.account-orders-card-body,.account-reviews-card-body{padding:18px 14px}.account-order-top{flex-direction:column;align-items:flex-start;padding:13px 14px}.account-order-items{padding:0 12px}.account-order-item{grid-template-columns:55px minmax(0,1fr) auto;gap:10px}.account-order-item img{width:55px;height:68px}.account-order-item-info h3{font-size:12px}.account-order-item>strong{font-size:10px}.account-order-bottom{padding:14px}}@media (width<=390px){.account-auth-container{padding:25px 16px}.account-details-top-title span,.account-orders-top-title span,.account-reviews-top-title span{max-width:120px}.account-details-content{padding:18px 13px}.phone-input-wrapper{grid-template-columns:105px minmax(0,1fr)}}.account-auth-icon{border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;display:inline-flex}.account-auth-icon svg{width:20px;height:20px}.account-auth-button:disabled{opacity:.55;cursor:not-allowed}
