@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff")}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:clip;-webkit-text-size-adjust:100%;text-size-adjust:100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--primary: #f5c740;--primary-focus: #ffd45f;--primary-on-dark: #f5c740;--primary-dark: #8a6400;--primary-light: #f4d35e;--focus-ring: #a97800;--bg-white: #ffffff;--bg-light: #f5f5f7;--bg-gray: #fafafc;--surface-dark: #272729;--surface-dark-2: #2a2a2c;--surface-dark-3: #252527;--surface-black: #000000;--chip-translucent: rgba(210, 210, 215, .64);--secondary: #1d1d1f;--text-dark: #1d1d1f;--text-gray: #7a7a7a;--text-light: #7a7a7a;--text-muted-80: #333333;--text-on-dark: #ffffff;--text-muted-on-dark: #cccccc;--border: #e0e0e0;--divider-soft: #f0f0f0;--success: #00873c;--error: #d70015;--shadow-product: rgba(0, 0, 0, .22) 3px 5px 30px 0;--shadow-sm: 0 1px 0 rgba(0, 0, 0, .04);--shadow-md: 0 4px 20px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .12);--shadow-yellow: 0 4px 20px rgba(233, 193, 83, .24);--radius-xs: 5px;--radius-sm: 8px;--radius-md: 11px;--radius-lg: 18px;--radius-xl: 18px;--radius-pill: 9999px;--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 17px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--space-section: 80px;--page-max: 1536px;--page-gutter: clamp(20px, 3.2vw, 50px);--header-h: 56px;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-text: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif}body{font-family:var(--font-text);font-size:16px;font-weight:400;line-height:1.47;letter-spacing:-.015em;background-color:var(--bg-white);color:var(--text-dark);width:100%;max-width:100%;min-width:0;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;width:100%;max-width:100%;min-width:0;overflow-x:clip}.page-shell{width:100%;max-width:var(--page-max);margin-inline:auto;padding-inline:var(--page-gutter);box-sizing:border-box}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;color:inherit}img{max-width:100%;display:block}button{font-family:var(--font-text);cursor:pointer}a{color:var(--primary-dark);text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-gray)}.container{max-width:1440px;margin:0 auto;padding:0 22px}@media(min-width:768px){.container{padding:0 32px}}.btn{padding:11px 22px;border:none;border-radius:var(--radius-pill);font-size:17px;font-weight:400;letter-spacing:-.374px;cursor:pointer;transition:background-color .2s ease,transform .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.btn:active{transform:scale(.95)}.btn-primary{background:var(--primary);color:#111}.btn-primary:hover{background:var(--primary-focus)}.btn-primary:focus-visible{outline:2px solid var(--primary-focus);outline-offset:2px}.btn-secondary{background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-pill);font-size:17px;font-family:inherit;transition:background-color .2s ease,transform .15s ease}.btn-secondary:hover{background:#e9c1531f}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary-focus);box-shadow:0 0 0 3px #a978002e}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-transparency:reduce){:where(.header,.hero-cta-ghost,.hero-eyebrow){backdrop-filter:none!important}}@media(forced-colors:active){:where(button,a,input,select,textarea){forced-color-adjust:auto}}input::placeholder{color:var(--text-gray)}select{cursor:pointer}.card{background:var(--bg-white);border-radius:var(--radius-lg);padding:var(--space-lg);border:1px solid var(--border);transition:transform .25s ease,box-shadow .25s ease}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.header{position:sticky;top:0;z-index:200;width:100%;height:var(--header-h);background:#000000f5;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(18px) saturate(140%)}.header-inner{width:100%;max-width:var(--page-max);height:100%;margin:0 auto;padding:0 var(--page-gutter);display:grid;grid-template-columns:220px 1fr 220px;align-items:center}.header-logo{color:#fff;font-size:22px;line-height:1;letter-spacing:-.035em}.header-logo strong{font-weight:680}.header-logo span{font-weight:300;color:#d6d6d8}.header-nav{height:100%;display:flex;align-items:stretch;justify-content:center;gap:clamp(30px,4vw,58px)}.header-nav-link{position:relative;display:inline-flex;align-items:center;color:#ffffffd1;font-size:15px;letter-spacing:-.015em;transition:color .16s ease}.header-nav-link:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--primary);content:"";transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.header-nav-link:hover,.header-nav-link.active{color:#fff}.header-nav-link.active:after{transform:scaleX(1)}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px}.header-icon-btn{position:relative;width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:transparent;color:#fff;transition:background-color .16s ease,transform .1s ease}.header-icon-btn:hover{background:#ffffff17}.header-icon-btn:active{transform:scale(.93)}.cart-badge{position:absolute;top:0;right:-2px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--primary);color:#111;font-size:11px;font-weight:750;line-height:19px;text-align:center}.header-menu-btn{display:none}.header-menu-backdrop{position:fixed;inset:var(--header-h) 0 0;z-index:198;width:100%;border:0;background:#0000007a}.header-mobile-nav{position:absolute;top:100%;right:0;left:0;z-index:199;display:flex;flex-direction:column;padding:10px var(--page-gutter) 18px;background:#000000f7;border-top:1px solid rgba(255,255,255,.1)}.header-mobile-link{padding:14px 2px;color:#ffffffc2;font-size:17px;border-bottom:1px solid rgba(255,255,255,.08)}.header-mobile-link.active{color:var(--primary)}@media(max-width:833px){.header-inner{grid-template-columns:1fr auto}.header-nav{display:none}.header-menu-btn{display:inline-flex;order:-1}.header-search-btn{display:none}.header-actions{gap:3px}.header-logo{font-size:17px}.header-icon-btn{width:34px;height:34px;border-radius:7px}.header-menu-btn svg{width:24px;height:24px}.header-cart-btn svg{width:20px;height:20px}.cart-badge{top:-1px;right:-1px;min-width:16px;height:16px;padding:0 4px;font-size:9px;line-height:16px}}@media(prefers-reduced-transparency:reduce){.header{background:#000;backdrop-filter:none}}.hero{position:relative;width:100%;height:clamp(380px,32vw,520px);min-height:380px;display:flex;align-items:center;overflow:hidden;background:#090909 url(/hero-shop-owner.jpg) center 15% / cover no-repeat}.hero-bg{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center 15%;opacity:0;transform:translateZ(0);transition:opacity .3s ease}.hero-bg.is-ready{opacity:1}.hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#000000f0,#000000c7 30%,#00000047 62%,#0000001f)}.hero-content-wrap{position:relative;z-index:2;width:100%;max-width:var(--page-max);margin:0 auto;padding:24px var(--page-gutter) 28px}.hero-content{max-width:560px}.hero-title{margin:0 0 12px;color:#fff;font-size:clamp(42px,4vw,58px);font-weight:720;line-height:.98;letter-spacing:-.045em;text-shadow:0 2px 24px rgba(0,0,0,.35)}.hero-subtitle{max-width:540px;margin:0 0 17px;color:#fffffff0;font-size:15px;line-height:1.45;letter-spacing:-.015em;text-shadow:0 1px 12px rgba(0,0,0,.45)}.hero-actions{display:flex;align-items:center;gap:12px}.hero-cta,.hero-cta-ghost{min-height:40px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;font-size:15px;font-weight:620;letter-spacing:-.015em;transition:background-color .16s ease,border-color .16s ease,transform .1s ease}.hero-cta{background:var(--primary);color:#101010;box-shadow:0 8px 24px #f5c74033}.hero-cta:hover{background:#ffd45f}.hero-cta-ghost{border:1px solid rgba(255,255,255,.48);background:#00000042;color:#fff;backdrop-filter:blur(8px)}.hero-cta-ghost:hover{border-color:#fff;background:#00000073}.hero-cta:active,.hero-cta-ghost:active{transform:scale(.96)}@media(min-width:641px)and (max-width:1024px){.hero{height:340px;min-height:340px}}@media(max-width:640px){.hero{height:246px;min-height:246px;align-items:center}.hero-bg{object-position:center 28%}.hero-overlay{background:linear-gradient(90deg,#000000e6,#000000b3 55%,#00000047)}.hero-content-wrap{padding:16px var(--page-gutter)}.hero-content{max-width:218px}.hero-title{margin-bottom:10px;font-size:28px;line-height:1.02;letter-spacing:-.04em}.hero-subtitle{max-width:215px;margin-bottom:12px;font-size:10.5px;line-height:1.45}.hero-actions{width:146px;flex-direction:column;align-items:stretch;gap:6px}.hero-cta,.hero-cta-ghost{min-height:27px;padding:0 10px;gap:6px;border-radius:6px;font-size:9px}.hero-cta svg{width:13px;height:13px}}@media(prefers-reduced-transparency:reduce){.hero-cta-ghost{backdrop-filter:none;background:#000000b8}}.hero-title-animated{max-width:680px;font-family:"Cambria Math","STIX Two Math",Georgia,serif;font-size:clamp(34px,3.55vw,52px);font-weight:700;line-height:1.02;letter-spacing:-.035em}.hero-title-line{display:block;white-space:nowrap}.hero-title-char{display:inline-block;color:#fff;transform-origin:center 70%;animation:hero-title-gold-sweep 6.4s ease-in-out infinite;animation-delay:calc(1.15s + var(--char-index) * 32ms);will-change:transform,opacity,filter,color,text-shadow}.hero-title-space{width:.27em}@keyframes hero-title-gold-sweep{0%,18%,72%,to{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.35)}25%{color:#f1cd57;text-shadow:0 0 18px rgba(241,205,87,.58),0 2px 24px rgba(0,0,0,.35)}34%{color:#fff7d0;text-shadow:0 0 12px rgba(241,205,87,.34),0 2px 24px rgba(0,0,0,.35)}}@media(max-width:640px){.hero{align-items:flex-end}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.08) 9%,transparent 18%,transparent 82%,rgba(0,0,0,.08) 91%,rgba(0,0,0,.34) 100%),linear-gradient(0deg,#000000f2,#000000c7 32%,#00000057 68%,#0000000f)}.hero-content-wrap{display:flex;justify-content:center;padding:0 14px 12px;text-align:center}.hero-content{width:100%;max-width:100%;margin-inline:auto}.hero-title{margin-bottom:5px;font-size:clamp(18px,5.45vw,21px);line-height:1.02;letter-spacing:-.025em}.hero-title br{display:none}.hero-subtitle{max-width:340px;margin-bottom:8px;font-size:clamp(8.5px,2.45vw,9.5px);line-height:1.3}.hero-title,.hero-subtitle{margin-inline:auto}.hero-actions{width:100%;margin-inline:auto;flex-direction:row;align-items:stretch;gap:8px}.hero-cta,.hero-cta-ghost{min-width:0;min-height:30px;padding-inline:8px;flex:1 1 0;text-align:center}}@media(prefers-reduced-motion:reduce){.hero-title-char{animation:none;will-change:auto}}.brand-marquee{width:100%;height:46px;overflow:hidden;border-bottom:1px solid #181818;background:#000;color:#fff}.brand-marquee-track,.brand-marquee-set{height:100%}.brand-marquee-track{width:100%}.brand-marquee-set{display:grid;width:100%;grid-template-columns:repeat(8,minmax(0,1fr))}.brand-marquee-set+.brand-marquee-set{display:none}.brand-marquee-item{position:relative;display:inline-flex;min-width:0;height:100%;align-items:center;justify-content:center;gap:8px;color:#fff}.brand-marquee-item:not(:last-child):after{content:"";position:absolute;top:11px;right:0;bottom:11px;width:1px;background:#ffffff47}.brand-marquee-icon{width:20px;height:20px;flex:0 0 auto;color:#fff}.brand-marquee-logo{display:block;width:min(88%,104px);height:26px;flex:0 1 auto;object-fit:contain;object-position:center;filter:brightness(0) invert(1)}.brand-marquee-wordmark--accessible{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.brand-samsung .brand-marquee-logo{width:min(76%,104px);object-fit:contain;filter:none}.brand-oppo .brand-marquee-logo{width:min(72%,96px);object-fit:cover}.brand-infinix .brand-marquee-logo{width:min(72%,96px)}.brand-jbl .brand-marquee-logo{width:min(48%,58px);height:22px}.brand-anker .brand-marquee-logo{width:min(72%,94px);object-fit:contain}.brand-marquee-wordmark{font-family:var(--font-display);font-size:15px;font-weight:650;line-height:1;letter-spacing:0;white-space:nowrap}.brand-apple .brand-marquee-wordmark{font-size:0}.brand-oppo .brand-marquee-wordmark{font-size:19px;font-weight:540;letter-spacing:-.8px}.brand-samsung .brand-marquee-wordmark{text-transform:uppercase;font-size:14px;font-weight:760;letter-spacing:.75px}.brand-xiaomi .brand-marquee-wordmark,.brand-huawei .brand-marquee-wordmark{font-size:13px;font-weight:650}.brand-samsung .brand-marquee-wordmark,.brand-anker .brand-marquee-wordmark{letter-spacing:.4px}.brand-infinix .brand-marquee-wordmark{font-size:16px;font-weight:530}@keyframes brand-rail-mobile{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:760px){.brand-marquee{height:28px}.brand-marquee-track{display:flex;width:max-content;animation:brand-rail-mobile 24s linear infinite}.brand-marquee-set,.brand-marquee-set+.brand-marquee-set{display:flex;width:auto;flex:none}.brand-marquee-item{width:92px;flex:0 0 92px;gap:5px}.brand-marquee-item:not(:last-child):after{top:6px;bottom:6px}.brand-marquee-icon{width:15px;height:15px}.brand-marquee-logo{width:min(82%,74px);height:20px}.brand-samsung .brand-marquee-logo{width:min(76%,70px)}.brand-oppo .brand-marquee-logo,.brand-infinix .brand-marquee-logo,.brand-anker .brand-marquee-logo{width:min(74%,68px)}.brand-jbl .brand-marquee-logo{width:min(46%,42px);height:18px}.brand-oppo .brand-marquee-wordmark{font-size:12px}.brand-jbl .brand-marquee-wordmark{font-size:10px}.brand-samsung .brand-marquee-wordmark,.brand-xiaomi .brand-marquee-wordmark,.brand-huawei .brand-marquee-wordmark{font-size:9px}.brand-marquee-wordmark,.brand-infinix .brand-marquee-wordmark{font-size:10px}}@media(prefers-reduced-motion:reduce){.brand-marquee-track{animation:none}}.back-to-top{position:fixed;bottom:28px;right:28px;z-index:150;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:var(--text-dark);color:#fff;border:none;border-radius:var(--radius-pill);box-shadow:0 8px 24px #00000040;transition:background-color .2s ease,transform .15s ease}.back-to-top:hover{background:#000}.back-to-top:active{transform:scale(.95)}.immersive-banner{width:100%;max-width:var(--page-max);margin:0 auto;padding:6px var(--page-gutter)}.reservation-visual{position:relative;height:auto;aspect-ratio:1024 / 356;display:block;overflow:hidden;border:1px solid #e1e1e3;border-radius:12px;background:#fff;box-shadow:0 7px 24px #0000000f;transition:transform .18s ease,box-shadow .18s ease}.reservation-visual img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}.reservation-visual:hover{box-shadow:0 10px 30px #0000001a}.reservation-visual:active{transform:scale(.995)}.reservation-visual:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:640px){.immersive-banner{padding:6px 14px 3px}.reservation-visual{height:112px;aspect-ratio:auto;border-radius:8px}.reservation-visual img{object-fit:cover;object-position:center 50%}}.quickview-backdrop{position:fixed;inset:0;z-index:10000;padding:32px 58px;display:flex;align-items:center;justify-content:center;background:#ffffff38;backdrop-filter:blur(2px);overscroll-behavior:contain}.quickview-panel{position:relative;width:calc(100vw - 116px);max-width:none;min-height:435px;max-height:calc(100dvh - 64px);padding:34px 34px 28px;display:grid;grid-template-columns:minmax(340px,1.15fr) minmax(310px,.95fr) minmax(250px,300px);gap:28px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;scrollbar-gutter:stable;border:1px solid #d8d8dc;border-radius:14px;background:#fff;box-shadow:0 18px 52px #0000002e}.quickview-close{position:absolute;top:12px;right:15px;z-index:5;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:transparent;color:#111;transition:background-color .16s ease,transform .1s ease}.quickview-close:hover{background:#f2f2f4}.quickview-close:active{transform:scale(.9)}.quickview-close:focus-visible{outline:1px solid #111;outline-offset:2px}.quickview-gallery{min-width:0;display:grid;grid-template-columns:72px 1fr;gap:16px}.quickview-gallery:not(:has(.quickview-thumbnails)){grid-template-columns:minmax(0,1fr)}.quickview-thumbnails{display:flex;flex-direction:column;gap:9px}.quickview-thumbnail{width:72px;height:61px;padding:4px;display:flex;align-items:center;justify-content:center;border:1px solid #dedee1;border-radius:8px;background:#fff;transition:border-color .16s ease,transform .1s ease}.quickview-thumbnail.active{border:2px solid var(--primary)}.quickview-thumbnail:active{transform:scale(.95)}.quickview-thumbnail img{width:100%;height:100%;object-fit:contain}.quickview-main-image{min-width:0;height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:#f7f7f8}.quickview-main-image img{width:100%;height:100%;object-fit:contain}.quickview-product-accessory .quickview-main-image img{transform:scale(1.45)}.quickview-image-fallback{display:flex;flex-direction:column;align-items:center;gap:8px;color:#777}.quickview-details{min-width:0;padding-top:4px;display:flex;flex-direction:column;align-items:flex-start}.quickview-badges{min-height:22px;display:flex;gap:6px}.quickview-title{margin:10px 0 0;color:#111;font-size:30px;font-weight:720;line-height:1.05;letter-spacing:-.04em}.quickview-subtitle{margin:5px 0 0;color:#6c6c72;font-size:15px}.quickview-prices{margin-top:14px;display:flex;align-items:baseline;gap:14px}.quickview-prices strong{color:#efb820;font-size:27px;font-weight:730}.quickview-prices del{color:#838388;font-size:15px}.quickview-savings{margin-top:2px;color:#85858a;font-size:13px}.quickview-stock{margin-top:9px;display:inline-flex;align-items:center;gap:7px;color:#15953a;font-size:13px}.quickview-stock i{width:7px;height:7px;border-radius:50%;background:currentColor}.quickview-stock.out{color:#cf2634}.quickview-colors{margin-top:13px;display:flex;flex-direction:column;gap:8px}.quickview-storage{margin-top:11px;display:flex;flex-direction:column;gap:7px}.quickview-storage-options{display:flex;flex-wrap:wrap;gap:8px}.quickview-storage-option{min-width:62px;min-height:34px;padding:0 12px;border:1px solid #d4d4d8;border-radius:7px;background:#fff;color:#222;font-size:12px;font-weight:650;transition:border-color .15s ease,background-color .15s ease,transform .1s ease}.quickview-storage-option:hover{border-color:#9b9ba0}.quickview-storage-option.selected{border-color:var(--primary);background:#fff8dc;box-shadow:0 0 0 1px var(--primary)}.quickview-storage-option:disabled{background:#f3f3f4;color:#aaa;text-decoration:line-through;cursor:not-allowed}.quickview-storage-option:active:not(:disabled){transform:scale(.96)}.quickview-label{margin-top:10px;color:#111;font-size:13px;font-weight:560}.quickview-label strong{font-weight:700}.quickview-swatches{display:flex;align-items:center;gap:14px}.quickview-swatch{width:30px;height:30px;border:1px solid rgba(0,0,0,.18);border-radius:50%}.quickview-swatch.selected{box-shadow:0 0 0 3px #fff,0 0 0 5px var(--primary)}.quickview-quantity{width:234px;height:38px;margin-top:5px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;border:1px solid #d9d9dd;border-radius:8px}.quickview-quantity button{height:100%;border:0;background:transparent;color:#111}.quickview-quantity span{text-align:center;font-size:14px;font-weight:620}.quickview-actions{width:100%;margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.quickview-add-btn,.quickview-favorite{min-height:46px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-size:13px;font-weight:650;transition:transform .1s ease,background-color .16s ease,border-color .16s ease}.quickview-add-btn{border:1px solid var(--primary);background:var(--primary);color:#111}.quickview-add-btn:disabled{border-color:#d2d2d5;background:#d2d2d5;color:#747478}.quickview-favorite{border:1px solid #111;background:#fff;color:#111}.quickview-favorite.active{border-color:var(--primary);color:#bb8700;background:#fff9e8}.quickview-add-btn:active,.quickview-favorite:active{transform:scale(.97)}.quickview-benefits{align-self:center;display:flex;flex-direction:column;border:1px solid #dedee1;border-radius:11px;background:#fff}.quickview-benefits>span{min-height:72px;padding:13px 18px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;border-bottom:1px solid #e7e7e9}.quickview-benefits>span:last-child{border-bottom:0}.quickview-benefits>span>svg{width:38px;height:38px;padding:9px;border-radius:50%;background:#fff4d3;color:#111}.quickview-benefits>span>span{display:flex;flex-direction:column}.quickview-benefits strong{color:#111;font-size:12px;font-weight:700}.quickview-benefits small{margin-top:2px;color:#85858a;font-size:11px}@media(max-width:1100px){.quickview-backdrop{padding:28px}.quickview-panel{width:calc(100vw - 56px);max-height:calc(100dvh - 56px);grid-template-columns:minmax(360px,1fr) minmax(330px,.9fr)}.quickview-benefits{grid-column:1 / -1;width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.quickview-benefits>span{border-right:1px solid #e7e7e9;border-bottom:0}.quickview-benefits>span:last-child{border-right:0}}@media(max-width:760px){.quickview-backdrop{padding:16px 10px;align-items:center;background:#00000075;backdrop-filter:blur(2px)}.quickview-panel{width:100%;min-height:0;max-height:min(78dvh,660px);padding:38px 14px calc(16px + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:12px;border-radius:18px}.quickview-gallery{grid-template-columns:1fr}.quickview-thumbnails{order:2;flex-direction:row;overflow-x:auto}.quickview-thumbnail{flex:0 0 50px;width:50px;height:43px}.quickview-main-image{height:170px}.quickview-product-accessory .quickview-main-image img{transform:scale(1.15)}.quickview-title{margin-top:6px;font-size:23px}.quickview-subtitle{margin-top:3px;font-size:13px}.quickview-prices{margin-top:10px}.quickview-prices strong{font-size:23px}.quickview-stock{margin-top:6px}.quickview-colors{margin-top:9px;gap:6px}.quickview-storage{margin-top:8px;gap:5px}.quickview-storage-options{gap:6px}.quickview-storage-option{min-width:54px;min-height:30px;padding-inline:9px;font-size:10px}.quickview-swatch{width:26px;height:26px}.quickview-swatch.selected{box-shadow:0 0 0 2px #fff,0 0 0 4px var(--primary)}.quickview-label{margin-top:7px}.quickview-quantity{height:36px}.quickview-details{width:100%}.quickview-actions{margin-top:12px}.quickview-add-btn,.quickview-favorite{min-height:42px}.quickview-actions{grid-template-columns:1fr}.quickview-favorite span{display:none}.quickview-benefits{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.quickview-benefits>span{min-height:64px;padding:8px;grid-template-columns:32px minmax(0,1fr);gap:8px;border-right:1px solid #e7e7e9;border-bottom:1px solid #e7e7e9}.quickview-benefits>span:nth-child(2n){border-right:0}.quickview-benefits>span:nth-child(n+3){border-bottom:0}.quickview-benefits>span>svg{width:32px;height:32px;padding:7px}.quickview-benefits strong{font-size:10px}.quickview-benefits small{font-size:9px}}@media(prefers-reduced-transparency:reduce){.quickview-backdrop{background:#00000094;backdrop-filter:none}}.moment-offer{--pack-accent: #d6aa2c;--pack-soft: #fff8df;--pack-ink: #6f5200;width:100%;max-width:var(--page-max);margin:0 auto;padding:0 var(--page-gutter) 8px;transition:--pack-accent .24s ease}.moment-offer--silver{--pack-accent: #8a929c;--pack-soft: #f1f3f5;--pack-ink: #454c54}.moment-offer--bronze{--pack-accent: #b46c3b;--pack-soft: #fff0e5;--pack-ink: #74401f}.moment-offer-stage{position:relative;overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 10px 34px #1111110b}.moment-offer-banner{position:relative;min-height:126px;padding:10px 72px;display:grid;grid-template-columns:minmax(220px,330px) minmax(300px,1fr) auto;align-items:center;gap:34px;overflow:hidden;background:linear-gradient(90deg,var(--pack-soft) 0,rgba(255,255,255,0) 28%),#fff}.moment-offer-banner:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--pack-accent)}.moment-offer-hit-area{position:absolute;inset:0;z-index:1;border:0;background:transparent;cursor:pointer}.moment-offer-hit-area:focus-visible{outline:3px solid var(--pack-accent);outline-offset:-4px;border-radius:10px}.moment-offer-visual,.moment-offer-content,.moment-offer-action-wrap{position:relative;z-index:2;pointer-events:none}.moment-offer-visual{height:106px;display:flex;align-items:center;justify-content:center}.moment-offer-visual img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.08));transition:transform .28s ease}.moment-offer-banner:hover .moment-offer-visual img{transform:translateY(-2px) scale(1.025)}.moment-offer-content{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.moment-offer-heading-row{display:flex;align-items:center;gap:10px}.moment-offer-eyebrow{color:#111;font-size:16px;font-weight:730;line-height:1.15}.moment-offer-tier{padding:4px 8px;border:1px solid color-mix(in srgb,var(--pack-accent) 60%,white);border-radius:999px;background:var(--pack-soft);color:var(--pack-ink);font-size:9px;font-weight:760;line-height:1;letter-spacing:.08em;text-transform:uppercase}.moment-offer-title{margin-top:3px;color:#111;font-size:19px;font-weight:690;line-height:1.15}.moment-offer-description{max-width:600px;margin-top:4px;overflow:hidden;color:#666;font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.moment-offer-price{margin-top:6px;display:flex;align-items:baseline;gap:12px}.moment-offer-price strong{color:var(--pack-accent);font-size:22px;font-weight:740}.moment-offer-price del{color:#777;font-size:13px}.moment-offer-action-wrap{display:flex;justify-content:flex-end}.moment-offer-cta{min-height:40px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:18px;border:0;border-radius:9px;background:#050505;color:#fff;font-family:inherit;font-size:14px;font-weight:650;white-space:nowrap;pointer-events:auto;cursor:pointer;transition:transform .1s ease,background-color .16s ease}.moment-offer-cta:hover{background:#242426}.moment-offer-cta:active{transform:scale(.97)}.moment-offer-arrow{position:absolute;z-index:4;top:50%;width:34px;height:34px;display:grid;place-items:center;border:1px solid #dedee1;border-radius:50%;background:#fffffff0;color:#171717;box-shadow:0 5px 16px #00000014;cursor:pointer;transform:translateY(-50%);transition:color .16s ease,border-color .16s ease,transform .16s ease}.moment-offer-arrow:hover{border-color:var(--pack-accent);color:var(--pack-ink);transform:translateY(-50%) scale(1.05)}.moment-offer-arrow:focus-visible,.moment-offer-pagination button:focus-visible,.moment-offer-cta:focus-visible{outline:3px solid color-mix(in srgb,var(--pack-accent) 60%,white);outline-offset:2px}.moment-offer-arrow svg{width:18px;height:18px;stroke-width:1.8}.moment-offer-arrow--previous{left:18px}.moment-offer-arrow--next{right:18px}.moment-offer-pagination{height:22px;display:flex;align-items:center;justify-content:center;gap:7px}.moment-offer-pagination button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#d7d7da;cursor:pointer;transition:width .22s ease,background-color .22s ease}.moment-offer-pagination button.is-active{width:24px;background:var(--pack-accent)}@media(max-width:900px){.moment-offer-banner{padding-inline:58px;grid-template-columns:minmax(170px,36%) minmax(0,1fr);gap:18px}.moment-offer-action-wrap{grid-column:2}.moment-offer-cta{min-height:34px;padding-inline:16px}}@media(max-width:640px){.moment-offer{padding:0 14px 5px}.moment-offer-stage{border-radius:8px}.moment-offer-banner{min-height:150px;padding:10px 34px;grid-template-columns:40% minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:7px 10px;background:linear-gradient(90deg,var(--pack-soft) 0,rgba(255,255,255,0) 40%),#fff}.moment-offer-banner:before{width:3px}.moment-offer-visual{height:124px;grid-row:1 / 3}.moment-offer-heading-row{gap:5px;flex-wrap:wrap}.moment-offer-eyebrow{font-size:10px}.moment-offer-tier{padding:3px 5px;font-size:6px}.moment-offer-title{margin-top:2px;font-size:13px}.moment-offer-description{max-width:100%;margin-top:3px;display:-webkit-box;overflow:hidden;font-size:8px;line-height:1.25;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.moment-offer-price{margin-top:4px;gap:6px}.moment-offer-price strong{font-size:16px}.moment-offer-price del{font-size:8px}.moment-offer-action-wrap{grid-column:2;width:100%}.moment-offer-cta{width:100%;min-height:30px;padding:0 7px;gap:6px;border-radius:6px;font-size:8px}.moment-offer-cta svg{width:12px;height:12px}.moment-offer-arrow{top:auto;bottom:8px;width:24px;height:24px;transform:none;box-shadow:none}.moment-offer-arrow:hover{transform:scale(1.04)}.moment-offer-arrow svg{width:14px;height:14px}.moment-offer-arrow--previous{left:6px}.moment-offer-arrow--next{right:6px}.moment-offer-pagination{height:20px;gap:6px}}@media(prefers-reduced-motion:reduce){.moment-offer *,.moment-offer *:before,.moment-offer *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.product-card{position:relative;min-width:0;height:165px;overflow:hidden;border:1px solid #dddddf;border-radius:10px;background:#fff;box-shadow:0 1px #00000005;content-visibility:auto;contain-intrinsic-size:165px}.product-card-open{width:100%;height:100%;padding:26px 10px 10px;display:grid;grid-template-columns:49% 51%;border:0;background:transparent;color:#111;text-align:left}.product-card-media{min-width:0;height:127px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.product-card-image{width:100%;height:100%;object-fit:contain;transform:scale(1.28);transition:transform .26s ease}.product-card:hover .product-card-image{transform:scale(1.33)}.product-card-image-placeholder{width:72%;height:72%;border-radius:12px;background:#f2f2f4}.product-card-badges{position:absolute;top:9px;left:9px;z-index:2}.product-badge{min-height:20px;padding:2px 8px;display:inline-flex;align-items:center;border-radius:6px;background:#050505;color:#fff;font-size:10px;font-weight:720}.product-badge.badge-promo{background:var(--primary);color:#111}.product-card-info{min-width:0;padding:7px 4px 3px 8px;display:flex;flex-direction:column;align-items:flex-start}.product-card-name{max-width:100%;min-height:32px;margin:0;color:#111;font-size:13px;font-weight:690;line-height:1.18;letter-spacing:-.02em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card-subtitle,.product-card-capacities{margin-top:2px;color:#68686d;font-size:10px;line-height:1.2}.product-card-capacities{max-width:100%;overflow:hidden;color:#4b4b50;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.product-card-swatches{min-height:24px;margin-top:7px;display:flex;align-items:center;gap:7px}.product-card-swatches>span{width:14px;height:14px;border:1px solid rgba(0,0,0,.2);border-radius:50%}.product-card-swatches>span.selected{box-shadow:0 0 0 2px #fff,0 0 0 3px #777}.product-card-stock{margin-top:5px;display:inline-flex;align-items:center;gap:5px;color:#15953a;font-size:10px;line-height:1.15}.product-card-stock i{width:6px;height:6px;border-radius:50%;background:currentColor}.product-card-stock.low{color:#f06a16}.product-card-stock.out{color:#cf2634}.product-card-prices{min-width:0;margin-top:auto;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px}.product-card-prices small{width:100%;color:#777;font-size:8px;line-height:1}.product-card-prices strong{color:#111;font-size:15px;font-weight:750;white-space:nowrap}.product-card-prices del{color:#888;font-size:10px;white-space:nowrap}.product-card-catalog{height:342px;contain-intrinsic-size:342px}.product-card-catalog .product-card-open{padding:34px 24px 18px;display:flex;flex-direction:column}.product-card-catalog .product-card-media{width:100%;height:190px;flex:0 0 190px}.product-card-catalog .product-card-image{transform:scale(1.15)}.product-card-catalog:hover .product-card-image{transform:scale(1.19)}.product-card-catalog .product-card-info{width:100%;padding:8px 0 0}.product-card-catalog .product-card-name{min-height:auto;font-size:16px;-webkit-line-clamp:1}.product-card-catalog .product-card-subtitle{font-size:12px}.product-card-catalog .product-card-swatches{order:-1;margin:0 0 8px}.product-card-catalog .product-card-swatches>span{width:18px;height:18px}.product-card-catalog .product-card-stock{display:none}.product-card-catalog .product-card-prices{margin-top:8px}.product-card-catalog .product-card-prices strong{font-size:18px}.product-card-catalog .product-card-prices del{font-size:13px}@media(min-width:761px){.product-card-compact .product-card-image{transform:scale(1.1)}.product-card-compact:hover .product-card-image{transform:scale(1.14)}.product-card-catalog .product-card-image{transform:scale(1.03)}.product-card-catalog:hover .product-card-image{transform:scale(1.07)}}@media(max-width:760px){.product-card-compact{height:126px;border-radius:7px;contain-intrinsic-size:126px}.product-card-compact .product-card-open{padding:17px 6px 7px;grid-template-columns:48% 52%}.product-card-compact .product-card-media{height:102px}.product-card-compact .product-card-info{padding:5px 1px 1px 5px}.product-card-compact .product-card-name{min-height:24px;font-size:10px;line-height:1.14}.product-card-compact .product-card-subtitle{margin-top:1px;font-size:8px}.product-card-compact .product-card-capacities{margin-top:1px;font-size:7px}.product-card-compact .product-card-prices small{font-size:6px}.product-card-compact .product-card-swatches{min-height:16px;margin-top:4px;gap:5px}.product-card-compact .product-card-swatches>span{width:11px;height:11px}.product-card-compact .product-card-stock{margin-top:4px;gap:3px;font-size:8px}.product-card-compact .product-card-stock i{width:4px;height:4px}.product-card-compact .product-card-prices strong{font-size:12px}.product-card-compact .product-card-prices del{font-size:7px}.product-card-compact .product-card-badges{top:5px;left:5px}.product-card-compact .product-badge{min-height:14px;padding:1px 5px;border-radius:4px;font-size:7px}.product-card-catalog{height:294px}.product-card-catalog .product-card-open{padding:34px 12px 14px}.product-card-catalog .product-card-media{height:150px;flex-basis:150px}.product-card-catalog .product-card-image{transform:scale(.98)}.product-card-catalog:hover .product-card-image{transform:scale(1.02)}.product-card-catalog .product-card-info{min-height:0;flex:1 1 auto;padding-top:6px}.product-card-catalog .product-card-name{min-height:0;flex:0 0 auto;font-size:14px;-webkit-line-clamp:2}.product-card-catalog .product-card-subtitle,.product-card-catalog .product-card-capacities{flex:0 0 auto;line-height:1.3}.product-card-catalog .product-card-prices{margin-top:auto;padding-top:5px;flex:0 0 auto}}@media(max-width:380px){.product-card-catalog{height:276px}.product-card-catalog .product-card-media{height:128px;flex-basis:128px}.product-card-catalog .product-card-open{padding-inline:9px}}.new-arrivals{width:100%;max-width:var(--page-max);margin:0 auto;padding:4px var(--page-gutter) 12px;scroll-margin-top:calc(var(--header-h) + 10px)}.new-arrivals-heading{min-height:27px;display:flex;align-items:center;justify-content:space-between;gap:20px}.new-arrivals .section-title{margin:0;color:#111;font-size:20px;font-weight:720;line-height:1.1;letter-spacing:-.035em}.new-arrivals-catalog .section-title{font-size:clamp(36px,4vw,50px)}.new-arrivals-see-all{min-height:24px;display:inline-flex;align-items:center;gap:4px;color:#111;font-size:13px;font-weight:620}.new-arrivals-see-all span{display:none}.catalog-toolbar{margin:18px 0 22px;display:grid;grid-template-columns:minmax(250px,1fr) minmax(390px,1.35fr) minmax(230px,.75fr);align-items:center;gap:36px}.catalog-search,.catalog-brand-trigger{width:100%;height:50px;border:1px solid #d9d9dd;border-radius:10px;background:#fff;color:#111;font:500 15px/1 var(--font-text)}.catalog-search{padding:0 18px;display:flex;align-items:center;gap:14px;color:#111}.catalog-search input{width:100%;border:0;outline:0;box-shadow:none;background:transparent;font:inherit}.catalog-search input:focus{box-shadow:none}.new-arrivals-tabs{height:50px;padding:4px;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;border:1px solid #d9d9dd;border-radius:10px;background:#fff}.new-arrivals-tab{border:0;border-radius:7px;background:transparent;color:#111;font-size:15px;font-weight:520;transition:background-color .16s ease,transform .1s ease}.new-arrivals-tab:hover{background:#f4f4f5}.new-arrivals-tab:active{transform:scale(.97)}.new-arrivals-tab.active{background:var(--primary);font-weight:660}.catalog-brand-select{position:relative;min-width:0}.catalog-brand-trigger{padding:0 16px 0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.catalog-brand-trigger:hover{border-color:#a9a9ad}.catalog-brand-trigger:focus-visible,.catalog-brand-trigger.open{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ecc54933}.catalog-brand-trigger svg{flex:0 0 auto;transition:transform .18s ease}.catalog-brand-trigger.open svg{transform:rotate(180deg)}.catalog-brand-menu{position:absolute;z-index:40;top:calc(100% + 7px);right:0;left:0;max-height:260px;overflow-y:auto;padding:6px;border:1px solid #dedee1;border-radius:12px;background:#fff;box-shadow:0 18px 45px #00000029,0 4px 12px #0000000f}.catalog-brand-menu button{position:relative;width:100%;min-height:44px;padding:0 12px 0 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:0;border-radius:8px;background:transparent;color:#111;font:550 14px/1.2 var(--font-text);text-align:left;cursor:pointer;transition:background-color .14s ease,color .14s ease}.catalog-brand-menu button:hover,.catalog-brand-menu button:focus-visible{outline:none;background:#f4f4f5}.catalog-brand-menu button.selected{background:linear-gradient(90deg,#fff5cb,#fffaf0);font-weight:680}.catalog-brand-menu button.selected:before{content:"";position:absolute;top:9px;bottom:9px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--primary)}.catalog-brand-menu button.selected svg{color:#b88b00}.catalog-brand-menu::-webkit-scrollbar{width:7px}.catalog-brand-menu::-webkit-scrollbar-thumb{border-radius:999px;background:#d0d0d3}.catalog-brand-menu::-webkit-scrollbar-track{background:transparent}@media(prefers-reduced-motion:reduce){.catalog-brand-trigger,.catalog-brand-trigger svg,.catalog-brand-menu button{transition:none}}.new-arrivals-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.new-arrivals-compact{padding-bottom:10px}.new-arrivals-catalog{padding-bottom:56px}.new-arrivals-catalog .new-arrivals-grid{gap:20px}.catalog-status,.new-arrivals-empty{min-height:180px;display:grid;place-items:center;color:#747478;text-align:center}.catalog-status-error{color:var(--error)}@media(max-width:1100px){.catalog-toolbar{grid-template-columns:1fr 1.2fr;gap:14px}.catalog-brand-select{grid-column:1 / -1}.new-arrivals-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.new-arrivals{padding:7px 14px 14px}.new-arrivals-compact .new-arrivals-heading{min-height:28px}.new-arrivals-compact .section-title{font-size:16px}.new-arrivals-catalog .section-title{font-size:32px}.new-arrivals-see-all span{display:inline}.new-arrivals-compact .new-arrivals-see-all{min-height:28px;font-size:9px}.new-arrivals-compact .new-arrivals-see-all svg{width:16px;height:16px}.catalog-toolbar{margin-top:16px;grid-template-columns:1fr;gap:10px}.catalog-brand-select{grid-column:auto}.new-arrivals-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:12px}.new-arrivals-compact .product-card:nth-child(1){order:1}.new-arrivals-compact .product-card:nth-child(4){order:2}.new-arrivals-compact .product-card:nth-child(2){order:3}.new-arrivals-compact .product-card:nth-child(3){order:4}.new-arrivals-compact .product-card:nth-child(n+5){display:none}.new-arrivals-catalog{padding-bottom:38px}}@media(max-width:380px){.new-arrivals{padding-inline:10px}.new-arrivals-grid{column-gap:10px;row-gap:12px}.new-arrivals-tabs{height:46px}.new-arrivals-tab{font-size:13px}}.cart-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(4px);z-index:2000}.cart-modal{position:fixed;top:0;right:0;height:100vh;width:100%;max-width:450px;background:var(--bg-white);box-shadow:-4px 0 24px #00000026;z-index:2001;display:flex;flex-direction:column;border-left:1px solid var(--border);transition:background-color .3s ease,border-color .3s ease}@media(min-width:640px){.cart-modal{max-width:480px}}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--border);background:var(--bg-white);flex-shrink:0}@media(min-width:768px){.cart-header{padding:24px}}.cart-header-content{display:flex;align-items:center;gap:12px;color:var(--text-dark)}.cart-header h2{margin:0;font-size:20px;color:var(--text-dark);font-weight:600;letter-spacing:-.374px}@media(min-width:768px){.cart-header h2{font-size:22px}}.close-btn{background:var(--bg-light);border:1px solid var(--border);color:var(--text-dark);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}@media(min-width:768px){.close-btn{width:40px;height:40px}}.close-btn:hover{background:var(--error);color:var(--bg-white);border-color:var(--error);transform:rotate(90deg)}.cart-items{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}@media(min-width:768px){.cart-items{padding:20px}}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--text-light);text-align:center;gap:12px;padding:20px}.empty-cart-subtitle{font-size:13px;opacity:.8}@media(min-width:768px){.empty-cart-subtitle{font-size:14px}}.cart-item{display:flex;gap:12px;padding:16px;background:var(--bg-light);border-radius:var(--radius-md);border:1px solid var(--border);margin-bottom:12px;transition:all .2s ease}@media(min-width:768px){.cart-item{gap:16px;padding:16px}}.cart-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.cart-item-image{width:70px;height:70px;object-fit:contain;background:#fff;border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0}@media(min-width:768px){.cart-item-image{width:80px;height:80px}}.cart-item-info{flex:1;min-width:0}.cart-item-info h4{margin:0 0 6px;color:var(--text-dark);font-size:14px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.cart-item-info h4{font-size:15px;margin-bottom:8px}}.cart-item-price{color:var(--primary-dark);font-weight:700;margin-bottom:8px;font-size:14px}@media(min-width:768px){.cart-item-price{font-size:15px;margin-bottom:10px}}.quantity-controls{display:flex;align-items:center;gap:8px}.quantity-btn{width:30px;height:30px;border:1px solid var(--border);background:var(--bg-white);color:var(--text-dark);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s ease}.quantity-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.quantity-display{font-size:15px;font-weight:700;min-width:20px;text-align:center;color:var(--text-dark)}.cart-footer{padding:20px;border-top:1px solid var(--border);background:var(--bg-white);flex-shrink:0}@media(min-width:768px){.cart-footer{padding:24px}}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;color:var(--text-dark);font-weight:600}@media(min-width:768px){.cart-total{font-size:18px;margin-bottom:20px}}.total-amount{font-size:26px;font-weight:600;letter-spacing:-.374px;color:var(--text-dark)}@media(min-width:768px){.total-amount{font-size:28px}}.checkout-btn{width:100%;padding:14px;background:var(--primary);color:#111;border:none;border-radius:var(--radius-pill);font-size:17px;font-weight:400;letter-spacing:-.374px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.cart-item-color{margin:-2px 0 6px;color:var(--text-gray);font-size:12px}@media(min-width:768px){.checkout-btn{padding:16px;font-size:17px}}.checkout-btn:hover{background:var(--primary-focus)}.checkout-btn:active{transform:scale(.95)}.cart-item-actions{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;flex-shrink:0}.cart-item-total{font-size:16px;font-weight:600;letter-spacing:-.224px;color:var(--text-dark)}@media(min-width:768px){.cart-item-total{font-size:17px}}.remove-btn{background:transparent;border:1px solid var(--error);color:var(--error);padding:6px;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.remove-btn{padding:8px}}.remove-btn:hover{background:var(--error);color:var(--bg-white);transform:scale(1.1)}.remove-btn:active{transform:scale(.95)}.value-props{width:calc(100% - (var(--page-gutter) * 2));max-width:calc(var(--page-max) - (var(--page-gutter) * 2));min-height:65px;margin:0 auto 6px;padding:9px 26px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;border:1px solid #e0e0e2;border-radius:10px;background:#fff}.value-prop{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;color:#111}.value-prop>svg{width:39px;height:39px;padding:9px;border-radius:50%;background:#fff3cf;stroke-width:1.7}.value-prop>span{display:flex;min-width:0;flex-direction:column}.value-prop strong{color:#111;font-size:12px;font-weight:650;line-height:1.2}.value-prop small{margin-top:2px;color:#79797e;font-size:10px;line-height:1.2}.footer{position:relative;background:#030303;color:#fff}.footer-inner{width:100%;max-width:var(--page-max);margin:0 auto;padding:17px var(--page-gutter) 0;display:grid;grid-template-columns:1.35fr .82fr .96fr 1fr .8fr;column-gap:36px;row-gap:10px}.footer-brand{display:flex;flex-direction:column;align-items:flex-start}.footer-logo{color:#fff;font-size:24px;line-height:1;letter-spacing:-.04em}.footer-logo strong{font-weight:700}.footer-logo span{color:#d2d2d5;font-weight:300}.footer-brand p{max-width:285px;margin-top:9px;color:#bcbcc1;font-size:11px;line-height:1.45}.footer-column{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:4px}.footer-column h2{margin:0 0 3px;color:#fff;font-size:12px;font-weight:620}.footer-column a,.footer-column>span{display:inline-flex;align-items:center;gap:7px;color:#bcbcc1;font-size:10px;line-height:1.4}.footer-column a:hover{color:#fff}.footer-contact-column>span{max-width:190px}.footer-follow>div{display:flex;gap:8px}.footer-follow a{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #626268;border-radius:50%;color:#fff}.footer-follow a svg{width:16px;height:16px}.footer-follow a:hover{border-color:var(--primary);background:#f5c7401f}.footer-bottom{grid-column:1 / -1;padding-top:8px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.14);color:#96969c;font-size:9px}.footer-legal-links{display:inline-flex;align-items:center;gap:12px;color:#aaaab0}.footer-legal-links i{width:1px;height:11px;background:#68686c}.footer-whatsapp{position:absolute;right:max(24px,calc((100vw - var(--page-max)) / 2 + var(--page-gutter)));bottom:24px;width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary);color:#111;box-shadow:0 10px 30px #00000059;transition:transform .1s ease}.footer-whatsapp:active{transform:scale(.93)}.footer-compact{margin-top:auto}@media(max-width:960px){.value-props{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1.5fr repeat(2,1fr)}.footer-follow{grid-column:2}}@media(max-width:640px){.value-props{width:calc(100% - 28px);min-height:62px;margin-bottom:5px;padding:7px 8px;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;border-radius:7px}.value-prop{grid-template-columns:21px minmax(0,1fr);gap:3px}.value-prop>svg{width:21px;height:21px;padding:4px}.value-prop strong{font-size:8px;line-height:1.12}.value-prop small{margin-top:1px;font-size:7px;line-height:1.12}.footer-inner{padding:12px 16px 0;grid-template-columns:1.15fr .85fr;gap:4px 16px}.footer-brand{grid-column:1 / -1}.footer-logo{font-size:23px}.footer-brand p{max-width:250px;margin-top:7px;font-size:9px}.footer-nav-column,.footer-help-column{display:none}.footer-column h2{font-size:11px}.footer-column{gap:2px}.footer-column a,.footer-column>span{font-size:8px}.footer-follow{grid-column:auto}.footer-follow a{width:25px;height:25px}.footer-follow>div{gap:5px}.footer-follow a svg{width:13px;height:13px}.footer-bottom{padding-top:4px;gap:6px;align-items:flex-start;flex-direction:column;font-size:7px}.footer-legal-links{width:100%;gap:5px;justify-content:space-between}.footer-whatsapp{position:absolute;right:4px;bottom:45px;z-index:120;width:38px;height:38px}}.catalog-page-main{min-height:72vh;background:#fff}.catalog-route .new-arrivals{padding-top:34px}@media(max-width:640px){.catalog-route .new-arrivals{padding-top:24px}}.app{min-height:100vh;width:100%;max-width:100%;min-width:0;background:var(--bg-white);display:flex;flex-direction:column;overflow-x:clip}.app>main{width:100%;min-width:0;flex:1;display:flex;flex-direction:column;align-items:stretch}.page-loader{min-height:70vh;display:grid;place-items:center}@media(max-width:640px){:root{--page-gutter: 16px;--header-h: 50px}}.home-section{max-width:1440px;width:100%;margin:0 auto;padding:80px 32px}.home-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:40px}.section-title{font-family:var(--font-display);font-size:34px;font-weight:600;line-height:1.2;letter-spacing:-.374px;color:var(--text-dark)}.section-title.centered{text-align:center}.section-link{display:inline-flex;align-items:center;gap:8px;padding:10px 22px;border:1px solid var(--text-dark);border-radius:var(--radius-pill);font-size:14px;font-weight:600;letter-spacing:-.224px;color:var(--text-dark);background:transparent;transition:background-color .2s ease,color .2s ease,transform .15s ease,box-shadow .2s ease}.section-link:hover{background:var(--text-dark);color:#fff;box-shadow:0 6px 20px #0000002e}.section-link:active{transform:scale(.95)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 20px}.catalogue-controls{display:flex;gap:12px;flex-wrap:wrap}.catalogue-search{display:inline-flex;align-items:center;gap:10px;height:44px;padding:0 20px;background:var(--bg-white);border:1px solid rgba(0,0,0,.08);border-radius:var(--radius-pill);color:var(--text-gray)}.catalogue-search input{border:none;outline:none;background:transparent;font-size:15px;letter-spacing:-.224px;color:var(--text-dark);width:210px}.catalogue-search input:focus{box-shadow:none}.catalogue-select{height:44px;padding:0 44px 0 20px;background-color:var(--bg-light);border:1px solid transparent;border-radius:var(--radius-pill);font-size:14px;font-weight:600;letter-spacing:-.224px;font-family:var(--font-text);color:var(--text-dark);appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%231d1d1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.catalogue-select:hover{background-color:var(--divider-soft);border-color:var(--border)}.catalogue-select:focus{border-color:var(--text-dark);box-shadow:none}.loading-products{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 0;color:var(--text-gray)}.error-message{text-align:center;color:var(--error);padding:12px 0 24px}.no-products{text-align:center;padding:64px 0}.no-products h3{font-size:21px;letter-spacing:-.374px;margin-bottom:8px}.no-products p{color:var(--text-gray)}@media(max-width:1068px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:833px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.home-section{padding:48px 22px}.section-title{font-size:26px}.products-grid{gap:24px 14px}.catalogue-search input{width:140px}}
