.storefront-body{--sf-border:color-mix(in srgb,var(--tenant-text) 12%,transparent);--sf-soft:color-mix(in srgb,var(--tenant-primary) 7%,#fff);margin:0;color:var(--tenant-text);background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.storefront-body *{box-sizing:border-box}.storefront-body a{color:inherit}.storefront-skip-link{position:fixed;z-index:3000;top:.5rem;left:.5rem;padding:.7rem 1rem;transform:translateY(-150%);border-radius:.5rem;color:#fff;background:#111;text-decoration:none}.storefront-skip-link:focus{transform:none}.storefront-site-header{position:sticky;z-index:1000;top:0;border-bottom:1px solid var(--sf-border);background:color-mix(in srgb,var(--tenant-surface) 94%,transparent);box-shadow:0 8px 30px #0f172a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.2s}.storefront-header-main{display:grid;grid-template-columns:auto minmax(240px,1fr) auto auto auto;gap:clamp(.5rem,1.5vw,1.25rem);align-items:center;width:min(100% - 2rem,1440px);min-height:76px;margin:auto}.storefront-site-header.is-compact .storefront-header-main{min-height:60px}.storefront-site-brand{display:inline-flex;min-width:120px;align-items:center;gap:.65rem;font-weight:800;text-decoration:none}.storefront-site-brand img{width:auto;max-width:170px;height:44px;object-fit:contain}.storefront-site-brand>span{display:grid;width:42px;height:42px;border-radius:10px;color:#fff;background:var(--tenant-primary);place-items:center}.storefront-search{display:flex;height:46px;align-items:center;gap:.55rem;padding-left:1rem;border:1px solid var(--sf-border);border-radius:12px;background:#fff;box-shadow:0 4px 14px #0f172a0a}.storefront-search:focus-within{border-color:var(--tenant-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary) 16%,transparent)}.storefront-search svg,.storefront-header-action svg,.storefront-icon-button svg,.storefront-category-nav svg,.storefront-drawer svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.storefront-search input{min-width:0;flex:1;border:0;outline:0;background:transparent}.storefront-search button{height:34px;margin-right:5px;padding:0 .85rem;border:0;border-radius:9px;color:var(--tenant-text);background:var(--sf-soft);font-size:.78rem;font-weight:750}.storefront-header-action{position:relative;display:flex;align-items:center;gap:.55rem;border:0;color:var(--tenant-text);background:none;text-align:left;text-decoration:none}.storefront-header-action small,.storefront-header-action strong{display:block;max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storefront-header-action small{color:var(--tenant-muted);font-size:.66rem}.storefront-header-action strong{font-size:.78rem}.storefront-cart-action b,.storefront-mobile-bar b{display:grid;position:absolute;top:-7px;left:14px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;color:#fff;background:var(--tenant-primary);font-size:.65rem;place-items:center}.storefront-menu-trigger{display:none}.storefront-icon-button{padding:.5rem;border:0;background:transparent}.storefront-category-nav{display:flex;gap:clamp(.75rem,2.3vw,2rem);align-items:center;width:min(100% - 2rem,1440px);height:43px;margin:auto}.storefront-category-nav>button,.storefront-category-nav a{border:0;background:none;font-size:.78rem;font-weight:700;text-decoration:none}.storefront-category-nav>button{display:flex;align-items:center;gap:.45rem}.storefront-category-item{position:relative;height:100%;padding-top:12px}.storefront-megamenu{display:none;position:absolute;top:100%;left:-1rem;min-width:230px;padding:1rem;border:1px solid var(--sf-border);border-radius:0 0 12px 12px;background:#fff;box-shadow:0 20px 45px #0f172a24}.storefront-category-item:hover .storefront-megamenu,.storefront-category-item:focus-within .storefront-megamenu{display:grid;gap:.6rem}.storefront-page{width:min(100% - 2rem,1440px);min-height:55vh;margin:0 auto;padding:1.5rem 0 3rem}.storefront-page>.storefront-panel,.storefront-page>.storefront-shell>.storefront-panel{width:100%;max-width:none}.storefront-site-footer{padding:3rem max(1rem,calc((100% - 1440px)/2));color:#dfe6ef;background:color-mix(in srgb,var(--tenant-secondary) 92%,#050a12)}.storefront-footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:2rem}.storefront-site-footer section{display:flex;align-items:flex-start;flex-direction:column;gap:.55rem}.storefront-site-footer h2{margin:0 0 .45rem;color:#fff;font-size:.85rem}.storefront-site-footer p,.storefront-site-footer small{margin:0;color:#aeb9c8;font-size:.78rem}.storefront-site-footer a{color:#dfe6ef;font-size:.8rem;text-decoration:none}.footer-brand img{max-width:140px;filter:brightness(0) invert(1)}.storefront-payment-strip,.storefront-footer-bottom{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);font-size:.72rem}.storefront-payment-strip span{padding:.4rem .65rem;border:1px solid rgba(255,255,255,.14);border-radius:7px}.storefront-footer-bottom{justify-content:space-between;color:#9ca8b8}.storefront-drawer-backdrop{position:fixed;z-index:1990;top:0;right:0;bottom:0;left:0;background:#070c148a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.storefront-drawer{position:fixed;z-index:2000;top:0;bottom:0;left:0;width:min(390px,92vw);padding:1.25rem;overflow:auto;transform:translate(-105%);background:#fff;box-shadow:20px 0 60px #0f172a38;transition:transform .22s}.storefront-drawer-right{right:0;left:auto;transform:translate(105%)}.storefront-drawer[aria-hidden=false]{transform:none}.storefront-drawer-open{overflow:hidden}.storefront-drawer-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.storefront-drawer-heading h2{margin:0;font-size:1.2rem}.storefront-drawer-heading button{border:0;background:none}.storefront-drawer nav,.storefront-drawer form{display:grid;gap:1rem}.storefront-drawer details{padding-bottom:.75rem;border-bottom:1px solid var(--sf-border)}.storefront-drawer summary{cursor:pointer;font-weight:750}.storefront-drawer details a{display:block;padding:.55rem 0 0 .75rem;text-decoration:none}.storefront-drawer label{display:grid;gap:.4rem;font-size:.8rem;font-weight:700}.storefront-drawer input,.storefront-drawer select{width:100%;height:44px;padding:0 .75rem;border:1px solid var(--sf-border);border-radius:9px;background:#fff}.storefront-primary-button{height:44px;border:0;border-radius:9px;color:#fff;background:var(--tenant-primary);font-weight:750}.storefront-address-option{display:grid;width:100%;gap:.25rem;margin-bottom:.75rem;padding:1rem;border:1px solid var(--sf-border);border-radius:10px;background:#fff;text-align:left}.storefront-address-option span{color:var(--tenant-muted);font-size:.75rem}.storefront-mobile-bar{display:none}.storefront-panel{border-radius:12px!important;box-shadow:0 12px 40px #0f172a0f!important}@media(max-width:1050px){.storefront-header-main{grid-template-columns:auto minmax(180px,1fr) auto auto}.storefront-delivery-action{display:none}.storefront-category-nav{overflow-x:auto}.storefront-footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){body.storefront-body{padding-bottom:62px}.storefront-header-main{grid-template-columns:auto minmax(0,1fr) auto;min-height:64px}.storefront-menu-trigger{display:inline-grid}.storefront-site-brand{min-width:0}.storefront-site-brand strong{display:none}.storefront-site-brand img{max-width:120px;height:38px}.storefront-search{grid-column:1/-1;grid-row:2;height:42px;margin-bottom:.65rem}.storefront-header-action:not(.storefront-cart-action),.storefront-cart-action span{display:none}.storefront-category-nav{display:none}.storefront-page{width:min(100% - 1rem,1440px);padding-top:.75rem}.storefront-footer-grid{grid-template-columns:1fr}.storefront-site-footer{padding:2.5rem 1.25rem}.storefront-mobile-bar{display:grid;position:fixed;z-index:1200;right:0;bottom:0;left:0;grid-template-columns:repeat(4,1fr);min-height:58px;border-top:1px solid var(--sf-border);background:#fff;box-shadow:0 -8px 25px #0f172a17}.storefront-mobile-bar a,.storefront-mobile-bar button{position:relative;display:grid;border:0;color:var(--tenant-text);background:#fff;font-size:.7rem;text-decoration:none;place-items:center}.storefront-mobile-bar b{top:5px;left:58%}}.storefront-social-section{position:relative}.storefront-site-footer .storefront-social-intro{max-width:260px;margin:-.1rem 0 .35rem;line-height:1.55}.storefront-social-links{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center}.storefront-site-footer .storefront-social-link{--social-accent: var(--tenant-accent);position:relative;display:grid;width:46px;height:46px;flex:0 0 46px;border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#f8fafc;background:linear-gradient(145deg,#ffffff24,#ffffff09);box-shadow:inset 0 1px #ffffff1a,0 10px 24px #00000029;isolation:isolate;place-items:center;transition:transform .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.storefront-site-footer .storefront-social-link:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 30% 15%,color-mix(in srgb,var(--social-accent) 42%,transparent),transparent 68%);content:"";opacity:.5;transition:opacity .18s ease}.storefront-site-footer .storefront-social-link:after{position:absolute;bottom:calc(100% + .65rem);left:50%;z-index:2;padding:.38rem .55rem;transform:translate(-50%,5px);border:1px solid rgba(255,255,255,.14);border-radius:7px;color:#fff;background:#0b1119;box-shadow:0 8px 22px #0000003d;content:attr(data-label);font-size:.68rem;font-weight:750;line-height:1;opacity:0;pointer-events:none;white-space:nowrap;transition:opacity .15s ease,transform .15s ease}.storefront-site-footer .storefront-social-link:hover,.storefront-site-footer .storefront-social-link:focus-visible{transform:translateY(-3px);border-color:color-mix(in srgb,var(--social-accent) 70%,#fff);color:#fff;box-shadow:inset 0 1px #ffffff29,0 12px 28px color-mix(in srgb,var(--social-accent) 28%,transparent)}.storefront-site-footer .storefront-social-link:hover:before,.storefront-site-footer .storefront-social-link:focus-visible:before,.storefront-site-footer .storefront-social-link:hover:after,.storefront-site-footer .storefront-social-link:focus-visible:after{opacity:1}.storefront-site-footer .storefront-social-link:hover:after,.storefront-site-footer .storefront-social-link:focus-visible:after{transform:translate(-50%)}.storefront-social-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.storefront-social-link .social-icon-fill{fill:currentColor;stroke:none}.storefront-social-link--instagram{--social-accent: #e1306c}.storefront-social-link--facebook{--social-accent: #1877f2}.storefront-social-link--tiktok{--social-accent: #69c9d0}.storefront-social-link--youtube{--social-accent: #ff0033}.storefront-social-link--x{--social-accent: #d8dee8}.storefront-social-link--linkedin{--social-accent: #0a66c2}.storefront-social-link--whatsapp{--social-accent: #25d366}@media(prefers-reduced-motion:reduce){.storefront-site-footer .storefront-social-link,.storefront-site-footer .storefront-social-link:before,.storefront-site-footer .storefront-social-link:after{transition:none}}@media(hover:none){.storefront-site-footer .storefront-social-link:after{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.footer-brand .storefront-footer-logo{width:auto;min-width:66px;max-width:140px;height:58px;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#fff;box-shadow:0 10px 28px #02081233,inset 0 0 0 1px #0f172a0a;filter:none;object-fit:contain}.storefront-product-page{display:grid;gap:clamp(2.5rem,6vw,5.5rem)}.storefront-product-breadcrumbs{display:flex;overflow:hidden;align-items:center;gap:.55rem;color:var(--tenant-muted);font-size:.72rem;white-space:nowrap}.storefront-product-breadcrumbs a{text-decoration:none}.storefront-product-breadcrumbs a:hover{color:var(--tenant-primary)}.storefront-product-breadcrumbs span:last-child{overflow:hidden;color:var(--tenant-text);text-overflow:ellipsis}.storefront-product-showcase{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);gap:clamp(2rem,5vw,5rem);align-items:start}.storefront-product-gallery-v2{display:grid;grid-template-columns:76px minmax(0,1fr);gap:1rem;min-width:0}.storefront-product-gallery-v2:not(:has(.storefront-product-thumbnails)){grid-template-columns:1fr}.storefront-product-thumbnails{display:flex;overflow:auto;flex-direction:column;gap:.65rem;max-height:640px;padding:2px;scrollbar-width:thin}.storefront-product-thumbnails button{overflow:hidden;width:72px;aspect-ratio:1;padding:0;border:1px solid var(--sf-border);border-radius:11px;background:#fff;cursor:pointer;opacity:.72;transition:border-color .18s,box-shadow .18s,opacity .18s}.storefront-product-thumbnails button:hover{opacity:1}.storefront-product-thumbnails button[aria-current=true]{border-color:var(--tenant-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary) 14%,transparent);opacity:1}.storefront-product-thumbnails img{width:100%;height:100%;object-fit:cover}.storefront-product-stage{position:relative;display:grid;overflow:hidden;aspect-ratio:1 / .92;border:1px solid var(--sf-border);border-radius:18px;background:linear-gradient(145deg,#fff,#f1f3f6);box-shadow:0 24px 65px #0f172a14;place-items:center}.storefront-product-zoom-trigger{display:grid;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in;place-items:center}.storefront-product-zoom-trigger>img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.storefront-product-zoom-trigger:hover>img{transform:scale(1.025)}.storefront-product-zoom-hint{display:flex;position:absolute;right:1rem;bottom:1rem;align-items:center;gap:.4rem;padding:.55rem .7rem;border:1px solid rgba(255,255,255,.7);border-radius:99px;color:#263449;background:#ffffffdb;box-shadow:0 8px 24px #0f172a1a;font-size:.68rem;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.storefront-product-zoom-hint svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8}.storefront-product-sale-badge{position:absolute;z-index:2;top:1rem;left:1rem;padding:.45rem .65rem;border-radius:7px;color:#fff;background:var(--tenant-primary);font-size:.68rem;font-weight:850;letter-spacing:.04em}.storefront-gallery-arrow{position:absolute;z-index:2;top:50%;display:grid;width:40px;height:40px;padding:0;border:1px solid var(--sf-border);border-radius:50%;transform:translateY(-50%);color:var(--tenant-text);background:#ffffffe6;box-shadow:0 8px 20px #0f172a1a;font-size:1.7rem;line-height:1;place-items:center}.storefront-gallery-arrow.is-previous{left:1rem}.storefront-gallery-arrow.is-next{right:1rem}.storefront-gallery-counter{position:absolute;bottom:1.1rem;left:1.1rem;padding:.4rem .55rem;border-radius:99px;color:#fff;background:#0f172ab3;font-size:.65rem;font-weight:750;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.storefront-product-image-fallback{color:var(--tenant-primary);font-size:clamp(5rem,12vw,10rem);font-weight:900}.storefront-product-purchase{display:flex;align-items:flex-start;flex-direction:column;padding:clamp(.25rem,1vw,1rem) 0}.storefront-product-kicker{margin:0 0 .5rem;color:var(--tenant-primary);font-size:.68rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.storefront-product-purchase h1{margin:0;font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.055em;line-height:1.04}.storefront-product-rating-summary{display:flex;align-items:center;gap:.55rem;margin-top:1rem;color:var(--tenant-muted);font-size:.75rem;text-decoration:none}.storefront-product-rating-summary strong{color:var(--tenant-text)}.storefront-stars{display:inline-flex;gap:.08rem;color:#cfd5dd}.storefront-stars span.is-active{color:#d99a18}.storefront-product-price-block{display:grid;width:100%;gap:.15rem;margin:1.8rem 0 1rem;padding-bottom:1.4rem;border-bottom:1px solid var(--sf-border)}.storefront-product-price-block del{color:var(--tenant-muted);font-size:.82rem}.storefront-product-price-block>strong{font-size:clamp(1.65rem,3vw,2.35rem);letter-spacing:-.04em}.storefront-product-price-block small{margin-top:.25rem;color:var(--tenant-muted);font-size:.7rem}.storefront-product-stock{display:flex;align-items:center;gap:.45rem;color:#20714a;font-size:.75rem;font-weight:750}.storefront-product-stock>span{width:8px;height:8px;border-radius:50%;background:#2f9e69;box-shadow:0 0 0 4px #2f9e691f}.storefront-product-stock small{margin-left:.25rem;color:var(--tenant-muted);font-weight:500}.storefront-product-stock.is-unavailable{color:#9b2c2c}.storefront-product-stock.is-unavailable>span{background:#c74a4a;box-shadow:0 0 0 4px #c74a4a1f}.storefront-product-buy-form{display:grid;width:100%;gap:1rem;margin-top:1.35rem}.storefront-product-option{display:grid;gap:.4rem}.storefront-product-option label,.storefront-product-quantity label{font-size:.72rem;font-weight:800}.storefront-product-option select,.storefront-product-quantity input{width:100%;height:46px;padding:0 .8rem;border:1px solid var(--sf-border);border-radius:9px;color:var(--tenant-text);background:#fff;outline:0}.storefront-product-option select:focus,.storefront-product-quantity input:focus{border-color:var(--tenant-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary) 14%,transparent)}.storefront-product-buy-row{display:grid;grid-template-columns:82px 1fr;gap:.7rem;align-items:end}.storefront-product-quantity{display:grid;gap:.4rem}.storefront-product-buy-row>button,.storefront-product-unavailable{display:flex;height:46px;align-items:center;justify-content:center;gap:.55rem;border:0;border-radius:10px;color:#fff;background:var(--tenant-primary);box-shadow:0 12px 28px color-mix(in srgb,var(--tenant-primary) 24%,transparent);font-size:.8rem;font-weight:850}.storefront-product-buy-row>button:hover{filter:brightness(.93);transform:translateY(-1px)}.storefront-product-buy-row>button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.storefront-product-unavailable{width:100%;margin-top:1.25rem;color:var(--tenant-muted);background:#e9edf2;box-shadow:none}.storefront-product-assurances{display:grid;grid-template-columns:repeat(3,1fr);width:100%;gap:.5rem;margin-top:1.35rem;padding-top:1.1rem;border-top:1px solid var(--sf-border)}.storefront-product-assurances>div{display:flex;min-width:0;align-items:center;gap:.45rem}.storefront-product-assurances svg{width:25px;min-width:25px;fill:none;stroke:var(--tenant-primary);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.storefront-product-assurances span{display:grid;min-width:0}.storefront-product-assurances strong{font-size:.65rem}.storefront-product-assurances small{overflow:hidden;color:var(--tenant-muted);font-size:.57rem;text-overflow:ellipsis;white-space:nowrap}.storefront-product-sku{margin:1rem 0 0;color:var(--tenant-muted);font-size:.65rem}.storefront-product-information{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:clamp(2rem,5vw,5rem);padding:clamp(1.5rem,4vw,3.5rem);border:1px solid var(--sf-border);border-radius:16px;background:#fff;box-shadow:0 18px 50px #0f172a0d}.storefront-product-information h2,.storefront-product-reviews h2,.storefront-product-related h2{margin:0;font-size:clamp(1.65rem,3vw,2.35rem);letter-spacing:-.045em}.storefront-product-description{max-width:850px;margin-top:1.2rem}.storefront-product-description p{margin:0 0 1rem}.storefront-product-description h2{margin:1.7rem 0 .65rem;font-size:1.45rem}.storefront-product-description h3{margin:1.4rem 0 .55rem;font-size:1.1rem}.storefront-product-description ul,.storefront-product-description ol{display:grid;gap:.45rem;padding-left:1.35rem}.storefront-product-description blockquote{margin:1.25rem 0;padding:.85rem 1.1rem;border-left:3px solid var(--tenant-primary);border-radius:0 8px 8px 0;background:var(--sf-soft)}.storefront-product-description a{color:var(--tenant-primary);font-weight:700}.storefront-product-information aside{align-self:start;padding:1.25rem;border-radius:12px;background:var(--sf-soft)}.storefront-product-information aside h3{margin:0 0 .85rem;font-size:.9rem}.storefront-product-information dl{display:grid;gap:0;margin:0}.storefront-product-information dl>div{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 0;border-top:1px solid var(--sf-border);font-size:.72rem}.storefront-product-information dt{color:var(--tenant-muted);font-weight:500}.storefront-product-information dd{margin:0;font-weight:750;text-align:right}.storefront-product-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.storefront-product-section-heading>a{padding-bottom:.25rem;color:var(--tenant-primary);font-size:.75rem;font-weight:800;text-decoration:none}.storefront-product-reviews{scroll-margin-top:140px}.storefront-review-error,.storefront-field-error{color:#a12626;font-size:.72rem}.storefront-review-error{margin-bottom:1rem;padding:.8rem 1rem;border-left:3px solid #c74a4a;border-radius:7px;background:#fff1f1}.storefront-review-overview{display:grid;grid-template-columns:180px minmax(240px,420px);gap:2rem;width:max-content;max-width:100%;margin-bottom:2rem;padding:1.3rem 1.5rem;border:1px solid var(--sf-border);border-radius:13px;background:#fff}.storefront-review-score{display:grid;align-content:center;justify-items:start;border-right:1px solid var(--sf-border)}.storefront-review-score>strong{font-size:2.7rem;letter-spacing:-.06em;line-height:1}.storefront-review-score>small{margin-top:.3rem;color:var(--tenant-muted);font-size:.65rem}.storefront-review-bars{display:grid;gap:.35rem;align-content:center}.storefront-review-bars>div{display:grid;grid-template-columns:32px minmax(120px,300px) 24px;gap:.5rem;align-items:center;color:var(--tenant-muted);font-size:.65rem}.storefront-review-bars b{color:#d99a18}.storefront-review-bars meter{width:100%;height:7px;border:0;border-radius:99px;background:#e8ebef}.storefront-review-bars meter::-webkit-meter-bar{border:0;border-radius:99px;background:#e8ebef}.storefront-review-bars meter::-webkit-meter-optimum-value{border-radius:99px;background:#d99a18}.storefront-review-bars meter::-moz-meter-bar{border-radius:99px;background:#d99a18}.storefront-review-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.storefront-review-list>article{padding:1.25rem;border:1px solid var(--sf-border);border-radius:12px;background:#fff}.storefront-review-list article>header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.storefront-review-list article>header small{padding:.25rem .45rem;border-radius:99px;color:#237451;background:#eaf7f1;font-size:.58rem;font-weight:750}.storefront-review-list h3{margin:.7rem 0 .35rem;font-size:.9rem}.storefront-review-list article>p{margin:0;color:var(--tenant-muted);font-size:.78rem;line-height:1.65}.storefront-review-list article>footer{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem;color:var(--tenant-muted);font-size:.63rem}.storefront-review-list article>footer strong{color:var(--tenant-text)}.storefront-review-reply{margin-top:1rem;padding:.75rem;border-radius:8px;background:var(--sf-soft);font-size:.7rem}.storefront-review-reply p{margin:.3rem 0 0}.storefront-review-empty{display:flex;grid-column:1 / -1;align-items:center;gap:1rem;padding:1.2rem 1.4rem;border:1px dashed var(--sf-border);border-radius:12px;background:#ffffffa6}.storefront-review-empty>span{color:#d99a18;font-size:1.8rem}.storefront-review-empty strong{font-size:.82rem}.storefront-review-empty p{margin:.2rem 0 0;color:var(--tenant-muted);font-size:.72rem}.storefront-review-compose{scroll-margin-top:140px;margin-top:1rem;border:1px solid var(--sf-border);border-radius:12px;background:#fff}.storefront-review-compose summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.2rem;cursor:pointer;font-size:.78rem;font-weight:800;list-style:none}.storefront-review-compose[open] summary span{transform:rotate(45deg)}.storefront-review-compose form{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem;padding:0 1.2rem 1.2rem;border-top:1px solid var(--sf-border)}.storefront-review-compose form>div{display:grid;gap:.35rem;padding-top:1rem}.storefront-review-compose label,.storefront-review-compose legend{font-size:.72rem;font-weight:800}.storefront-review-compose label small{color:var(--tenant-muted);font-weight:500}.storefront-review-compose input:not([type=radio]),.storefront-review-compose textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--sf-border);border-radius:8px;outline:0}.storefront-review-compose input:focus,.storefront-review-compose textarea:focus{border-color:var(--tenant-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary) 14%,transparent)}.storefront-review-compose form>button{grid-column:1 / -1;justify-self:start;min-height:40px;padding:.65rem 1rem;border:0;border-radius:8px;color:#fff;background:var(--tenant-primary);font-size:.72rem;font-weight:800}.storefront-review-rating-input{display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;grid-column:1 / -1;gap:.15rem;margin:1rem 0 0;padding:0;border:0}.storefront-review-rating-input legend{width:100%;margin-bottom:.3rem}.storefront-review-rating-input input{position:absolute;opacity:0}.storefront-review-rating-input label{color:#cfd5dd;cursor:pointer;font-size:1.65rem;line-height:1}.storefront-review-rating-input input:checked~label,.storefront-review-rating-input label:hover,.storefront-review-rating-input label:hover~label{color:#d99a18}.storefront-review-rating-input input:focus-visible+label{outline:2px solid var(--tenant-primary);outline-offset:2px}.storefront-product-related .storefront-product-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr))}.storefront-product-zoom-modal{width:min(1100px,94vw);height:min(90vh,850px);padding:2.7rem 3.5rem 2.4rem;overflow:hidden;border:0;border-radius:16px;color:#fff;background:#10141b;box-shadow:0 35px 100px #00000073}.storefront-product-zoom-modal::backdrop{background:#05080dcc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.storefront-product-zoom-modal>div{display:grid;width:100%;height:calc(100% - 2rem);overflow:auto;place-items:center}.storefront-product-zoom-modal img{display:block;max-width:100%;max-height:100%;cursor:zoom-in;object-fit:contain;transform-origin:center;transition:transform .25s ease}.storefront-product-zoom-modal img.is-zoomed{cursor:zoom-out;transform:scale(1.7)}.storefront-product-zoom-modal p{margin:.8rem 0 0;overflow:hidden;color:#b9c1ce;font-size:.7rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.storefront-product-zoom-close{position:absolute;z-index:2;top:.65rem;right:.85rem;border:0;color:#fff;background:none;font-size:2rem}.storefront-product-zoom-arrow{position:absolute;z-index:2;top:50%;width:42px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:translateY(-50%);color:#fff;background:#ffffff14;font-size:1.7rem}.storefront-product-zoom-arrow.is-previous{left:.7rem}.storefront-product-zoom-arrow.is-next{right:.7rem}@media(max-width:980px){.storefront-product-showcase{grid-template-columns:1fr 1fr;gap:1.5rem}.storefront-product-gallery-v2{grid-template-columns:60px minmax(0,1fr)}.storefront-product-thumbnails button{width:56px}.storefront-product-assurances{grid-template-columns:1fr}.storefront-product-information{grid-template-columns:1fr 240px}}@media(max-width:760px){.storefront-product-page{gap:3rem}.storefront-product-showcase,.storefront-product-gallery-v2{grid-template-columns:1fr}.storefront-product-thumbnails{order:2;overflow-x:auto;flex-direction:row;max-height:none}.storefront-product-thumbnails button{min-width:58px}.storefront-product-stage{aspect-ratio:1;border-radius:14px}.storefront-product-zoom-hint{display:none}.storefront-product-purchase h1{font-size:2.15rem}.storefront-product-assurances{grid-template-columns:repeat(3,1fr)}.storefront-product-information{grid-template-columns:1fr;padding:1.3rem}.storefront-review-overview{grid-template-columns:110px minmax(180px,1fr);width:100%;gap:1rem;padding:1rem}.storefront-review-score>strong{font-size:2rem}.storefront-review-list,.storefront-review-compose form{grid-template-columns:1fr}.storefront-product-related .storefront-product-grid-v2{display:flex}.storefront-product-zoom-modal{padding:2.7rem 2.8rem 2rem}}@media(max-width:480px){.storefront-product-assurances,.storefront-review-overview{grid-template-columns:1fr}.storefront-review-score{padding-bottom:.8rem;border-right:0;border-bottom:1px solid var(--sf-border)}.storefront-product-section-heading{align-items:start}}.storefront-card-original-price{color:var(--tenant-muted);font-size:.72rem}.storefront-brand-grid,.storefront-video-grid,.storefront-coupon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.storefront-brand-grid>div{display:grid;min-height:90px;padding:1rem;border:1px solid var(--sf-border);border-radius:12px;background:#fff;place-items:center}.storefront-brand-grid img{max-width:150px;max-height:55px}.storefront-video-grid button{position:relative;overflow:hidden;padding:0;border:0;border-radius:12px;background:#111;color:#fff;text-align:left}.storefront-video-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;opacity:.8}.storefront-video-grid span{position:absolute;top:38%;left:50%;display:grid;width:46px;height:46px;border-radius:50%;transform:translate(-50%,-50%);background:#fff;color:var(--tenant-primary);place-items:center}.storefront-video-grid strong{display:block;padding:.8rem}.storefront-coupon-grid{grid-template-columns:repeat(3,1fr)}.storefront-coupon-grid article{display:grid;gap:.5rem;padding:1.4rem;border:1px dashed var(--tenant-primary);border-radius:12px;background:#fff}.storefront-coupon-grid article>strong{font-size:1.4rem}.storefront-coupon-grid button{padding:.65rem;border:0;border-radius:7px;background:var(--sf-soft);font-weight:800}.storefront-video-modal{width:min(900px,92vw);padding:3rem 1rem 1rem;border:0;border-radius:14px;background:#090909}.storefront-video-modal::backdrop{background:#000c}.storefront-video-modal>[data-video-close]{position:absolute;top:.4rem;right:.7rem;border:0;color:#fff;background:none;font-size:2rem}.storefront-video-modal iframe{width:100%;aspect-ratio:16/9;border:0}@media(max-width:760px){.storefront-brand-grid,.storefront-video-grid,.storefront-coupon-grid{display:flex;overflow-x:auto}.storefront-brand-grid>div,.storefront-video-grid button,.storefront-coupon-grid article{min-width:76vw}}.storefront-institutional-page{max-width:920px!important;margin:0 auto;padding:clamp(1.25rem,4vw,3rem)!important}.storefront-institutional-page header{margin:2rem 0}.storefront-institutional-page h1{font-size:clamp(2rem,5vw,3.6rem);letter-spacing:-.045em}.storefront-rich-text{color:var(--tenant-muted);font-size:1rem;line-height:1.8;white-space:normal}.storefront-price-filter{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.storefront-card-details{margin-top:.45rem;color:var(--tenant-primary);font-size:.68rem;font-weight:750;text-decoration:none}.storefront-home-v2{display:grid;gap:clamp(2.5rem,6vw,5.5rem)}.storefront-hero-carousel,.storefront-hero-fallback{position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--tenant-secondary) 94%,#000),color-mix(in srgb,var(--tenant-primary) 78%,#111));box-shadow:0 24px 70px #0f172a29}.storefront-hero-slide,.storefront-hero-fallback{display:grid;grid-template-columns:minmax(0,.82fr) minmax(320px,1.18fr);min-height:430px;color:#fff}.storefront-hero-content,.storefront-hero-fallback>div{display:flex;z-index:1;align-items:flex-start;justify-content:center;flex-direction:column;padding:clamp(2rem,5vw,5rem)}.storefront-hero-content h1,.storefront-hero-fallback h1{max-width:620px;margin:.3rem 0 1rem;font-size:clamp(2.2rem,5vw,4.8rem);letter-spacing:-.06em;line-height:.95}.storefront-hero-content p,.storefront-hero-fallback p{max-width:540px;color:#ffffffbf}.storefront-hero-content a,.storefront-hero-fallback a{margin-top:1rem;padding:.85rem 1.15rem;border-radius:10px;color:var(--tenant-secondary);background:#fff;font-size:.82rem;font-weight:800;text-decoration:none}.storefront-hero-slide picture,.storefront-hero-slide img,.storefront-hero-fallback>img{width:100%;height:100%;min-height:430px;object-fit:cover}.storefront-carousel-control{position:absolute;z-index:3;top:50%;width:42px;height:42px;border:1px solid rgba(255,255,255,.25);border-radius:50%;transform:translateY(-50%);color:#fff;background:#0003;font-size:1.8rem}.storefront-carousel-control.prev{left:1rem}.storefront-carousel-control.next{right:1rem}.storefront-carousel-dots{display:flex;position:absolute;z-index:3;bottom:1rem;left:50%;gap:.45rem;transform:translate(-50%)}.storefront-carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#ffffff73}.storefront-carousel-dots button[aria-current=true]{width:24px;background:#fff}.storefront-section-title{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.storefront-section-title h2{margin:.1rem 0 0;font-size:clamp(1.45rem,3vw,2.2rem);letter-spacing:-.035em}.storefront-section-title a{color:var(--tenant-primary);font-size:.8rem;font-weight:800;text-decoration:none}.storefront-category-cards{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.75rem}.storefront-category-cards a{display:grid;gap:.3rem;min-width:0;padding:1rem;border:1px solid var(--sf-border);border-radius:12px;background:#fff;text-align:center;text-decoration:none}.storefront-category-cards span{display:grid;width:56px;height:56px;margin:0 auto .45rem;border-radius:50%;color:var(--tenant-primary);background:var(--sf-soft);font-size:1.3rem;font-weight:900;place-items:center}.storefront-category-cards strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis;white-space:nowrap}.storefront-category-cards small{color:var(--tenant-muted);font-size:.66rem}.storefront-product-grid-v2{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(.7rem,1.5vw,1.15rem)}.storefront-product-card-v2{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--sf-border);border-radius:13px;background:#fff;box-shadow:0 8px 25px #0f172a0a;transition:.2s}.storefront-product-card-v2:hover{transform:translateY(-3px);box-shadow:0 16px 35px #0f172a17}.storefront-product-card-image{position:relative;display:grid;overflow:hidden;aspect-ratio:1/1;color:var(--tenant-primary);background:var(--sf-soft);font-size:3rem;font-weight:900;text-decoration:none;place-items:center}.storefront-product-card-image img{width:100%;height:100%;object-fit:cover;transition:.3s}.storefront-product-card-v2:hover img{transform:scale(1.03)}.storefront-product-badge{position:absolute;top:.65rem;left:.65rem;padding:.35rem .5rem;border-radius:6px;color:#fff;background:var(--tenant-secondary);font-size:.6rem;text-transform:uppercase}.storefront-product-card-body{display:flex;flex:1;align-items:flex-start;flex-direction:column;padding:.9rem}.storefront-product-card-body>p{margin:0 0 .35rem;color:var(--tenant-muted);font-size:.62rem;text-transform:uppercase}.storefront-product-card-body h3{margin:0 0 .7rem;font-size:.88rem;line-height:1.25}.storefront-product-card-body h3 a{text-decoration:none}.storefront-rating{margin-bottom:.55rem;color:#df9d16;font-size:.72rem}.storefront-rating small{color:var(--tenant-muted)}.storefront-card-price{margin-top:auto;font-size:1rem}.storefront-product-card-action{padding:0 .9rem .9rem}.storefront-product-card-action form{margin:0}.storefront-product-card-action a,.storefront-product-card-action button{display:grid;width:100%;min-height:38px;border:0;border-radius:8px;color:#fff;background:var(--tenant-primary);font-size:.72rem;font-weight:800;text-decoration:none;place-items:center}.storefront-product-card-action button:disabled{color:var(--tenant-muted);background:#e8ebef}.storefront-empty-v2{padding:2.5rem;border:1px dashed var(--sf-border);border-radius:12px;background:#fff;text-align:center}.storefront-empty-v2 p{margin:.35rem 0;color:var(--tenant-muted)}.storefront-editorial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.storefront-editorial-grid article{display:grid;overflow:hidden;grid-template-columns:1fr 1fr;border-radius:14px;background:var(--tenant-secondary);color:#fff}.storefront-editorial-grid img{width:100%;height:100%;min-height:220px;object-fit:cover}.storefront-editorial-grid article>div{display:flex;justify-content:center;flex-direction:column;padding:2rem}.storefront-editorial-grid h2{margin:.3rem 0}.storefront-editorial-grid p,.storefront-editorial-grid span{color:#ffffffb3}.storefront-editorial-grid a{margin-top:1rem;font-weight:800}@media(max-width:1200px){.storefront-product-grid-v2,.storefront-category-cards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.storefront-hero-slide,.storefront-hero-fallback{grid-template-columns:1fr;min-height:520px}.storefront-hero-slide picture,.storefront-hero-slide img,.storefront-hero-fallback>img{position:absolute;top:0;right:0;bottom:0;left:0;min-height:520px;opacity:.45}.storefront-hero-content,.storefront-hero-fallback>div{min-height:520px;background:linear-gradient(90deg,#000000b8,#00000026)}.storefront-product-grid-v2{display:flex;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory}.storefront-product-card-v2{min-width:72vw;scroll-snap-align:start}.storefront-category-cards{display:flex;overflow-x:auto}.storefront-category-cards a{min-width:125px}.storefront-editorial-grid{grid-template-columns:1fr}.storefront-editorial-grid article{grid-template-columns:1fr}.storefront-editorial-grid img{max-height:190px}.storefront-section-title{align-items:start}.storefront-section-title h2{font-size:1.45rem}}.storefront-hero-carousel,.storefront-hero-fallback{height:clamp(430px,36vw,540px);min-height:0}.storefront-carousel-track,.storefront-hero-slide{height:100%;min-height:0}.storefront-hero-slide[hidden]{display:none}.storefront-hero-slide picture{display:block;height:100%;min-height:0;overflow:hidden}.storefront-hero-slide picture img,.storefront-hero-fallback>img{display:block;height:100%;min-height:0;object-fit:cover}.storefront-hero-content{height:100%;min-height:0;overflow:hidden}.storefront-hero-content h1{max-height:3em;overflow:hidden}.storefront-hero-content>p:not(.eyebrow){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.storefront-category-showcase{position:relative;overflow:hidden;padding:clamp(1.5rem,3vw,2.5rem);border:1px solid rgba(255,255,255,.06);border-radius:22px;color:#fff;background:radial-gradient(circle at 88% -10%,color-mix(in srgb,var(--tenant-primary) 34%,transparent),transparent 30%),linear-gradient(135deg,color-mix(in srgb,var(--tenant-secondary) 96%,#030712),color-mix(in srgb,var(--tenant-secondary) 82%,#111827));box-shadow:0 24px 65px #0f172a29}.storefront-category-showcase:after{position:absolute;right:-110px;bottom:-150px;width:330px;height:330px;border:1px solid rgba(255,255,255,.045);border-radius:50%;box-shadow:0 0 0 55px #ffffff05,0 0 0 110px #ffffff03;content:"";pointer-events:none}.storefront-category-heading{display:flex;position:relative;z-index:1;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:1.6rem}.storefront-category-heading .eyebrow{margin:0 0 .4rem;color:color-mix(in srgb,var(--tenant-accent) 78%,#fff);font-size:.64rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.storefront-category-heading h2{margin:0;color:#fff;font-size:clamp(1.75rem,3vw,2.65rem);letter-spacing:-.045em}.storefront-category-heading div>p:last-child{margin:.55rem 0 0;color:#ffffff8f;font-size:.76rem}.storefront-category-heading>a{display:inline-flex;flex:0 0 auto;align-items:center;gap:.45rem;padding:.68rem .85rem;border:1px solid rgba(255,255,255,.15);border-radius:9px;color:#fff;background:#ffffff12;font-size:.68rem;font-weight:800;text-decoration:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);transition:background .18s,transform .18s}.storefront-category-heading>a:hover{background:#ffffff21;transform:translateY(-2px)}.storefront-category-cards{display:grid;position:relative;z-index:1;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.storefront-category-cards .storefront-category-card{--category-tone: var(--tenant-primary);display:grid;min-width:0;min-height:148px;grid-template-columns:52px minmax(0,1fr) 34px;gap:.85rem;align-items:center;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#18202f;background:#fffffff5;box-shadow:0 10px 28px #0000001f;text-align:left;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.storefront-category-card.tone-2{--category-tone: color-mix(in srgb,var(--tenant-accent) 72%,#1d755f)}.storefront-category-card.tone-3{--category-tone: color-mix(in srgb,var(--tenant-secondary) 64%,#9a6f42)}.storefront-category-card.tone-4{--category-tone: color-mix(in srgb,var(--tenant-primary) 58%,#806080)}.storefront-category-card:hover{background:#fff;box-shadow:0 18px 38px #0003;transform:translateY(-4px)}.storefront-category-cards .storefront-category-icon{display:grid;width:52px;height:52px;min-width:52px;border:1px solid color-mix(in srgb,var(--category-tone) 18%,#e2e8f0);border-radius:14px;color:var(--category-tone);background:color-mix(in srgb,var(--category-tone) 7%,#fff);box-shadow:none;place-items:center}.storefront-category-cards .storefront-category-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.storefront-category-cards .storefront-category-copy{display:block;min-width:0;padding:0}.storefront-category-cards .storefront-category-copy p{margin:0 0 .32rem;color:var(--category-tone);font-size:.56rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.storefront-category-cards .storefront-category-copy h3{margin:0;overflow:hidden;color:var(--tenant-text);font-size:.96rem;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.storefront-category-cards .storefront-category-copy small{display:block;margin-top:.32rem;overflow:hidden;color:var(--tenant-muted);font-size:.62rem;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.storefront-category-cards .storefront-category-arrow{width:30px;height:30px;padding:7px;border-radius:50%;fill:none;stroke:#6b7687;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:color .18s,background .18s,stroke .18s,transform .18s}.storefront-category-card:hover .storefront-category-arrow,.storefront-category-card:focus-visible .storefront-category-arrow{stroke:#fff;background:var(--category-tone);transform:translate(2px)}@media(max-width:1000px){.storefront-category-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.storefront-hero-carousel,.storefront-hero-fallback{height:520px;min-height:520px}.storefront-hero-slide,.storefront-hero-content{height:520px;min-height:0}.storefront-hero-slide picture,.storefront-hero-slide picture img,.storefront-hero-fallback>img{min-height:0}.storefront-category-showcase{padding:1.3rem;border-radius:17px}.storefront-category-heading{align-items:start;flex-direction:column;gap:1rem}.storefront-category-heading div>p:last-child{max-width:340px}.storefront-category-cards{display:grid;grid-template-columns:1fr;gap:.65rem;overflow:visible;padding:0}.storefront-category-cards .storefront-category-card{min-height:112px}}.storefront-checkout-steps{display:grid;grid-template-columns:repeat(3,1fr);max-width:720px;margin:0 auto 2.5rem}.storefront-checkout-steps span{position:relative;padding-top:2rem;color:var(--tenant-muted);font-size:.72rem;font-weight:750;text-align:center}.storefront-checkout-steps span:before{position:absolute;z-index:1;top:0;left:50%;display:grid;width:25px;height:25px;border:2px solid #d9dee7;border-radius:50%;transform:translate(-50%);background:#fff;content:""}.storefront-checkout-steps span:not(:last-child):after{position:absolute;top:12px;left:50%;width:100%;height:2px;background:#d9dee7;content:""}.storefront-checkout-steps span[aria-current=step],.storefront-checkout-steps .is-complete{color:var(--tenant-primary)}.storefront-checkout-steps span[aria-current=step]:before,.storefront-checkout-steps .is-complete:before{border-color:var(--tenant-primary);background:var(--tenant-primary);box-shadow:inset 0 0 0 5px #fff}.storefront-saved-addresses{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0 0 1.5rem;padding:1rem;border:1px solid var(--sf-border);border-radius:12px}.storefront-saved-addresses legend{grid-column:1/-1;padding:0 .4rem;font-size:.82rem;font-weight:800}.storefront-saved-addresses button{display:grid;gap:.3rem;padding:1rem;border:1px solid var(--sf-border);border-radius:10px;background:#fff;text-align:left}.storefront-saved-addresses button.is-selected{border-color:var(--tenant-primary);box-shadow:0 0 0 3px var(--sf-soft)}.storefront-saved-addresses span{color:var(--tenant-muted);font-size:.72rem}.storefront-form-errors{grid-column:1/-1;padding:1rem;border-left:4px solid #b42318;border-radius:8px;background:#fff1f0;color:#7a271a}.storefront-form-errors p{margin:.25rem 0 0}.storefront-checkout-submit{display:grid;width:100%;min-height:46px;padding:.75rem 1rem;border:0;border-radius:9px;color:#fff!important;background:var(--tenant-primary);font-weight:800;text-align:center;text-decoration:none;place-items:center}.storefront-checkout-submit:disabled{cursor:wait;opacity:.65}.storefront-secure-note{display:block;margin:.65rem 0 0;color:var(--tenant-muted);font-size:.7rem;text-align:center}.storefront-cart-summary{position:sticky;top:135px;height:max-content}.storefront-cart-item{border-color:var(--sf-border)!important;border-radius:12px!important;background:#fff;box-shadow:0 8px 24px #0f172a0a}@media(max-width:760px){.storefront-checkout-steps{margin-bottom:1.5rem}.storefront-checkout-steps span{font-size:.62rem}.storefront-saved-addresses{grid-template-columns:1fr}.storefront-cart-summary{position:static}.storefront-checkout-form{grid-template-columns:1fr!important}}.storefront-body{--sf-border: var(--tenant-border);--sf-soft: color-mix(in srgb,var(--tenant-primary) 8%,var(--tenant-surface));color:var(--tenant-text);background:var(--tenant-background)}.storefront-body h1,.storefront-body h2,.storefront-body h3,.storefront-body h4{font-family:var(--tenant-heading-font)}.storefront-search,.storefront-megamenu,.storefront-drawer,.storefront-drawer input,.storefront-drawer select,.storefront-address-option,.storefront-mobile-bar,.storefront-mobile-bar a,.storefront-mobile-bar button,.storefront-brand-grid>div,.storefront-coupon-grid article,.storefront-product-card-v2,.storefront-empty-v2,.storefront-product-thumbnails button,.storefront-product-information,.storefront-saved-addresses button,.storefront-cart-item{color:var(--tenant-text);background:var(--tenant-surface)}.storefront-search input,.storefront-drawer input,.storefront-drawer select,.storefront-product-option select,.storefront-product-quantity input{color:var(--tenant-text);background:var(--tenant-surface)}.storefront-product-stage{background:linear-gradient(145deg,var(--tenant-surface),var(--tenant-background))}.storefront-product-card-v2,.storefront-brand-grid>div,.storefront-coupon-grid article,.storefront-empty-v2,.storefront-product-information,.storefront-cart-item{border-radius:var(--tenant-radius);box-shadow:0 12px 34px var(--tenant-shadow)}.storefront-product-card-action a,.storefront-product-card-action button,.storefront-primary-button,.storefront-checkout-submit,.storefront-product-buy-row>button{color:var(--tenant-primary-contrast)!important}.storefront-category-showcase{border-radius:calc(var(--tenant-radius) + 6px);box-shadow:0 24px 65px var(--tenant-shadow)}.storefront-category-cards .storefront-category-card{color:var(--tenant-text);background:var(--tenant-surface);border-radius:var(--tenant-radius);box-shadow:0 10px 28px var(--tenant-shadow)}.storefront-category-cards .storefront-category-card:hover{background:var(--tenant-surface-elevated);box-shadow:0 18px 38px var(--tenant-shadow)}.storefront-category-cards .storefront-category-icon{background:color-mix(in srgb,var(--category-tone) 8%,var(--tenant-surface))}.storefront-hero-carousel,.storefront-hero-fallback{border-radius:var(--tenant-radius);box-shadow:0 24px 70px var(--tenant-shadow)}.storefront-hero-content a,.storefront-hero-fallback a{color:var(--tenant-secondary);background:var(--tenant-secondary-contrast);border-radius:var(--tenant-radius-small)}.storefront-drawer input::placeholder,.storefront-search input::placeholder{color:var(--tenant-muted)}.storefront-body[data-theme-mode=dark],.storefront-body[data-theme-mode=auto]{color-scheme:light dark}.storefront-body[data-theme-preset=minimal] .storefront-product-card-v2,.storefront-body[data-theme-preset=minimal] .storefront-panel,.storefront-body[data-theme-preset=minimal] .storefront-category-cards .storefront-category-card{box-shadow:none!important}.storefront-body[data-theme-preset=minimal] .storefront-category-showcase{background:var(--tenant-secondary)}.storefront-body[data-theme-preset=editorial] .storefront-page{width:min(100% - 2rem,1320px)}.storefront-body[data-theme-preset=editorial] .storefront-section-title h2,.storefront-body[data-theme-preset=editorial] .storefront-category-heading h2{font-weight:500}.storefront-body[data-theme-preset=retail] .storefront-product-card-action a,.storefront-body[data-theme-preset=retail] .storefront-product-card-action button{background:var(--tenant-accent);color:var(--tenant-secondary-contrast)!important}.storefront-body[data-theme-preset=retail] .storefront-product-badge{background:var(--tenant-primary)}.storefront-body[data-theme-preset=corporate] .storefront-hero-carousel,.storefront-body[data-theme-preset=corporate] .storefront-category-showcase{box-shadow:0 12px 32px var(--tenant-shadow)}.storefront-cart-product{display:flex;min-width:0;align-items:center;gap:1rem}.storefront-cart-thumb{display:grid;width:88px;height:88px;flex:0 0 88px;overflow:hidden;border:1px solid var(--sf-border);border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--tenant-primary),var(--tenant-secondary));font-size:1.5rem;font-weight:850;place-items:center}.storefront-cart-thumb img{width:100%;height:100%;object-fit:cover}.storefront-cart-count{margin:-.25rem 0 1rem;color:var(--tenant-muted);font-size:.78rem}.storefront-cart-summary{padding:1.35rem!important;border-top:4px solid var(--tenant-primary)!important;box-shadow:0 18px 48px #0f172a1a!important}.storefront-cart-summary .storefront-checkout-submit{margin-top:1rem;box-shadow:0 10px 24px color-mix(in srgb,var(--tenant-primary) 24%,transparent)}.storefront-cart-item{grid-template-columns:minmax(280px,1fr) minmax(150px,190px) minmax(190px,auto)!important}.storefront-cart-actions{display:grid!important;grid-template-columns:80px max-content;justify-content:end;gap:.65rem!important}.storefront-cart-actions .form-control{width:80px;min-width:0}.storefront-cart-actions .btn,.storefront-cart-line .btn{white-space:nowrap}.storefront-cart-line{min-width:190px;gap:1rem!important;white-space:nowrap}@media(max-width:1080px){.storefront-cart-item{grid-template-columns:1fr!important}.storefront-cart-actions,.storefront-cart-line{justify-content:start}.storefront-cart-thumb{width:76px;height:76px;flex-basis:76px}}@media(max-width:760px){.storefront-cart-product{align-items:flex-start}.storefront-cart-thumb{width:68px;height:68px;flex-basis:68px}.storefront-cart-item{gap:1rem!important}.storefront-cart-line{justify-content:space-between;flex-direction:row!important}}.storefront-card-payment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem;border:1px solid var(--sf-border);border-radius:12px;background:var(--tenant-surface-elevated)}.storefront-card-payment[hidden]{display:none}.storefront-card-secure-field{min-height:42px;padding:.55rem .75rem}.storefront-card-secure-field iframe{height:24px!important}@media(max-width:760px){.storefront-card-payment{grid-template-columns:1fr}}.storefront-checkout-grid{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:2rem}.storefront-checkout-form{min-width:0}.storefront-checkout-card{display:grid;gap:1.25rem;padding:1.4rem;border:1px solid color-mix(in srgb,var(--tenant-border) 78%,transparent);border-radius:calc(var(--tenant-radius) + 2px);background:var(--tenant-surface);box-shadow:0 14px 38px color-mix(in srgb,var(--tenant-shadow) 75%,transparent)}.storefront-checkout-card>header{display:flex;align-items:center;gap:.9rem;padding-bottom:1rem;border-bottom:1px solid var(--tenant-border)}.storefront-checkout-card>header>span{display:grid;width:34px;height:34px;flex:0 0 34px;border-radius:50%;color:var(--tenant-primary-contrast);background:var(--tenant-primary);font-size:.72rem;font-weight:900;place-items:center}.storefront-checkout-card>header h2{margin:0;font-size:1.05rem}.storefront-checkout-card>header p{margin:.2rem 0 0;color:var(--tenant-muted);font-size:.76rem}.storefront-checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.storefront-checkout-card .admin-field{min-width:0}.storefront-checkout-card .form-control,.storefront-checkout-card .form-select{width:100%;min-height:44px;border-color:var(--tenant-border);border-radius:var(--tenant-radius-small);background:var(--tenant-surface-elevated)}.storefront-checkout-card .form-check.border{display:block;margin:0!important;padding:1rem 1rem 1rem 2.6rem!important;border-color:var(--tenant-border)!important;border-radius:var(--tenant-radius-small)!important;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.storefront-checkout-card .form-check.border:has(input:checked){border-color:var(--tenant-primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--tenant-primary) 13%,transparent);transform:translateY(-1px)}.storefront-checkout-payment>.admin-field{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.storefront-checkout-payment>.admin-field>label:first-child,.storefront-checkout-payment>.admin-field>.storefront-card-payment,.storefront-checkout-payment>.admin-field>.alert,.storefront-checkout-payment>.admin-field>input[type=hidden]{grid-column:1/-1}.storefront-card-payment{grid-column:1/-1;margin-top:.25rem!important}.storefront-checkout-finish{padding:.25rem}.storefront-checkout-submit{min-height:52px;border-radius:var(--tenant-radius-small);box-shadow:0 12px 28px color-mix(in srgb,var(--tenant-primary) 28%,transparent);font-size:.95rem}.storefront-cart-summary{min-width:0;padding:1.4rem!important;border-radius:calc(var(--tenant-radius) + 2px)!important}.storefront-cart-summary h2{padding-bottom:1rem;border-bottom:1px solid var(--tenant-border)}@media(max-width:1180px){.storefront-checkout-grid{grid-template-columns:1fr}.storefront-checkout-grid .storefront-cart-summary{position:static;order:-1}.storefront-checkout-grid .storefront-cart-summary .storefront-summary-row{gap:1rem}}@media(max-width:760px){.storefront-panel{min-width:0}.storefront-checkout-grid{gap:1rem}.storefront-checkout-card{padding:1rem;border-radius:var(--tenant-radius)}.storefront-checkout-fields,.storefront-checkout-payment>.admin-field{grid-template-columns:1fr}.storefront-checkout-payment>.admin-field>*{grid-column:1!important}.storefront-checkout-card>header{align-items:flex-start}.storefront-checkout-steps{max-width:100%}.storefront-checkout-steps span{overflow-wrap:anywhere}.storefront-saved-addresses{padding:.8rem}.storefront-checkout-submit{min-height:50px}}@media(max-width:420px){.storefront-checkout-card{padding:.85rem}.storefront-checkout-card>header p{font-size:.7rem}.storefront-checkout-card .form-check.border{padding:.85rem .75rem .85rem 2.3rem!important}.storefront-cart-summary{padding:1rem!important}}.storefront-checkout-card .storefront-payment-option{display:grid!important;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:.75rem;padding:1rem!important}.storefront-payment-option .form-check-input{float:none;width:18px;height:18px;margin:.1rem 0 0!important}.storefront-payment-option>span{display:grid;min-width:0;gap:.2rem}.storefront-payment-option strong{line-height:1.25}.storefront-payment-option small{color:var(--tenant-muted);font-size:.72rem;line-height:1.4;overflow-wrap:anywhere}@media(max-width:760px){.storefront-home-v2{width:100%;min-width:0;gap:2rem;overflow:hidden}.storefront-hero-carousel,.storefront-hero-fallback{height:auto;min-height:390px;border-radius:var(--tenant-radius)}.storefront-hero-slide,.storefront-hero-content,.storefront-hero-fallback>div{height:auto;min-height:390px}.storefront-hero-content,.storefront-hero-fallback>div{padding:2rem 1.25rem}.storefront-hero-content h1,.storefront-hero-fallback h1{max-height:none;font-size:clamp(2rem,11vw,3.2rem);overflow-wrap:anywhere}.storefront-carousel-control{top:auto;bottom:1rem;width:36px;height:36px}.storefront-carousel-control.prev{left:1rem}.storefront-carousel-control.next{right:1rem}.storefront-product-grid-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;overflow:visible;padding:0}.storefront-product-card-v2{width:100%;min-width:0}.storefront-product-card-body{padding:.7rem}.storefront-product-card-action{padding:0 .7rem .7rem}.storefront-product-card-body h3{font-size:.8rem}.storefront-card-price{font-size:.9rem}.storefront-editorial-grid article{grid-template-columns:1fr}.storefront-editorial-grid article>div{padding:1.25rem}.storefront-section-title{min-width:0;align-items:flex-start}.storefront-section-title>div{min-width:0}.storefront-section-title h2{overflow-wrap:anywhere}}@media(max-width:380px){.storefront-product-grid-v2{grid-template-columns:1fr}.storefront-product-card-v2{max-width:none}.storefront-checkout-card .storefront-payment-option{padding:.85rem!important}}.payment-integration-card{min-width:0}.payment-integration-card .admin-form-grid{grid-template-columns:1fr}.payment-integration-card code{max-width:100%;overflow-wrap:anywhere}.payment-integration-card .form-check{display:flex;align-items:center;gap:.5rem;padding:.7rem .8rem;border:1px solid var(--admin-border,#dfe3ea);border-radius:10px}.payment-integration-card .admin-form-actions .btn{white-space:normal}@media(max-width:1080px){.admin-dashboard-grid:has(.payment-integration-card){grid-template-columns:1fr 1fr}}@media(max-width:820px){.admin-dashboard-grid:has(.payment-integration-card){grid-template-columns:1fr}.payment-integration-card{padding:1rem}.payment-integration-card .admin-panel-heading{align-items:flex-start;gap:.75rem}}.storefront-home-v2,.storefront-commercial-section,.storefront-commercial-section>*{min-width:0}.storefront-commercial-section{width:100%}.storefront-brand-grid>div,.storefront-video-grid>button,.storefront-coupon-grid>article{min-width:0}.storefront-video-grid img{display:block}.storefront-video-grid strong,.storefront-coupon-grid span{overflow-wrap:anywhere}@media(max-width:1050px){.storefront-home-v2{gap:clamp(2.25rem,5vw,4rem)}.storefront-brand-grid,.storefront-video-grid,.storefront-coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-editorial-grid article{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}@media(max-width:760px){.storefront-home-v2{overflow:visible}.storefront-commercial-section{overflow:hidden}.storefront-section-title{flex-wrap:wrap;margin-bottom:1rem}.storefront-section-title a{display:inline-flex;min-height:44px;align-items:center;padding:.35rem 0}.storefront-hero-carousel,.storefront-hero-fallback{min-height:clamp(360px,105vw,440px)}.storefront-hero-slide,.storefront-hero-content,.storefront-hero-fallback>div{min-height:clamp(360px,105vw,440px)}.storefront-hero-slide picture,.storefront-hero-slide picture img,.storefront-hero-fallback>img{width:100%;height:100%;min-height:0}.storefront-hero-content,.storefront-hero-fallback>div{justify-content:flex-end;padding:clamp(1.25rem,6vw,2rem);padding-bottom:4.5rem;background:linear-gradient(0deg,#000000d1,#0000002e 75%)}.storefront-hero-content h1,.storefront-hero-fallback h1{margin:.25rem 0 .7rem;font-size:clamp(1.9rem,10vw,3rem);line-height:1}.storefront-hero-content p,.storefront-hero-fallback p{margin:.25rem 0;font-size:.86rem;line-height:1.5}.storefront-hero-content a,.storefront-hero-fallback a{display:inline-flex;min-height:44px;align-items:center;justify-content:center}.storefront-carousel-dots{bottom:1.35rem}.storefront-category-showcase{padding:1.15rem}.storefront-category-heading{margin-bottom:1.1rem}.storefront-category-heading>a{width:100%;min-height:44px;justify-content:center}.storefront-category-cards .storefront-category-card{min-height:96px;grid-template-columns:46px minmax(0,1fr) 30px;padding:.85rem}.storefront-category-cards .storefront-category-icon{width:46px;height:46px;min-width:46px}.storefront-brand-grid,.storefront-video-grid,.storefront-coupon-grid{display:grid;overflow:visible}.storefront-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.storefront-brand-grid>div{min-height:82px;padding:.8rem}.storefront-brand-grid img{max-width:100%;max-height:48px}.storefront-video-grid,.storefront-coupon-grid{grid-template-columns:1fr;gap:.8rem}.storefront-video-grid button,.storefront-coupon-grid article{width:100%;min-width:0}.storefront-video-grid img{aspect-ratio:16/9}.storefront-video-grid strong{padding:.8rem 1rem;font-size:.82rem}.storefront-coupon-grid article{padding:1.1rem}.storefront-coupon-grid button{min-height:44px}.storefront-editorial-grid{gap:.8rem}.storefront-editorial-grid article{grid-template-columns:1fr}.storefront-editorial-grid img{width:100%;height:auto;max-height:none;aspect-ratio:16/9}.storefront-editorial-grid article>div{padding:1.25rem}.storefront-editorial-grid a{display:inline-flex;min-height:44px;align-items:center}}@media(max-width:480px){.storefront-page{width:min(100% - .75rem,1440px)}.storefront-home-v2{gap:1.75rem}.storefront-product-grid-v2{gap:.55rem}.storefront-product-card-body{padding:.65rem}.storefront-product-card-action{padding:0 .65rem .65rem}.storefront-product-card-action a,.storefront-product-card-action button{min-height:44px}.storefront-product-card-body>p{font-size:.58rem}.storefront-product-card-body h3{min-height:2.4em;margin-bottom:.5rem;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.storefront-product-card-v2 .storefront-rating{font-size:.65rem}.storefront-product-grid-v2>.storefront-product-card-v2:only-child{grid-column:1/-1;width:min(100%,360px);justify-self:center}.storefront-category-cards .storefront-category-arrow{display:none}.storefront-category-cards .storefront-category-card{grid-template-columns:44px minmax(0,1fr)}}.storefront-cart-summary .btn-dark{color:#fff!important;text-decoration:none}.storefront-cart-summary .btn-dark:hover,.storefront-cart-summary .btn-dark:focus-visible{color:#fff!important}@media(max-width:340px){.storefront-product-grid-v2{grid-template-columns:1fr}.storefront-product-card-body h3{min-height:0}.storefront-brand-grid{grid-template-columns:1fr}}
