:root{--color-primary:#161616;--color-secondary:#878787;--color-light:#eaeaea;--color-black:#000;--color-white:#fff;--color-accent:#c9a96e;--color-accent-light:#dfc9a0;--color-accent-dark:#a88b4a;--color-cream:#faf8f5;--color-charcoal:#1a1a1a;--color-warm-gray:#a09890;--bg-primary:var(--color-white);--bg-dark:var(--color-primary);--bg-light:var(--color-light);--text-primary:var(--color-primary);--text-secondary:var(--color-secondary);--text-inverse:var(--color-white);--text-light:var(--color-light);--border-color:var(--color-light);--border-dark:var(--color-primary);--font-primary:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem;--text-6xl:4.5rem;--text-hero:6rem;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.05em;--tracking-wider:.1em;--tracking-widest:.2em;--leading-tight:1.1;--leading-snug:1.25;--leading-normal:1.5;--leading-relaxed:1.75;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--space-6xl:12rem;--container-max:1440px;--container-padding:1.5rem;--header-height:48px;--announcement-height:36px;--bottom-nav-height:56px;--transition-fast:.15s ease;--transition-base:.3s cubic-bezier(.4,0,.2,1);--transition-slow:.5s cubic-bezier(.4,0,.2,1);--transition-slower:.8s cubic-bezier(.16,1,.3,1);--transition-luxury:.6s cubic-bezier(.16,1,.3,1);--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 16px #0000000f;--shadow-lg:0 8px 32px #00000014;--shadow-xl:0 16px 48px #0000001a;--shadow-glow:0 0 40px #c9a96e26;--glass-bg:#fffc;--glass-blur:20px;--glass-border:#fff3;--z-base:1;--z-dropdown:10;--z-sticky:20;--z-overlay:30;--z-modal:40;--z-toast:50}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);font-weight:var(--font-weight-regular);color:var(--text-primary);background-color:var(--bg-primary);line-height:var(--leading-normal);overflow-x:hidden}main{padding-top:calc(var(--announcement-height) + var(--header-height));padding-bottom:var(--bottom-nav-height)}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);margin:0 auto}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}::selection{background-color:var(--color-accent);color:var(--color-white)}@media (min-width:768px){:root{--container-padding:3rem;--header-height:56px;--bottom-nav-height:0px}}@media (min-width:1200px){:root{--container-padding:4rem;--header-height:60px}}
.AnnouncementBar-module__wgwfAa__bar{width:100%;height:var(--announcement-height);background-color:var(--color-primary);z-index:var(--z-sticky);justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden}.AnnouncementBar-module__wgwfAa__container{width:100%;max-width:var(--container-max);padding:0 var(--container-padding);justify-content:center;align-items:center;display:flex}.AnnouncementBar-module__wgwfAa__text{color:#fff9;font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase;font-weight:var(--font-weight-medium);white-space:nowrap;line-height:1;transition:opacity .4s}.AnnouncementBar-module__wgwfAa__visible{opacity:1}.AnnouncementBar-module__wgwfAa__hidden{opacity:0}.AnnouncementBar-module__wgwfAa__link{transition:opacity var(--transition-fast);text-decoration:none}.AnnouncementBar-module__wgwfAa__link:hover{opacity:.8}
.SearchModal-module__KfkuIa__backdrop{z-index:var(--z-modal);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000059;animation:.2s forwards SearchModal-module__KfkuIa__fadeIn;position:fixed;inset:0}@keyframes SearchModal-module__KfkuIa__fadeIn{0%{opacity:0}to{opacity:1}}.SearchModal-module__KfkuIa__modal{z-index:var(--z-modal);background-color:var(--color-white);box-shadow:var(--shadow-xl);max-height:70vh;animation:.35s cubic-bezier(.16,1,.3,1) forwards SearchModal-module__KfkuIa__slideDown;position:fixed;top:0;left:0;right:0;overflow-y:auto}@keyframes SearchModal-module__KfkuIa__slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.SearchModal-module__KfkuIa__modalInner{max-width:var(--container-max);padding:var(--space-lg)var(--container-padding)var(--space-2xl);margin:0 auto}.SearchModal-module__KfkuIa__searchBar{align-items:center;gap:var(--space-md);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-color);display:flex}.SearchModal-module__KfkuIa__searchIcon{color:var(--color-secondary);flex-shrink:0}.SearchModal-module__KfkuIa__searchInput{font-size:var(--text-lg);font-weight:var(--font-weight-light);letter-spacing:var(--tracking-wide);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1}.SearchModal-module__KfkuIa__searchInput::placeholder{color:var(--color-secondary)}.SearchModal-module__KfkuIa__closeButton{width:36px;height:36px;color:var(--color-secondary);transition:color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SearchModal-module__KfkuIa__closeButton:hover{color:var(--color-primary)}.SearchModal-module__KfkuIa__content{gap:var(--space-2xl);padding-top:var(--space-xl);flex-direction:column;display:flex}.SearchModal-module__KfkuIa__columnTitle{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-secondary);margin-bottom:var(--space-md)}.SearchModal-module__KfkuIa__productsColumn{order:2}.SearchModal-module__KfkuIa__productGrid{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.SearchModal-module__KfkuIa__productTile{gap:var(--space-xs);transition:opacity var(--transition-fast);flex-direction:column;display:flex}.SearchModal-module__KfkuIa__productTile:hover{opacity:.7}.SearchModal-module__KfkuIa__productImage{aspect-ratio:3/4;background:linear-gradient(145deg,#1a1a1a 0%,#2a2a2a 50%,#1e1e1e 100%)}.SearchModal-module__KfkuIa__productTile:nth-child(2) .SearchModal-module__KfkuIa__productImage{background:linear-gradient(145deg,#1e1e24 0%,#28282e 50%,#202024 100%)}.SearchModal-module__KfkuIa__productTile:nth-child(3) .SearchModal-module__KfkuIa__productImage{background:linear-gradient(145deg,#22201e 0%,#2c2a28 50%,#242220 100%)}.SearchModal-module__KfkuIa__productTile:nth-child(4) .SearchModal-module__KfkuIa__productImage{background:linear-gradient(145deg,#1c1e1c 0%,#262826 50%,#1e201e 100%)}.SearchModal-module__KfkuIa__productName{font-size:var(--text-xs);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wide);color:var(--text-primary);line-height:var(--leading-snug)}.SearchModal-module__KfkuIa__productPrice{font-size:var(--text-xs);color:var(--color-secondary);letter-spacing:var(--tracking-wide)}.SearchModal-module__KfkuIa__noResults{font-size:var(--text-sm);color:var(--color-secondary);padding:var(--space-xl)0;grid-column:1/-1}.SearchModal-module__KfkuIa__searchesColumn{gap:var(--space-xl);flex-direction:column;order:1;display:flex}.SearchModal-module__KfkuIa__searchGroup{flex-direction:column;display:flex}.SearchModal-module__KfkuIa__searchList{gap:var(--space-sm);flex-direction:column;display:flex}.SearchModal-module__KfkuIa__searchLink{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--text-primary);letter-spacing:var(--tracking-wide);transition:color var(--transition-fast);display:inline-flex}.SearchModal-module__KfkuIa__searchLink svg{color:var(--color-secondary);flex-shrink:0}.SearchModal-module__KfkuIa__searchLink:hover{color:var(--color-accent)}.SearchModal-module__KfkuIa__categoryList{gap:var(--space-sm);flex-direction:column;display:flex}.SearchModal-module__KfkuIa__categoryLink{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--text-primary);transition:color var(--transition-fast);display:inline-flex}.SearchModal-module__KfkuIa__categoryLink svg{transition:transform var(--transition-fast)}.SearchModal-module__KfkuIa__categoryLink:hover{color:var(--color-accent)}.SearchModal-module__KfkuIa__categoryLink:hover svg{transform:translate(3px)}.SearchModal-module__KfkuIa__suggestions{border-bottom:1px solid var(--color-border);margin:0;padding:0;list-style:none}.SearchModal-module__KfkuIa__suggestionItem{align-items:center;gap:var(--space-sm);width:100%;padding:var(--space-xs)var(--space-xl);font-size:var(--text-sm);color:var(--text-primary);text-align:left;cursor:pointer;transition:background var(--transition-fast);background:0 0;border:none;display:flex}.SearchModal-module__KfkuIa__suggestionItem:hover{background:var(--color-surface)}@media (min-width:768px){.SearchModal-module__KfkuIa__modal{max-height:60vh}.SearchModal-module__KfkuIa__modalInner{padding:var(--space-xl)var(--container-padding)var(--space-3xl)}.SearchModal-module__KfkuIa__searchInput{font-size:var(--text-xl)}.SearchModal-module__KfkuIa__content{gap:var(--space-3xl);flex-direction:row}.SearchModal-module__KfkuIa__productsColumn{flex:1.4;order:1}.SearchModal-module__KfkuIa__searchesColumn{flex:1;order:2}.SearchModal-module__KfkuIa__productGrid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.SearchModal-module__KfkuIa__modal{max-height:55vh}.SearchModal-module__KfkuIa__modalInner{padding:var(--space-2xl)var(--container-padding)var(--space-3xl)}.SearchModal-module__KfkuIa__searchInput{font-size:var(--text-2xl)}.SearchModal-module__KfkuIa__content{gap:var(--space-4xl)}}@media (prefers-reduced-motion:reduce){.SearchModal-module__KfkuIa__backdrop,.SearchModal-module__KfkuIa__modal{animation:none}}
.Header-module__KHjLKa__header{top:var(--announcement-height);height:var(--header-height);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));z-index:var(--z-sticky);transition:box-shadow var(--transition-base),background-color var(--transition-base),border-color var(--transition-base);background-color:#ffffffeb;border-bottom:1px solid #0000000a;position:fixed;left:0;right:0}.Header-module__KHjLKa__scrolled{box-shadow:var(--shadow-md);background-color:#fffffff7;border-bottom-color:#0000}.Header-module__KHjLKa__inner{width:100%;height:100%;max-width:var(--container-max);padding:0 var(--container-padding);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__KHjLKa__left{flex:1;align-items:center;min-width:0;display:flex}.Header-module__KHjLKa__hamburger{width:40px;height:40px;color:var(--color-primary);cursor:pointer;transition:opacity var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;margin-left:-8px;padding:0;display:flex}.Header-module__KHjLKa__hamburger:hover{opacity:.6}.Header-module__KHjLKa__hamburger svg{display:block}.Header-module__KHjLKa__desktopNav{display:none}.Header-module__KHjLKa__logo{transition:opacity var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Header-module__KHjLKa__logo:hover{opacity:.7}.Header-module__KHjLKa__logoImage{object-fit:contain;width:40px;height:40px}.Header-module__KHjLKa__mobileRight{flex:1;justify-content:flex-end;align-items:center;min-width:0;display:flex}.Header-module__KHjLKa__right{justify-content:flex-end;align-items:center;gap:var(--space-xs);flex:1;min-width:0;display:none}.Header-module__KHjLKa__iconButton{width:36px;height:36px;color:var(--color-primary);cursor:pointer;transition:opacity var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.Header-module__KHjLKa__iconButton:hover{opacity:.6}.Header-module__KHjLKa__iconButton svg{display:block}.Header-module__KHjLKa__badge{border-radius:var(--radius-full);background-color:var(--color-accent);min-width:16px;height:16px;color:var(--color-white);font-size:10px;font-weight:var(--font-weight-semibold);text-align:center;pointer-events:none;padding:0 4px;line-height:16px;position:absolute;top:2px;right:0}.Header-module__KHjLKa__profileWrapper{position:relative}.Header-module__KHjLKa__profilePopup{background-color:var(--color-white);border:1px solid var(--color-light);width:280px;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity var(--transition-base),transform var(--transition-base);z-index:var(--z-dropdown);position:absolute;top:calc(100% + 12px);right:-16px;transform:translateY(-8px)}.Header-module__KHjLKa__profilePopupOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__KHjLKa__profilePopupInner{padding:var(--space-xl)}.Header-module__KHjLKa__profilePopupTitle{font-size:var(--text-base);font-weight:var(--font-weight-semibold);color:var(--color-primary);letter-spacing:var(--tracking-wide);margin-bottom:var(--space-xs)}.Header-module__KHjLKa__profilePopupText{font-size:var(--text-sm);color:var(--color-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-lg)}.Header-module__KHjLKa__profilePopupBtn{width:100%;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;text-align:center;color:var(--color-white);background-color:var(--color-primary);cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast);font-family:var(--font-primary);border:none;padding:12px;display:block}.Header-module__KHjLKa__profilePopupBtn:hover{background-color:var(--color-charcoal);transform:translateY(-1px)}.Header-module__KHjLKa__profilePopupDivider{align-items:center;gap:var(--space-md);margin:var(--space-md)0;display:flex}.Header-module__KHjLKa__profilePopupDivider:before,.Header-module__KHjLKa__profilePopupDivider:after{content:"";background-color:var(--color-light);flex:1;height:1px}.Header-module__KHjLKa__profilePopupDivider span{font-size:var(--text-xs);color:var(--color-secondary);letter-spacing:var(--tracking-wide)}.Header-module__KHjLKa__profilePopupBtnOutline{width:100%;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;text-align:center;color:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast);font-family:var(--font-primary);background-color:#0000;padding:12px;display:block}.Header-module__KHjLKa__profilePopupBtnOutline:hover{background-color:var(--color-primary);color:var(--color-white);transform:translateY(-1px)}.Header-module__KHjLKa__profilePopupLinks{padding:var(--space-md)var(--space-xl);border-top:1px solid var(--color-light);flex-direction:column;display:flex}.Header-module__KHjLKa__profilePopupLink{padding:var(--space-sm)0;font-size:var(--text-sm);color:var(--color-secondary);letter-spacing:var(--tracking-wide);transition:color var(--transition-fast);text-decoration:none;display:block}.Header-module__KHjLKa__profilePopupLink:hover{color:var(--color-primary)}.Header-module__KHjLKa__profilePopupFooter{padding:var(--space-md)var(--space-xl);border-top:1px solid var(--color-light)}.Header-module__KHjLKa__signOutBtn{width:100%;padding:var(--space-sm)0;font-size:var(--text-sm);color:var(--color-secondary);letter-spacing:var(--tracking-wide);text-align:left;cursor:pointer;transition:color var(--transition-fast);display:block}.Header-module__KHjLKa__signOutBtn:hover{color:var(--color-primary)}.Header-module__KHjLKa__navItemWithMenu{align-items:center;height:100%;display:flex}.Header-module__KHjLKa__navLink{font-size:var(--text-xs);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-primary);padding:var(--space-sm)0;transition:opacity var(--transition-fast);position:relative}.Header-module__KHjLKa__navLink:after{content:"";background-color:var(--color-primary);width:0;height:1px;transition:width var(--transition-base);position:absolute;bottom:0;left:0}.Header-module__KHjLKa__navLink:hover:after{width:100%}.Header-module__KHjLKa__navLink:hover{opacity:.7}.Header-module__KHjLKa__megaMenu{background-color:var(--color-white);border-top:1px solid var(--border-color);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity var(--transition-base),transform var(--transition-base);display:none;position:absolute;top:100%;left:0;right:0;transform:translateY(-4px)}.Header-module__KHjLKa__megaMenuOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.Header-module__KHjLKa__megaMenuInner{gap:var(--space-3xl);max-width:var(--container-max);padding:var(--space-2xl)var(--container-padding);grid-template-columns:1fr 1fr 1fr 1.2fr;margin:0 auto;display:grid}.Header-module__KHjLKa__megaMenuColumn{gap:var(--space-sm);flex-direction:column;display:flex}.Header-module__KHjLKa__megaMenuTitle{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-sm)}.Header-module__KHjLKa__megaMenuLink{font-size:var(--text-sm);color:var(--color-secondary);letter-spacing:var(--tracking-wide);transition:color var(--transition-fast);padding:4px 0}.Header-module__KHjLKa__megaMenuLink:hover{color:var(--color-primary)}.Header-module__KHjLKa__megaMenuFeature{gap:var(--space-sm);color:inherit;flex-direction:column;text-decoration:none;display:flex}.Header-module__KHjLKa__megaMenuFeatureImage{aspect-ratio:4/3;background:linear-gradient(145deg,#1a1a1a 0%,#2a2a2a 50%,#1e1e1e 100%);width:100%}.Header-module__KHjLKa__megaMenuFeatureLabel{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-primary)}.Header-module__KHjLKa__megaMenuFeatureText{font-size:var(--text-xs);color:var(--color-secondary);letter-spacing:var(--tracking-wide)}.Header-module__KHjLKa__overlay{background-color:var(--color-white);width:100%;height:100dvh;z-index:var(--z-overlay);transition:transform var(--transition-slow)cubic-bezier(.16,1,.3,1);will-change:transform;position:fixed;top:0;left:0;transform:translate(-100%)}.Header-module__KHjLKa__overlayOpen{transform:translate(0)}.Header-module__KHjLKa__overlayInner{height:100%;padding:0 var(--container-padding);-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;overflow-y:auto}.Header-module__KHjLKa__overlayHeader{min-height:60px;padding-top:var(--space-sm);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Header-module__KHjLKa__overlayLogo{align-items:center;display:flex}.Header-module__KHjLKa__overlayLogoImage{object-fit:contain;width:36px;height:36px}.Header-module__KHjLKa__closeButton{width:40px;height:40px;color:var(--color-primary);cursor:pointer;transition:opacity var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;margin-right:-8px;padding:0;display:flex}.Header-module__KHjLKa__closeButton:hover{opacity:.5}.Header-module__KHjLKa__closeButton svg{display:block}.Header-module__KHjLKa__mobileNav{gap:var(--space-sm);padding-top:var(--space-3xl);flex-direction:column;display:flex}.Header-module__KHjLKa__mobileNavLink{font-size:var(--text-3xl);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-tight);color:var(--color-primary);line-height:var(--leading-tight);text-transform:uppercase;opacity:0;transition:opacity var(--transition-base),transform var(--transition-base);transform:translateY(16px)}.Header-module__KHjLKa__overlayOpen .Header-module__KHjLKa__mobileNavLink{opacity:1;animation:.5s cubic-bezier(.16,1,.3,1) forwards Header-module__KHjLKa__slideUp;transform:translateY(0)}@keyframes Header-module__KHjLKa__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Header-module__KHjLKa__mobileNavLink:active{opacity:.4}.Header-module__KHjLKa__overlayCategorySection{padding-top:var(--space-2xl)}.Header-module__KHjLKa__mobileNavCategory{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-secondary);margin-bottom:var(--space-md);display:block}.Header-module__KHjLKa__categoryPills{gap:var(--space-sm);flex-wrap:wrap;display:flex}.Header-module__KHjLKa__categoryPill{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wide);color:var(--color-primary);border:1px solid var(--color-light);border-radius:var(--radius-full);transition:background-color var(--transition-fast),border-color var(--transition-fast);opacity:0;-webkit-tap-highlight-color:transparent;align-items:center;padding:10px 20px;display:inline-flex;transform:translateY(12px)}.Header-module__KHjLKa__overlayOpen .Header-module__KHjLKa__categoryPill{opacity:1;animation:.5s cubic-bezier(.16,1,.3,1) forwards Header-module__KHjLKa__slideUp;transform:translateY(0)}.Header-module__KHjLKa__categoryPill:active{background-color:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.Header-module__KHjLKa__overlayFooter{gap:var(--space-lg);padding-top:var(--space-xl);padding-bottom:calc(var(--space-xl) + env(safe-area-inset-bottom,0px));border-top:1px solid var(--color-light);flex-direction:column;flex-shrink:0;margin-top:auto;display:flex}.Header-module__KHjLKa__overlayFooterLinks{gap:var(--space-sm);flex-direction:column;display:flex}.Header-module__KHjLKa__overlayFooterLink{font-size:var(--text-xs);font-weight:var(--font-weight-regular);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-secondary);text-align:left;transition:color var(--transition-fast)}.Header-module__KHjLKa__overlayFooterLink:active{color:var(--color-primary)}@media (min-width:768px){.Header-module__KHjLKa__hamburger{display:none}.Header-module__KHjLKa__desktopNav{align-items:center;gap:var(--space-xl);height:100%;display:flex}.Header-module__KHjLKa__megaMenu{display:block}.Header-module__KHjLKa__logoImage{width:44px;height:44px}.Header-module__KHjLKa__mobileRight{display:none}.Header-module__KHjLKa__right{gap:var(--space-sm);display:flex}.Header-module__KHjLKa__iconButton{width:40px;height:40px}.Header-module__KHjLKa__overlay{display:none}}@media (min-width:1200px){.Header-module__KHjLKa__desktopNav{gap:var(--space-2xl)}.Header-module__KHjLKa__logoImage{width:48px;height:48px}.Header-module__KHjLKa__right{gap:var(--space-md)}}
.Footer-module__yg9ahW__footer{background-color:var(--color-primary);color:var(--color-white)}.Footer-module__yg9ahW__inner{width:100%;max-width:var(--container-max);padding:var(--space-4xl)var(--container-padding)calc(var(--space-2xl) + var(--bottom-nav-height) + 24px);margin:0 auto}.Footer-module__yg9ahW__top{gap:var(--space-3xl);flex-direction:column;display:flex}.Footer-module__yg9ahW__brand{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__yg9ahW__logo{object-fit:contain;width:48px;height:48px}.Footer-module__yg9ahW__tagline{font-size:var(--text-sm);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:#fff6;font-weight:var(--font-weight-light)}.Footer-module__yg9ahW__socials{gap:var(--space-md);margin-top:var(--space-sm);display:flex}.Footer-module__yg9ahW__socialLink{color:#fff6;width:20px;height:20px;transition:color var(--transition-fast);justify-content:center;align-items:center;display:flex}.Footer-module__yg9ahW__socialLink:hover{color:var(--color-white)}.Footer-module__yg9ahW__socialLink svg{width:100%;height:100%}.Footer-module__yg9ahW__columns{gap:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.Footer-module__yg9ahW__column{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__yg9ahW__columnTitle{font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;color:var(--color-white)}.Footer-module__yg9ahW__columnList{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__yg9ahW__columnLink{font-size:var(--text-sm);color:#fff6;transition:color var(--transition-fast);letter-spacing:var(--tracking-wide);font-weight:var(--font-weight-light)}.Footer-module__yg9ahW__columnLink:hover{color:var(--color-white)}.Footer-module__yg9ahW__divider{width:100%;height:1px;margin:var(--space-3xl)0 var(--space-xl);background-color:#ffffff14}.Footer-module__yg9ahW__bottom{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__yg9ahW__copyright{font-size:var(--text-xs);color:#ffffff4d;letter-spacing:var(--tracking-wide);font-weight:var(--font-weight-light)}.Footer-module__yg9ahW__legal{gap:var(--space-lg);display:flex}.Footer-module__yg9ahW__legalLink{font-size:var(--text-xs);color:#ffffff4d;letter-spacing:var(--tracking-wide);transition:color var(--transition-fast);font-weight:var(--font-weight-light)}.Footer-module__yg9ahW__legalLink:hover{color:#fff9}@media (min-width:768px){.Footer-module__yg9ahW__inner{padding:var(--space-5xl)var(--container-padding)var(--space-2xl)}.Footer-module__yg9ahW__top{flex-direction:row;justify-content:space-between;align-items:flex-start}.Footer-module__yg9ahW__brand{flex-shrink:0;max-width:240px}.Footer-module__yg9ahW__columns{gap:var(--space-3xl);grid-template-columns:repeat(3,1fr)}.Footer-module__yg9ahW__bottom{flex-direction:row;justify-content:space-between;align-items:center}}@media (min-width:1200px){.Footer-module__yg9ahW__logo{width:56px;height:56px}.Footer-module__yg9ahW__columns{gap:var(--space-4xl)}}
.CartDrawer-module__QjRyGW__overlay{z-index:var(--z-overlay);pointer-events:none;transition:background-color var(--transition-base);background-color:#0000;position:fixed;inset:0}.CartDrawer-module__QjRyGW__overlayVisible{pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080}.CartDrawer-module__QjRyGW__drawer{width:100%;max-width:420px;z-index:var(--z-modal);background-color:var(--color-white);opacity:0;box-shadow:none;transition:transform var(--transition-luxury),opacity .4s ease,box-shadow .5s ease;will-change:transform,opacity;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}.CartDrawer-module__QjRyGW__drawerOpen{opacity:1;box-shadow:var(--shadow-xl);transform:translate(0)}.CartDrawer-module__QjRyGW__header{padding:var(--space-lg)var(--space-xl);border-bottom:1px solid var(--border-color);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__QjRyGW__title{font-size:var(--text-lg);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-wide);text-transform:uppercase}.CartDrawer-module__QjRyGW__closeButton{width:40px;height:40px;transition:opacity var(--transition-fast);justify-content:center;align-items:center;display:flex}.CartDrawer-module__QjRyGW__closeButton:hover{opacity:.5}.CartDrawer-module__QjRyGW__closeButton svg{width:20px;height:20px}.CartDrawer-module__QjRyGW__body{padding:var(--space-lg)var(--space-xl);overscroll-behavior:contain;flex:1;overflow-y:auto}.CartDrawer-module__QjRyGW__emptyState{justify-content:center;align-items:center;gap:var(--space-xl);text-align:center;flex-direction:column;height:100%;display:flex}.CartDrawer-module__QjRyGW__emptyIcon svg{width:48px;height:48px;color:var(--color-light)}.CartDrawer-module__QjRyGW__emptyMessage{font-size:var(--text-base);color:var(--text-secondary);letter-spacing:var(--tracking-wide)}.CartDrawer-module__QjRyGW__emptyLink{font-size:var(--text-sm);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:var(--tracking-wider);border-bottom:1px solid var(--color-accent);color:var(--color-primary);transition:opacity var(--transition-fast);padding-bottom:2px}.CartDrawer-module__QjRyGW__emptyLink:hover{opacity:.6}.CartDrawer-module__QjRyGW__itemList{gap:var(--space-lg);flex-direction:column;display:flex}.CartDrawer-module__QjRyGW__cartItem{gap:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-color);grid-template-columns:100px 1fr;display:grid}.CartDrawer-module__QjRyGW__cartItem:last-child{border-bottom:none}.CartDrawer-module__QjRyGW__itemImage{aspect-ratio:3/4;background-color:var(--color-light);flex-shrink:0;width:100px;position:relative;overflow:hidden}.CartDrawer-module__QjRyGW__itemDetails{justify-content:space-between;gap:var(--space-sm);flex-direction:column;min-width:0;display:flex}.CartDrawer-module__QjRyGW__itemTop{justify-content:space-between;align-items:flex-start;gap:var(--space-sm);display:flex}.CartDrawer-module__QjRyGW__itemInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.CartDrawer-module__QjRyGW__itemName{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wide);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.CartDrawer-module__QjRyGW__itemSize{font-size:var(--text-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wider)}.CartDrawer-module__QjRyGW__removeButton{width:28px;height:28px;transition:opacity var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;display:flex}.CartDrawer-module__QjRyGW__removeButton:hover{opacity:.5}.CartDrawer-module__QjRyGW__removeButton svg{width:14px;height:14px}.CartDrawer-module__QjRyGW__itemBottom{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__QjRyGW__itemPrice{font-size:var(--text-sm);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wide)}.CartDrawer-module__QjRyGW__quantitySelector{border:1px solid var(--border-color);align-items:center;height:32px;display:flex}.CartDrawer-module__QjRyGW__quantityButton{width:32px;height:100%;transition:background-color var(--transition-fast);justify-content:center;align-items:center;display:flex}.CartDrawer-module__QjRyGW__quantityButton:hover{background-color:var(--color-light)}.CartDrawer-module__QjRyGW__quantityButton svg{width:12px;height:12px}.CartDrawer-module__QjRyGW__quantityValue{text-align:center;width:36px;font-size:var(--text-xs);font-weight:var(--font-weight-medium);letter-spacing:var(--tracking-wide);-webkit-user-select:none;user-select:none}.CartDrawer-module__QjRyGW__footer{padding:var(--space-lg)var(--space-xl);border-top:1px solid var(--border-color);gap:var(--space-md);background-color:var(--color-white);flex-direction:column;flex-shrink:0;display:flex}.CartDrawer-module__QjRyGW__subtotalRow{justify-content:space-between;align-items:center;display:flex}.CartDrawer-module__QjRyGW__subtotalLabel{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--text-secondary)}.CartDrawer-module__QjRyGW__subtotalValue{font-size:var(--text-base);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-wide)}.CartDrawer-module__QjRyGW__checkoutButton{background-color:var(--color-primary);width:100%;height:52px;color:var(--color-white);font-size:var(--text-sm);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:var(--tracking-widest);transition:background-color var(--transition-base),box-shadow var(--transition-base);border:none;justify-content:center;align-items:center;display:flex}.CartDrawer-module__QjRyGW__checkoutButton:hover{background-color:var(--color-charcoal);box-shadow:var(--shadow-lg)}.CartDrawer-module__QjRyGW__continueLink{text-align:center;font-size:var(--text-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:var(--tracking-wider);padding:var(--space-xs)0;transition:color var(--transition-fast);display:block}.CartDrawer-module__QjRyGW__continueLink:hover{color:var(--color-accent)}@media (max-width:480px){.CartDrawer-module__QjRyGW__drawer{max-width:100%}.CartDrawer-module__QjRyGW__header,.CartDrawer-module__QjRyGW__body,.CartDrawer-module__QjRyGW__footer{padding:var(--space-md)var(--space-lg)}.CartDrawer-module__QjRyGW__cartItem{gap:var(--space-md);grid-template-columns:80px 1fr}.CartDrawer-module__QjRyGW__itemImage{width:80px}}@media (prefers-reduced-motion:reduce){.CartDrawer-module__QjRyGW__overlay,.CartDrawer-module__QjRyGW__drawer{transition:none}.CartDrawer-module__QjRyGW__drawer{opacity:1}}
.BottomNav-module__Iu_L-W__bottomNav{z-index:var(--z-sticky);padding:0 12px 12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));pointer-events:none;transition:transform var(--transition-slow)cubic-bezier(.16,1,.3,1),opacity var(--transition-base);position:fixed;bottom:0;left:0;right:0}.BottomNav-module__Iu_L-W__inner{height:var(--bottom-nav-height);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);pointer-events:auto;background:#ffffffd9;border:1px solid #fff9;border-radius:20px;justify-content:space-around;align-items:center;max-width:400px;margin:0 auto;display:flex;box-shadow:0 4px 24px #0000000f,0 1px 4px #0000000a,inset 0 1px #ffffff80}.BottomNav-module__Iu_L-W__tab{color:#4a4a4a;cursor:pointer;-webkit-tap-highlight-color:transparent;height:100%;transition:color var(--transition-base);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:6px 0;text-decoration:none;display:flex;position:relative}.BottomNav-module__Iu_L-W__tab:active{transform:scale(.92)}.BottomNav-module__Iu_L-W__tabIcon{width:28px;height:28px;transition:transform var(--transition-base);justify-content:center;align-items:center;display:flex;position:relative}.BottomNav-module__Iu_L-W__tab:active .BottomNav-module__Iu_L-W__tabIcon{transform:scale(.9)}.BottomNav-module__Iu_L-W__tabIcon svg{width:22px;height:22px;display:block}.BottomNav-module__Iu_L-W__tabLabel{font-size:10px;font-weight:var(--font-weight-medium);letter-spacing:.03em;transition:color var(--transition-base),font-weight var(--transition-base);line-height:1}.BottomNav-module__Iu_L-W__tabActive{color:var(--color-primary)}.BottomNav-module__Iu_L-W__tabActive .BottomNav-module__Iu_L-W__tabLabel{font-weight:var(--font-weight-semibold)}.BottomNav-module__Iu_L-W__tabActive:after{content:"";border-radius:var(--radius-full);background-color:var(--color-accent);width:4px;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.BottomNav-module__Iu_L-W__tabBadge{border-radius:var(--radius-full);background-color:var(--color-primary);min-width:16px;height:16px;color:var(--color-white);font-size:9px;font-weight:var(--font-weight-bold);text-align:center;pointer-events:none;padding:0 4px;line-height:16px;position:absolute;top:0;right:-6px;box-shadow:0 1px 4px #00000026}body.mobile-menu-open .BottomNav-module__Iu_L-W__bottomNav{opacity:0;pointer-events:none;transform:translateY(100%)}.BottomNav-module__Iu_L-W__sheetBackdrop{z-index:calc(var(--z-sticky) - 1);pointer-events:none;transition:background-color var(--transition-base);background-color:#0000;position:fixed;inset:0}.BottomNav-module__Iu_L-W__sheetBackdropOpen{pointer-events:auto;background-color:#00000040}.BottomNav-module__Iu_L-W__sheet{z-index:var(--z-sticky);background-color:var(--color-white);transition:transform var(--transition-slow)cubic-bezier(.16,1,.3,1);padding:0 var(--container-padding);padding-bottom:calc(var(--bottom-nav-height) + 24px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;border-radius:20px 20px 0 0;max-height:80vh;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%);box-shadow:0 -4px 32px #0000001a}.BottomNav-module__Iu_L-W__sheetOpen{transform:translateY(0)}.BottomNav-module__Iu_L-W__sheetHandle{background-color:var(--color-light);border-radius:2px;width:36px;height:4px;margin:12px auto 4px}.BottomNav-module__Iu_L-W__sheetHeader{padding:var(--space-lg)0}.BottomNav-module__Iu_L-W__sheetTitle{font-size:var(--text-base);font-weight:var(--font-weight-semibold);color:var(--color-primary);letter-spacing:var(--tracking-wide);margin-bottom:var(--space-xs)}.BottomNav-module__Iu_L-W__sheetText{font-size:var(--text-sm);color:var(--color-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-lg)}.BottomNav-module__Iu_L-W__sheetBtn{width:100%;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;text-align:center;color:var(--color-white);background-color:var(--color-primary);cursor:pointer;font-family:var(--font-primary);transition:background-color var(--transition-fast);border:none;padding:14px;display:block}.BottomNav-module__Iu_L-W__sheetBtn:active{background-color:var(--color-charcoal)}.BottomNav-module__Iu_L-W__sheetDivider{align-items:center;gap:var(--space-md);margin:var(--space-md)0;display:flex}.BottomNav-module__Iu_L-W__sheetDivider:before,.BottomNav-module__Iu_L-W__sheetDivider:after{content:"";background-color:var(--color-light);flex:1;height:1px}.BottomNav-module__Iu_L-W__sheetDivider span{font-size:var(--text-xs);color:var(--color-secondary);letter-spacing:var(--tracking-wide)}.BottomNav-module__Iu_L-W__sheetBtnOutline{width:100%;font-size:var(--text-xs);font-weight:var(--font-weight-semibold);letter-spacing:var(--tracking-widest);text-transform:uppercase;text-align:center;color:var(--color-primary);border:1px solid var(--color-primary);cursor:pointer;font-family:var(--font-primary);transition:background-color var(--transition-fast),color var(--transition-fast);background-color:#0000;padding:14px;display:block}.BottomNav-module__Iu_L-W__sheetBtnOutline:active{background-color:var(--color-primary);color:var(--color-white)}.BottomNav-module__Iu_L-W__sheetLinks{padding:var(--space-md)0;border-top:1px solid var(--color-light);flex-direction:column;display:flex}.BottomNav-module__Iu_L-W__sheetLink{padding:var(--space-sm)0;font-size:var(--text-sm);color:var(--color-secondary);letter-spacing:var(--tracking-wide);transition:color var(--transition-fast);display:block}.BottomNav-module__Iu_L-W__sheetLink:active{color:var(--color-primary)}.BottomNav-module__Iu_L-W__sheetFooter{padding:var(--space-md)0 0;border-top:1px solid var(--color-light)}.BottomNav-module__Iu_L-W__sheetSignOut{width:100%;padding:var(--space-sm)0;font-size:var(--text-sm);color:var(--color-secondary);letter-spacing:var(--tracking-wide);text-align:left;cursor:pointer;font-family:var(--font-primary);transition:color var(--transition-fast);background:0 0;border:none;display:block}.BottomNav-module__Iu_L-W__sheetSignOut:active{color:var(--color-primary)}@media (min-width:768px){.BottomNav-module__Iu_L-W__bottomNav,.BottomNav-module__Iu_L-W__sheet,.BottomNav-module__Iu_L-W__sheetBackdrop{display:none}}
