@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--bg-color:#fff;--surface-color:#fff;--surface-hover:#fafafa;--border-color:#e5e5e5;--text-primary:#1a1a1a;--text-secondary:#6b7280;--ember-orange:#ff4a1a;--ember-light:#ff7040;--ember-deep:#d43a10;--ember-glow:#fff3eb;--charcoal:#1e1e1e;--charcoal-light:#2d2d2d;--charcoal-mid:#3a3a3a;--warm-grey:#9ca3af;--copper:#c9855b;--gold:#d4a853;--accent-color:var(--ember-orange);--accent-secondary:var(--ember-light);--font-sans:"Outfit",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--transition-fast:.2s ease-out;--transition-normal:.4s cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:clip}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-sans);letter-spacing:-.022em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.47059}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent-color)}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:#1a1a1a;letter-spacing:-.02em;margin-bottom:.5em;font-weight:700;line-height:1.1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.text-gradient{color:var(--text-primary)}body.mobile-preview{background:#1a1a2e!important}body.mobile-preview>*{background:#fff;border-left:1px solid #333;border-right:1px solid #333;max-width:390px;min-height:100vh;margin-left:auto;margin-right:auto;overflow-x:hidden;box-shadow:0 0 60px #0000004d}
.CartDrawer-module__wN0dRW__overlay{z-index:200;opacity:0;pointer-events:none;background:#00000059;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__wN0dRW__overlay.CartDrawer-module__wN0dRW__visible{opacity:1;pointer-events:all}.CartDrawer-module__wN0dRW__drawer{z-index:201;background:#fff;flex-direction:column;width:420px;max-width:95vw;height:100vh;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 30px #00000014}.CartDrawer-module__wN0dRW__drawer.CartDrawer-module__wN0dRW__open{transform:translate(0)}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;display:flex}.CartDrawer-module__wN0dRW__title{font-family:var(--font-sans);color:#333;font-size:1.1rem;font-weight:700}.CartDrawer-module__wN0dRW__closeBtn{cursor:pointer;color:#86868b;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:color .2s}.CartDrawer-module__wN0dRW__closeBtn:hover{color:#333}.CartDrawer-module__wN0dRW__items{flex:1;padding:1rem 1.5rem;overflow-y:auto}.CartDrawer-module__wN0dRW__empty{color:#86868b;height:100%;font-family:var(--font-sans);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.CartDrawer-module__wN0dRW__emptyIcon{font-size:3rem}.CartDrawer-module__wN0dRW__item{border-bottom:1px solid #f0f0f0;grid-template-columns:72px 1fr auto;align-items:start;gap:1rem;padding:1rem 0;display:grid}.CartDrawer-module__wN0dRW__item:last-child{border-bottom:none}.CartDrawer-module__wN0dRW__itemImage{object-fit:contain;mix-blend-mode:multiply;background:#fafafa;border-radius:8px;width:72px;height:72px}.CartDrawer-module__wN0dRW__itemImagePlaceholder{background:#f5f5f5;border-radius:8px;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.5rem;display:flex}.CartDrawer-module__wN0dRW__itemDetails{flex-direction:column;gap:.35rem;display:flex}.CartDrawer-module__wN0dRW__itemName{font-family:var(--font-sans);color:#333;margin-bottom:.2rem;font-size:.95rem;font-weight:600;line-height:1.3}.CartDrawer-module__wN0dRW__itemVariant{color:#86868b;margin-bottom:.4rem;font-size:.8rem}.CartDrawer-module__wN0dRW__itemPrice{font-family:var(--font-sans);color:#333;margin-bottom:.6rem;font-size:.9rem}.CartDrawer-module__wN0dRW__qtyControls{align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.CartDrawer-module__wN0dRW__qtyBtn{cursor:pointer;color:#333;background:0 0;border:1px solid #e5e5e5;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:1rem;transition:background .15s;display:flex}.CartDrawer-module__wN0dRW__qtyBtn:hover{background:#f5f5f5}.CartDrawer-module__wN0dRW__qtyValue{font-family:var(--font-sans);text-align:center;min-width:20px;font-size:.9rem;font-weight:500}.CartDrawer-module__wN0dRW__removeBtn{cursor:pointer;color:#c8c8c8;background:0 0;border:none;align-self:flex-start;padding:.25rem;font-size:1.1rem;transition:color .15s}.CartDrawer-module__wN0dRW__removeBtn:hover{color:#333}.CartDrawer-module__wN0dRW__footer{border-top:1px solid #e5e5e5;padding:1.25rem 1.5rem}.CartDrawer-module__wN0dRW__subtotal{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CartDrawer-module__wN0dRW__subtotalLabel{font-family:var(--font-sans);color:#86868b;font-size:.9rem}.CartDrawer-module__wN0dRW__subtotalValue{font-family:var(--font-sans);color:#333;font-size:1.1rem;font-weight:700}.CartDrawer-module__wN0dRW__checkoutBtn{color:#fff;width:100%;font-family:var(--font-sans);cursor:pointer;background:#1d1d1f;border:none;border-radius:9999px;padding:.9rem;font-size:1rem;font-weight:500;transition:background .2s}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background:#333336}
.CompliancePopup-module__egJEzW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#004d40cc;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.CompliancePopup-module__egJEzW__modal{text-align:center;border:1px solid var(--ember-glow);background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) CompliancePopup-module__egJEzW__slideUp;box-shadow:0 25px 50px -12px #00000040}.CompliancePopup-module__egJEzW__header{margin-bottom:1.5rem}.CompliancePopup-module__egJEzW__iconWrapper{background:var(--ember-glow);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex;box-shadow:0 0 0 8px #e0f2f166}.CompliancePopup-module__egJEzW__iconWrapperFailed{color:#ef4444;background:#fee2e2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1rem;display:flex;box-shadow:0 0 0 8px #ef44441a}.CompliancePopup-module__egJEzW__icon{color:var(--ember-orange);font-size:1.5rem;font-weight:800}.CompliancePopup-module__egJEzW__iconWrapperFailed .CompliancePopup-module__egJEzW__icon{color:#ef4444}.CompliancePopup-module__egJEzW__title{color:var(--ember-orange);font-size:1.5rem;font-weight:700}.CompliancePopup-module__egJEzW__content{margin-bottom:2rem}.CompliancePopup-module__egJEzW__text{color:var(--warm-grey);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.CompliancePopup-module__egJEzW__text strong{color:var(--ember-orange)}.CompliancePopup-module__egJEzW__actions{flex-direction:column;gap:1rem;display:flex}.CompliancePopup-module__egJEzW__acceptBtn{background:var(--ember-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 4px 6px -1px #00695c33}.CompliancePopup-module__egJEzW__acceptBtn:hover{background:var(--ember-deep);transform:translateY(-1px)}.CompliancePopup-module__egJEzW__denyBtn{color:var(--warm-grey);border:1px solid var(--border-color);cursor:pointer;background:#fff;border-radius:8px;padding:1rem;font-size:.95rem;font-weight:500;transition:all .2s}.CompliancePopup-module__egJEzW__denyBtn:hover{color:var(--text-primary);border-color:var(--warm-grey);background:#f8fafc}.CompliancePopup-module__egJEzW__deniedState{padding:1rem 0}@keyframes CompliancePopup-module__egJEzW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.CompliancePopup-module__egJEzW__actions{flex-direction:row;justify-content:space-between}.CompliancePopup-module__egJEzW__denyBtn{flex:1}.CompliancePopup-module__egJEzW__acceptBtn{flex:2}}
.CookieConsent-module__QbGkGW__banner{z-index:9998;background:#fff;border-top:1px solid #e5e7eb;padding:1.25rem 1.5rem;animation:.35s cubic-bezier(.16,1,.3,1) CookieConsent-module__QbGkGW__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}.CookieConsent-module__QbGkGW__bannerInner{flex-wrap:wrap;align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.CookieConsent-module__QbGkGW__bannerText{flex:1;min-width:280px}.CookieConsent-module__QbGkGW__bannerTitle{color:#111;margin:0 0 .3rem;font-size:.95rem;font-weight:700}.CookieConsent-module__QbGkGW__bannerDesc{color:#6b7280;margin:0;font-size:.83rem;line-height:1.5}.CookieConsent-module__QbGkGW__learnMore{color:#ff4a1a;text-decoration:underline}.CookieConsent-module__QbGkGW__bannerActions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.CookieConsent-module__QbGkGW__btnReject{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:6px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:500;transition:border-color .2s,color .2s}.CookieConsent-module__QbGkGW__btnReject:hover{color:#374151;border-color:#9ca3af}.CookieConsent-module__QbGkGW__btnManage{color:#ff4a1a;cursor:pointer;background:0 0;border:1px solid #ff4a1a;border-radius:6px;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;transition:background .2s}.CookieConsent-module__QbGkGW__btnManage:hover{background:#f0fdfa}.CookieConsent-module__QbGkGW__btnAccept{color:#fff;cursor:pointer;background:#d43a10;border:none;border-radius:6px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:background .2s}.CookieConsent-module__QbGkGW__btnAccept:hover{background:#0d6960}.CookieConsent-module__QbGkGW__prefOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CookieConsent-module__QbGkGW__prefModal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) CookieConsent-module__QbGkGW__slideUp;overflow-y:auto;box-shadow:0 25px 50px #0003}.CookieConsent-module__QbGkGW__prefHeader{border-bottom:1px solid #f3f4f6;margin-bottom:0;padding:2rem 2rem 1.5rem}.CookieConsent-module__QbGkGW__prefTitle{color:#111;margin:0 0 .5rem;font-size:1.3rem;font-weight:700}.CookieConsent-module__QbGkGW__prefSubtitle{color:#6b7280;margin:0;font-size:.85rem;line-height:1.5}.CookieConsent-module__QbGkGW__categoryList{flex-direction:column;gap:0;padding:0 2rem;display:flex}.CookieConsent-module__QbGkGW__categoryRow{border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:1rem;padding:1.25rem 0;display:flex}.CookieConsent-module__QbGkGW__categoryRow:last-child{border-bottom:none}.CookieConsent-module__QbGkGW__categoryInfo{flex:1}.CookieConsent-module__QbGkGW__categoryLabel{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.CookieConsent-module__QbGkGW__categoryLabel strong{color:#111;font-size:.92rem}.CookieConsent-module__QbGkGW__requiredBadge{color:#065f46;background:#d1fae5;border-radius:9999px;padding:2px 7px;font-size:.7rem;font-weight:600}.CookieConsent-module__QbGkGW__categoryDesc{color:#6b7280;margin:0;font-size:.8rem;line-height:1.5}.CookieConsent-module__QbGkGW__toggle{cursor:pointer;background:#e5e7eb;border:none;border-radius:9999px;flex-shrink:0;width:44px;height:24px;margin-top:2px;transition:background .2s;position:relative}.CookieConsent-module__QbGkGW__toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.CookieConsent-module__QbGkGW__toggleOn{background:#d43a10}.CookieConsent-module__QbGkGW__toggleOn:after{transform:translate(20px)}.CookieConsent-module__QbGkGW__toggleDisabled{cursor:not-allowed;opacity:.7}.CookieConsent-module__QbGkGW__prefActions{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem 2rem;display:flex}.CookieConsent-module__QbGkGW__btnOutline{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:500;transition:border-color .2s}.CookieConsent-module__QbGkGW__btnOutline:hover{color:#374151;border-color:#9ca3af}.CookieConsent-module__QbGkGW__btnPrimary{color:#fff;cursor:pointer;background:#d43a10;border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:.875rem;font-weight:700;transition:background .2s}.CookieConsent-module__QbGkGW__btnPrimary:hover{background:#0d6960}@keyframes CookieConsent-module__QbGkGW__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.CookieConsent-module__QbGkGW__bannerInner{flex-direction:column;align-items:stretch;gap:1rem}.CookieConsent-module__QbGkGW__bannerActions{flex-direction:column}.CookieConsent-module__QbGkGW__btnReject,.CookieConsent-module__QbGkGW__btnManage,.CookieConsent-module__QbGkGW__btnAccept{text-align:center;width:100%}}
.StorefrontFooter-module__8r1wwq__footer{background-color:var(--ember-deep);color:#fff;border-top:1px solid var(--border-color);font-family:var(--font-sans);margin-top:auto;padding-top:4rem}.StorefrontFooter-module__8r1wwq__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;padding-bottom:4rem;display:grid}@media (max-width:800px){.StorefrontFooter-module__8r1wwq__footerGrid{grid-template-columns:1fr 1fr;gap:3rem 1.5rem}}@media (max-width:500px){.StorefrontFooter-module__8r1wwq__footerGrid{grid-template-columns:1fr}}.StorefrontFooter-module__8r1wwq__brandSection{max-width:320px}.StorefrontFooter-module__8r1wwq__logoWrapper{border-radius:var(--radius-md);background-color:#fff;justify-content:center;align-items:center;margin-bottom:1.5rem;padding:.75rem 1.25rem;display:inline-flex;box-shadow:0 4px 12px #0000001a}.StorefrontFooter-module__8r1wwq__logo{letter-spacing:-.01em;color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.StorefrontFooter-module__8r1wwq__tagline{color:var(--ember-glow);opacity:.85;font-size:.9rem;line-height:1.6}.StorefrontFooter-module__8r1wwq__groupTitle{color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.StorefrontFooter-module__8r1wwq__linkGroup{flex-direction:column;gap:.8rem;display:flex}.StorefrontFooter-module__8r1wwq__link{color:var(--ember-glow);opacity:.75;transition:opacity var(--transition-fast),color var(--transition-fast);font-size:.9rem;text-decoration:none}.StorefrontFooter-module__8r1wwq__link:hover{opacity:1;color:#fff}.StorefrontFooter-module__8r1wwq__bottomBar{text-align:center;background-color:#0003;padding:1.5rem 0}.StorefrontFooter-module__8r1wwq__copyright{color:var(--ember-glow);opacity:.8;font-size:.85rem}.StorefrontFooter-module__8r1wwq__bottomMeta{color:#ffffff8c;margin-top:4px;font-size:.78rem;display:block}.StorefrontFooter-module__8r1wwq__bottomMeta strong{color:#ffffffb3}.StorefrontFooter-module__8r1wwq__bottomWarning{color:#ffffff59;margin-top:4px;font-size:.72rem;display:block}
