.CartView_layout__rqkCj{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}@media (max-width:800px){.CartView_layout__rqkCj{grid-template-columns:1fr}}.CartView_lines__SeO8k{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.CartView_line__voDC4{display:grid;grid-template-columns:80px 1fr auto 5rem;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.CartView_thumb__Vg3Io{position:relative;width:80px;height:80px;border-radius:8px;overflow:hidden;background:var(--bg-subtle);border:1px solid var(--border)}.CartView_thumbImg__4OzpG{object-fit:cover}.CartView_info__CZe8Z{display:flex;flex-direction:column;gap:.2rem}.CartView_name__tAJ5H{font-weight:500}.CartView_variant__Z_KIQ{font-size:.85rem;color:var(--text-muted)}.CartView_remove__Za7bu{align-self:flex-start;margin-top:.25rem;background:none;border:none;padding:0;color:var(--text-muted);font-size:.82rem;text-decoration:underline;cursor:pointer}.CartView_qty__4SUy1{display:inline-flex;align-items:center;gap:.75rem;border:1px solid var(--border);border-radius:999px;padding:.3rem .6rem}.CartView_qty__4SUy1 button{background:none;border:none;font-size:1.1rem;line-height:1;cursor:pointer;color:var(--text);width:1.25rem}.CartView_qty__4SUy1 button:disabled{opacity:.4;cursor:not-allowed}.CartView_qty__4SUy1 span{min-width:1.25rem;text-align:center}.CartView_linePrice__1BQ3J{font-weight:600;white-space:nowrap;text-align:right}@media (max-width:480px){.CartView_line__voDC4{grid-template-columns:64px 1fr auto;grid-template-areas:"thumb info  info" "thumb qty   price";column-gap:.85rem;row-gap:.6rem}.CartView_thumb__Vg3Io{grid-area:thumb;width:64px;height:64px}.CartView_info__CZe8Z{grid-area:info;min-width:0}.CartView_qty__4SUy1{grid-area:qty;justify-self:start}.CartView_linePrice__1BQ3J{grid-area:price;align-self:center}}.CartView_summary__hmdqd{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.5rem;position:sticky;top:88px}.CartView_summaryTitle__JbHEf{font-size:1.1rem;margin-bottom:1rem}.CartView_row__4QCVa{display:flex;justify-content:space-between;padding:.4rem 0;color:var(--text-muted);font-size:.95rem}.CartView_total__49cuJ{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--border);color:var(--text);font-weight:600;font-size:1.05rem}.CartView_minNotice__ypD0_{margin-top:1.25rem;padding:.85rem .9rem;border-radius:var(--radius);background:var(--bg-subtle);border:1px solid var(--border)}.CartView_minText__BldJZ{margin:0 0 .6rem;font-size:.85rem;line-height:1.45;color:var(--text)}.CartView_progress__xXMBE{height:6px;border-radius:999px;background:var(--border);overflow:hidden}.CartView_progressBar__KUfb0{height:100%;border-radius:999px;background:var(--accent);transition:width .3s ease}.CartView_frozenNotice__G7fmY{margin-top:1rem;font-size:.8rem;line-height:1.4;color:var(--text-muted);text-align:center}.CartView_frozenNotice__G7fmY svg{width:1.15em;height:1.15em;margin-left:.3em;vertical-align:-.25em;color:var(--accent)}.CartView_frozenNotice__G7fmY+.CartView_checkoutDisabled__vj1sT,.CartView_frozenNotice__G7fmY+.CartView_checkout__bmnLN{margin-top:.75rem}.CartView_checkout__bmnLN{display:block;margin-top:1.25rem;padding:.9rem;text-align:center;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-weight:600;letter-spacing:var(--tracking-bold)}.CartView_checkoutDisabled__vj1sT{width:100%;border:none;cursor:not-allowed;opacity:.45}.CartView_note__6NQi3{margin:.75rem 0 0;text-align:center;font-size:.8rem;color:var(--text-muted)}.OrderingInfo_section__KRDlR{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.OrderingInfo_title__A96GH{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1.75rem}.OrderingInfo_grid__imG0_{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1000px){.OrderingInfo_grid__imG0_{grid-template-columns:repeat(2,1fr)}}.OrderingInfo_icon__ItWTS{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--bg-subtle);color:var(--accent);margin-bottom:1rem}.OrderingInfo_itemTitle__3Ysm6{font-size:1.05rem;margin-bottom:.5rem}.OrderingInfo_itemBody__HdxPk{color:var(--text-muted);font-size:.92rem;line-height:1.6}@media (max-width:800px){.OrderingInfo_grid__imG0_{grid-template-columns:1fr}.OrderingInfo_title__A96GH{text-align:center}.OrderingInfo_item__UJyJf{display:flex;flex-direction:column;align-items:center;text-align:center}.OrderingInfo_itemBody__HdxPk{max-width:26ch}}.ProductCard_card__JrE_3{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}.ProductCard_card__JrE_3:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.ProductCard_media__nEpHv{position:relative;aspect-ratio:1/1;background:var(--bg-subtle)}.ProductCard_image__VM_Fk{object-fit:cover}.ProductCard_placeholder__2LGKd{width:100%;height:100%;background:var(--bg-subtle)}.ProductCard_soldOut__hZYgQ{position:absolute;top:.75rem;left:.75rem;padding:.25rem .6rem;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-size:.72rem;font-weight:600;letter-spacing:var(--tracking-bold)}.ProductCard_body__5RnCY{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem 1.25rem}.ProductCard_title__KMclE{flex:1 1;min-width:0;font-size:1.05rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ProductCard_priceWrap__j44M2{display:flex;align-items:baseline;gap:.3rem;white-space:nowrap}@media (max-width:520px){.ProductCard_body__5RnCY{flex-direction:column;align-items:flex-start;gap:.35rem}.ProductCard_title__KMclE{flex:none;width:100%}}.ProductCard_price__jt2eU{font-size:.95rem;font-weight:600;color:var(--accent);white-space:nowrap}.ProductCard_detail__t3C14{font-size:.72rem;font-weight:500;color:var(--text-muted)}.ProductCard_detail__t3C14:before{content:"|";margin-right:.3rem;color:var(--border)}.ProductGrid_grid__EbwML{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.ProductGrid_gridRow__meDjC{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width:900px){.ProductGrid_gridRow__meDjC{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.ProductGrid_gridRow__meDjC{grid-template-columns:1fr}.ProductGrid_grid__EbwML{grid-template-columns:repeat(2,1fr);gap:.85rem}}.ProductGrid_item__wpcpI{animation:ProductGrid_cardIn__hVqqt .5s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(min(var(--i, 0), 14) * 55ms)}@keyframes ProductGrid_cardIn__hVqqt{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ProductGrid_item__wpcpI{animation:none}}.ProductGrid_empty__XQ9H2{color:var(--text-muted)}.page_empty__NtFXe{padding:5rem 1.25rem;text-align:center}.page_empty__NtFXe p{color:var(--text-muted);margin:.75rem 0 1.75rem}.page_cta__GmcQk{display:inline-block;padding:.85rem 1.75rem;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-weight:600}.RelatedProducts_section__NSs2u{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--border)}.RelatedProducts_title__UgUvy{font-size:clamp(1.5rem,3vw,2.25rem);margin-bottom:1.5rem}.RelatedProducts_footer__tQZpt{display:flex;justify-content:center;margin-top:2rem}.RelatedProducts_cta__4UnAI{display:inline-flex;align-items:center;padding:.6rem 1.35rem;border-radius:999px;border:1.5px solid var(--accent);color:var(--accent);font-weight:600;font-size:.9rem;letter-spacing:var(--tracking-normal);white-space:nowrap;transition:background .15s ease,color .15s ease}.RelatedProducts_cta__4UnAI:hover{background:var(--accent);color:var(--accent-contrast)}.FeaturedProducts_head__H8jTd{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin:4rem 0 .75rem}.FeaturedProducts_title__iZL4I{font-size:clamp(1.75rem,3vw,2.5rem)}.FeaturedProducts_sub__rOLHh{margin-top:.35rem;margin-bottom:0;color:var(--text-muted);font-size:1rem}.FeaturedProducts_carousel__yHPGk{position:relative}.FeaturedProducts_navBtn__SFWso{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;box-shadow:var(--shadow);transition:background .15s ease,transform .15s ease,opacity .15s ease}.FeaturedProducts_prev__kI4Zc{left:0}.FeaturedProducts_next__fjIOQ{right:0}.FeaturedProducts_navBtn__SFWso:hover:not(:disabled){background:var(--bg-subtle);transform:translateY(-50%) scale(1.06)}.FeaturedProducts_navBtn__SFWso:disabled{opacity:0;pointer-events:none}.FeaturedProducts_viewAll__RpUtv{display:inline-flex;align-items:center;padding:.6rem 1.35rem;border-radius:999px;border:1.5px solid var(--accent);color:var(--accent);font-weight:600;font-size:.9rem;letter-spacing:var(--tracking-normal);white-space:nowrap;transition:background .15s ease,color .15s ease}.FeaturedProducts_viewAll__RpUtv:hover{background:var(--accent);color:var(--accent-contrast)}.FeaturedProducts_viewAllFooter__DS5Uo{display:none}.FeaturedProducts_track__9ypee{--gap:1.25rem;margin:-22px 3.5rem -46px;display:flex;gap:var(--gap);overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;padding:28px 0 52px;scrollbar-width:none}.FeaturedProducts_track__9ypee::-webkit-scrollbar{display:none}.FeaturedProducts_item__QF_rn{flex:0 0 calc((100% - 3 * var(--gap)) / 4);min-width:0;scroll-snap-align:start}@media (max-width:900px){.FeaturedProducts_item__QF_rn{flex-basis:calc((100% - var(--gap)) / 2)}}@media (max-width:520px){.FeaturedProducts_head__H8jTd{margin-top:3rem}.FeaturedProducts_track__9ypee{margin:-22px 0 -46px}.FeaturedProducts_navBtn__SFWso{display:none}.FeaturedProducts_item__QF_rn{flex-basis:calc((100% - var(--gap)) / 2)}.FeaturedProducts_viewAllHead__lGyPZ{display:none}.FeaturedProducts_viewAllFooter__DS5Uo{display:flex;justify-content:center;margin-top:1.75rem}}@media (min-width:1280px){.FeaturedProducts_track__9ypee{margin:-22px 0 -46px;scroll-padding-inline:.5rem}.FeaturedProducts_prev__kI4Zc{left:max(.5rem - (100vw - 100%)/2,calc(-3.25rem - 3px))}.FeaturedProducts_next__fjIOQ{right:max(.5rem - (100vw - 100%)/2,calc(-3.25rem - 3px))}}.HeroZoom_img__FVR8b{position:absolute;inset:0;z-index:0;transform-origin:center;will-change:transform;animation:HeroZoom_heroIntro__6Rlrj 1.4s cubic-bezier(.22,1,.36,1) both}.HeroZoom_image__OIoSN{object-fit:cover;object-position:center}@keyframes HeroZoom_heroIntro__6Rlrj{0%{transform:scale(1.08)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){.HeroZoom_img__FVR8b{animation:none}}.ValuePillars_section__6SDEZ{padding:4rem 0;background:var(--bg-subtle)}.ValuePillars_grid__x_pSE{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:2rem}.ValuePillars_pillar__rY90H{text-align:center;display:flex;flex-direction:column;align-items:center}.ValuePillars_iconBox__w3uqK{width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--bg-subtle);color:var(--accent);margin-bottom:1.25rem;transition:background .15s ease,transform .15s ease}.ValuePillars_pillar__rY90H:hover .ValuePillars_iconBox__w3uqK{background:color-mix(in srgb,var(--accent) 15%,var(--bg-subtle));transform:scale(1.05)}.ValuePillars_text__dntlM{font-family:var(--font-sans);font-size:1rem;color:var(--text-muted);margin:0;line-height:1.5;max-width:200px}@media (max-width:640px){.ValuePillars_section__6SDEZ{padding:2.5rem 0}.ValuePillars_grid__x_pSE{gap:1.5rem}.ValuePillars_iconBox__w3uqK{width:64px;height:64px}.ValuePillars_pillar__rY90H .ValuePillars_text__dntlM{font-size:.8rem}}@media (max-width:520px){.ValuePillars_pillar__rY90H .ValuePillars_text__dntlM{font-size:.7rem}}.HowItWorks_section__Qonrr{margin-top:3rem;padding:4.5rem 0;border-top:1px solid var(--border)}.HowItWorks_head__uGPJ5{text-align:center;margin-bottom:3rem}.HowItWorks_title__ZTEiQ{font-size:clamp(1.75rem,3vw,2.5rem)}.HowItWorks_subtitle__DWUZ9{margin-top:.5rem;color:var(--text-muted);font-size:1.05rem}.HowItWorks_grid__OQRLL{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.HowItWorks_step__JLruV{text-align:center;display:flex;flex-direction:column;align-items:center}.HowItWorks_iconBox__qWsUo{position:relative;width:88px;height:88px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--bg-subtle);color:var(--accent);margin-bottom:1.5rem;transition:background .15s ease,transform .15s ease}.HowItWorks_step__JLruV:hover .HowItWorks_iconBox__qWsUo{background:color-mix(in srgb,var(--accent) 15%,var(--bg-subtle));transform:scale(1.05)}.HowItWorks_number__48_KU{position:absolute;top:-6px;right:-6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:var(--accent-contrast);font-family:var(--font-sans);font-size:.85rem;font-weight:700;box-shadow:var(--shadow-sm)}.HowItWorks_stepTitle__Fz_gj{font-size:1.2rem;margin-bottom:.5rem}.HowItWorks_stepBody__KTqLr{color:var(--text-muted);font-size:.97rem;line-height:1.55;margin:0;max-width:30ch}@media (max-width:640px){.HowItWorks_section__Qonrr{padding:3rem 0}.HowItWorks_head__uGPJ5{margin-bottom:2rem}.HowItWorks_grid__OQRLL{gap:2rem}}.Testimonials_section__wmc_G{padding:4.5rem 0;background:var(--bg-subtle)}.Testimonials_head__fd0fn{text-align:center;margin-bottom:3rem}.Testimonials_title__NiFgw{font-size:clamp(1.75rem,3vw,2.5rem)}.Testimonials_subtitle__lyyza{margin-top:.5rem;color:var(--text-muted);font-size:1.05rem}.Testimonials_grid__S6DGg{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.Testimonials_card__szgpU{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem}.Testimonials_stars__XJVAv{display:flex;gap:2px;color:var(--accent)}.Testimonials_quote__Vw4p_{margin:0;font-family:var(--font-display);font-size:1.15rem;line-height:1.5;color:var(--text)}.Testimonials_author__F_kuF{display:flex;flex-direction:column;margin-top:auto}.Testimonials_name__BBTui{font-weight:600;color:var(--text)}.Testimonials_detail__RPc0y{font-size:.9rem;color:var(--text-muted)}@media (max-width:640px){.Testimonials_section__wmc_G{padding:3rem 0}.Testimonials_head__fd0fn{margin-bottom:2rem}.Testimonials_card__szgpU{padding:1.5rem}}.ProductFilter_filters__rUGAX{display:flex;flex-wrap:wrap;gap:.625rem;margin-bottom:2rem}.ProductFilter_sections__XEcc_{display:flex;flex-direction:column;gap:2.75rem}.ProductFilter_heading__UJ8_7{font-size:clamp(1.4rem,2.6vw,1.9rem);margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:1px solid var(--border)}.ProductFilter_chip__WP7xM{appearance:none;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);font:inherit;font-size:.95rem;line-height:1;padding:.55rem 1.1rem;border-radius:999px;transition:background .15s ease,color .15s ease,border-color .15s ease}.ProductFilter_chip__WP7xM:hover{border-color:var(--accent);color:var(--accent)}.ProductFilter_chip__WP7xM.ProductFilter_active__l3Xrx{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.ProductFilter_chip__WP7xM.ProductFilter_active__l3Xrx:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast)}