.MarketCurrencySwitcher-module__r0JbOq__wrapper{display:inline-block;position:relative}.MarketCurrencySwitcher-module__r0JbOq__triggerBtn{background:var(--surface-primary);border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.825rem;font-weight:600;transition:all .15s;display:inline-flex}.MarketCurrencySwitcher-module__r0JbOq__triggerBtn:hover{background:var(--surface-tertiary);border-color:var(--border-strong);color:var(--text-primary)}.MarketCurrencySwitcher-module__r0JbOq__dropdown{background:var(--surface-elevated);border:1px solid var(--border-default);min-width:220px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-lg);z-index:100;border-radius:12px;padding:.75rem;position:absolute;top:calc(100% + 6px);right:0}[dir=rtl] .MarketCurrencySwitcher-module__r0JbOq__dropdown{left:0;right:auto}@media (max-width:768px){.MarketCurrencySwitcher-module__r0JbOq__dropdown{left:0;right:auto}[dir=rtl] .MarketCurrencySwitcher-module__r0JbOq__dropdown{left:auto;right:0}}.MarketCurrencySwitcher-module__r0JbOq__sectionTitle{letter-spacing:.05em;text-transform:uppercase;color:var(--text-tertiary);margin:.5rem 0 .35rem;padding:0 .5rem;font-size:.7rem;font-weight:700}.MarketCurrencySwitcher-module__r0JbOq__optionGrid{flex-direction:column;gap:.25rem;display:flex}.MarketCurrencySwitcher-module__r0JbOq__optionBtn{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:.5rem .65rem;font-size:.85rem;transition:background .15s,color .15s;display:flex}[dir=rtl] .MarketCurrencySwitcher-module__r0JbOq__optionBtn{text-align:right}.MarketCurrencySwitcher-module__r0JbOq__optionBtn:hover{background:var(--surface-tertiary);color:var(--text-primary)}.MarketCurrencySwitcher-module__r0JbOq__activeOption{background:var(--surface-inverse);color:var(--text-inverse);font-weight:600}.MarketCurrencySwitcher-module__r0JbOq__activeOption:hover{background:var(--surface-inverse);color:var(--text-inverse);opacity:.9}.MarketCurrencySwitcher-module__r0JbOq__flagImg{object-fit:cover;vertical-align:middle;border-radius:2px;flex-shrink:0;width:20px;height:14px;display:inline-block}.MarketCurrencySwitcher-module__r0JbOq__flagFallback{background:var(--surface-tertiary);width:20px;height:14px;color:var(--text-primary);letter-spacing:.02em;vertical-align:middle;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;line-height:1;display:inline-flex}
.ThemeToggle-module__PXusdW__toggle{cursor:pointer;width:36px;height:36px;color:var(--text-primary);transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.ThemeToggle-module__PXusdW__toggle:hover{background:var(--surface-tertiary);border-color:var(--border-default)}.ThemeToggle-module__PXusdW__toggle:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.ThemeToggle-module__PXusdW__iconWrap{justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:relative}.ThemeToggle-module__PXusdW__icon{transition:opacity .3s,transform .3s;position:absolute;top:0;left:0}.ThemeToggle-module__PXusdW__sunIcon,.ThemeToggle-module__PXusdW__moonIcon{opacity:1;transform:scale(1)rotate(0)}.ThemeToggle-module__PXusdW__hidden{opacity:0;pointer-events:none;transform:scale(.5)rotate(90deg)}.ThemeToggle-module__PXusdW__iconDark{color:var(--color-white)}.ThemeToggle-module__PXusdW__iconLight{color:var(--color-black)}
.CartDrawer-module__IlD0ia__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000080;justify-content:flex-end;display:flex;position:fixed;inset:0}[dir=rtl] .CartDrawer-module__IlD0ia__overlay{justify-content:flex-start}.CartDrawer-module__IlD0ia__drawer{background:var(--surface-primary);flex-direction:column;width:100%;max-width:420px;height:100%;animation:.2s ease-out forwards CartDrawer-module__IlD0ia__slideIn;display:flex;box-shadow:-10px 0 30px #00000040}[dir=rtl] .CartDrawer-module__IlD0ia__drawer{box-shadow:10px 0 30px #00000040}@keyframes CartDrawer-module__IlD0ia__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}[dir=rtl] .CartDrawer-module__IlD0ia__drawer{animation:.2s ease-out forwards CartDrawer-module__IlD0ia__slideInRTL}@keyframes CartDrawer-module__IlD0ia__slideInRTL{0%{transform:translate(-100%)}to{transform:translate(0)}}.CartDrawer-module__IlD0ia__header{border-bottom:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CartDrawer-module__IlD0ia__title{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.CartDrawer-module__IlD0ia__closeBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;transition:color .15s}.CartDrawer-module__IlD0ia__closeBtn:hover{color:var(--text-primary)}.CartDrawer-module__IlD0ia__body{flex:1;padding:1.5rem;overflow-y:auto}.CartDrawer-module__IlD0ia__loadingText{text-align:center;color:var(--text-secondary);font-size:.9rem}.CartDrawer-module__IlD0ia__itemList{flex-direction:column;gap:1.25rem;display:flex}.CartDrawer-module__IlD0ia__item{border-bottom:1px solid var(--border-default);gap:1rem;padding-bottom:1.25rem;display:flex}.CartDrawer-module__IlD0ia__itemImage{background:var(--surface-secondary);object-fit:cover;border-radius:8px;width:70px;height:85px}.CartDrawer-module__IlD0ia__placeholderImage{background:var(--surface-secondary);width:70px;height:85px;color:var(--text-tertiary);letter-spacing:.05em;border-radius:8px;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.CartDrawer-module__IlD0ia__itemInfo{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CartDrawer-module__IlD0ia__itemTitle{color:var(--text-primary);margin:0 0 .25rem;font-size:.875rem;font-weight:600}.CartDrawer-module__IlD0ia__itemMeta{color:var(--text-secondary);margin:0;font-size:.775rem}.CartDrawer-module__IlD0ia__qtyRow{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.CartDrawer-module__IlD0ia__qtyControls{border:1px solid var(--border-default);border-radius:6px;align-items:center;display:flex;overflow:hidden}.CartDrawer-module__IlD0ia__qtyBtn{background:var(--surface-secondary);width:28px;height:28px;color:var(--text-primary);cursor:pointer;border:none;font-size:.85rem;font-weight:600}.CartDrawer-module__IlD0ia__qtyBtn:hover{background:var(--border-default)}.CartDrawer-module__IlD0ia__qtyNum{text-align:center;width:32px;color:var(--text-primary);font-size:.85rem;font-weight:600}.CartDrawer-module__IlD0ia__price{color:var(--text-primary);font-size:.9rem;font-weight:700}.CartDrawer-module__IlD0ia__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;margin-top:.25rem;padding:0;font-size:.75rem}.CartDrawer-module__IlD0ia__footer{border-top:1px solid var(--border-default);background:var(--surface-primary);padding:1.5rem}.CartDrawer-module__IlD0ia__subtotalRow{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:1.05rem;font-weight:700;display:flex}.CartDrawer-module__IlD0ia__shippingNote{color:var(--text-tertiary);margin:0 0 1rem;font-size:.775rem}.CartDrawer-module__IlD0ia__checkoutBtn{background:var(--surface-inverse);width:100%;color:var(--text-inverse);cursor:pointer;border:none;border-radius:8px;padding:.85rem;font-size:.95rem;font-weight:600;transition:opacity .15s}.CartDrawer-module__IlD0ia__checkoutBtn:hover{opacity:.9}.CartDrawer-module__IlD0ia__emptyState{text-align:center;color:var(--text-secondary);padding:3rem 1rem}.CartDrawer-module__IlD0ia__emptyTitle{color:var(--text-primary);margin:0 0 .5rem;font-size:1rem;font-weight:600}.CartDrawer-module__IlD0ia__emptySub{color:var(--text-secondary);margin:0;font-size:.85rem}
.SearchOverlay-module__cpvKKa__shell{z-index:var(--z-modal);opacity:0;pointer-events:none;transition:opacity var(--duration-glide) var(--ease-out-expo);justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0}.SearchOverlay-module__cpvKKa__shellOpen{opacity:1;pointer-events:auto}.SearchOverlay-module__cpvKKa__backdrop{cursor:default;-webkit-backdrop-filter:blur(6px);background:#00000047;border:0;padding:0;position:absolute;inset:0}[data-theme=dark] .SearchOverlay-module__cpvKKa__backdrop{background:#0000008c}.SearchOverlay-module__cpvKKa__panel{width:min(720px,100%);padding:var(--space-4);gap:var(--space-4);transition:transform var(--duration-glide) var(--ease-out-expo);flex-direction:column;margin-top:clamp(0px,4vh,72px);display:flex;position:relative;transform:translateY(-16px)scale(.98)}.SearchOverlay-module__cpvKKa__shellOpen .SearchOverlay-module__cpvKKa__panel{transform:none}.SearchOverlay-module__cpvKKa__field{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-pill);background:var(--glass-bg-strong);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-float);display:flex}.SearchOverlay-module__cpvKKa__fieldIcon{width:20px;height:20px;color:var(--text-tertiary);flex:none}.SearchOverlay-module__cpvKKa__input{min-width:0;font-family:var(--font-sans);font-size:var(--fluid-body);color:var(--text-primary);background:0 0;border:0;outline:none;flex:1}.SearchOverlay-module__cpvKKa__input::placeholder{color:var(--text-tertiary)}.SearchOverlay-module__cpvKKa__input::-webkit-search-cancel-button{appearance:none}.SearchOverlay-module__cpvKKa__closeBtn{border-radius:var(--radius-pill);background:var(--surface-tertiary);width:32px;height:32px;color:var(--text-primary);cursor:pointer;transition:background var(--duration-snap) ease, transform var(--duration-snap) var(--ease-spring);border:0;flex:none;place-items:center;display:grid}.SearchOverlay-module__cpvKKa__closeBtn svg{width:16px;height:16px}.SearchOverlay-module__cpvKKa__closeBtn:hover{background:var(--surface-inverse);color:var(--text-inverse);transform:scale(1.06)}.SearchOverlay-module__cpvKKa__body{padding:var(--space-5);border-radius:var(--radius-3xl);background:var(--glass-bg-strong);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-float);max-height:min(60vh,520px);overflow-y:auto}.SearchOverlay-module__cpvKKa__label{font-size:var(--fluid-micro);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--text-tertiary);margin-bottom:var(--space-4);font-weight:600}.SearchOverlay-module__cpvKKa__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.SearchOverlay-module__cpvKKa__chip{padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);border:1px solid var(--border-default);font-size:var(--text-sm);color:var(--text-primary);transition:all var(--duration-snap) var(--ease-out-expo);font-weight:500}.SearchOverlay-module__cpvKKa__chip:hover{background:var(--surface-inverse);border-color:var(--surface-inverse);color:var(--text-inverse)}.SearchOverlay-module__cpvKKa__empty{font-size:var(--text-sm);color:var(--text-secondary)}.SearchOverlay-module__cpvKKa__hits{gap:var(--space-1);flex-direction:column;list-style:none;display:flex}.SearchOverlay-module__cpvKKa__hit{align-items:center;gap:var(--space-3);padding:var(--space-2);border-radius:var(--radius-xl);transition:background var(--duration-snap) ease;display:flex}.SearchOverlay-module__cpvKKa__hit:hover{background:var(--surface-tertiary)}.SearchOverlay-module__cpvKKa__hitThumb{border-radius:var(--radius-lg);background:var(--surface-canvas);flex:none;width:48px;height:48px;overflow:hidden}.SearchOverlay-module__cpvKKa__hitImg{object-fit:cover;width:100%;height:100%}.SearchOverlay-module__cpvKKa__hitName{min-width:0;font-size:var(--text-sm);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.SearchOverlay-module__cpvKKa__hitPrice{font-size:var(--text-sm);color:var(--text-primary);font-variant-numeric:tabular-nums;flex:none;font-weight:600}.SearchOverlay-module__cpvKKa__viewAll{width:100%;margin-top:var(--space-4);padding:var(--space-3);border-radius:var(--radius-pill);background:var(--surface-inverse);color:var(--text-inverse);font-family:var(--font-sans);font-size:var(--text-sm);letter-spacing:var(--tracking-wide);cursor:pointer;transition:opacity var(--duration-snap) ease;border:0;font-weight:600}.SearchOverlay-module__cpvKKa__viewAll:hover{opacity:.85}@media (max-width:640px){.SearchOverlay-module__cpvKKa__panel{height:100%;padding:var(--space-3);margin-top:0}.SearchOverlay-module__cpvKKa__body{flex:1;max-height:none}}
.Navbar-module__cRh5nW__header{top:0;z-index:var(--z-sticky);padding:0 var(--rail);transition:padding var(--duration-glide) var(--ease-out-expo);pointer-events:none;position:fixed;inset-inline:0}.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled{padding-top:10px}.Navbar-module__cRh5nW__bar{pointer-events:auto;align-items:center;gap:var(--space-4);height:var(--nav-height);max-width:var(--container-2xl);padding-inline:var(--space-4);transition:background var(--duration-glide) var(--ease-out-expo), border-color var(--duration-glide) var(--ease-out-expo), border-radius var(--duration-glide) var(--ease-out-expo), box-shadow var(--duration-glide) var(--ease-out-expo), max-width var(--duration-glide) var(--ease-out-expo), height var(--duration-glide) var(--ease-out-expo);background:0 0;border:1px solid #0000;border-radius:0;margin-inline:auto;display:flex}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__bar{height:56px;max-width:var(--container-xl);padding-inline:var(--space-3);border-radius:var(--radius-pill);border-color:var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--shadow-float)}.Navbar-module__cRh5nW__header:not(.Navbar-module__cRh5nW__scrolled) .Navbar-module__cRh5nW__bar{background:0 0}.Navbar-module__cRh5nW__logo{color:var(--text-primary);transition:opacity var(--duration-snap) ease;flex:none;align-items:center;display:flex}.Navbar-module__cRh5nW__logo:hover{opacity:.65;color:var(--text-primary)}.Navbar-module__cRh5nW__logoImg{width:clamp(96px,9vw,140px);height:auto}.Navbar-module__cRh5nW__desktopNav{justify-content:center;align-items:center;gap:var(--space-1);flex:1;min-width:0;list-style:none;display:flex;overflow:hidden}.Navbar-module__cRh5nW__navLink{padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);font-size:var(--fluid-micro);letter-spacing:var(--tracking-wider);text-transform:uppercase;white-space:nowrap;color:var(--text-secondary);transition:color var(--duration-snap) ease, background var(--duration-snap) ease;font-weight:600;display:block;position:relative}.Navbar-module__cRh5nW__navLink:hover{color:var(--text-inverse);background:var(--surface-inverse)}.Navbar-module__cRh5nW__actions{align-items:center;gap:var(--space-1);flex:none;display:flex}.Navbar-module__cRh5nW__actionBtn{border-radius:var(--radius-pill);width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:background var(--duration-snap) ease, color var(--duration-snap) ease, transform var(--duration-snap) var(--ease-spring);background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative}.Navbar-module__cRh5nW__actionBtn svg{width:20px;height:20px}.Navbar-module__cRh5nW__actionBtn:hover{background:var(--surface-inverse);color:var(--text-inverse);transform:scale(1.05)}.Navbar-module__cRh5nW__cartBadge{top:2px;border-radius:var(--radius-pill);background:var(--surface-inverse);min-width:17px;height:17px;color:var(--text-inverse);font-variant-numeric:tabular-nums;border:2px solid var(--surface-primary);place-items:center;padding:0 4px;font-size:10px;font-weight:700;line-height:1;display:grid;position:absolute;inset-inline-end:2px}.Navbar-module__cRh5nW__actionBtn:hover .Navbar-module__cRh5nW__cartBadge{background:var(--surface-primary);color:var(--text-primary)}.Navbar-module__cRh5nW__menuBtn{border-radius:var(--radius-pill);width:40px;height:40px;color:var(--text-primary);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:none}.Navbar-module__cRh5nW__hamburger{width:20px;height:13px;display:block;position:relative}.Navbar-module__cRh5nW__hamburger span{height:2px;transition:width var(--duration-glide) var(--ease-out-expo), transform var(--duration-glide) var(--ease-out-expo);background:currentColor;border-radius:2px;position:absolute;inset-inline-start:0}.Navbar-module__cRh5nW__hamburger span:first-child{width:20px;top:0}.Navbar-module__cRh5nW__hamburger span:last-child{width:13px;bottom:0}.Navbar-module__cRh5nW__hamburgerOpen span:first-child{width:20px;top:50%;transform:translateY(-1px)rotate(45deg)}.Navbar-module__cRh5nW__hamburgerOpen span:last-child{width:20px;bottom:50%;transform:translateY(1px)rotate(-45deg)}.Navbar-module__cRh5nW__mobileOverlay{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(4px);background:#00000059;position:fixed;inset:0}.Navbar-module__cRh5nW__mobileMenu{top:0;z-index:var(--z-modal);width:min(340px,88vw);height:100dvh;padding:var(--space-6) var(--space-5);background:var(--surface-primary);border-inline-end:1px solid var(--border-subtle);transition:transform var(--duration-glide) var(--ease-out-expo);visibility:hidden;position:fixed;inset-inline-start:0;overflow-y:auto;transform:translate(-102%)}[dir=rtl] .Navbar-module__cRh5nW__mobileMenu{transform:translate(102%)}.Navbar-module__cRh5nW__mobileMenuOpen{visibility:visible;transform:none}[dir=rtl] .Navbar-module__cRh5nW__mobileMenuOpen{transform:none}.Navbar-module__cRh5nW__mobileMenuLogo{padding-block:var(--space-2) var(--space-5);align-items:center;display:flex}.Navbar-module__cRh5nW__mobileDivider{background:var(--border-subtle);height:1px;margin-block:var(--space-4)}.Navbar-module__cRh5nW__mobileNavList{gap:var(--space-1);flex-direction:column;list-style:none;display:flex}.Navbar-module__cRh5nW__mobileNavLink{padding:var(--space-3) var(--space-4);border-radius:var(--radius-xl);font-size:var(--text-lg);letter-spacing:var(--tracking-tight);color:var(--text-primary);transition:background var(--duration-snap) ease;align-items:center;font-weight:500;display:flex}.Navbar-module__cRh5nW__mobileNavLink:hover{background:var(--surface-tertiary);color:var(--text-primary)}.Navbar-module__cRh5nW__mobileSwitcherWrap,.Navbar-module__cRh5nW__mobileThemeWrap{align-items:center;gap:var(--space-3);padding-inline:var(--space-2);display:flex}.Navbar-module__cRh5nW__mobileThemeWrap{margin-top:var(--space-3)}.Navbar-module__cRh5nW__mobileThemeLabel{font-size:var(--text-sm);color:var(--text-secondary)}.Navbar-module__cRh5nW__mobileActions{gap:var(--space-1);flex-direction:column;display:flex}.Navbar-module__cRh5nW__dock{inset-inline:0;bottom:calc(12px + var(--safe-bottom));z-index:var(--z-sticky);padding-inline:var(--rail);pointer-events:none;display:none;position:fixed}.Navbar-module__cRh5nW__dockInner{pointer-events:auto;border-radius:var(--radius-pill);border:1px solid var(--glass-border);background:var(--glass-bg-strong);max-width:460px;-webkit-backdrop-filter:var(--glass-blur);box-shadow:var(--shadow-lift);justify-content:space-between;align-items:stretch;gap:2px;margin-inline:auto;padding:6px;display:flex}.Navbar-module__cRh5nW__dockItem{border-radius:var(--radius-xl);min-width:0;color:var(--text-secondary);font-family:var(--font-sans);letter-spacing:.02em;cursor:pointer;transition:background var(--duration-snap) var(--ease-out-expo), color var(--duration-snap) ease;background:0 0;border:0;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:8px 2px;font-size:10px;font-weight:600;display:flex}.Navbar-module__cRh5nW__dockItem svg{width:20px;height:20px}.Navbar-module__cRh5nW__dockItem span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.Navbar-module__cRh5nW__dockItemActive{background:var(--surface-inverse);color:var(--text-inverse)}.Navbar-module__cRh5nW__dockIconWrap{place-items:center;display:grid;position:relative}.Navbar-module__cRh5nW__dockBadge{top:-4px;border-radius:var(--radius-pill);background:var(--surface-inverse);min-width:15px;height:15px;color:var(--text-inverse);font-variant-numeric:tabular-nums;place-items:center;padding:0 4px;font-size:9px;font-weight:700;line-height:1;display:grid;position:absolute;inset-inline-end:-8px}.Navbar-module__cRh5nW__dockItemActive .Navbar-module__cRh5nW__dockBadge{background:var(--surface-primary);color:var(--text-primary)}.Navbar-module__cRh5nW__spacer{height:var(--nav-height)}@media (max-width:1199px){.Navbar-module__cRh5nW__desktopNav{display:none}.Navbar-module__cRh5nW__menuBtn{display:grid}.Navbar-module__cRh5nW__hideOnMobile{display:none}.Navbar-module__cRh5nW__dock{display:block}.Navbar-module__cRh5nW__bar{gap:var(--space-2);justify-content:space-between}.Navbar-module__cRh5nW__logo{margin-inline:auto}}@media (min-width:1200px){.Navbar-module__cRh5nW__mobileMenu,.Navbar-module__cRh5nW__mobileOverlay{display:none}}@media (prefers-reduced-motion:reduce){.Navbar-module__cRh5nW__bar,.Navbar-module__cRh5nW__header,.Navbar-module__cRh5nW__mobileMenu,.Navbar-module__cRh5nW__actionBtn,.Navbar-module__cRh5nW__dockItem{transition:none}}.Navbar-module__cRh5nW__actionBtn svg,.Navbar-module__cRh5nW__dockItem svg{width:24px;height:24px;overflow:visible}.Navbar-module__cRh5nW__avatarBtn{overflow:hidden}.Navbar-module__cRh5nW__actionBtnActive{background:var(--surface-inverse);color:var(--text-inverse)}.Navbar-module__cRh5nW__avatarBtn.Navbar-module__cRh5nW__actionBtnActive{color:var(--text-primary);box-shadow:0 0 0 2px var(--surface-inverse);background:0 0}.Navbar-module__cRh5nW__dockLabel{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.005em;max-width:100%;font-size:10.5px;font-weight:700;line-height:1;overflow:hidden}.Navbar-module__cRh5nW__dockInner{max-width:340px}.Navbar-module__cRh5nW__dockItem{gap:5px;padding:9px 4px}.Navbar-module__cRh5nW__dockItem:active{transform:scale(.94)}.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__bar,.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__navLink,.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__actionBtn,.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__menuBtn{color:#fff}.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__navLink{color:#ffffffd1}.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__navLink:hover,.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__actionBtn:hover{color:#000;background:#fff}.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__cartBadge{color:#000;background:#fff;border-color:#0000}.Navbar-module__cRh5nW__overHero .Navbar-module__cRh5nW__avatarBtn.Navbar-module__cRh5nW__actionBtnActive{box-shadow:0 0 0 2px #fff}.Navbar-module__cRh5nW__overHero:before{content:"";inset-inline:0;height:calc(var(--nav-height) * 2);pointer-events:none;background:linear-gradient(#0000006b,#0000);position:absolute;top:0}@media (max-width:1199px){.Navbar-module__cRh5nW__header,.Navbar-module__cRh5nW__header.Navbar-module__cRh5nW__scrolled{padding:0}.Navbar-module__cRh5nW__bar,.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__bar{max-width:none;height:var(--nav-height);padding-inline:var(--space-4);border-inline:0;border-top:0;border-radius:0;margin-inline:0}.Navbar-module__cRh5nW__scrolled .Navbar-module__cRh5nW__bar{background:var(--glass-bg-strong);border-bottom:1px solid var(--glass-border);box-shadow:none}}
.Footer-module__3hUVsW__footer{color:#c5c7d2;font-family:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);background-color:#21232d;border-top:1px solid #ffffff14;position:relative;overflow:hidden}.Footer-module__3hUVsW__topSection{border-bottom:1px solid #ffffff14;padding:3.5rem 0 3rem}.Footer-module__3hUVsW__topGrid{grid-template-columns:auto 1fr;align-items:center;gap:3.5rem;display:grid}.Footer-module__3hUVsW__contactCards{flex-wrap:wrap;gap:2.5rem;display:flex}.Footer-module__3hUVsW__contactCard{align-items:flex-start;gap:1rem;display:flex}.Footer-module__3hUVsW__contactIcon{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.Footer-module__3hUVsW__contactCard:hover .Footer-module__3hUVsW__contactIcon{background:#ffffff24;transform:translateY(-2px)}.Footer-module__3hUVsW__contactInfo{flex-direction:column;gap:.25rem;display:flex}.Footer-module__3hUVsW__contactLabel{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.Footer-module__3hUVsW__contactSub{color:#9295a5;margin:0;font-size:.85rem;line-height:1.4}.Footer-module__3hUVsW__contactValue{color:#fff;margin-top:.15rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.Footer-module__3hUVsW__contactValue:hover{color:#bfa5e8;text-decoration:underline}.Footer-module__3hUVsW__newsletterCol{flex-direction:column;justify-self:end;gap:.75rem;max-width:540px;display:flex}.Footer-module__3hUVsW__newsletterTitle{color:#fff;letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.Footer-module__3hUVsW__newsletterSub{color:#a4a7b7;margin:0;font-size:.95rem}.Footer-module__3hUVsW__newsletterForm{gap:.5rem;margin-top:.5rem;display:flex}.Footer-module__3hUVsW__newsletterInput{color:#fff;background:#ffffff12;border:1px solid #ffffff29;border-radius:8px;flex:1;padding:.85rem 1.2rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.Footer-module__3hUVsW__newsletterInput::placeholder{color:#797c8d}.Footer-module__3hUVsW__newsletterInput:focus{background:#ffffff1a;border-color:#fff;outline:none;box-shadow:0 0 0 3px #ffffff1a}.Footer-module__3hUVsW__newsletterBtn{color:#16171f;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:8px;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .1s}.Footer-module__3hUVsW__newsletterBtn:hover{background:#e2e4ed;transform:translateY(-1px)}.Footer-module__3hUVsW__mainSection{padding:4rem 0 3.5rem}.Footer-module__3hUVsW__mainGrid{grid-template-columns:1.4fr 1fr 1fr 1fr 1.1fr;gap:3rem;display:grid}.Footer-module__3hUVsW__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__brandLogoLink{text-decoration:none;display:inline-block}.Footer-module__3hUVsW__brandLogoImg{object-fit:contain;width:auto;height:38px}.Footer-module__3hUVsW__brandTagline{color:#fff;margin:0;font-size:1.15rem;font-weight:700}.Footer-module__3hUVsW__brandDesc{color:#9ea1b2;max-width:320px;margin:0;font-size:.88rem;line-height:1.65}.Footer-module__3hUVsW__socialList{align-items:center;gap:.85rem;margin-top:.5rem;display:flex}.Footer-module__3hUVsW__socialIcon{color:#d1d3df;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__3hUVsW__socialIcon:hover{color:#1b1d24;background:#fff;transform:translateY(-2px)}.Footer-module__3hUVsW__linkCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__3hUVsW__colTitle{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.Footer-module__3hUVsW__linkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__linkItem{color:#a7aab8;font-size:.9rem;line-height:1.35;text-decoration:none;transition:color .2s,transform .15s;display:inline-block}.Footer-module__3hUVsW__linkItem:hover{color:#fff;transform:translate(3px)}.Footer-module__3hUVsW__paymentSection{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;padding:1.75rem 0 2rem}.Footer-module__3hUVsW__paymentBadges{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.Footer-module__3hUVsW__paymentPill{letter-spacing:.04em;background:#fff;border-radius:6px;justify-content:center;align-items:center;padding:.4rem .85rem;font-size:.8rem;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 2px 5px #00000040}.Footer-module__3hUVsW__paymentPill:hover{transform:translateY(-2px)}.Footer-module__3hUVsW__bottomSection{padding:1.75rem 0 2.25rem}.Footer-module__3hUVsW__bottomInner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__3hUVsW__copyright{color:#8c8f9f;margin:0;font-size:.88rem}.Footer-module__3hUVsW__copyright a{color:#fff;font-weight:600;text-decoration:none}.Footer-module__3hUVsW__copyright a:hover{text-decoration:underline}.Footer-module__3hUVsW__scrollTopBtn{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.Footer-module__3hUVsW__scrollTopBtn:hover{color:#181922;background:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #0000004d}@media (max-width:1100px){.Footer-module__3hUVsW__mainGrid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__3hUVsW__brandCol{grid-column:span 2}}@media (max-width:768px){.Footer-module__3hUVsW__topGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__contactCards{flex-direction:column;gap:1.5rem}.Footer-module__3hUVsW__newsletterCol{justify-self:stretch;max-width:100%}.Footer-module__3hUVsW__mainGrid{grid-template-columns:1fr;gap:2rem}.Footer-module__3hUVsW__brandCol{grid-column:span 1}.Footer-module__3hUVsW__bottomInner{flex-direction:column;align-items:flex-start;gap:1.25rem}}@media (max-width:640px){.Footer-module__3hUVsW__newsletterForm{gap:var(--space-3);flex-direction:column}.Footer-module__3hUVsW__newsletterInput,.Footer-module__3hUVsW__newsletterBtn{width:100%}.Footer-module__3hUVsW__newsletterCol{justify-self:stretch;max-width:none}.Footer-module__3hUVsW__newsletterCol,.Footer-module__3hUVsW__newsletterTitle,.Footer-module__3hUVsW__newsletterSub{text-align:center}.Footer-module__3hUVsW__mainGrid{gap:var(--space-8) var(--space-4);text-align:center;grid-template-columns:repeat(2,1fr)}.Footer-module__3hUVsW__brandCol{text-align:center;grid-column:span 2}}
