:root{--background: 0 0% 99%;--foreground: 20 4% 23%;--card: 0 0% 100%;--muted: 340 20% 96.5%;--muted-foreground: 0 0% 32%;--border: 340 15% 90%;--primary: 340 50% 82%;--primary-foreground: 340 60% 25%;--accent: 340 40% 88%;--announcement: 340 52% 85%;--star-yellow: 45 85% 65%;--soft-yellow: 45 70% 92%;--soft-yellow-foreground: 40 40% 28%;--lavender: 258 100% 93%;--lavender-foreground: 258 40% 30%;--cta-button: 30 55% 90%;--cta-button-hover: 30 50% 85%;--footer-bg: 0 0% 30%;--footer-text: 0 0% 95%;--success: 142 70% 45%;--radius: 1rem;--shadow-soft: 0 4px 20px -4px hsl(258 100% 93% / .3);--shadow-elegant: 0 10px 40px -10px hsl(340 50% 82% / .25)}*{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:Montserrat,sans-serif;font-weight:300;letter-spacing:.02em;margin:0}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:300;letter-spacing:.02em;margin:0}.font-playfair{font-family:Playfair Display,Georgia,serif}.font-montserrat{font-family:Montserrat,sans-serif}a{color:inherit;text-decoration:none}button{font-family:Montserrat,sans-serif;font-weight:300;letter-spacing:.02em;cursor:pointer}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}.container--narrow{max-width:720px}.container--md{max-width:1024px}.container--lg{max-width:1152px}.container--xl{max-width:1280px}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.25,.1,.25,1),transform .7s cubic-bezier(.25,.1,.25,1)}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}.announcement-bar{background:hsl(var(--announcement));color:hsl(var(--foreground));padding:.375rem 0;text-align:center;position:sticky;top:0;z-index:50}.announcement-bar span{font-size:.75rem;font-weight:300;letter-spacing:.15em}@media(max-width:767px){.announcement-bar{display:none}}.site-header{position:sticky;top:0;z-index:40;background:#fff;transition:transform .3s ease}.site-header.is-hidden{transform:translateY(-100%)}.site-header__inner{position:relative;display:flex;align-items:center;height:3.5rem;transition:height .3s ease}.site-header.is-scrolled .site-header__inner{height:3rem}.site-header__nav{display:none;align-items:center;gap:2rem;font-family:Montserrat,sans-serif}@media(min-width:1024px){.site-header__nav{display:flex}}.site-header__nav a{font-size:.85rem;color:hsl(var(--muted-foreground));transition:color .2s}.site-header__nav a:hover{color:hsl(var(--foreground))}.site-header__logo{position:absolute;left:50%;transform:translate(-50%)}.site-header__logo img{height:2rem;width:auto}@media(min-width:768px){.site-header__logo img{height:2.5rem}}.site-header__right{display:flex;align-items:center;margin-left:auto;gap:.25rem}.icon-btn{background:none;border:none;padding:.5rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;color:hsl(var(--foreground));position:relative}.icon-btn:hover{background:hsl(var(--muted))}.mobile-menu-toggle{display:inline-flex}@media(min-width:1024px){.mobile-menu-toggle{display:none}}.mobile-menu{display:none;padding:1rem 0;border-top:1px solid hsl(var(--border))}.mobile-menu.is-open{display:block}.mobile-menu a{display:block;padding:.5rem 0;font-size:.9rem}@media(min-width:1024px){.mobile-menu{display:none!important}}.cart-count-bubble{position:absolute;top:-2px;right:-2px;height:1.1rem;width:1.1rem;border-radius:9999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.65rem;display:flex;align-items:center;justify-content:center}.hero{position:relative;width:100%;height:calc(100vh - 7rem);min-height:560px;overflow:hidden}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:scale(1.05);transition:opacity 1.6s ease-out,transform 1.6s ease-out}.hero__img.is-loaded{opacity:1;transform:scale(1)}.hero__gradient-1{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,hsl(20 4% 23% / .1),transparent,hsl(20 4% 23% / .5))}.hero__gradient-2{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,hsl(20 4% 23% / .3),transparent,transparent)}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;padding:0 1.5rem 4rem}@media(min-width:640px){.hero__content{padding:0 2.5rem 4rem}}@media(min-width:768px){.hero__content{padding:0 4rem 5rem}}@media(min-width:1024px){.hero__content{padding:0 6rem 6rem}}.hero__inner{max-width:48rem}.hero__eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero__eyebrow-line{height:1px;width:2.5rem;background:#ffffffb3}.hero__eyebrow-text{color:#ffffffe6;font-size:11px;letter-spacing:.25em;text-transform:uppercase;font-weight:300}.hero__title{font-family:Playfair Display,Georgia,serif;color:#fff;line-height:1.05;letter-spacing:-.01em;font-size:1.9rem;font-weight:200}@media(min-width:640px){.hero__title{font-size:2.25rem}}@media(min-width:768px){.hero__title{font-size:3rem}}@media(min-width:1024px){.hero__title{font-size:3.75rem}}.hero__subtitle{margin-top:1.5rem;max-width:28rem;color:#ffffffd9;font-size:.875rem;font-weight:300;line-height:1.6}@media(min-width:768px){.hero__subtitle{font-size:1rem}}.hero__cta{margin-top:2rem;display:inline-flex;align-items:center;gap:.75rem;color:#fff;border-bottom:1px solid hsl(0 0% 100% / .4);padding-bottom:.375rem;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;font-weight:300;transition:border-color .2s}.hero__cta:hover{border-color:#fff}.hero__cta svg{transition:transform .3s}.hero__cta:hover svg{transform:translate(4px)}.benefits{padding:2.5rem 0;background:hsl(var(--background))}.benefits__list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2.5rem}@media(min-width:768px){.benefits__list{gap:1rem 4rem}}.benefits__item{display:flex;align-items:center;gap:.75rem}.benefits__icon{width:2.25rem;height:2.25rem;border-radius:9999px;border:1px solid hsl(var(--primary) / .2);display:flex;align-items:center;justify-content:center;transition:all .4s}.benefits__item:hover .benefits__icon{border-color:hsl(var(--primary) / .4);background:hsl(var(--primary) / .05)}.benefits__icon svg{color:hsl(var(--primary) / .6);transition:color .4s}.benefits__item:hover .benefits__icon svg{color:hsl(var(--primary))}.benefits__label{font-size:.875rem;letter-spacing:.02em;color:hsl(var(--muted-foreground));font-weight:300;transition:color .4s}.benefits__item:hover .benefits__label{color:hsl(var(--foreground))}.brand-values{padding:3rem 0;background:hsl(var(--muted) / .4)}.brand-values__inner{max-width:64rem;margin:0 auto;text-align:center}.brand-values__text{font-size:1rem;color:hsl(var(--foreground) / .8);font-weight:200;line-height:1.7;letter-spacing:.02em}@media(min-width:768px){.brand-values__text{font-size:1.125rem}}@media(min-width:1024px){.brand-values__text{font-size:1.25rem}}.brand-values__line{width:5rem;height:1px;background:hsl(var(--foreground) / .2);margin:1.25rem auto 0}.products-section{padding:3.5rem 0;background:hsl(var(--background))}.products-grid{display:grid;grid-template-columns:1fr;gap:3.5rem 2.5rem;max-width:72rem;margin:0 auto}@media(min-width:768px){.products-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.products-grid{grid-template-columns:1fr 1fr 1fr}}.product-card{display:block}.product-card.is-bundle{border:1px solid hsl(var(--primary) / .4);border-radius:.5rem;padding:1rem}.product-card__media{aspect-ratio:4/3;overflow:hidden;margin-bottom:1.5rem;position:relative;background:hsl(var(--background))}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:10;font-size:10px;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:hsl(var(--foreground) / .7)}.product-card__media img{width:100%;height:100%;object-fit:contain;padding:1.5rem;transition:transform .7s ease-out}.product-card.is-bundle .product-card__media img{padding:.25rem}.product-card:hover .product-card__media img{transform:scale(1.02)}.product-card__body{border-top:1px solid hsl(var(--foreground) / .15);padding-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.product-card__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.product-card__title{font-size:.75rem;font-weight:400;letter-spacing:.18em;color:hsl(var(--foreground) / .9);text-transform:uppercase;white-space:nowrap}.is-bundle .product-card__title{letter-spacing:.12em}.product-card__price{font-size:.75rem;font-weight:300;letter-spacing:.1em;color:hsl(var(--foreground) / .7);white-space:nowrap}.product-card__subtitle{font-size:.75rem;font-weight:300;letter-spacing:.05em;color:hsl(var(--foreground) / .6);font-style:italic;margin-top:-.5rem}.product-card__add{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:300;letter-spacing:.25em;text-transform:uppercase;background:none;border:none;color:hsl(var(--foreground));border-bottom:2px solid hsl(var(--primary));padding-bottom:.25rem;width:fit-content;transition:color .3s}.product-card.is-bundle .product-card__add{background:#2c2c2c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:9999px}.product-card.is-bundle .product-card__add:hover{background:#1a1a1a}.how-it-works{padding:3.5rem 0;background:hsl(var(--announcement) / .15)}.how-it-works__head{max-width:56rem;margin:0 auto 3rem;text-align:center}.how-it-works__eyebrow{font-size:.65rem;text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.how-it-works__title{font-size:1.5rem;font-weight:300;color:hsl(var(--foreground));line-height:1.3;margin-bottom:1rem}@media(min-width:768px){.how-it-works__title{font-size:1.875rem}}.how-it-works__title em{font-style:italic}.how-it-works__rule{width:2.5rem;height:1px;background:hsl(var(--foreground) / .3);margin:0 auto 1rem}.how-it-works__desc{font-size:.9375rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6;max-width:36rem;margin:0 auto}.how-it-works__steps{max-width:56rem;margin:0 auto;position:relative}.how-it-works__steps:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:hsl(var(--foreground) / .1);transform:translate(-50%);display:none}@media(min-width:768px){.how-it-works__steps:before{display:block}}.how-it-works__step{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;margin-bottom:2rem}@media(min-width:768px){.how-it-works__step{grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}}.how-it-works__step.is-odd .how-it-works__visual{order:2}.how-it-works__visual{text-align:left}.how-it-works__step:not(.is-odd) .how-it-works__visual{text-align:right}@media(max-width:767px){.how-it-works__visual{text-align:left!important}}.how-it-works__num-wrap{position:relative;display:inline-block}.how-it-works__num{font-size:3rem;font-weight:200;color:hsl(var(--foreground) / .15);line-height:1;display:block}@media(min-width:768px){.how-it-works__num{font-size:3.75rem}}.how-it-works__icon-circle{position:absolute;top:-.25rem;right:-.25rem;width:2.5rem;height:2.5rem;border-radius:9999px;background:hsl(var(--announcement) / .25);display:flex;align-items:center;justify-content:center}.how-it-works__step-label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--muted-foreground));display:block;margin-top:.75rem}.how-it-works__content h3{font-size:1.125rem;font-weight:300;color:hsl(var(--foreground));margin-bottom:.625rem}@media(min-width:768px){.how-it-works__content h3{font-size:1.25rem}}.how-it-works__content p{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6;margin-bottom:.625rem}.how-it-works__tip{display:flex;align-items:center;gap:.75rem;padding-top:.5rem}.how-it-works__tip-line{width:1.5rem;height:1px;background:hsl(var(--foreground) / .3)}.how-it-works__tip-text{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--foreground) / .8)}.ice-heat-toggle-wrap{background:hsl(var(--announcement) / .15);padding-top:2.5rem;display:flex;justify-content:center}@media(min-width:768px){.ice-heat-toggle-wrap{padding-top:3.5rem}}.ice-heat-toggle{display:inline-flex;align-items:center;background:hsl(var(--background) / .7);border:1px solid hsl(var(--foreground) / .1);border-radius:9999px;padding:.25rem}.ice-heat-toggle button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;border-radius:9999px;background:none;border:none;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--foreground) / .6);transition:all .3s}.ice-heat-toggle button.is-active{background:hsl(var(--foreground));color:hsl(var(--background))}.recovery-benefits{padding:4rem 0;background:hsl(var(--muted) / .4)}.recovery-benefits__head{max-width:36rem;margin:0 auto 3rem;text-align:center}.recovery-benefits__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.25em;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.recovery-benefits__title{font-size:1.75rem;font-weight:300;color:hsl(var(--foreground));margin-bottom:.75rem}@media(min-width:768px){.recovery-benefits__title{font-size:2.25rem}}.recovery-benefits__desc{font-size:1rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6}.recovery-benefits__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:72rem;margin:0 auto}@media(min-width:768px){.recovery-benefits__grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}}.recovery-card{height:100%;background:hsl(var(--card));border-radius:1rem;padding:2rem;border:1px solid hsl(var(--border) / .6);transition:box-shadow .5s}.recovery-card:hover{box-shadow:var(--shadow-elegant)}.recovery-card__icon{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.recovery-card__icon--lavender{background:hsl(var(--lavender) / .4);color:hsl(var(--lavender-foreground))}.recovery-card__icon--soft-yellow{background:hsl(var(--soft-yellow) / .6);color:hsl(var(--soft-yellow-foreground))}.recovery-card__icon--primary{background:hsl(var(--primary) / .25);color:hsl(var(--primary-foreground))}.recovery-card h3{font-size:1.25rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.5rem}.recovery-card__subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:300;margin-bottom:1.5rem}.recovery-card__points{display:flex;flex-direction:column;gap:1.25rem;padding-top:1.25rem;border-top:1px solid hsl(var(--border) / .6)}.recovery-card__point-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:hsl(var(--foreground) / .7);margin-bottom:.375rem}.recovery-card__point-body{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6}.recovery-benefits__note{max-width:48rem;margin:3.5rem auto 0;display:flex;align-items:flex-start;gap:.75rem;justify-content:center;text-align:center}.recovery-benefits__note svg{color:hsl(var(--primary));margin-top:.25rem;flex-shrink:0}.recovery-benefits__note p{font-size:.875rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6}.testimonials{padding:4rem 0;background:hsl(var(--announcement) / .15);position:relative}.testimonials__head{text-align:center;margin-bottom:3rem}.testimonials__eyebrow{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--primary) / .6)}.testimonials__title{font-size:1.5rem;font-weight:300;color:hsl(var(--foreground));letter-spacing:.02em;margin-top:.75rem}@media(min-width:768px){.testimonials__title{font-size:1.875rem}}.testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.testimonials__grid{grid-template-columns:1fr 1fr 1fr}}.testimonial-card{position:relative;border-radius:1rem;border:1px solid hsl(var(--foreground) / .06);background:hsl(var(--card));padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:all .3s}.testimonial-card:hover{box-shadow:var(--shadow-elegant);border-color:hsl(var(--primary) / .15);transform:translateY(-2px)}.testimonial-card__quote-icon{position:absolute;top:1.25rem;right:1.25rem;color:hsl(var(--primary) / .1)}.testimonial-card__stars{display:flex;gap:2px;margin-bottom:1rem}.testimonial-card__stars svg{color:hsl(var(--star-yellow));fill:hsl(var(--star-yellow));width:14px;height:14px}.testimonial-card__text{font-size:.875rem;color:hsl(var(--foreground) / .7);line-height:1.6;font-style:italic}.testimonial-card__footer{display:flex;align-items:center;gap:.625rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid hsl(var(--foreground) / .06)}.testimonial-card__avatar{height:1.75rem;width:1.75rem;border-radius:9999px;background:hsl(var(--primary) / .1);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:hsl(var(--primary) / .7);font-weight:500}.testimonial-card__name{font-size:.75rem;color:hsl(var(--foreground) / .75);letter-spacing:.02em;font-weight:500}.testimonials__footer{padding-top:2.5rem;text-align:center}.testimonials__footer a{font-size:.75rem;color:hsl(var(--foreground) / .7);letter-spacing:.15em;text-transform:uppercase;transition:color .3s}.testimonials__footer a:hover{color:hsl(var(--primary) / .7)}.faq-section{padding:5rem 0;background:hsl(var(--muted) / .25);position:relative}.faq-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:72rem;margin:0 auto}@media(min-width:768px){.faq-grid{grid-template-columns:1fr 1.6fr;gap:4rem}}.faq-sidebar h2{font-size:1.875rem;font-weight:300;line-height:1.3;color:hsl(var(--foreground));margin-bottom:1.25rem}@media(min-width:768px){.faq-sidebar h2{font-size:2.25rem;position:sticky;top:7rem}}.faq-sidebar p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:2rem;max-width:24rem}.faq-sidebar a{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:hsl(var(--foreground) / .8)}.faq-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.faq-pill{padding:.5rem 1rem;border-radius:9999px;font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;border:1px solid hsl(var(--foreground) / .15);background:transparent;color:hsl(var(--muted-foreground) / .8);transition:all .2s}.faq-pill.is-active{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground))}.faq-category-label{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.faq-category-label span{font-size:10px;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--muted-foreground) / .8)}.faq-category-label .rule{flex:1;height:1px;background:hsl(var(--foreground) / .08)}.faq-item{border-bottom:1px solid hsl(var(--foreground) / .08)}.faq-item__trigger{width:100%;text-align:left;background:none;border:none;padding:1rem 2rem 1rem 0;font-size:.9375rem;color:hsl(var(--foreground) / .85);display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item__trigger svg{color:hsl(var(--muted-foreground) / .5);transition:transform .2s;flex-shrink:0}.faq-item.is-open .faq-item__trigger svg{transform:rotate(45deg)}.faq-item.is-open .faq-item__trigger{color:hsl(var(--foreground))}.faq-item__content{display:none;font-size:.8125rem;color:hsl(var(--muted-foreground));line-height:1.75;padding-right:2rem;padding-bottom:1.25rem}.faq-item.is-open .faq-item__content{display:block}.faq-item__content p{margin:0 0 .75rem}.faq-item__content ul{padding-left:0;list-style:none;margin:0 0 .75rem}.newsletter{padding:5rem 0;background:hsl(var(--announcement) / .15);position:relative;overflow:hidden}.newsletter__inner{max-width:36rem;margin:0 auto;text-align:center}.newsletter__eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.newsletter h2{font-size:1.875rem;font-weight:300;color:hsl(var(--foreground));line-height:1.3;margin-bottom:1.5rem}@media(min-width:768px){.newsletter h2{font-size:2.25rem}}.newsletter h2 em{font-style:italic}.newsletter p{font-size:1rem;color:hsl(var(--muted-foreground));font-weight:300;line-height:1.6;margin-bottom:1.5rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;background:hsl(var(--background) / .8);border:1px solid hsl(var(--foreground) / .15);border-radius:9999px;padding:.75rem 1.25rem;font-size:.875rem;color:hsl(var(--foreground))}.newsletter-form button{border-radius:9999px;background:hsl(var(--foreground));color:hsl(var(--background));border:none;padding:.75rem 1.5rem;font-size:.875rem;letter-spacing:.02em}.newsletter-form button:hover{background:hsl(var(--foreground) / .85)}.site-footer{background:hsl(var(--footer-bg));color:hsl(var(--footer-text))}.site-footer__main{padding:4rem 0}.site-footer__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2.5rem}.site-footer__logo{height:4rem;filter:brightness(0) invert(1)}@media(min-width:768px){.site-footer__logo{height:5rem}}.site-footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 2rem}.site-footer__nav a{font-size:.875rem;color:hsl(var(--footer-text) / .9);text-transform:uppercase;letter-spacing:.05em}.site-footer__nav a:hover{color:hsl(var(--footer-text))}.site-footer__social{display:flex;gap:1.5rem}.site-footer__social a{color:hsl(var(--footer-text) / .7)}.site-footer__social a:hover{color:hsl(var(--footer-text))}.site-footer__bottom{border-top:1px solid hsl(var(--footer-text) / .1)}.site-footer__bottom-inner{padding:1.5rem 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.site-footer__bottom-inner{flex-direction:row}}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.5rem;font-size:.75rem;color:hsl(var(--footer-text) / .8)}.site-footer__legal a:hover{color:hsl(var(--footer-text))}.site-footer__copyright{font-size:.75rem;color:hsl(var(--footer-text) / .75)}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:90;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:32rem;background:hsl(var(--background));z-index:91;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;font-family:Nunito,sans-serif}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{padding:1.5rem 1.5rem 0;flex-shrink:0;display:flex;align-items:center;justify-content:space-between}.cart-drawer__header h2{font-size:1.5rem;font-weight:400}.cart-drawer__close{background:none;border:none;padding:.5rem}.cart-drawer__body{flex:1;min-height:0;display:flex;flex-direction:column;padding:0 1.5rem}.cart-drawer__empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;color:hsl(var(--muted-foreground))}.cart-drawer__items{flex:1;overflow-y:auto;min-height:0}.cart-line{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid hsl(var(--border))}.cart-line__img{width:5rem;height:5rem;background:hsl(var(--muted));border-radius:.375rem;overflow:hidden;flex-shrink:0}.cart-line__img img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-size:.875rem;margin-bottom:.5rem}.cart-line__price{font-size:.875rem;font-weight:300}.cart-line__controls{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;flex-shrink:0}.cart-line__remove{background:none;border:none;padding:.25rem}.cart-qty{display:flex;align-items:center;border:1px solid hsl(var(--foreground));border-radius:.25rem}.cart-qty button{background:none;border:none;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.cart-qty span{width:2rem;text-align:center;font-size:.875rem;font-weight:500}.cart-upsell-banner{flex-shrink:0;border:1px solid hsl(var(--primary) / .2);border-radius:.5rem;padding:.75rem;margin:.75rem 0;background:hsl(var(--primary) / .05);display:flex;align-items:center;gap:.75rem}.cart-upsell-banner img{width:3rem;height:3rem;border-radius:.375rem;object-fit:cover}.cart-upsell-banner__text{flex:1;min-width:0}.cart-upsell-banner__text p:first-child{font-size:.75rem;font-weight:500}.cart-upsell-banner__text p:last-child{font-size:.75rem;color:hsl(var(--muted-foreground))}.btn-pill{border-radius:9999px;background:hsl(var(--cta-button));color:hsl(var(--foreground));border:none;padding:.5rem 1rem;font-size:.75rem;font-weight:500}.btn-pill:hover{background:hsl(var(--cta-button-hover))}.cart-drawer__checkout-wrap{flex-shrink:0;padding:1.5rem 0;background:hsl(var(--background))}.cart-drawer__checkout{width:100%;border-radius:9999px;background:hsl(var(--cta-button));color:hsl(var(--foreground));border:none;padding:1rem;font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.cart-drawer__checkout:hover{background:hsl(var(--cta-button-hover))}.cart-drawer__checkout:disabled{opacity:.6}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:none;align-items:center;justify-content:center;padding:1rem}.modal-overlay.is-open{display:flex}.modal-card{background:hsl(var(--background));border-radius:1rem;max-width:28rem;width:100%;padding:2rem;box-shadow:var(--shadow-elegant)}.modal-card h3{font-size:1.25rem;font-weight:400;text-align:center}.modal-card p.modal-desc{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;margin-top:.5rem}.modal-card__img{max-width:200px;margin:1.25rem auto;aspect-ratio:1;border-radius:.5rem;overflow:hidden;background:hsl(var(--muted))}.modal-card__img img{width:100%;height:100%;object-fit:cover}.modal-card__price{text-align:center;font-size:1.5rem;font-weight:600;color:hsl(var(--primary-foreground))}.modal-card__sub{text-align:center;font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.btn-pill-lg{width:100%;border-radius:9999px;background:hsl(var(--cta-button));color:hsl(var(--foreground));border:none;padding:1rem;font-size:.875rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem}.btn-pill-lg:hover{background:hsl(var(--cta-button-hover))}.btn-ghost-block{width:100%;background:none;border:none;padding:.75rem;color:hsl(var(--muted-foreground));font-size:.875rem}.btn-ghost-block:hover{color:hsl(var(--foreground))}.email-popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#3d3a3866;display:none;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s}.email-popup-overlay.is-open{display:flex;opacity:1}.email-popup{position:relative;width:100%;max-width:28rem;background:hsl(var(--background));border-radius:1rem;box-shadow:var(--shadow-elegant);padding:2.5rem 2rem;text-align:center}@media(min-width:768px){.email-popup{padding:3rem 2.5rem}}.email-popup__close{position:absolute;top:1rem;right:1rem;background:none;border:none;padding:.375rem;border-radius:9999px;color:hsl(var(--muted-foreground))}.email-popup__close:hover{color:hsl(var(--foreground));background:hsl(var(--foreground) / .05)}.email-popup__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.3em;color:hsl(var(--muted-foreground));margin-bottom:1rem}.email-popup h2{font-size:1.5rem;font-weight:300;line-height:1.3;margin-bottom:1rem}@media(min-width:768px){.email-popup h2{font-size:1.875rem}}.email-popup h2 em{font-style:italic}.email-popup p.email-popup__sub{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:.75rem}.email-popup-form{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.email-popup-form input{width:100%;background:hsl(var(--background));border:1px solid hsl(var(--foreground) / .15);border-radius:9999px;padding:.75rem 1.25rem;font-size:.875rem}.email-popup-form button{width:100%;border-radius:9999px;background:hsl(var(--foreground));color:hsl(var(--background));border:none;padding:.75rem 1.5rem;font-size:.875rem}.email-popup-form button:hover{background:hsl(var(--foreground) / .85)}.email-popup__fine{font-size:11px;color:hsl(var(--muted-foreground));padding-top:.25rem}.email-popup__code-box{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:.75rem;background:hsl(var(--muted));padding:.75rem 1rem;margin:1rem 0}.email-popup__code-box span{font-size:1.125rem;font-weight:600;letter-spacing:.1em}.email-popup__copy-btn{display:flex;align-items:center;gap:.375rem;background:none;border:none;font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground))}.email-popup__copy-btn:hover{color:hsl(var(--foreground))}.email-popup__shop-btn{border-radius:9999px;background:hsl(var(--foreground));color:hsl(var(--background));border:none;padding:.75rem 1.5rem;font-size:.875rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:hsl(var(--muted-foreground));padding:1rem 0 0;flex-wrap:wrap}.breadcrumb a:hover{color:hsl(var(--foreground))}.breadcrumb .current{color:hsl(var(--foreground));text-transform:uppercase}.product-main{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start;padding:1.5rem 0 2.5rem}@media(min-width:1024px){.product-main{grid-template-columns:1fr 1fr;gap:3.5rem}}.product-gallery__main{position:relative;overflow:hidden;height:400px;display:flex;align-items:center;justify-content:center;background:hsl(var(--muted) / .2)}@media(min-width:768px){.product-gallery__main{height:560px}}.product-gallery__main img{max-width:92%;max-height:92%;object-fit:contain}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:9999px;background:hsl(var(--card) / .8);border:none;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft)}.product-gallery__arrow:hover{background:hsl(var(--card))}.product-gallery__arrow--prev{left:1rem}.product-gallery__arrow--next{right:1rem}.product-gallery__thumbs{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.product-gallery__thumb{width:5rem;height:5rem;flex-shrink:0;overflow:hidden;opacity:.7;border:none;padding:0;background:none}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{opacity:1;outline:2px solid hsl(var(--foreground))}.product-details h1{font-family:Montserrat,sans-serif;font-size:1.75rem;line-height:1.1;font-weight:300;text-transform:capitalize;margin-bottom:.75rem}.product-rating{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.product-rating__stars{display:flex;gap:2px}.product-rating__stars svg{width:14px;height:14px;color:hsl(var(--primary));fill:hsl(var(--primary))}.product-rating a{font-size:.7rem;color:hsl(var(--muted-foreground));text-decoration:underline}.product-details__desc{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:1.25rem;max-width:28rem}.hairline{height:1px;background:hsl(var(--foreground) / .1);margin-bottom:1.25rem}.product-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.product-price__amount{font-size:1.5rem;font-weight:300}.product-price__currency{font-size:.65rem;letter-spacing:.25em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.variant-option{margin-bottom:1rem}.variant-option label{font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:hsl(var(--muted-foreground));display:block;margin-bottom:.5rem}.variant-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.variant-swatch{padding:0 1rem;height:2.25rem;font-size:.75rem;border-radius:.125rem;background:hsl(var(--background));color:hsl(var(--foreground));border:1px solid hsl(var(--foreground) / .15)}.variant-swatch.is-selected{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground))}.add-to-cart-row{display:flex;align-items:stretch;gap:.625rem;margin-top:.5rem}.qty-stepper{display:flex;align-items:center;border:1px solid hsl(var(--foreground) / .15);border-radius:.125rem}.qty-stepper button{background:none;border:none;width:2.5rem;height:2.75rem;display:flex;align-items:center;justify-content:center}.qty-stepper button:hover{background:hsl(var(--muted))}.qty-stepper span{width:2.25rem;text-align:center;font-size:.875rem}.add-to-cart-btn{flex:1;height:2.75rem;border:none;background:none;color:hsl(var(--foreground));font-weight:500;letter-spacing:.3em;font-size:.7rem;border-bottom:2px solid hsl(var(--primary));padding-bottom:.25rem;text-transform:uppercase}.add-to-cart-btn:disabled{opacity:.4;border-color:hsl(var(--primary) / .4)}.included-section,.related-section{padding-top:1.5rem}.included-section h3,.related-section h3{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:1rem}.included-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.included-list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.included-list svg{color:hsl(var(--primary));flex-shrink:0}.related-list,.included-bundle-list{display:flex;flex-direction:column;gap:.75rem}.related-item,.included-bundle-item{display:flex;align-items:center;gap:1rem}.related-item__img,.included-bundle-item__img{width:4rem;height:4rem;background:hsl(var(--muted) / .3);overflow:hidden;flex-shrink:0}.related-item__img img,.included-bundle-item__img img{width:100%;height:100%;object-fit:cover}.related-item__title{font-size:.875rem}.related-item__title:hover{text-decoration:underline}.related-item__price{font-size:.875rem;color:hsl(var(--muted-foreground))}.related-item__add{font-size:.75rem;text-decoration:underline;color:hsl(var(--foreground));flex-shrink:0}.product-accordion{border-top:1px solid hsl(var(--foreground) / .1);margin-top:1.5rem}.product-accordion .faq-item__trigger{font-weight:400;font-size:.875rem}.product-accordion .faq-item{border-bottom:1px solid hsl(var(--foreground) / .1)}.product-accordion .faq-item__content{font-size:.875rem;padding-right:0}.product-accordion h4{font-weight:500;color:hsl(var(--foreground));margin:.75rem 0 .5rem;font-size:.875rem}.reviews-section{background:hsl(var(--announcement) / .2);padding:5rem 0}.reviews-section__head{text-align:center;margin-bottom:4rem}.reviews-section__head p{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:hsl(var(--muted-foreground));margin-bottom:.75rem}.reviews-section__head h2{font-size:1.875rem;font-weight:300;letter-spacing:.02em}@media(min-width:768px){.reviews-section__head h2{font-size:2.25rem}}.reviews-layout{display:grid;grid-template-columns:1fr;gap:3rem;max-width:72rem;margin:0 auto}@media(min-width:1024px){.reviews-layout{grid-template-columns:320px 1fr}}.rating-summary{background:hsl(var(--lavender) / .4);border-radius:1rem;padding:2rem;text-align:center}.rating-summary__avg{font-size:3rem;font-weight:300;margin-bottom:.5rem}.rating-summary__stars{display:flex;justify-content:center;gap:2px;margin-bottom:.5rem}.rating-summary__stars svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary));fill:hsl(var(--primary))}.rating-summary p.count{font-size:.875rem;color:hsl(var(--muted-foreground))}.rating-bars{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border) / .5)}.rating-bar{display:flex;align-items:center;gap:.75rem}.rating-bar span:first-child{font-size:.75rem;color:hsl(var(--muted-foreground));width:2rem}.rating-bar__track{flex:1;height:.5rem;background:hsl(var(--muted));border-radius:9999px;overflow:hidden}.rating-bar__fill{height:100%;background:hsl(var(--primary));border-radius:9999px}.rating-bar span:last-child{font-size:.75rem;color:hsl(var(--muted-foreground));width:2rem;text-align:right}.write-review-btn{width:100%;margin-top:1.5rem;background:hsl(var(--background));border:1px solid hsl(var(--border));color:hsl(var(--foreground));padding:.75rem;border-radius:.375rem;font-size:.875rem}.write-review-btn:hover{background:hsl(var(--primary));border-color:hsl(var(--primary))}.reviews-count{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.review-card{background:hsl(var(--card) / .5);border-radius:.75rem;padding:1.5rem;border:1px solid hsl(var(--border) / .3);margin-bottom:1rem}.review-card:hover{border-color:hsl(var(--primary) / .3);box-shadow:var(--shadow-soft)}.review-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.review-card__author{display:flex;align-items:center;gap:.75rem}.review-card__avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:hsl(var(--announcement) / .4);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500}.review-card__verified{font-size:10px;background:hsl(var(--primary) / .1);padding:.125rem .5rem;border-radius:9999px;margin-left:.5rem}.review-card__date{font-size:.75rem;color:hsl(var(--muted-foreground))}.review-card__stars{display:flex;gap:2px}.review-card__stars svg{width:14px;height:14px;color:hsl(var(--muted-foreground) / .2)}.review-card__stars svg.filled{color:hsl(var(--primary));fill:hsl(var(--primary))}.review-card h3{font-weight:500;margin-bottom:.5rem;font-size:1rem}.review-card p.body{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.review-card.is-hidden{display:none}.show-more-wrap{text-align:center;padding-top:1rem}.show-more-btn{border:1px solid hsl(var(--border));background:none;padding:.625rem 1.5rem;border-radius:.125rem;font-size:.75rem;letter-spacing:.2em;text-transform:uppercase}.sticky-add-bar{position:fixed;bottom:.75rem;left:.75rem;right:.75rem;z-index:50;transition:all .3s;opacity:0;transform:translateY(1rem);pointer-events:none}@media(min-width:640px){.sticky-add-bar{left:auto;right:1rem;bottom:1rem}}.sticky-add-bar.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}.sticky-add-bar__inner{background:hsl(var(--background));border-radius:.5rem;box-shadow:var(--shadow-elegant);border:1px solid hsl(var(--foreground) / .1);padding:.625rem .75rem;display:flex;align-items:center;gap:.5rem}@media(min-width:640px){.sticky-add-bar__inner{padding:.75rem 1rem;gap:1rem}}.sticky-add-bar__title{font-size:.75rem;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:9rem}.sticky-add-bar__price{display:none;font-size:.75rem;white-space:nowrap}@media(min-width:640px){.sticky-add-bar__price{display:inline}}.sticky-add-bar__qty{display:none}@media(min-width:640px){.sticky-add-bar__qty{display:flex;align-items:center;border:1px solid hsl(var(--foreground) / .2);border-radius:.25rem}}.sticky-add-bar__qty button{background:none;border:none;width:1.75rem;height:1.75rem}.sticky-add-bar__qty span{width:1.5rem;text-align:center;font-size:.75rem}.sticky-add-bar__add{height:2.25rem;background:none;border:none;color:hsl(var(--foreground));font-size:.75rem;letter-spacing:.1em;border-bottom:2px solid hsl(var(--primary));padding:0 .25rem .25rem;flex-shrink:0}.sticky-add-bar__add:disabled{opacity:.4}.sticky-add-bar__dismiss{width:1.75rem;height:1.75rem;background:none;border:none;color:hsl(var(--foreground) / .6);flex-shrink:0}.contact-hero{padding:8rem 1rem 4rem;text-align:center}.contact-hero h1{font-size:2.5rem;font-weight:300;margin-bottom:1rem}@media(min-width:768px){.contact-hero h1{font-size:3rem}}.contact-hero p{color:hsl(var(--muted-foreground));font-weight:300;font-size:1.125rem;max-width:42rem;margin:0 auto}.contact-card-wrap{padding:0 1rem 6rem}.contact-card{max-width:36rem;margin:0 auto;background:hsl(var(--muted) / .3);border-radius:1rem;padding:2.5rem;text-align:center}.contact-card__icon{width:4rem;height:4rem;border-radius:9999px;background:hsl(var(--primary) / .2);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.contact-card h2{font-size:1.25rem;font-weight:500;margin-bottom:.75rem}.contact-card a{font-size:1.125rem;color:hsl(var(--primary-foreground));font-weight:500}.contact-card a:hover{opacity:.8}.contact-card p.note{color:hsl(var(--muted-foreground));font-size:.875rem;margin-top:1rem;font-weight:300}.not-found{padding:8rem 1rem;text-align:center}.not-found h1{font-size:2rem;font-weight:300;margin-bottom:1rem}.not-found a{display:inline-block;margin-top:1rem;border:1px solid hsl(var(--border));padding:.625rem 1.5rem;border-radius:.375rem}.policy-page{max-width:42rem;margin:0 auto;padding:4rem 1rem 6rem}.policy-page h1{font-size:2rem;font-weight:300;margin-bottom:2rem}.policy-page .rte p{margin-bottom:1rem;line-height:1.7;color:hsl(var(--foreground) / .85)}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
