.PromoBanner-module__IUptdq__banner{z-index:80;background:var(--primary);min-height:44px;color:var(--text-on-dark);grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.45rem 1rem;display:grid;position:sticky;top:0;box-shadow:0 2px 14px #141e1c1f}.PromoBanner-module__IUptdq__content{min-width:0;color:inherit;justify-content:center;align-items:center;gap:.8rem;font-size:.86rem;display:flex}.PromoBanner-module__IUptdq__content:hover{color:#fff}.PromoBanner-module__IUptdq__badge{border-radius:var(--radius-full);color:#fff;letter-spacing:.08em;text-transform:uppercase;border:1px solid #f7f3ea57;flex:none;padding:.16rem .55rem;font-size:.72rem;font-weight:700}.PromoBanner-module__IUptdq__text{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.PromoBanner-module__IUptdq__code{color:#fff;letter-spacing:.04em;flex:none;font-weight:700}.PromoBanner-module__IUptdq__close{width:30px;height:30px;color:inherit;border-radius:var(--radius-full);justify-content:center;align-items:center;display:inline-flex}.PromoBanner-module__IUptdq__close:hover{background:#ffffff1f}.PromoBanner-module__IUptdq__close svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;width:18px;height:18px}@media (max-width:720px){.PromoBanner-module__IUptdq__banner{align-items:flex-start;padding:.65rem .75rem}.PromoBanner-module__IUptdq__content{flex-direction:column;align-items:flex-start;gap:.3rem;font-size:.8rem}.PromoBanner-module__IUptdq__text{white-space:normal;line-height:1.35}}
.LanguageToggle-module__kCfZEa__toggle{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);min-height:38px;color:var(--text);letter-spacing:.03em;white-space:nowrap;justify-content:center;align-items:center;gap:.35rem;padding:0 .72rem;font-size:.74rem;font-weight:800;display:inline-flex}.LanguageToggle-module__kCfZEa__toggle:hover{border-color:var(--border-strong);background:var(--primary-soft)}.LanguageToggle-module__kCfZEa__optionActive{color:var(--primary)}.LanguageToggle-module__kCfZEa__optionMuted{color:var(--text-muted)}.LanguageToggle-module__kCfZEa__divider{background:var(--border-strong);width:1px;height:14px}@media (max-width:560px){.LanguageToggle-module__kCfZEa__toggle{min-height:34px;padding:0 .55rem;font-size:.68rem}}
.Header-module__ldgnoG__header{z-index:90;background:var(--bg);border-bottom:1px solid var(--border);width:100%;color:var(--text);position:fixed;top:0;left:0;right:0;box-shadow:0 1px #141e1c0a}.Header-module__ldgnoG__headerSpacer{height:106px}.Header-module__ldgnoG__mainHeader{justify-content:stretch;align-items:center;gap:1.25rem;padding:.85rem 0;display:flex}.Header-module__ldgnoG__logo{cursor:pointer;flex-shrink:0}.Header-module__ldgnoG__logo img{width:auto;height:78px}.Header-module__ldgnoG__navMenu{flex:auto;justify-content:center;align-items:center;gap:.25rem;min-width:0;display:flex}.Header-module__ldgnoG__menuButton{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);width:40px;height:40px;color:var(--text);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;display:none}.Header-module__ldgnoG__menuButton span{border-radius:var(--radius-full);width:17px;height:2px;transition:var(--transition-smooth);background:currentColor}.Header-module__ldgnoG__menuButton[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.Header-module__ldgnoG__menuButton[aria-expanded=true] span:nth-child(2){opacity:0}.Header-module__ldgnoG__menuButton[aria-expanded=true] span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.Header-module__ldgnoG__navLink{color:var(--text);border-radius:var(--radius-full);letter-spacing:.02em;white-space:nowrap;transition:var(--transition-smooth);align-items:center;gap:.25rem;padding:.55rem .8rem;font-size:.84rem;font-weight:600;display:inline-flex}.Header-module__ldgnoG__navLink:hover{background:var(--primary-soft);color:var(--primary)}.Header-module__ldgnoG__dropdown{align-items:center;display:flex;position:relative}.Header-module__ldgnoG__dropdown:after{content:"";height:.75rem;position:absolute;top:100%;left:0;right:0}.Header-module__ldgnoG__chevron{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.Header-module__ldgnoG__dropdownMenu{z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);width:min(720px,100vw - 2rem);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;padding:.65rem;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + .55rem);left:50%;transform:translate(-50%,8px)}.Header-module__ldgnoG__dropdown:hover .Header-module__ldgnoG__dropdownMenu,.Header-module__ldgnoG__dropdown:focus-within .Header-module__ldgnoG__dropdownMenu{opacity:1;pointer-events:auto;transform:translate(-50%)}.Header-module__ldgnoG__dropdownLink{border-radius:var(--radius-sm);min-height:38px;color:var(--text);align-items:center;min-width:0;padding:.6rem .75rem;font-size:.86rem;font-weight:500;display:flex}.Header-module__ldgnoG__dropdownLink:hover{background:var(--bg-soft);color:var(--primary)}.Header-module__ldgnoG__userActions{flex-wrap:nowrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.55rem;font-size:.85rem;display:flex}.Header-module__ldgnoG__mobilePanel,.Header-module__ldgnoG__mobilePanelOpen{display:none}.Header-module__ldgnoG__desktopPreference{display:contents}.Header-module__ldgnoG__actionItem{cursor:pointer;white-space:nowrap;color:var(--text);letter-spacing:.02em;transition:var(--transition-smooth);align-items:center;gap:.4rem;font-weight:500;display:flex}.Header-module__ldgnoG__actionItem:hover{color:var(--primary-light)}.Header-module__ldgnoG__iconButton{border:1px solid var(--border);border-radius:var(--radius-full);width:38px;height:38px;color:var(--text);background:var(--surface);transition:var(--transition-smooth);justify-content:center;align-items:center;display:inline-flex;position:relative}.Header-module__ldgnoG__iconButton:hover{background:var(--primary-soft);color:var(--primary);border-color:var(--border-strong)}.Header-module__ldgnoG__iconButton svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.Header-module__ldgnoG__iconButton span{border-radius:var(--radius-full);background:var(--accent);min-width:17px;height:17px;color:var(--text-on-dark);text-align:center;padding:0 .25rem;font-size:.68rem;font-weight:700;line-height:17px;position:absolute;top:-5px;right:-5px}@media (max-width:1024px){.Header-module__ldgnoG__mainHeader{flex-wrap:wrap}.Header-module__ldgnoG__navMenu{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:100%;order:3;justify-content:flex-start;gap:.25rem;padding:.35rem 0 0;overflow-x:auto}.Header-module__ldgnoG__navMenu::-webkit-scrollbar{display:none}}@media (max-width:768px){.Header-module__ldgnoG__headerSpacer{height:92px}.Header-module__ldgnoG__header .container{padding-left:.65rem;padding-right:.65rem}.Header-module__ldgnoG__mainHeader{flex-wrap:nowrap;gap:.55rem;padding:.85rem 0;position:relative}.Header-module__ldgnoG__logo{order:2;position:absolute;left:50%;transform:translate(-50%)}.Header-module__ldgnoG__logo img{height:64px}.Header-module__ldgnoG__menuButton{order:0;display:inline-flex}.Header-module__ldgnoG__navMenu{display:none}.Header-module__ldgnoG__userActions{order:3;gap:.45rem;margin-left:auto;font-size:.8rem}.Header-module__ldgnoG__desktopOnly,.Header-module__ldgnoG__desktopPreference{display:none}.Header-module__ldgnoG__mobilePanel,.Header-module__ldgnoG__mobilePanelOpen{z-index:70;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;transform-origin:top;max-height:calc(100dvh - 6.5rem);transition:opacity .18s,transform .18s,visibility .18s;display:block;position:absolute;top:calc(100% + .65rem);left:-.65rem;right:-.65rem;overflow-y:auto}.Header-module__ldgnoG__mobilePanel{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px)scaleY(.98)}.Header-module__ldgnoG__mobilePanelOpen{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scaleY(1)}.Header-module__ldgnoG__mobileNav{flex-direction:column;padding:.55rem;display:flex}.Header-module__ldgnoG__mobileNavLink,.Header-module__ldgnoG__mobileDetails summary,.Header-module__ldgnoG__mobileActionLink{border-radius:var(--radius-sm);min-height:42px;color:var(--text);align-items:center;padding:.7rem .8rem;font-size:.92rem;font-weight:700;display:flex}.Header-module__ldgnoG__mobileNavLink:hover,.Header-module__ldgnoG__mobileDetails summary:hover,.Header-module__ldgnoG__mobileActionLink:hover{background:var(--bg-soft);color:var(--primary)}.Header-module__ldgnoG__mobileDetails{border:0}.Header-module__ldgnoG__mobileDetails summary{cursor:pointer;list-style:none}.Header-module__ldgnoG__mobileDetails summary::-webkit-details-marker{display:none}.Header-module__ldgnoG__mobileDetails summary:after{content:"+";color:var(--text-muted);margin-left:auto}.Header-module__ldgnoG__mobileDetails[open] summary:after{content:"-"}.Header-module__ldgnoG__mobileCategoryList{gap:.15rem;padding:0 .35rem .45rem 1rem;display:grid}.Header-module__ldgnoG__mobileCategoryList .Header-module__ldgnoG__dropdownLink{min-height:34px;font-size:.84rem}.Header-module__ldgnoG__mobileActions{border-top:1px solid var(--border);background:var(--bg-soft);grid-template-columns:repeat(3,1fr);gap:.45rem;padding:.65rem;display:grid}.Header-module__ldgnoG__mobilePreferences{border-top:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem;display:flex}.Header-module__ldgnoG__mobileActionLink{background:var(--surface);border:1px solid var(--border);text-align:center;justify-content:center;min-height:38px;padding:.55rem;font-size:.78rem}}@media (max-width:480px){.Header-module__ldgnoG__headerSpacer{height:84px}.Header-module__ldgnoG__header .container{padding-left:.5rem;padding-right:.5rem}.Header-module__ldgnoG__mainHeader{gap:.45rem}.Header-module__ldgnoG__mobilePanel,.Header-module__ldgnoG__mobilePanelOpen{border-radius:0 0 var(--radius-md) var(--radius-md);border-left:0;border-right:0;max-height:calc(100dvh - 5.75rem);left:-.5rem;right:-.5rem}.Header-module__ldgnoG__logo img{height:56px}.Header-module__ldgnoG__userActions{justify-content:flex-end;margin-left:auto}.Header-module__ldgnoG__actionItem:first-child span{text-overflow:ellipsis;white-space:nowrap;max-width:80px;overflow:hidden}}
.Footer-module__Grjkva__footer{background:var(--section-dark);color:var(--text-on-dark);margin-top:5rem;padding:5rem 0 0;font-size:.9rem}.Footer-module__Grjkva__grid{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__Grjkva__brandCol{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__Grjkva__logo{filter:brightness(0)invert();margin-bottom:.25rem}.Footer-module__Grjkva__description{opacity:.7;max-width:320px;font-size:.85rem;line-height:1.65}.Footer-module__Grjkva__help{flex-direction:column;gap:.2rem;display:flex}.Footer-module__Grjkva__helpLabel{text-transform:uppercase;letter-spacing:.18em;color:var(--secondary);font-size:.7rem;font-weight:500}.Footer-module__Grjkva__helpPhone{color:var(--text-on-dark);font-family:Fraunces,serif;font-size:1.2rem;font-weight:500}.Footer-module__Grjkva__helpPhone:hover{color:var(--secondary)}.Footer-module__Grjkva__socials{gap:.6rem;display:flex}.Footer-module__Grjkva__socialIcon{width:36px;height:36px;color:var(--text-on-dark);letter-spacing:.04em;text-transform:lowercase;transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:500;display:flex}.Footer-module__Grjkva__socialIcon:hover{background:var(--secondary);border-color:var(--secondary);color:var(--text)}.Footer-module__Grjkva__column{flex-direction:column;display:flex}.Footer-module__Grjkva__colTitle{text-transform:uppercase;letter-spacing:.18em;color:var(--secondary);margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500}.Footer-module__Grjkva__linkList{flex-direction:column;gap:.7rem;display:flex}.Footer-module__Grjkva__linkList a{color:var(--text-on-dark);opacity:.8;transition:var(--transition-smooth);font-size:.88rem}.Footer-module__Grjkva__linkList a:hover{opacity:1;color:var(--secondary)}.Footer-module__Grjkva__bottomBar{border-top:1px solid #ffffff14;padding:1.5rem 0;font-size:.78rem}.Footer-module__Grjkva__copy{opacity:.55}.Footer-module__Grjkva__legal{opacity:.75;align-items:center;gap:.6rem;display:flex}.Footer-module__Grjkva__legal a:hover{color:var(--secondary)}@media (max-width:900px){.Footer-module__Grjkva__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__Grjkva__brandCol{grid-column:1/-1}}@media (max-width:480px){.Footer-module__Grjkva__footer{margin-top:3rem;padding-top:3rem}.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.Footer-module__Grjkva__bottomBar .flex-between{text-align:center;flex-direction:column;gap:.5rem}}
.AddToCartButton-module__JnqA5q__form{display:contents}.AddToCartButton-module__JnqA5q__primary,.AddToCartButton-module__JnqA5q__secondary{border-radius:var(--radius-full);letter-spacing:.02em;text-align:center;cursor:pointer;width:100%;transition:var(--transition-smooth);border:1px solid #0000;padding:.7rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500}.AddToCartButton-module__JnqA5q__primary{background-color:var(--primary);color:var(--text-inverse)}.AddToCartButton-module__JnqA5q__primary:hover:not(:disabled){background-color:var(--primary-light);color:var(--text-inverse)}.AddToCartButton-module__JnqA5q__secondary{color:var(--text);border-color:var(--border-strong);background-color:#0000}.AddToCartButton-module__JnqA5q__secondary:hover:not(:disabled){background-color:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.AddToCartButton-module__JnqA5q__primary:disabled,.AddToCartButton-module__JnqA5q__secondary:disabled{opacity:.4;cursor:not-allowed}.AddToCartButton-module__JnqA5q__error{color:var(--accent);text-align:center;margin-top:.4rem;font-size:.75rem;display:block}
.HeroCarousel-module__kybdLG__hero{background:radial-gradient(1200px 600px at 80% -10%, #c088552e, transparent 60%), radial-gradient(900px 500px at -10% 110%, #2a8f812e, transparent 60%), linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);isolation:isolate;justify-content:center;align-items:center;width:100%;min-height:560px;padding:4rem 1.25rem;display:flex;position:relative;overflow:hidden}.HeroCarousel-module__kybdLG__hasSlides{background:#000;min-height:680px}.HeroCarousel-module__kybdLG__slider{z-index:-2;background:#000;position:absolute;inset:0}.HeroCarousel-module__kybdLG__slide,.HeroCarousel-module__kybdLG__slideActive{opacity:0;transition:opacity .9s,transform 5s;position:absolute;inset:0;transform:scale(1.03)}.HeroCarousel-module__kybdLG__slideActive{opacity:1;transform:scale(1)}.HeroCarousel-module__kybdLG__slideLink{display:block;position:absolute;inset:0}.HeroCarousel-module__kybdLG__slideImage{object-fit:cover}.HeroCarousel-module__kybdLG__overlay{pointer-events:none;background:linear-gradient(#00000094,#000000ad),radial-gradient(900px 520px at 50% 44%,#00000014,#0000009e);position:absolute;inset:0}.HeroCarousel-module__kybdLG__dots{z-index:2;gap:.55rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.HeroCarousel-module__kybdLG__dot,.HeroCarousel-module__kybdLG__dotActive{background:#ffffff2e;border:1px solid #ffffffad;border-radius:50%;width:9px;height:9px;padding:0}.HeroCarousel-module__kybdLG__dotActive{border-radius:var(--radius-full);background:#fff;width:28px}.HeroCarousel-module__kybdLG__glow{filter:blur(60px);opacity:.55;z-index:-1;border-radius:50%;position:absolute}.HeroCarousel-module__kybdLG__glow1{background:radial-gradient(circle,#d83b6759,#d83b6700);width:320px;height:320px;top:-60px;right:8%}.HeroCarousel-module__kybdLG__glow2{background:radial-gradient(circle,#154b4659,#154b4600);width:380px;height:380px;bottom:-120px;left:4%}.HeroCarousel-module__kybdLG__inner{text-align:center;z-index:1;max-width:720px;animation:.8s cubic-bezier(.25,.8,.25,1) HeroCarousel-module__kybdLG__rise;position:relative}.HeroCarousel-module__kybdLG__hasSlides .HeroCarousel-module__kybdLG__inner{max-width:780px;padding:2rem 1rem}.HeroCarousel-module__kybdLG__eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--secondary);align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.75rem;font-weight:500;display:inline-flex}.HeroCarousel-module__kybdLG__eyebrow:before,.HeroCarousel-module__kybdLG__eyebrow:after{content:"";background:var(--secondary);opacity:.5;width:28px;height:1px}.HeroCarousel-module__kybdLG__title{letter-spacing:-.025em;color:var(--text);margin-bottom:1.5rem;font-family:Fraunces,serif;font-size:clamp(2.6rem,6vw,5rem);font-weight:500;line-height:1.04}.HeroCarousel-module__kybdLG__hasSlides .HeroCarousel-module__kybdLG__title,.HeroCarousel-module__kybdLG__hasSlides .HeroCarousel-module__kybdLG__ctaGhost{color:#fff}.HeroCarousel-module__kybdLG__title em{color:var(--primary);font-style:italic;font-weight:400}.HeroCarousel-module__kybdLG__hasSlides .HeroCarousel-module__kybdLG__title em{color:var(--secondary)}.HeroCarousel-module__kybdLG__lede{max-width:520px;color:var(--text-soft);margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.6}.HeroCarousel-module__kybdLG__hasSlides .HeroCarousel-module__kybdLG__lede{color:#ffffffd1}.HeroCarousel-module__kybdLG__ctaRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:inline-flex}.HeroCarousel-module__kybdLG__ctaPrimary{background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-full);letter-spacing:.02em;transition:var(--transition-smooth);padding:1rem 2rem;font-size:.92rem;font-weight:500}.HeroCarousel-module__kybdLG__ctaPrimary:hover{background:var(--primary-light);color:var(--text-inverse);box-shadow:var(--shadow-md);transform:translateY(-2px)}.HeroCarousel-module__kybdLG__ctaGhost{color:var(--text);transition:var(--transition-smooth);border-bottom:1px solid #0000;padding:1rem .5rem;font-size:.92rem;font-weight:500}.HeroCarousel-module__kybdLG__ctaGhost:hover{color:var(--primary);border-bottom-color:var(--primary)}.HeroCarousel-module__kybdLG__hasSlides .HeroCarousel-module__kybdLG__ctaGhost:hover{color:var(--secondary);border-bottom-color:var(--secondary)}@keyframes HeroCarousel-module__kybdLG__rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.HeroCarousel-module__kybdLG__hero{min-height:460px;padding:3rem 1rem}.HeroCarousel-module__kybdLG__hasSlides{min-height:560px}.HeroCarousel-module__kybdLG__lede{margin-bottom:1.75rem;font-size:.95rem}.HeroCarousel-module__kybdLG__ctaPrimary,.HeroCarousel-module__kybdLG__ctaGhost{padding:.85rem 1.5rem;font-size:.85rem}}@media (max-width:480px){.HeroCarousel-module__kybdLG__hero{min-height:400px}.HeroCarousel-module__kybdLG__hasSlides{min-height:520px}.HeroCarousel-module__kybdLG__glow1{width:220px;height:220px}.HeroCarousel-module__kybdLG__glow2{width:240px;height:240px}}
.DealsSection-module__UDZjOW__section{background:var(--bg);padding:4rem 0}.DealsSection-module__UDZjOW__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem;display:grid}.DealsSection-module__UDZjOW__card{border-radius:var(--radius-md);transition:var(--transition-smooth);min-height:280px;color:var(--text);border:1px solid var(--border);flex-direction:column;justify-content:flex-end;padding:1.75rem;display:flex;position:relative;overflow:hidden}.DealsSection-module__UDZjOW__card:hover{box-shadow:var(--shadow-md);color:var(--text);transform:translateY(-4px)}.DealsSection-module__UDZjOW__eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--secondary);margin-bottom:.5rem;font-size:.7rem;font-weight:500}.DealsSection-module__UDZjOW__cardTitle{letter-spacing:-.01em;max-width:14em;margin-bottom:1.25rem;font-family:Fraunces,serif;font-size:1.4rem;font-weight:500;line-height:1.2}.DealsSection-module__UDZjOW__cardCta{color:var(--text);letter-spacing:.02em;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;display:inline-flex}.DealsSection-module__UDZjOW__card:hover .DealsSection-module__UDZjOW__cardCta{color:var(--primary)}.DealsSection-module__UDZjOW__card1{background:linear-gradient(160deg,#e8f0ec,#d6e4dc)}.DealsSection-module__UDZjOW__card2{background:linear-gradient(160deg,#f3ede4,#e7dccc)}.DealsSection-module__UDZjOW__card3{background:linear-gradient(160deg,#f0e2dd,#e3cdc4)}.DealsSection-module__UDZjOW__card4{background:linear-gradient(160deg,#ece9e2,#ddd9cf)}[data-theme=dark] .DealsSection-module__UDZjOW__card{background:linear-gradient(160deg, var(--surface), var(--surface-2))}[data-theme=dark] .DealsSection-module__UDZjOW__card1{background:linear-gradient(160deg,#1b332e,#17241f)}[data-theme=dark] .DealsSection-module__UDZjOW__card2{background:linear-gradient(160deg,#33273a,#211b25)}[data-theme=dark] .DealsSection-module__UDZjOW__card3{background:linear-gradient(160deg,#3a2a25,#241d19)}[data-theme=dark] .DealsSection-module__UDZjOW__card4{background:linear-gradient(160deg,#26323a,#1a2228)}@media (max-width:768px){.DealsSection-module__UDZjOW__card{min-height:220px;padding:1.5rem}.DealsSection-module__UDZjOW__cardTitle{font-size:1.2rem}}
.ProductCard-module__g-pugq__card{background:var(--surface);border-radius:var(--radius-md);transition:var(--transition-smooth);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;display:flex;overflow:hidden}.ProductCard-module__g-pugq__card:hover{border-color:var(--border);box-shadow:var(--shadow-md)}.ProductCard-module__g-pugq__imageWrap{aspect-ratio:4/5;background:var(--bg-soft);border-radius:var(--radius-md) var(--radius-md) 0 0;position:relative;overflow:hidden}.ProductCard-module__g-pugq__imageLink{display:block;position:absolute;inset:0}.ProductCard-module__g-pugq__image{object-fit:cover;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.ProductCard-module__g-pugq__card:hover .ProductCard-module__g-pugq__image{transform:scale(1.05)}.ProductCard-module__g-pugq__saleBadge{background:var(--accent);color:var(--text-on-dark);border-radius:var(--radius-full);letter-spacing:.04em;z-index:2;pointer-events:none;padding:.25rem .55rem;font-size:.7rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.ProductCard-module__g-pugq__body{flex-direction:column;flex-grow:1;padding:1rem .25rem .85rem;display:flex}.ProductCard-module__g-pugq__brand{text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);margin-bottom:.4rem;font-size:.7rem}.ProductCard-module__g-pugq__titleLink{color:var(--text)}.ProductCard-module__g-pugq__titleLink:hover .ProductCard-module__g-pugq__title{color:var(--primary-light)}.ProductCard-module__g-pugq__title{letter-spacing:0;color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin-bottom:.6rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__g-pugq__priceRow{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.ProductCard-module__g-pugq__price{color:var(--text);font-family:Fraunces,serif;font-size:1.15rem;font-weight:600}.ProductCard-module__g-pugq__compareAt{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.ProductCard-module__g-pugq__action{padding:0 .25rem}
.ProductSection-module__X_3yeW__section{background:var(--bg);padding:4rem 0}.ProductSection-module__X_3yeW__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:2rem 1.5rem;display:grid}.ProductSection-module__X_3yeW__empty{text-align:center;color:var(--text-muted);padding:2rem 0}.ProductSection-module__X_3yeW__empty code{background:var(--bg-soft);border-radius:var(--radius-sm);padding:.15rem .4rem;font-size:.9em}.ProductSection-module__X_3yeW__viewAllRow{text-align:center;margin-top:3rem}.ProductSection-module__X_3yeW__viewAll{border:1px solid var(--text);color:var(--text);border-radius:var(--radius-full);letter-spacing:.02em;transition:var(--transition-smooth);align-items:center;gap:.4rem;padding:.85rem 1.75rem;font-size:.9rem;font-weight:500;display:inline-flex}.ProductSection-module__X_3yeW__viewAll:hover{background:var(--primary);border-color:var(--primary);color:var(--text-inverse)}@media (max-width:768px){.ProductSection-module__X_3yeW__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}}
.LimitedOffers-module__A8hfsW__section{background:var(--section-dark);color:var(--text-on-dark);padding:4rem 0}.LimitedOffers-module__A8hfsW__section .section-title{color:var(--text-on-dark)}.LimitedOffers-module__A8hfsW__section .section-eyebrow{color:var(--secondary)}.LimitedOffers-module__A8hfsW__section .section-title:after{background:var(--secondary)}.LimitedOffers-module__A8hfsW__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.LimitedOffers-module__A8hfsW__offerBlock{color:var(--text-on-dark);border-radius:var(--radius-md);aspect-ratio:1;transition:var(--transition-smooth);background:#ffffff0a;border:1px solid #ffffff1f;flex-direction:column;justify-content:space-between;padding:1.75rem;display:flex;position:relative;overflow:hidden}.LimitedOffers-module__A8hfsW__offerBlock:hover{border-color:var(--secondary);color:var(--text-on-dark);background:#ffffff14;transform:translateY(-3px)}.LimitedOffers-module__A8hfsW__title{letter-spacing:-.01em;max-width:8em;font-family:Fraunces,serif;font-size:1.5rem;font-weight:500;line-height:1.15;display:block}.LimitedOffers-module__A8hfsW__cta{letter-spacing:.02em;color:var(--secondary);font-size:.85rem;font-weight:500}@media (max-width:480px){.LimitedOffers-module__A8hfsW__offerBlock{padding:1.25rem}.LimitedOffers-module__A8hfsW__title{font-size:1.25rem}}
.CategoriesGrid-module__aIi-pG__section{background:var(--bg);padding:4rem 0}.CategoriesGrid-module__aIi-pG__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;display:grid}.CategoriesGrid-module__aIi-pG__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition-smooth);color:var(--text);flex-direction:column;display:flex;overflow:hidden}.CategoriesGrid-module__aIi-pG__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);color:var(--text);transform:translateY(-3px)}.CategoriesGrid-module__aIi-pG__imageWrap{aspect-ratio:1;background:var(--bg-soft);position:relative;overflow:hidden}.CategoriesGrid-module__aIi-pG__image{object-fit:cover;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.CategoriesGrid-module__aIi-pG__card:hover .CategoriesGrid-module__aIi-pG__image{transform:scale(1.06)}.CategoriesGrid-module__aIi-pG__label{justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:.9rem;font-weight:500;display:flex}.CategoriesGrid-module__aIi-pG__name{letter-spacing:.01em}.CategoriesGrid-module__aIi-pG__arrow{color:var(--text-muted);transition:var(--transition-smooth)}.CategoriesGrid-module__aIi-pG__card:hover .CategoriesGrid-module__aIi-pG__arrow{color:var(--primary);transform:translate(3px)}@media (max-width:480px){.CategoriesGrid-module__aIi-pG__label{padding:.65rem .8rem;font-size:.85rem}}
.ConcernGrid-module__KitK0W__section{background:var(--bg-soft);padding:4rem 0}.ConcernGrid-module__KitK0W__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.ConcernGrid-module__KitK0W__card{text-align:center;color:var(--text);transition:var(--transition-smooth);border-radius:var(--radius-md);flex-direction:column;align-items:center;gap:1.25rem;padding:1.5rem 1rem;display:flex}.ConcernGrid-module__KitK0W__card:hover{color:var(--primary);transform:translateY(-4px)}.ConcernGrid-module__KitK0W__imageCircle{background:var(--surface);border:1px solid var(--border);width:180px;height:180px;transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ConcernGrid-module__KitK0W__card:hover .ConcernGrid-module__KitK0W__imageCircle{border-color:var(--primary);box-shadow:var(--shadow-md)}.ConcernGrid-module__KitK0W__concernImage{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.8,.25,1)}.ConcernGrid-module__KitK0W__card:hover .ConcernGrid-module__KitK0W__concernImage{transform:scale(1.08)}.ConcernGrid-module__KitK0W__cardTitle{letter-spacing:-.01em;margin:0;font-family:Fraunces,serif;font-size:1.25rem;font-weight:500}@media (max-width:480px){.ConcernGrid-module__KitK0W__imageCircle{width:140px;height:140px}.ConcernGrid-module__KitK0W__cardTitle{font-size:1.1rem}}
.FeaturesBanner-module__ViqkHq__banner{background:var(--primary);color:var(--text-on-dark);border-top:1px solid #ffffff14;padding:2rem 0}.FeaturesBanner-module__ViqkHq__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:center;gap:1.5rem;display:grid}.FeaturesBanner-module__ViqkHq__feature{text-align:center;flex-direction:column;gap:.2rem;display:flex}.FeaturesBanner-module__ViqkHq__title{letter-spacing:-.01em;font-family:Fraunces,serif;font-size:1.05rem;font-weight:500}.FeaturesBanner-module__ViqkHq__subtitle{letter-spacing:.04em;color:#f7f3eab3;font-size:.78rem}@media (max-width:768px){.FeaturesBanner-module__ViqkHq__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.FeaturesBanner-module__ViqkHq__title{font-size:.95rem}}
.ProductPurchase-module__QX5nta__wrap{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.ProductPurchase-module__QX5nta__qtyRow{align-items:center;gap:1rem;display:flex}.ProductPurchase-module__QX5nta__qtyLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.16em;font-size:.7rem}.ProductPurchase-module__QX5nta__qtyControl{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--surface);align-items:stretch;display:inline-flex;overflow:hidden}.ProductPurchase-module__QX5nta__qtyBtn{cursor:pointer;width:40px;color:var(--text);transition:var(--transition-smooth);background:0 0;border:none;font-family:inherit;font-size:1.05rem;font-weight:500}.ProductPurchase-module__QX5nta__qtyBtn:hover:not(:disabled){background:var(--bg-soft)}.ProductPurchase-module__QX5nta__qtyBtn:disabled{opacity:.3;cursor:not-allowed}.ProductPurchase-module__QX5nta__qtyInput{text-align:center;-moz-appearance:textfield;width:48px;color:var(--text);background:0 0;border:none;font-family:inherit;font-size:.95rem}.ProductPurchase-module__QX5nta__qtyInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ProductPurchase-module__QX5nta__qtyInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ProductPurchase-module__QX5nta__qtyInput:focus{outline:none}.ProductPurchase-module__QX5nta__actions{gap:.75rem;display:flex}.ProductPurchase-module__QX5nta__form{flex-direction:column;flex:1;display:flex}.ProductPurchase-module__QX5nta__primary,.ProductPurchase-module__QX5nta__secondary{border-radius:var(--radius-full);letter-spacing:.02em;cursor:pointer;width:100%;transition:var(--transition-smooth);border:1px solid #0000;padding:.95rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:500}.ProductPurchase-module__QX5nta__primary{background:var(--primary);color:var(--text-inverse)}.ProductPurchase-module__QX5nta__primary:hover:not(:disabled){background:var(--primary-light);color:var(--text-inverse)}.ProductPurchase-module__QX5nta__secondary{color:var(--text);border-color:var(--border-strong);background:0 0}.ProductPurchase-module__QX5nta__secondary:hover:not(:disabled){background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.ProductPurchase-module__QX5nta__primary:disabled,.ProductPurchase-module__QX5nta__secondary:disabled{opacity:.4;cursor:not-allowed}.ProductPurchase-module__QX5nta__error{color:var(--accent);text-align:center;margin-top:.4rem;font-size:.8rem;display:block}
.PromoFeature-module__sHdAPG__section{background:linear-gradient(90deg,#154b46f5 0%,#154b46e6 49%,#faf7f2 49% 100%);align-items:center;min-height:100svh;padding:5rem 0;display:flex}[data-theme=dark] .PromoFeature-module__sHdAPG__section{background:var(--section-dark)}.PromoFeature-module__sHdAPG__inner{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem);width:min(1180px,100% - 2.5rem);margin:0 auto;display:grid}.PromoFeature-module__sHdAPG__details{color:var(--text-on-dark);max-width:520px}.PromoFeature-module__sHdAPG__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f7f3eab8;margin-bottom:1rem;font-size:.78rem;font-weight:700}.PromoFeature-module__sHdAPG__discount{border-radius:var(--radius-full);color:#fff;letter-spacing:.1em;text-transform:uppercase;border:1px solid #f7f3ea47;margin-bottom:1.4rem;padding:.28rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.PromoFeature-module__sHdAPG__title{color:#fff;letter-spacing:0;margin-bottom:1.4rem;font-size:clamp(2.4rem,5vw,5.2rem);line-height:.95}.PromoFeature-module__sHdAPG__copy{color:#f7f3ead1;max-width:34rem;font-size:1.05rem;line-height:1.75}.PromoFeature-module__sHdAPG__codeRow{border-radius:var(--radius-sm);background:#ffffff1a;border:1px solid #f7f3ea33;grid-template-columns:auto auto;align-items:center;gap:.75rem;width:fit-content;margin:1.8rem 0 .6rem;padding:.6rem .75rem .6rem 1rem;display:grid}.PromoFeature-module__sHdAPG__codeLabel{color:#f7f3eab3;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem}.PromoFeature-module__sHdAPG__code{background:var(--text-on-dark);color:var(--primary);border-radius:var(--radius-sm);letter-spacing:.08em;padding:.35rem .65rem;font-weight:800}.PromoFeature-module__sHdAPG__ends{color:#f7f3eaa8;margin-bottom:1.6rem;font-size:.88rem}.PromoFeature-module__sHdAPG__cta{background:var(--surface);min-height:46px;color:var(--primary);border:1px solid var(--border);border-radius:var(--radius-full);justify-content:center;align-items:center;padding:0 1.4rem;font-weight:800;display:inline-flex}[data-theme=dark] .PromoFeature-module__sHdAPG__cta{background:var(--section-dark)}.PromoFeature-module__sHdAPG__cta:hover{color:var(--primary);box-shadow:var(--shadow-md)}.PromoFeature-module__sHdAPG__productPane{min-width:0;color:var(--text);grid-template-rows:minmax(360px,62vh) auto;display:grid}.PromoFeature-module__sHdAPG__productImage{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-height:360px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.PromoFeature-module__sHdAPG__image{object-fit:cover}.PromoFeature-module__sHdAPG__productInfo{padding:1.2rem 0 0}.PromoFeature-module__sHdAPG__brand{color:var(--secondary);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:700}.PromoFeature-module__sHdAPG__productTitle{margin:.25rem 0;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.12}.PromoFeature-module__sHdAPG__price{color:var(--primary);font-size:1.05rem;font-weight:800}@media (max-width:820px){.PromoFeature-module__sHdAPG__section{background:var(--primary);min-height:auto;padding:3.5rem 0}.PromoFeature-module__sHdAPG__inner{grid-template-columns:1fr}.PromoFeature-module__sHdAPG__productPane{color:var(--text-on-dark);grid-template-rows:minmax(300px,58vh) auto}.PromoFeature-module__sHdAPG__productImage{min-height:300px}.PromoFeature-module__sHdAPG__productTitle{color:#fff}.PromoFeature-module__sHdAPG__price{color:var(--text-on-dark)}}
.account-module__zd0OHa__page{padding:2rem 0 4rem}.account-module__zd0OHa__header{margin-bottom:2rem}.account-module__zd0OHa__title{margin-bottom:.25rem;font-size:2rem}.account-module__zd0OHa__email{color:var(--text-muted)}.account-module__zd0OHa__layout{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:768px){.account-module__zd0OHa__layout{grid-template-columns:1fr}}.account-module__zd0OHa__card,.account-module__zd0OHa__ordersCard{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);padding:1.5rem}.account-module__zd0OHa__noOrders{color:var(--text-muted);font-size:.95rem}.account-module__zd0OHa__orderList{flex-direction:column;gap:.75rem;display:flex}.account-module__zd0OHa__orderItem{border:1px solid var(--border-color);border-radius:var(--radius-sm);transition:var(--transition-smooth)}.account-module__zd0OHa__orderItem:hover{border-color:var(--primary-light);box-shadow:var(--shadow-sm)}.account-module__zd0OHa__orderLink{padding:.85rem 1rem;display:block}.account-module__zd0OHa__orderHead{justify-content:space-between;margin-bottom:.25rem;display:flex}.account-module__zd0OHa__orderNumber{font-weight:600}.account-module__zd0OHa__orderStatus{text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-full);background:var(--primary);color:var(--text-inverse);padding:.15rem .5rem;font-size:.75rem}.account-module__zd0OHa__orderMeta{color:var(--text-muted);justify-content:space-between;font-size:.85rem;display:flex}.account-module__zd0OHa__sectionTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:1rem;font-size:1.1rem}.account-module__zd0OHa__list{grid-template-columns:100px 1fr;gap:.5rem 1rem;margin-bottom:1.5rem;font-size:.95rem;display:grid}.account-module__zd0OHa__list dt{color:var(--text-muted)}.account-module__zd0OHa__list dd{color:var(--text-main)}.account-module__zd0OHa__logout{border:1px solid var(--border-color);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-main);background:0 0;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500}.account-module__zd0OHa__logout:hover{background:var(--bg-light);border-color:var(--success);color:var(--success)}
.cart-module__-RJi4G__page{padding:2rem 0 4rem}.cart-module__-RJi4G__title{margin-bottom:1.5rem;font-size:2rem}.cart-module__-RJi4G__empty{text-align:center;color:var(--text-muted);padding:3rem 1rem}.cart-module__-RJi4G__shopBtn{background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-sm);margin-top:1rem;padding:.7rem 1.5rem;font-weight:500;display:inline-block}.cart-module__-RJi4G__shopBtn:hover{background:var(--primary-light);color:var(--text-inverse)}.cart-module__-RJi4G__layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}@media (max-width:768px){.cart-module__-RJi4G__layout{grid-template-columns:1fr}}.cart-module__-RJi4G__items{flex-direction:column;gap:1rem;display:flex}.cart-module__-RJi4G__item{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:120px 1fr auto;align-items:center;gap:1rem;padding:1rem;display:grid}@media (max-width:480px){.cart-module__-RJi4G__item{grid-template-columns:80px 1fr}.cart-module__-RJi4G__itemSubtotal{text-align:right;grid-column:1/-1}}.cart-module__-RJi4G__itemImage{background:var(--bg-light);border-radius:var(--radius-sm);width:120px;height:120px;display:block;position:relative;overflow:hidden}@media (max-width:480px){.cart-module__-RJi4G__itemImage{width:80px;height:80px}}.cart-module__-RJi4G__image{object-fit:cover}.cart-module__-RJi4G__itemBody{min-width:0}.cart-module__-RJi4G__itemTitle{color:var(--text-main);margin-bottom:.25rem;font-weight:600;display:block}.cart-module__-RJi4G__itemTitle:hover{color:var(--primary-light)}.cart-module__-RJi4G__unitPrice{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.cart-module__-RJi4G__itemActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.cart-module__-RJi4G__qtyControl{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--surface);align-items:stretch;display:inline-flex;overflow:hidden}.cart-module__-RJi4G__qtyStep{display:flex}.cart-module__-RJi4G__qtyBtn{background:var(--bg-light);cursor:pointer;width:32px;height:32px;color:var(--text-main);border:none;font-family:inherit;font-size:1rem;font-weight:600}.cart-module__-RJi4G__qtyBtn:hover:not(:disabled){background:var(--primary);color:var(--text-inverse)}.cart-module__-RJi4G__qtyBtn:disabled{opacity:.4;cursor:not-allowed}.cart-module__-RJi4G__qtyValue{text-align:center;align-self:center;min-width:40px;padding:0 .5rem;font-size:.95rem;font-weight:500}.cart-module__-RJi4G__removeBtn{border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;color:var(--success);border:1px solid #e43b674d;padding:.4rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500}.cart-module__-RJi4G__removeBtn:hover{background:#e43b6714}.cart-module__-RJi4G__itemSubtotal{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.cart-module__-RJi4G__summary{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-light);padding:1.25rem}.cart-module__-RJi4G__summaryTitle{text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1.1rem}.cart-module__-RJi4G__summaryList{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.cart-module__-RJi4G__summaryList>div{justify-content:space-between;font-size:.95rem;display:flex}.cart-module__-RJi4G__summaryList dt{color:var(--text-muted)}.cart-module__-RJi4G__checkoutBtn{text-align:center;background:var(--primary);width:100%;color:var(--text-inverse);border-radius:var(--radius-sm);text-transform:uppercase;padding:.85rem;font-size:.9rem;font-weight:600;display:block}.cart-module__-RJi4G__checkoutBtn:hover{background:var(--primary-light);color:var(--text-inverse)}.cart-module__-RJi4G__continueLink{text-align:center;color:var(--text-muted);margin-top:.75rem;font-size:.9rem;display:block}.cart-module__-RJi4G__continueLink:hover{color:var(--primary-light)}
.category-module__JUc_5q__page{padding:2rem 0 4rem}.category-module__JUc_5q__header{text-align:center;margin-bottom:2.5rem}.category-module__JUc_5q__title{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:2.25rem}.category-module__JUc_5q__description{color:var(--text-muted);max-width:640px;margin:0 auto .5rem}.category-module__JUc_5q__meta{color:var(--text-muted);font-size:.9rem}.category-module__JUc_5q__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.category-module__JUc_5q__empty{text-align:center;color:var(--text-muted);padding:3rem 0}.category-module__JUc_5q__viewAll{text-align:center;margin-top:2rem}.category-module__JUc_5q__viewAllLink{border:1px solid var(--primary);color:var(--primary);border-radius:var(--radius-sm);padding:.6rem 1.25rem;font-weight:500;display:inline-block}.category-module__JUc_5q__viewAllLink:hover{background:var(--primary);color:var(--text-inverse)}
.checkout-module__6Nj7Kq__page{padding:2rem 0 4rem}.checkout-module__6Nj7Kq__title{margin-bottom:.5rem;font-size:2rem}.checkout-module__6Nj7Kq__notice{background:var(--secondary-soft);border:1px solid color-mix(in srgb, var(--secondary) 45%, transparent);color:var(--text);border-radius:var(--radius-sm);margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.checkout-module__6Nj7Kq__notice em{font-style:italic}.checkout-module__6Nj7Kq__layout{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}@media (max-width:768px){.checkout-module__6Nj7Kq__layout{grid-template-columns:1fr}}.checkout-module__6Nj7Kq__formSection{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem}.checkout-module__6Nj7Kq__form{flex-direction:column;gap:1rem;display:flex}.checkout-module__6Nj7Kq__sectionTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-top:.5rem;margin-bottom:.25rem;font-size:1.05rem}.checkout-module__6Nj7Kq__label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.checkout-module__6Nj7Kq__input,.checkout-module__6Nj7Kq__textarea{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-main);background:var(--surface);padding:.65rem .85rem;font-family:inherit;font-size:.95rem}.checkout-module__6Nj7Kq__input:focus,.checkout-module__6Nj7Kq__textarea:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #1b887a26}.checkout-module__6Nj7Kq__grid2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-module__6Nj7Kq__fieldError{color:var(--success);font-size:.8rem}.checkout-module__6Nj7Kq__error{color:var(--success);border-radius:var(--radius-sm);background:#e43b6714;padding:.6rem .85rem;font-size:.9rem}.checkout-module__6Nj7Kq__submit{background:var(--primary);color:var(--text-inverse);text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;border:none;margin-top:.5rem;padding:.85rem;font-size:.9rem;font-weight:600}.checkout-module__6Nj7Kq__submit:hover:not(:disabled){background:var(--primary-light)}.checkout-module__6Nj7Kq__submit:disabled{opacity:.6;cursor:not-allowed}.checkout-module__6Nj7Kq__summary{background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem}.checkout-module__6Nj7Kq__summaryTitle{text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:1.05rem}.checkout-module__6Nj7Kq__itemList{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.checkout-module__6Nj7Kq__summaryItem{align-items:center;gap:.75rem;display:flex}.checkout-module__6Nj7Kq__summaryThumb{background:var(--surface);border-radius:var(--radius-sm);flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.checkout-module__6Nj7Kq__qtyBadge{background:var(--text-main);color:var(--bg);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex;position:absolute;top:-6px;right:-6px}.checkout-module__6Nj7Kq__image{object-fit:cover}.checkout-module__6Nj7Kq__summaryBody{flex:1;min-width:0}.checkout-module__6Nj7Kq__summaryItemTitle{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.15rem;font-size:.85rem;font-weight:500;display:-webkit-box;overflow:hidden}.checkout-module__6Nj7Kq__summaryItemPrice{color:var(--text-muted);font-size:.85rem}.checkout-module__6Nj7Kq__totals{flex-direction:column;gap:.5rem;font-size:.9rem;display:flex}.checkout-module__6Nj7Kq__totals>div{justify-content:space-between;display:flex}.checkout-module__6Nj7Kq__totals dt{color:var(--text-muted)}.checkout-module__6Nj7Kq__grandTotal{border-top:1px solid var(--border-color);margin-top:.25rem;padding-top:.5rem;font-size:1.05rem;font-weight:700}.checkout-module__6Nj7Kq__editCart{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.9rem;display:block}.checkout-module__6Nj7Kq__editCart:hover{color:var(--primary-light)}
.info-module__e_UShq__page{padding:4rem 0 5rem}.info-module__e_UShq__hero{max-width:760px}.info-module__e_UShq__eyebrow{color:var(--secondary);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.85rem;font-size:.78rem;font-weight:700;display:block}.info-module__e_UShq__title{margin-bottom:1rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.info-module__e_UShq__lede{color:var(--text-soft);font-size:1.05rem;line-height:1.75}.info-module__e_UShq__panelGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2.5rem;display:grid}.info-module__e_UShq__panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:1.25rem}.info-module__e_UShq__panel h2{letter-spacing:0;margin-bottom:.55rem;font-family:Inter,sans-serif;font-size:.95rem}.info-module__e_UShq__panel p,.info-module__e_UShq__panel a{color:var(--text-soft);font-size:.92rem;line-height:1.65}.info-module__e_UShq__panel a:hover{color:var(--primary)}
.auth-module__ozYyRa__page{justify-content:center;align-items:center;min-height:60vh;padding:3rem 1rem;display:flex}.auth-module__ozYyRa__card{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;max-width:420px;box-shadow:var(--shadow-sm);padding:2rem}.auth-module__ozYyRa__title{margin-bottom:.25rem;font-size:1.75rem}.auth-module__ozYyRa__subtitle{color:var(--text-muted);margin-bottom:1.5rem}.auth-module__ozYyRa__form{flex-direction:column;gap:1rem;display:flex}.auth-module__ozYyRa__label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}.auth-module__ozYyRa__input{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-main);background:var(--surface);padding:.65rem .85rem;font-family:inherit;font-size:.95rem}.auth-module__ozYyRa__input:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #1b887a26}.auth-module__ozYyRa__fieldError{color:var(--success);font-size:.8rem}.auth-module__ozYyRa__error{color:var(--success);border-radius:var(--radius-sm);background:#e43b6714;padding:.6rem .85rem;font-size:.9rem}.auth-module__ozYyRa__submit{background:var(--primary);color:var(--text-inverse);text-transform:uppercase;border-radius:var(--radius-sm);cursor:pointer;margin-top:.5rem;padding:.8rem;font-size:.9rem;font-weight:600}.auth-module__ozYyRa__submit:hover:not(:disabled){background:var(--primary-light)}.auth-module__ozYyRa__submit:disabled{opacity:.6;cursor:not-allowed}.auth-module__ozYyRa__altLink{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-module__ozYyRa__altLink a{color:var(--primary);font-weight:500}.auth-module__ozYyRa__altLink a:hover{text-decoration:underline}
.order-module__FaTAfW__page{padding:2rem 0 4rem}.order-module__FaTAfW__header{text-align:center;margin-bottom:2rem}.order-module__FaTAfW__eyebrow{text-transform:uppercase;letter-spacing:1px;color:var(--primary-light);margin-bottom:.5rem;font-size:.85rem}.order-module__FaTAfW__title{margin-bottom:.5rem;font-size:2rem}.order-module__FaTAfW__subtitle{color:var(--text-muted);font-size:.95rem}.order-module__FaTAfW__layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}@media (max-width:768px){.order-module__FaTAfW__layout{grid-template-columns:1fr}}.order-module__FaTAfW__itemsCard{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem}.order-module__FaTAfW__sectionTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem}.order-module__FaTAfW__itemList{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.order-module__FaTAfW__item{grid-template-columns:80px 1fr auto;align-items:center;gap:.85rem;display:grid}.order-module__FaTAfW__itemImage{background:var(--bg-light);border-radius:var(--radius-sm);width:80px;height:80px;position:relative;overflow:hidden}.order-module__FaTAfW__image{object-fit:cover}.order-module__FaTAfW__itemBody{min-width:0}.order-module__FaTAfW__itemTitle{margin-bottom:.2rem;font-weight:600}.order-module__FaTAfW__itemMeta{color:var(--text-muted);font-size:.85rem}.order-module__FaTAfW__itemSubtotal{font-family:Outfit,sans-serif;font-weight:700}.order-module__FaTAfW__totals{border-top:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding-top:1rem;font-size:.95rem;display:flex}.order-module__FaTAfW__totals>div{justify-content:space-between;display:flex}.order-module__FaTAfW__totals dt{color:var(--text-muted)}.order-module__FaTAfW__grandTotal{border-top:1px solid var(--border-color);margin-top:.25rem;padding-top:.5rem;font-size:1.1rem;font-weight:700}.order-module__FaTAfW__sidebar{flex-direction:column;gap:1rem;display:flex}.order-module__FaTAfW__card{background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem}.order-module__FaTAfW__cardTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem}.order-module__FaTAfW__cardNote{color:var(--text-muted);margin-top:.5rem;font-size:.8rem}.order-module__FaTAfW__badge,.order-module__FaTAfW__paymentBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.order-module__FaTAfW__badge{background:var(--primary);color:var(--text-inverse)}.order-module__FaTAfW__paymentBadge{background:var(--surface);border:1px solid var(--border-color);color:var(--text-muted)}.order-module__FaTAfW__address{font-size:.9rem;font-style:normal;line-height:1.5}.order-module__FaTAfW__continueBtn{text-align:center;background:var(--primary);color:var(--text-inverse);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;padding:.75rem;font-size:.85rem;font-weight:500;display:block}.order-module__FaTAfW__continueBtn:hover{background:var(--primary-light);color:var(--text-inverse)}
.product-module__5nl4Yq__page{padding:2rem 0 4rem}.product-module__5nl4Yq__breadcrumb{color:var(--text-muted);margin-bottom:1.5rem;font-size:.85rem}.product-module__5nl4Yq__breadcrumb a:hover{color:var(--primary-light)}.product-module__5nl4Yq__detail{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.product-module__5nl4Yq__detail{grid-template-columns:1fr;gap:1.5rem}}.product-module__5nl4Yq__gallery{flex-direction:column;gap:1rem;display:flex}.product-module__5nl4Yq__mainImage{aspect-ratio:1;background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;position:relative;overflow:hidden}.product-module__5nl4Yq__thumbnails{flex-wrap:wrap;gap:.5rem;display:flex}.product-module__5nl4Yq__thumb{border-radius:var(--radius-sm);background:var(--bg-light);border:1px solid var(--border-color);width:80px;height:80px;position:relative;overflow:hidden}.product-module__5nl4Yq__image{object-fit:cover}.product-module__5nl4Yq__info{flex-direction:column;gap:1rem;display:flex}.product-module__5nl4Yq__brand{text-transform:uppercase;letter-spacing:1px;color:var(--secondary);font-size:.85rem;font-weight:600}.product-module__5nl4Yq__title{font-size:1.75rem;line-height:1.2}.product-module__5nl4Yq__priceRow{align-items:baseline;gap:.75rem;display:flex}.product-module__5nl4Yq__price{color:var(--primary);font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.product-module__5nl4Yq__compareAt{color:var(--text-muted);font-size:1.1rem;text-decoration:line-through}.product-module__5nl4Yq__inStock{color:var(--primary-light);font-size:.9rem;font-weight:500}.product-module__5nl4Yq__outOfStock{color:var(--success);font-size:.9rem;font-weight:500}.product-module__5nl4Yq__description{color:var(--text-main);line-height:1.6}.product-module__5nl4Yq__categoryRow{flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.product-module__5nl4Yq__label{color:var(--text-muted)}.product-module__5nl4Yq__tag{border:1px solid var(--border-color);border-radius:var(--radius-full);background:var(--bg-light);padding:.25rem .75rem}.product-module__5nl4Yq__tag:hover{background:var(--primary);color:var(--text-inverse)}.product-module__5nl4Yq__relatedSection{margin-top:4rem}.product-module__5nl4Yq__relatedTitle{text-align:center;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;font-size:1.5rem}.product-module__5nl4Yq__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}
.products-module__E8alaG__page{padding:2rem 0 4rem}.products-module__E8alaG__header{margin-bottom:2rem}.products-module__E8alaG__title{margin-bottom:.25rem;font-size:2rem}.products-module__E8alaG__meta{color:var(--text-muted)}.products-module__E8alaG__layout{grid-template-columns:220px 1fr;gap:2rem;display:grid}@media (max-width:768px){.products-module__E8alaG__layout{grid-template-columns:1fr}}.products-module__E8alaG__sidebar{flex-direction:column;align-self:start;gap:1rem;display:flex}.products-module__E8alaG__filterSection{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-light);padding:1rem}.products-module__E8alaG__sidebarTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.75rem;font-size:1rem}.products-module__E8alaG__catList{flex-direction:column;gap:.25rem;display:flex}.products-module__E8alaG__catLink,.products-module__E8alaG__catLinkActive{border-radius:var(--radius-sm);padding:.5rem .75rem;font-size:.95rem;display:block}.products-module__E8alaG__catLink:hover{background:var(--surface)}.products-module__E8alaG__catLinkActive{background:var(--primary);color:var(--text-inverse)}.products-module__E8alaG__catLinkActive:hover{background:var(--primary-light);color:var(--text-inverse)}.products-module__E8alaG__results{min-width:0}.products-module__E8alaG__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.products-module__E8alaG__searchForm{flex:280px;gap:.5rem;display:flex}.products-module__E8alaG__search{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);flex:1;padding:.6rem .85rem;font-family:inherit;font-size:.95rem}.products-module__E8alaG__searchBtn{border-radius:var(--radius-sm);background:var(--primary);color:var(--text-inverse);text-transform:uppercase;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600}.products-module__E8alaG__searchBtn:hover{background:var(--primary-light)}.products-module__E8alaG__sortGroup{flex-wrap:wrap;gap:.5rem;display:flex}.products-module__E8alaG__sortLink,.products-module__E8alaG__sortLinkActive{border-radius:var(--radius-full);border:1px solid var(--border-color);padding:.4rem .75rem;font-size:.85rem}.products-module__E8alaG__sortLinkActive{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.products-module__E8alaG__sortLinkActive:hover{color:var(--text-inverse)}.products-module__E8alaG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.products-module__E8alaG__empty{text-align:center;color:var(--text-muted);padding:3rem 0}.products-module__E8alaG__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem;display:flex}.products-module__E8alaG__pageLink{border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:.5rem 1rem;font-size:.9rem}.products-module__E8alaG__pageLink:hover{background:var(--bg-light)}.products-module__E8alaG__pageInfo{color:var(--text-muted);font-size:.9rem}.products-module__E8alaG__activeChips{background:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.products-module__E8alaG__chipsLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-right:.25rem;font-size:.85rem}.products-module__E8alaG__chip{background:var(--surface);border:1px solid var(--border-color);border-radius:var(--radius-full);align-items:center;gap:.4rem;padding:.3rem .7rem;font-size:.8rem;display:inline-flex}.products-module__E8alaG__chip:hover{border-color:var(--success);color:var(--success)}.products-module__E8alaG__chip span{color:var(--text-muted)}.products-module__E8alaG__clearAll{color:var(--success);margin-left:auto;font-size:.85rem;font-weight:500}.products-module__E8alaG__clearAll:hover{text-decoration:underline}.products-module__E8alaG__checkbox{color:var(--text-muted);margin-right:.4rem;font-family:monospace;font-size:.95rem;display:inline-block}.products-module__E8alaG__catLinkActive .products-module__E8alaG__checkbox{color:var(--text-inverse)}.products-module__E8alaG__priceForm{flex-direction:column;gap:.5rem;display:flex}.products-module__E8alaG__priceInputs{align-items:center;gap:.4rem;display:flex}.products-module__E8alaG__priceInput{border:1px solid var(--border-color);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:.4rem .55rem;font-family:inherit;font-size:.85rem}.products-module__E8alaG__priceApply{background:var(--primary);color:var(--text-inverse);text-transform:uppercase;letter-spacing:.5px;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:.45rem;font-family:inherit;font-size:.75rem;font-weight:600}.products-module__E8alaG__priceApply:hover{background:var(--primary-light)}.products-module__E8alaG__toggle,.products-module__E8alaG__toggleActive{border:1px solid var(--border-color);background:var(--surface);border-radius:var(--radius-sm);color:var(--text-main);align-items:center;padding:.5rem .75rem;font-size:.9rem;display:flex}.products-module__E8alaG__toggle:hover{background:var(--bg-light)}.products-module__E8alaG__toggleActive{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.products-module__E8alaG__toggleActive:hover{color:var(--text-inverse)}.products-module__E8alaG__clearAllInline{border:1px solid var(--border-color);border-radius:var(--radius-sm);margin-top:1rem;padding:.5rem 1rem;font-size:.9rem;display:inline-block}.products-module__E8alaG__clearAllInline:hover{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}
