.home_hero__uNlpJ{position:relative;width:100%;border-radius:var(--radius);overflow:hidden;min-height:min(52vh,520px);background:var(--theme-hero-bg);box-shadow:var(--shadow-medium)}@media (max-width:640px){.home_hero__uNlpJ{min-height:min(42vh,320px);border-radius:var(--radius-sm)}}.home_heroTrack__HsKt2{position:relative;width:100%;min-height:inherit}.home_heroSlide__ik1pa{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease;z-index:0}.home_heroSlideActive__WWfpn{opacity:1;visibility:visible;z-index:1}.home_heroImageWrap__wMGKw{position:absolute;inset:0;z-index:0}.home_heroImage__lGYaU{width:100%;height:100%;object-fit:cover}.home_heroOverlay__8PaKy{position:absolute;inset:0;z-index:1;background:var(--theme-hero-overlay)}.home_heroContent__RpwOP{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:inherit;padding:clamp(1.5rem,4vw,3rem);max-width:min(36rem,90%)}.home_heroBadge__Ej6s0{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.35rem .65rem;border-radius:var(--radius-sm);background:var(--theme-accent-gradient);color:var(--theme-accent-contrast);margin-bottom:.75rem}.home_heroHeadline__vLSNF{margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,2.35rem);font-weight:800;line-height:1.15;color:var(--theme-on-hero);text-shadow:0 2px 20px rgba(0,0,0,.35)}.home_heroSubtext__P7c89{margin:0 0 1.25rem;font-size:clamp(.9rem,2vw,1.05rem);line-height:1.5;color:color-mix(in srgb,var(--theme-on-hero) 88%,transparent);max-width:32rem}.home_heroCta__RM8_8{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.35rem;font-weight:700;font-size:.95rem;border-radius:var(--radius-sm);border:none;cursor:pointer;text-decoration:none;background:var(--theme-accent-gradient);color:var(--theme-accent-contrast);box-shadow:var(--shadow-soft);transition:transform .2s ease,box-shadow .2s ease}.home_heroCta__RM8_8:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium);text-decoration:none}.home_heroCta__RM8_8:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.home_heroNav__danQ9{position:absolute;inset-block:0;inset-inline-start:0;inset-inline-end:0;z-index:3;display:flex;align-items:center;justify-content:space-between;pointer-events:none;padding-inline:.35rem}.home_heroNavBtn__vbKic{pointer-events:auto;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid color-mix(in srgb,var(--theme-on-hero) 25%,transparent);background:color-mix(in srgb,var(--text) 50%,transparent);color:var(--theme-on-hero);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;transition:background .2s ease,transform .2s ease}.home_heroNavBtn__vbKic:hover{background:color-mix(in srgb,var(--color-accent) 25%,transparent);transform:scale(1.05)}.home_heroNavBtn__vbKic:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}html[dir=rtl] .home_heroNavBtnFlip__ekHiI{transform:scaleX(-1)}html[dir=rtl] .home_heroNavBtn__vbKic:hover{transform:scaleX(-1) scale(1.05)}.home_heroDots__U3s2k{position:absolute;inset-inline:0;bottom:1rem;z-index:3;display:flex;justify-content:center;gap:.45rem;flex-wrap:wrap;padding-inline:1rem}.home_heroDot__89l1I{width:.5rem;height:.5rem;border-radius:50%;border:none;padding:0;background:color-mix(in srgb,var(--theme-on-hero) 35%,transparent);cursor:pointer;transition:transform .2s ease,background .2s ease}.home_heroDot__89l1I:hover{background:color-mix(in srgb,var(--theme-on-hero) 60%,transparent)}.home_heroDotActive__STIrZ{background:var(--color-accent);transform:scale(1.25)}.home_section__BX8vy{-webkit-margin-after:2.75rem;margin-block-end:2.75rem}.home_sectionTitle__ChCjo{font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:800;margin:0 0 .25rem;color:var(--text);letter-spacing:-.02em;text-wrap:balance}.home_sectionSub__jLOaF{margin:0 0 1rem;font-size:.9rem;color:var(--muted);max-width:42rem;text-wrap:balance;line-height:1.5}.home_sectionHead__46j6P{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.home_railScroll__6Z23H{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:.25rem;padding-block:.35rem .75rem;margin-inline:-.25rem;padding-inline:.25rem;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.home_railScroll__6Z23H::-webkit-scrollbar{height:6px}.home_railScroll__6Z23H::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.home_railScroll__6Z23H>*{flex:0 0 auto;scroll-snap-align:start}.home_railControls__E30cb{display:flex;gap:.35rem}.home_railBtn__RMSf3{width:2.25rem;height:2.25rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--card);color:var(--text);cursor:pointer;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,background .2s ease}.home_railBtn__RMSf3:hover:not(:disabled){border-color:var(--theme-accent-strong);background:color-mix(in srgb,var(--color-accent) 8%,transparent)}.home_railBtn__RMSf3:disabled{opacity:.4;cursor:not-allowed}html[dir=rtl] .home_railBtnFlip__Hpy1x{transform:scaleX(-1)}.home_catGrid__N7qZG{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.5rem,1fr));grid-gap:.85rem;gap:.85rem}@media (min-width:640px){.home_catGrid__N7qZG{grid-template-columns:repeat(auto-fill,minmax(8.5rem,1fr))}}.home_catCard__hnGCq{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .65rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);text-decoration:none;color:inherit;transition:transform .22s ease,box-shadow .22s ease;box-shadow:var(--shadow-soft)}.home_catCard__hnGCq:hover{transform:translateY(-4px);box-shadow:var(--shadow-medium);text-decoration:none}.home_catIcon__wAp_g{width:3rem;height:3rem;border-radius:50%;background:linear-gradient(145deg,color-mix(in srgb,var(--color-accent) 22%,transparent) 0,color-mix(in srgb,var(--theme-accent-strong) 16%,transparent) 100%);display:flex;align-items:center;justify-content:center;font-size:1.35rem;margin-bottom:.5rem}.home_catIconLetter__dT6rt{font-size:1.05rem;font-weight:800;line-height:1;letter-spacing:-.02em;color:color-mix(in srgb,var(--theme-accent-strong,var(--color-accent)) 88%,var(--text))}.home_catName__n5dUl{font-weight:700;font-size:.875rem;line-height:1.25}.home_productCard__MOQDZ{width:11.5rem;border-radius:var(--radius-lg);background:var(--card);border:1px solid var(--border);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column}.home_productCard__MOQDZ:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);border-color:var(--theme-card-accent-border)}.home_productImagePlaceholder__E9VVe{display:flex;align-items:center;justify-content:center;height:100%;color:var(--muted);background:var(--card-image-bg)}.home_productImageWrap__7oBzk{position:relative;aspect-ratio:4/5;background:var(--card-image-bg);overflow:hidden}.home_productImage__IaW0_{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.home_productImageAlt__q_esy{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .24s ease;pointer-events:none}.home_productCard__MOQDZ:hover .home_productImage__IaW0_{transform:scale(1.05)}.home_productCard__MOQDZ:hover .home_productImageAlt__q_esy{opacity:1}.home_productBadges__MH9uA{position:absolute;z-index:2;inset-block-start:.5rem;inset-inline-start:.5rem;display:flex;gap:.35rem;flex-wrap:wrap}.home_productDiscount__bhWCU{font-size:.7rem;font-weight:800;padding:.2rem .45rem;border-radius:var(--radius-sm);background:var(--theme-accent-gradient);color:var(--theme-accent-contrast)}.home_productBadgeTag__f_7RM{font-size:.68rem;font-weight:800;padding:.22rem .42rem;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--text) 78%,transparent);color:var(--theme-on-hero);border:1px solid color-mix(in srgb,var(--theme-on-hero) 18%,transparent)}.home_productBadgeNew__40BEV{background:color-mix(in srgb,var(--color-accent) 20%,transparent);color:var(--color-accent);border-color:var(--theme-card-accent-border)}.home_productBody__kWmSO{padding:.7rem .75rem .75rem;display:flex;flex-direction:column;gap:.42rem;flex:1 1}.home_productMetaTop__bhUqZ{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.home_productTitle__d0LGJ{font-size:.82rem;font-weight:650;line-height:1.35;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:var(--text)}.home_productTitle__d0LGJ a{color:inherit;text-decoration:none}.home_productTitle__d0LGJ a:hover{text-decoration:underline}.home_productMeta__P_uHY{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.home_productPrice___yoBL{font-weight:800;font-size:1rem;color:var(--color-accent)}.home_productCompare__XV5yf{font-size:.8rem;color:var(--muted);text-decoration:line-through}.home_stars__bY3QM{font-size:.75rem;letter-spacing:.05em;color:var(--theme-accent-strong)}.home_productTrustRow__0Hyl2{display:flex;align-items:center;gap:.35rem}.home_ratingText__K7wDf{font-size:.75rem;color:var(--muted)}.home_productVendor__0Xmrc{font-size:.74rem;color:var(--muted);display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.home_productVendorLabel__d9B7H{color:color-mix(in srgb,var(--text) 88%,transparent)}.home_productVendorVerified__vXaWQ{font-size:.66rem;font-weight:700;border-radius:999px;padding:.13rem .38rem;background:color-mix(in srgb,var(--color-accent) 18%,transparent);color:var(--color-accent);border:1px solid var(--theme-card-accent-border)}.home_productMediaActions__UXuCJ{position:absolute;inset-inline:.5rem;inset-block-end:.5rem;z-index:3;display:flex;gap:.35rem;opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.home_productCard__MOQDZ:hover .home_productMediaActions__UXuCJ{opacity:1;transform:translateY(0);pointer-events:auto}.home_productActionsMobile__TFOFc{display:flex;gap:.35rem;margin-top:auto;padding-top:.2rem}.home_productCartMsg__Tm2qo{font-size:.72rem;margin-top:.15rem;color:var(--muted)}.home_actionGhost__eqXey{flex:1 1;min-width:0;font:inherit;font-size:.72rem;font-weight:600;min-height:2rem;padding:.45rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:color-mix(in srgb,var(--text) 72%,transparent);color:var(--theme-on-hero);cursor:pointer;transition:border-color .2s ease,background .2s ease}.home_actionGhost__eqXey:hover{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 10%,transparent)}.home_actionPrimary__eERrF{flex:1 1;min-width:0;font:inherit;font-size:.72rem;font-weight:700;min-height:2rem;padding:.45rem .5rem;border-radius:var(--radius-sm);border:none;cursor:pointer;background:var(--theme-accent-gradient);color:var(--theme-accent-contrast)}.home_actionPrimary__eERrF:hover{filter:brightness(1.05)}@media (hover:none),(pointer:coarse){.home_productMediaActions__UXuCJ{display:none}}@media (hover:hover) and (pointer:fine){.home_productActionsMobile__TFOFc{display:none}}.home_quickOverlay__E9aii{position:fixed;inset:0;z-index:70;background:color-mix(in srgb,var(--text) 52%,transparent);display:flex;align-items:center;justify-content:center;padding:1rem}.home_quickCard__KHIcO{width:min(28rem,100%);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);box-shadow:var(--shadow-strong);overflow:hidden;position:relative}.home_quickClose__dXcRS{position:absolute;inset-inline-end:.6rem;inset-block-start:.5rem;width:2rem;height:2rem;border-radius:999px;border:1px solid var(--border);background:color-mix(in srgb,var(--text) 70%,transparent);color:var(--theme-on-hero);cursor:pointer;z-index:2}.home_quickImageWrap__3SFNl{display:block;aspect-ratio:4/3;background:var(--card-image-bg)}.home_quickImage__9Uk5g{width:100%;height:100%;object-fit:cover}.home_quickBody__matj2{padding:.8rem .9rem .95rem;display:flex;flex-direction:column;gap:.45rem}.home_quickTitle__bQvS4{margin:0;font-size:.92rem;line-height:1.35}.home_quickTitle__bQvS4 a{color:var(--text);text-decoration:none}.home_quickPriceRow__FTUTB{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.home_quickActions__sExxC{display:flex;gap:.4rem;margin-top:.25rem}.home_vendorCard__W4IKq{width:14rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border);padding:1rem;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center}.home_vendorCard__W4IKq:hover{transform:translateY(-3px);box-shadow:var(--shadow-medium);text-decoration:none}.home_vendorLogo__rzRKN{width:3.5rem;height:3.5rem;border-radius:50%;object-fit:cover;background:var(--card-image-bg);margin-bottom:.5rem;border:2px solid var(--theme-card-accent-border)}.home_vendorLogoInitial__udnCH{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:var(--muted)}.home_vendorName__BoDWd{font-weight:800;font-size:.95rem;margin:0 0 .25rem;color:var(--text)}.home_vendorMeta__wRwgs{font-size:.78rem;color:var(--muted);margin-bottom:.65rem}.home_vendorCta__iHTVR{margin-top:auto;font-size:.78rem;font-weight:700;padding:.4rem .85rem;border-radius:var(--radius-sm);background:var(--theme-accent-gradient);color:var(--theme-accent-contrast)}.home_promoGrid__Snpp5{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.home_promoGrid__Snpp5{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home_promoGridTriple__THm6C{grid-template-columns:repeat(3,1fr)}}.home_promoBanner__pSZHY{border-radius:var(--radius);padding:clamp(1.25rem,3vw,2rem);min-height:9rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-decoration:none;color:var(--theme-on-hero);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease;box-shadow:var(--shadow-medium)}.home_promoBanner__pSZHY:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong);text-decoration:none;color:var(--theme-on-hero)}.home_promoDark__V_XJW{background:var(--theme-dark-gradient)}.home_promoAccent__6WxIf{background:var(--theme-accent-gradient);color:var(--theme-accent-contrast)}.home_promoAccent__6WxIf .home_promoCta__JEN77{background:var(--text);color:var(--color-accent)}.home_promoTitle__nN_H9{margin:0 0 .35rem;font-size:clamp(1.1rem,2.5vw,1.45rem);font-weight:800;line-height:1.2;position:relative;z-index:1}.home_promoSub__k6qM0{margin:0 0 .85rem;font-size:.88rem;opacity:.92;max-width:22rem;line-height:1.45;position:relative;z-index:1}.home_promoCta__JEN77{display:inline-block;font-weight:700;font-size:.85rem;padding:.45rem 1rem;border-radius:var(--radius-sm);background:var(--theme-accent-gradient);color:var(--theme-accent-contrast);position:relative;z-index:1}.home_promoDark__V_XJW .home_promoCta__JEN77{background:var(--color-accent);color:var(--theme-accent-contrast)}.home_trustStrip___3DQ0{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;padding:1.5rem 1rem;margin-top:2rem;border-radius:var(--radius);background:var(--card);border:1px solid var(--border)}@media (min-width:640px){.home_trustStrip___3DQ0{grid-template-columns:repeat(4,1fr);padding:1.5rem 1.25rem}}.home_trustItem___A6qp{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem}.home_trustIcon__vu8rj{display:flex;align-items:center;justify-content:center;line-height:1;color:var(--muted)}.home_trustTitle__ryY9W{font-weight:800;font-size:.82rem;margin:0;color:var(--text)}.home_trustText__1ad2O{margin:0;font-size:.75rem;color:var(--muted);line-height:1.4;max-width:14rem}.home_productGrid__Gp7g6{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));grid-gap:1rem;gap:1rem;align-items:stretch}.home_srOnly__bgMn_{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-detail_pdpTop__9QVKN{display:grid;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}@media (min-width:900px){.product-detail_pdpTop__9QVKN{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:1.5rem;align-items:start}}.product-detail_gallerySection__M5lwJ{display:flex;flex-direction:column;gap:.6rem}.product-detail_mainImageWrap__zj_9P{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--card);overflow:hidden;padding:0;cursor:zoom-in}.product-detail_mainImage__4iaao{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.product-detail_thumbRow__cdERD{display:flex;gap:.5rem;overflow-x:auto}.product-detail_thumbBtn__R0Jxs{border:1px solid var(--border);background:var(--card);border-radius:var(--radius-sm);padding:0;cursor:pointer;flex:0 0 auto}.product-detail_thumbBtnActive__kTNym{border-color:var(--color-accent)}.product-detail_thumbImage__nPQ2m{width:3.75rem;height:3.75rem;object-fit:cover;display:block;border-radius:var(--radius-sm)}.product-detail_buySection__x8xOp{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--card);padding:.95rem}.product-detail_categoryMeta__Wc3Ix{font-size:.78rem;color:var(--muted);margin:0 0 .25rem}.product-detail_title__6oZqe{margin:0 0 .45rem;font-size:clamp(1.2rem,2.5vw,1.55rem);line-height:1.25}.product-detail_priceBlock__gGS8h{display:flex;align-items:baseline;flex-wrap:wrap;gap:.45rem}.product-detail_priceNow__AyhZ7{font-size:clamp(1.25rem,3.5vw,1.6rem);font-weight:800;color:var(--color-accent)}.product-detail_priceBefore__bLr3G{color:var(--muted);text-decoration:line-through;font-size:.92rem}.product-detail_discountChip__8sB1s{border-radius:999px;padding:.16rem .5rem;font-size:.72rem;font-weight:800;color:var(--theme-accent-contrast);background:var(--theme-accent-gradient)}.product-detail_savingsText__QSqPB{margin:.3rem 0 .5rem;color:var(--muted);font-size:.8rem}.product-detail_vendorRow__FzAEl{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem}.product-detail_vendorLabel__UBCe1{font-size:.78rem;color:var(--muted)}.product-detail_vendorLink__OSHqx{font-weight:700;text-decoration:none}.product-detail_vendorVerified__bbkv7{font-size:.68rem;font-weight:700;border-radius:999px;padding:.12rem .42rem;border:1px solid var(--theme-card-accent-border);background:color-mix(in srgb,var(--color-accent) 14%,transparent);color:var(--color-accent)}.product-detail_variantBlock__QvxPg{margin-bottom:.65rem}.product-detail_variantLabel___vD3f{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:700}.product-detail_variantSelect__eidR9{width:100%;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);font:inherit;padding:.5rem .6rem}.product-detail_stockOk__sJYo2{margin:0 0 .7rem;color:var(--success,#047857);font-size:.82rem;font-weight:700}.product-detail_stockOos__jOMWO{margin:0 0 .7rem;background:var(--oos-bg);border:1px solid var(--oos-border);border-radius:var(--radius-sm);padding:.5rem .65rem;font-size:.82rem}.product-detail_lowStockWarn__zZiXN{margin:-.35rem 0 .7rem;color:var(--color-accent);font-size:.8rem;font-weight:700}.product-detail_ctaRow__By4SX{display:flex;gap:.5rem}.product-detail_qtyWrap__uWRuV{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.product-detail_qtyBtn_____Lt{width:2rem;height:2.5rem;border:none;background:var(--bg);color:var(--text);cursor:pointer;font-size:1rem}.product-detail_qtyValue__WCZHQ{min-width:1.8rem;text-align:center;font-weight:700}.product-detail_addBtn__TMxXL{flex:1 1;border:none;border-radius:var(--radius-sm);background:var(--theme-accent-gradient);color:var(--theme-accent-contrast);font:inherit;font-weight:800;cursor:pointer;min-height:2.5rem}.product-detail_addBtn__TMxXL:disabled{opacity:.6;cursor:not-allowed}.product-detail_cartMsg__TDLQV{margin:.5rem 0 0;font-size:.82rem;color:var(--muted)}.product-detail_skuMeta__zkhGk{margin:.45rem 0 0;color:var(--muted);font-size:.78rem}.product-detail_trustStrip__hRpEI{margin-top:.8rem;padding-top:.7rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:.4rem .7rem;font-size:.78rem;color:var(--muted)}.product-detail_infoSection__LSE3m{margin-top:1.25rem}.product-detail_sectionTitle__7MeNk{margin:0 0 .7rem;font-size:1.05rem}.product-detail_descriptionText__4arGf{margin:0;white-space:pre-wrap;line-height:1.55}.product-detail_vendorPanel__FrEdV{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);padding:.85rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-detail_vendorName__1HCsh{margin:0 0 .2rem;font-weight:800}.product-detail_vendorHint__LPwhM{margin:0;color:var(--muted);font-size:.82rem}.product-detail_vendorPanelCta__4LhQO{font-weight:700;text-decoration:none}.product-detail_relatedSection__RSzG_{margin-top:2rem}.product-detail_relatedGrid__0uiT7{display:grid;grid-template-columns:repeat(auto-fill,minmax(11.5rem,1fr));grid-gap:.9rem;gap:.9rem}.product-detail_stickyBuyBar__oNgzS{position:fixed;inset-inline:0;inset-block-end:0;z-index:40;background:color-mix(in srgb,var(--text) 96%,transparent);border-top:1px solid color-mix(in srgb,var(--theme-on-hero) 12%,transparent);padding:.5rem .75rem calc(.5rem + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-detail_stickyPrice__3oEQr{color:var(--color-accent);font-weight:800}.product-detail_stickyAddBtn__c3KMk{border:none;border-radius:var(--radius-sm);background:var(--theme-accent-gradient);color:var(--theme-accent-contrast);font:inherit;font-weight:800;padding:.55rem 1rem;min-width:9rem}.product-detail_lightboxOverlay__zKox0{position:fixed;inset:0;z-index:80;background:color-mix(in srgb,var(--text) 92%,transparent);display:flex;align-items:center;justify-content:center;padding:1rem}.product-detail_lightboxImage__YLvSz{max-width:min(92vw,980px);max-height:88vh;object-fit:contain;border-radius:var(--radius)}.product-detail_lightboxClose__WHxh0{inset-block-start:.9rem;inset-inline-end:.9rem;width:2.2rem;height:2.2rem;background:color-mix(in srgb,var(--text) 70%,transparent);line-height:1}.product-detail_lightboxClose__WHxh0,.product-detail_lightboxNav__83WHu{position:absolute;border-radius:999px;border:1px solid color-mix(in srgb,var(--theme-on-hero) 25%,transparent);color:var(--theme-on-hero);font-size:1.35rem;cursor:pointer}.product-detail_lightboxNav__83WHu{top:50%;transform:translateY(-50%);width:2.4rem;height:2.4rem;background:color-mix(in srgb,var(--text) 65%,transparent)}.product-detail_lightboxPrev__YG_z1{inset-inline-start:.9rem}.product-detail_lightboxNext__YcnDu{inset-inline-end:.9rem}@media (min-width:900px){.product-detail_stickyBuyBar__oNgzS{display:none}}