*,*:before,*:after{box-sizing:border-box}html{font-size:calc(var(--font-body-scale) * 62.5%);height:100%}body{display:grid;grid-template-rows:auto auto 1fr auto;grid-template-columns:100%;min-height:100%;margin:0;font-size:1.5rem;letter-spacing:.01rem;line-height:calc(1 + .8 / var(--font-body-scale));font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);color:rgb(rgba(var(--color-foreground),1));letter-spacing:-.02em;line-height:1.2;margin:0}h1{font-size:calc(var(--font-heading-scale) * 4rem)}h2{font-size:calc(var(--font-heading-scale) * 3.2rem)}h3{font-size:calc(var(--font-heading-scale) * 2.4rem)}h4{font-size:calc(var(--font-heading-scale) * 2rem)}h5{font-size:calc(var(--font-heading-scale) * 1.6rem)}h6{font-size:calc(var(--font-heading-scale) * 1.4rem)}p{margin:0 0 1.2rem}a{color:rgb(var(--color-link));text-decoration:none;transition:color .2s ease}a:hover{opacity:.85}.eyebrow{display:block;font-family:var(--font-body-family);font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-link));margin-bottom:.8rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2rem}.page-width--narrow{max-width:72rem;margin:0 auto;padding:0 2rem}.section-full-width{width:100%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}img{max-width:100%;height:auto;display:block}.color-scheme-1,.color-scheme-2,.color-scheme-3,.color-scheme-4,.color-scheme-5,.color-scheme-6{background-color:rgb(var(--color-background));background:var(--gradient-background);color:rgb(var(--color-foreground))}.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:1.2rem 2.8rem;font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;letter-spacing:.04em;text-transform:none;border-radius:var(--buttons-radius, 40px);border:var(--buttons-border-width, 1px) solid transparent;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;text-decoration:none;white-space:nowrap;line-height:1}.btn--primary,.button--primary{background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.btn--primary:hover,.button--primary:hover{background-color:rgba(var(--color-button),.88);border-color:rgba(var(--color-button),.88);color:rgb(var(--color-button-text))}.btn--secondary,.button--secondary{background-color:transparent;color:rgb(var(--color-secondary-button-text));border-color:rgb(var(--color-secondary-button-text))}.btn--secondary:hover,.button--secondary:hover{background-color:rgba(var(--color-secondary-button-text),.08)}.btn--full{width:100%}.announcement-bar{text-align:center;padding:.9rem 2rem;font-size:1.3rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.announcement-bar a{color:inherit;text-decoration:none}.announcement-bar a:hover{text-decoration:underline}.site-header{position:relative;z-index:100;padding:1.4rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);transition:box-shadow .3s ease}.site-header.sticky{position:sticky;top:0;background-color:rgb(var(--color-background))}.site-header.scrolled{box-shadow:0 2px 12px #00000014}.header-wrapper{display:flex;align-items:center;justify-content:space-between;max-width:var(--page-width);margin:0 auto;gap:2rem}.header-logo a{display:inline-flex;align-items:center;text-decoration:none;color:rgb(rgba(var(--color-foreground),1));font-family:var(--font-heading-family);font-size:2.4rem;font-weight:700;letter-spacing:-.03em}.header-logo img{width:var(--header-logo-width, 100px);height:auto}.header-nav{display:flex;align-items:center;gap:0}.header-nav a{display:block;padding:.6rem 1.6rem;font-size:1.4rem;font-weight:500;color:rgb(rgba(var(--color-foreground),1));text-decoration:none;letter-spacing:.01em;transition:color .2s ease}.header-nav a:hover{color:rgb(var(--color-link))}.header-icons{display:flex;align-items:center;gap:1.2rem}.header-icons a,.header-icons button{display:inline-flex;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:500;color:rgb(rgba(var(--color-foreground),1));background:none;border:none;cursor:pointer;padding:.4rem;text-decoration:none;transition:color .2s ease}.header-icons a:hover,.header-icons button:hover{color:rgb(var(--color-link))}.header-phone{font-size:1.3rem;font-weight:500;color:rgb(rgba(var(--color-foreground),1));text-decoration:none}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;color:rgb(rgba(var(--color-foreground),1))}.shopify-section{margin-top:var(--spacing-sections-mobile)}@media(min-width:750px){.shopify-section{margin-top:var(--spacing-sections-desktop)}}.shopify-section:first-child{margin-top:0}.hero-banner{position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}.hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-banner__media img,.hero-banner__media video{width:100%;height:100%;object-fit:cover}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.hero-banner__content{position:relative;z-index:2;width:100%;padding:6rem 2rem}.hero-banner__inner{max-width:var(--page-width);margin:0 auto}.hero-banner__text{max-width:56rem}.hero-banner__text.text-center{margin:0 auto}.hero-banner__eyebrow{margin-bottom:1.2rem}.hero-banner__heading{margin-bottom:1.6rem}.hero-banner__subtext{font-size:1.7rem;margin-bottom:2.4rem;opacity:.85}.hero-banner__cta{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}.hero-banner__social-proof{margin-top:1.6rem;display:flex;align-items:center;gap:.8rem;font-size:1.3rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.press-logos{padding:3.2rem 2rem;text-align:center}.press-logos__label{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-foreground));opacity:.6;margin-bottom:2rem}.press-logos__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2.4rem 4rem}.press-logos__grid img{max-height:2.4rem;width:auto;opacity:.55;filter:grayscale(100%);transition:opacity .2s ease,filter .2s ease}.press-logos__grid img:hover{opacity:.9;filter:grayscale(0%)}.features-split{padding:6rem 2rem}.features-split__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.features-split__heading{margin-bottom:2.4rem}.features-split__list{list-style:none;padding:0;margin:0 0 3.2rem}.features-split__list li{display:flex;align-items:flex-start;gap:1rem;padding:.6rem 0;font-size:1.5rem;color:rgb(var(--color-foreground))}.features-split__list li:before{content:"";display:inline-block;width:1.6rem;height:1.6rem;min-width:1.6rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e69e6c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;margin-top:.2rem}.features-split__images{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1.2rem}.features-split__images img{width:100%;height:22rem;object-fit:cover;border-radius:.8rem}.benefits-cards{padding:6rem 2rem}.benefits-cards__header{text-align:center;margin-bottom:4rem}.benefits-cards__grid{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem}.benefit-card{text-align:center}.benefit-card__image{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:.8rem;margin-bottom:2rem}.benefit-card__label{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-link));margin-bottom:.8rem}.benefit-card__heading{font-size:2rem;margin-bottom:.8rem}.benefit-card__text{font-size:1.4rem;margin-bottom:1.6rem}.benefit-card__cta{margin-top:1.2rem}.guarantee-section{padding:6rem 2rem}.guarantee-section__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.guarantee-section__image img{width:100%;border-radius:1.2rem;object-fit:cover}.guarantee-section__eyebrow{margin-bottom:1rem}.guarantee-section__heading{margin-bottom:3.2rem}.guarantee-section__features{list-style:none;padding:0;margin:0}.guarantee-section__features li{display:flex;align-items:flex-start;gap:1.6rem;padding:1.4rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.guarantee-section__features li:last-child{border-bottom:none}.guarantee-feature__icon{width:3.2rem;min-width:3.2rem;height:3.2rem;color:rgb(var(--color-link))}.guarantee-feature__title{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:600;color:rgb(rgba(var(--color-foreground),1));margin-bottom:.3rem}.guarantee-feature__text{font-size:1.4rem}.testimonials-section{padding:6rem 2rem}.testimonials-section__header{text-align:center;margin-bottom:4rem}.testimonials-section__grid{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2.4rem;margin-bottom:4rem}.testimonial-card{background:rgb(var(--color-background-contrast));border-radius:1.2rem;padding:2.8rem}.testimonial-card__stars{color:#e8b951;font-size:1.6rem;margin-bottom:1.2rem;letter-spacing:.1em}.testimonial-card__title{font-family:var(--font-heading-family);font-size:1.8rem;color:rgb(rgba(var(--color-foreground),1));margin-bottom:1rem}.testimonial-card__text{font-size:1.4rem;line-height:1.7;margin-bottom:2rem;font-style:italic}.testimonial-card__author{font-size:1.3rem;font-weight:600;color:rgb(rgba(var(--color-foreground),1))}.testimonial-card__badge{font-size:1.2rem;color:rgb(var(--color-link));margin-top:.3rem}.testimonials-section__cta{text-align:center}.brand-banner{position:relative;overflow:hidden;min-height:50vh;display:flex;align-items:center}.brand-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.brand-banner__media img{width:100%;height:100%;object-fit:cover}.brand-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.brand-banner__content{position:relative;z-index:2;padding:8rem 2rem;width:100%}.brand-banner__inner{max-width:var(--page-width);margin:0 auto}.brand-banner__text{max-width:60rem}.icon-features{padding:5rem 2rem}.icon-features__grid{max-width:var(--page-width);margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:4rem}.icon-feature{text-align:center;flex:1;min-width:16rem;max-width:24rem}.icon-feature__icon{width:5.6rem;height:5.6rem;margin:0 auto 1.6rem;color:rgb(var(--color-link))}.icon-feature__icon img,.icon-feature__icon svg{width:100%;height:100%}.icon-feature__title{font-family:var(--font-heading-family);font-size:1.6rem;color:rgb(rgba(var(--color-foreground),1));margin-bottom:.6rem}.icon-feature__text{font-size:1.3rem}.instagram-feed{padding:5rem 2rem}.instagram-feed__header{text-align:center;margin-bottom:2.4rem}.instagram-feed__handle{display:inline-block;font-size:1.4rem;font-weight:600;color:rgb(var(--color-link));margin-top:.8rem}.instagram-feed__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.8rem;max-width:var(--page-width);margin:0 auto}.instagram-feed__item{aspect-ratio:1;overflow:hidden}.instagram-feed__item img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.instagram-feed__item:hover img{transform:scale(1.05)}.site-footer{padding:6rem 2rem 2rem}.footer__main{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(var(--color-foreground),.15)}.footer__brand{grid-column:span 1}.footer__logo{margin-bottom:1rem}.footer__logo img{max-width:12rem}.footer__logo-text{font-family:var(--font-heading-family);font-size:2.4rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1))}.footer__tagline{font-size:1.3rem;margin-top:.4rem}.footer__nav-heading{font-size:1.2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgb(rgba(var(--color-foreground),1));margin-bottom:1.6rem}.footer__nav-list{list-style:none;padding:0;margin:0}.footer__nav-list li{margin-bottom:.8rem}.footer__nav-list a{font-size:1.4rem;color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease}.footer__nav-list a:hover{color:rgb(var(--color-link))}.footer__contact p{font-size:1.4rem;margin-bottom:.6rem}.footer__contact a{color:rgb(var(--color-foreground));text-decoration:none}.footer__contact a:hover{color:rgb(var(--color-link))}.footer__newsletter-form{display:flex;gap:0;margin-top:1.2rem}.footer__newsletter-input{flex:1;padding:1rem 1.4rem;font-size:1.4rem;border:1px solid rgba(var(--color-foreground),.3);border-right:none;border-radius:var(--inputs-radius, 4px) 0 0 var(--inputs-radius, 4px);background:transparent;color:rgb(var(--color-foreground));outline:none}.footer__newsletter-input::placeholder{color:rgba(var(--color-foreground),.5)}.footer__newsletter-input:focus{border-color:rgb(var(--color-link))}.footer__newsletter-btn{padding:1rem 1.8rem;font-size:1.4rem;font-weight:600;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:1px solid rgb(var(--color-button));border-radius:0 var(--inputs-radius, 4px) var(--inputs-radius, 4px) 0;cursor:pointer;transition:background .2s ease}.footer__newsletter-btn:hover{background:rgba(var(--color-button),.85)}.footer__bottom{max-width:var(--page-width);margin:0 auto;padding-top:2.4rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.6rem}.footer__legal{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center}.footer__legal a,.footer__legal span{font-size:1.2rem;color:rgba(var(--color-foreground),.7);text-decoration:none}.footer__legal a:hover{color:rgb(var(--color-foreground))}.footer__social{display:flex;gap:1.2rem}.footer__social a{display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;color:rgb(var(--color-foreground));transition:color .2s ease}.footer__social a:hover{color:rgb(var(--color-link))}.footer__social svg{width:1.8rem;height:1.8rem}.footer__payment{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.footer__payment img{height:2.4rem;width:auto}.footer__disclaimer{max-width:var(--page-width);margin:2rem auto 0;font-size:1.1rem;color:rgba(var(--color-foreground),.5);text-align:center;line-height:1.6}.collection-hero{padding:5rem 2rem 4rem}.collection-hero__inner{max-width:var(--page-width);margin:0 auto}.collection-hero__heading{margin-bottom:1.2rem}.collection-hero__subtext{font-size:1.7rem;max-width:60rem;margin-bottom:3.2rem}.collection-hero__badges{display:flex;flex-wrap:wrap;gap:2.4rem;align-items:center}.collection-hero__badge{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;font-weight:500}.collection-hero__badge svg{width:2.4rem;height:2.4rem;color:rgb(var(--color-link))}.collection-grid{padding:4rem 2rem 6rem}.collection-grid__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem}.product-card{background:transparent;border-radius:0;overflow:visible;transition:transform .2s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px)}.product-card__image-wrapper{position:relative;overflow:hidden;aspect-ratio:1/1;cursor:pointer;border-radius:.8rem;background:#f5f0ea;margin-bottom:0}.product-card__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:3.2rem;transition:transform .4s ease}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{position:absolute;bottom:1.2rem;right:1.2rem;background:#ffffffe6;color:rgb(var(--color-foreground));font-size:1rem;font-weight:700;padding:.4rem 1rem;border-radius:.4rem;letter-spacing:.08em;text-transform:uppercase}.product-card__body{padding:1.6rem 0 0}.product-card__label{font-size:1.1rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-link));margin-bottom:.5rem;display:block}.product-card__title{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:400;color:rgb(var(--color-foreground));margin-bottom:.8rem;text-decoration:none;display:block;line-height:1.2}.product-card__title:hover{color:rgb(var(--color-link))}.product-card__desc{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.75);margin-bottom:1.6rem}.product-card__variants{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.4rem}.product-card__variant-btn{padding:.5rem 1.4rem;font-size:1.2rem;font-weight:600;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:2rem;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;letter-spacing:.04em}.product-card__variant-btn.active,.product-card__variant-btn:hover{border-color:rgb(var(--color-link));color:rgb(var(--color-link));background:rgba(var(--color-link),.06)}.product-card__purchase-options{display:flex;flex-direction:column;gap:.8rem}.product-card__onetime-btn{width:100%;height:5.6rem;padding:1.2rem 1.6rem;font-size:1.4rem;font-weight:700;letter-spacing:.08em;background:#fff;border:2px solid rgb(var(--color-button));border-radius:.4rem;color:rgb(var(--color-button));cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .2s ease,opacity .2s ease;text-align:left}.product-card__onetime-btn:hover{background:rgba(var(--color-button),.06)}.product-card__onetime-btn:disabled{opacity:.6;cursor:not-allowed}.product-card__subscribe-btn{width:100%;height:5.6rem;padding:1.2rem 1.6rem;font-size:1.4rem;font-weight:700;letter-spacing:.08em;background:rgb(var(--color-button));border:2px solid rgb(var(--color-button));border-radius:.4rem;color:rgb(var(--color-button-text));cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:opacity .2s ease;text-align:left}.product-card__subscribe-btn:hover{opacity:.88}.product-card__subscribe-btn:disabled{opacity:.6;cursor:not-allowed}.product-card__btn-label{flex:1}.product-card__btn-price{flex-shrink:0;margin-left:1.2rem}.product-card__error{font-size:1.2rem;color:#c0392b;margin-top:.8rem;text-align:center}.product-page{padding:4rem 2rem 6rem}.product-page__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.product-gallery__main{width:100%;aspect-ratio:1;border-radius:1.2rem;overflow:hidden;margin-bottom:1.2rem}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.8rem;flex-wrap:wrap}.product-gallery__thumb{width:7.2rem;height:7.2rem;border-radius:.6rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease}.product-gallery__thumb.active{border-color:rgb(var(--color-link))}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__reviews{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;font-size:1.4rem}.product-info__stars{color:#e8b951}.product-info__review-count{color:rgb(var(--color-link));text-decoration:underline;cursor:pointer}.product-info__label{margin-bottom:.6rem}.product-info__title{font-size:3.6rem;margin-bottom:1.2rem}.product-info__desc{font-size:1.5rem;line-height:1.7;margin-bottom:2.4rem}.purchase-type{margin-bottom:2rem}.purchase-type__option{display:flex;align-items:flex-start;gap:1.2rem;padding:1.6rem;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:.8rem;margin-bottom:1rem;cursor:pointer;transition:border-color .2s ease,background .2s ease}.purchase-type__option:hover{border-color:rgb(var(--color-link))}.purchase-type__option.selected{border-color:rgb(var(--color-link));background:rgba(var(--color-link),.04)}.purchase-type__radio{margin-top:.3rem;accent-color:rgb(var(--color-link))}.purchase-type__label{font-size:1.4rem;font-weight:600;color:rgb(rgba(var(--color-foreground),1))}.purchase-type__price{font-size:1.6rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1));margin-left:auto}.purchase-type__price s{font-weight:400;opacity:.5;font-size:1.3rem}.purchase-type__benefits{list-style:none;padding:0;margin:.8rem 0 0}.purchase-type__benefits li{font-size:1.3rem;color:rgb(var(--color-foreground));padding:.2rem 0;display:flex;align-items:center;gap:.6rem}.purchase-type__benefits li:before{content:"\2713";color:rgb(var(--color-link));font-weight:700}.purchase-type__save-badge{display:inline-block;background:rgb(var(--color-link));color:rgb(var(--color-button-text));font-size:1.1rem;font-weight:700;padding:.2rem .8rem;border-radius:2rem;margin-left:.8rem}.product-add-to-cart{margin-bottom:1.6rem}.product-add-to-cart .btn{width:100%;padding:1.6rem;font-size:1.6rem}.product-trust-badge{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:rgb(var(--color-foreground));margin-bottom:2rem}.product-trust-badge svg{color:rgb(var(--color-link));width:1.8rem;height:1.8rem}.product-tabs{border-top:1px solid rgba(var(--color-foreground),.12)}.product-tab{border-bottom:1px solid rgba(var(--color-foreground),.12)}.product-tab__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.6rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-body-family);font-size:1.4rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgb(rgba(var(--color-foreground),1))}.product-tab__trigger svg{transition:transform .2s ease}.product-tab.open .product-tab__trigger svg{transform:rotate(180deg)}.product-tab__content{display:none;padding:0 0 1.6rem;font-size:1.4rem;line-height:1.7}.product-tab.open .product-tab__content{display:block}.comparison-table{padding:6rem 2rem}.comparison-table__inner{max-width:80rem;margin:0 auto}.comparison-table__header{text-align:center;margin-bottom:4rem}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table th{padding:1.6rem;font-family:var(--font-heading-family);font-size:1.6rem;color:rgb(rgba(var(--color-foreground),1));text-align:center;border-bottom:2px solid rgba(var(--color-foreground),.12)}.comparison-table th:first-child{text-align:left}.comparison-table td{padding:1.4rem 1.6rem;font-size:1.4rem;border-bottom:1px solid rgba(var(--color-foreground),.08);text-align:center;color:rgb(var(--color-foreground))}.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table tr:last-child td{border-bottom:none}.comparison-table__check{color:rgb(var(--color-link));font-size:1.8rem}.comparison-table__cross{color:rgba(var(--color-foreground),.3);font-size:1.8rem}.comparison-table__brand-col{background:rgba(var(--color-link),.06)}.faq-section{padding:6rem 2rem}.faq-section__inner{max-width:72rem;margin:0 auto}.faq-section__header{text-align:center;margin-bottom:4rem}.faq-item{border-bottom:1px solid rgba(var(--color-foreground),.12)}.faq-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;color:rgb(rgba(var(--color-foreground),1));text-align:left;gap:1.6rem}.faq-item__trigger svg{min-width:2rem;transition:transform .2s ease}.faq-item.open .faq-item__trigger svg{transform:rotate(180deg)}.faq-item__content{display:none;padding:0 0 2rem;font-size:1.5rem;line-height:1.7;color:rgb(var(--color-foreground))}.faq-item.open .faq-item__content{display:block}.cta-banner{padding:8rem 2rem;text-align:center;position:relative;overflow:hidden}.cta-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta-banner__bg img{width:100%;height:100%;object-fit:cover}.cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.cta-banner__content{position:relative;z-index:2;max-width:60rem;margin:0 auto}.cta-banner__eyebrow{margin-bottom:1.2rem}.cta-banner__heading{margin-bottom:1.6rem}.cta-banner__text{font-size:1.6rem;margin-bottom:3.2rem}.reviews-section{padding:6rem 2rem}.reviews-section__inner{max-width:var(--page-width);margin:0 auto}.reviews-summary{display:flex;align-items:center;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.reviews-summary__score{text-align:center}.reviews-summary__number{font-size:5.6rem;font-family:var(--font-heading-family);color:rgb(rgba(var(--color-foreground),1));line-height:1}.reviews-summary__stars{color:#e8b951;font-size:2rem;margin:.4rem 0}.reviews-summary__count{font-size:1.3rem}.reviews-summary__bars{flex:1}.reviews-bar{display:flex;align-items:center;gap:1.2rem;margin-bottom:.6rem}.reviews-bar__label{font-size:1.3rem;min-width:5rem;text-align:right}.reviews-bar__track{flex:1;height:.8rem;background:rgba(var(--color-foreground),.1);border-radius:1rem;overflow:hidden}.reviews-bar__fill{height:100%;background:#e8b951;border-radius:1rem}.reviews-bar__count{font-size:1.3rem;min-width:3rem}.review-card{padding:2.4rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08)}.review-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem;margin-bottom:1.2rem}.review-card__author{font-weight:700;font-size:1.5rem;color:rgb(rgba(var(--color-foreground),1))}.review-card__location{font-size:1.3rem}.review-card__date{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.review-card__stars{color:#e8b951;font-size:1.4rem;margin-bottom:.6rem}.review-card__title{font-weight:700;font-size:1.5rem;color:rgb(rgba(var(--color-foreground),1));margin-bottom:.6rem}.review-card__text{font-size:1.4rem;line-height:1.7}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(42rem,100vw);background:rgb(var(--color-background));z-index:1000;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px #0000001f}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.cart-drawer__title{font-family:var(--font-body-family);font-size:1.3rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(rgba(var(--color-foreground),1))}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:.4rem;color:rgb(rgba(var(--color-foreground),1));display:flex;align-items:center;transition:opacity .2s ease}.cart-drawer__close:hover{opacity:.6}.cart-drawer__shipping-bar{padding:1.2rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.cart-drawer__shipping-message{font-size:1.2rem;font-weight:500;text-align:center;margin-bottom:.8rem}.cart-drawer__shipping-progress{height:.6rem;background:rgba(var(--color-foreground),.1);border-radius:1rem;overflow:hidden}.cart-drawer__shipping-fill{height:100%;background:rgb(var(--color-button));border-radius:1rem;transition:width .4s ease}.cart-drawer__shipping-unlock{font-size:1.2rem;text-align:center;margin-top:.6rem}.cart-drawer__shipping-unlock strong{color:rgb(rgba(var(--color-foreground),1))}.cart-drawer__body{flex:1;overflow-y:auto;padding:0 2rem}.cart-item{display:grid;grid-template-columns:7.2rem 1fr auto;gap:1.4rem;padding:1.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.08);align-items:start}.cart-item__image{width:7.2rem;height:7.2rem;border-radius:.8rem;overflow:hidden}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__title{font-size:1.4rem;font-weight:600;color:rgb(rgba(var(--color-foreground),1));margin-bottom:.4rem}.cart-item__variant{font-size:1.2rem;color:rgba(var(--color-foreground),.7);margin-bottom:.8rem}.cart-item__plan-name{font-size:1.2rem;color:rgb(var(--color-link));margin-bottom:.8rem}.cart-item__qty{display:flex;align-items:center;gap:0;border:1px solid rgba(var(--color-foreground),.2);border-radius:2rem;overflow:hidden;width:fit-content}.cart-item__qty-btn{width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;font-size:1.6rem;color:rgb(rgba(var(--color-foreground),1));transition:background .15s ease}.cart-item__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.cart-item__qty-count{font-size:1.4rem;font-weight:600;padding:0 .4rem;min-width:2.4rem;text-align:center}.cart-item__price{font-size:1.5rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1))}.cart-item__remove{background:none;border:none;cursor:pointer;color:rgba(var(--color-foreground),.4);padding:.4rem;transition:color .2s ease}.cart-item__remove:hover{color:rgb(var(--color-foreground))}.cart-item__subscribe-upsell{grid-column:2 / -1;margin-top:.8rem}.cart-item__subscribe-btn{width:100%;padding:.8rem 1.4rem;font-size:1.3rem;font-weight:500;background:transparent;border:1px solid rgb(var(--color-button));border-radius:var(--buttons-radius, 40px);color:rgb(var(--color-button));cursor:pointer;transition:all .2s ease}.cart-item__subscribe-btn:hover{background:rgba(var(--color-button),.08)}.cart-drawer__promo{margin:1.6rem 0;border-radius:1rem;overflow:hidden;position:relative;min-height:14rem;display:flex;align-items:flex-end}.cart-drawer__promo-bg{position:absolute;top:0;right:0;bottom:0;left:0}.cart-drawer__promo-bg img{width:100%;height:100%;object-fit:cover}.cart-drawer__promo-content{position:relative;z-index:1;padding:2rem;color:#fff}.cart-drawer__promo-heading{font-family:var(--font-heading-family);font-size:2rem;margin-bottom:.4rem}.cart-drawer__promo-text{font-size:1.3rem;margin-bottom:1.2rem;opacity:.9}.cart-drawer__promo-btn{display:inline-block;padding:.8rem 2rem;background:#fff;color:rgb(rgba(var(--color-foreground),1));font-size:1.3rem;font-weight:700;border-radius:var(--buttons-radius, 40px);text-decoration:none;border:none;cursor:pointer}.cart-drawer__recommendations{padding:1.6rem 0}.cart-drawer__rec-title{font-size:1.4rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1));text-align:center;margin-bottom:1.6rem}.cart-rec-item{display:flex;align-items:center;gap:1.2rem;padding:1rem 0}.cart-rec-item__image{width:5.6rem;height:5.6rem;border-radius:.6rem;overflow:hidden;flex-shrink:0}.cart-rec-item__image img{width:100%;height:100%;object-fit:cover}.cart-rec-item__info{flex:1}.cart-rec-item__title{font-size:1.4rem;font-weight:600;color:rgb(rgba(var(--color-foreground),1))}.cart-rec-item__stars{color:#e8b951;font-size:1.2rem}.cart-rec-item__price{font-size:1.4rem;color:rgb(var(--color-foreground))}.cart-rec-item__add{padding:.8rem 1.6rem;font-size:1.3rem;font-weight:600;background:transparent;border:1px solid rgb(var(--color-button));border-radius:var(--buttons-radius, 40px);color:rgb(var(--color-button));cursor:pointer;transition:all .2s ease;white-space:nowrap}.cart-rec-item__add:hover{background:rgb(var(--color-button));color:rgb(var(--color-button-text))}.cart-drawer__footer{padding:1.6rem 2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:1.5rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1))}.cart-drawer__taxes{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:1.6rem}.cart-drawer__checkout{width:100%;padding:1.6rem;font-size:1.6rem;font-weight:700;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:var(--buttons-radius, 40px);cursor:pointer;transition:background .2s ease;text-align:center;text-decoration:none;display:block}.cart-drawer__checkout:hover{background:rgba(var(--color-button),.88)}.routine-section{padding:6rem 2rem}.routine-section__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.routine-section__steps{list-style:none;padding:0;margin:0}.routine-step{display:flex;gap:1.6rem;padding:1.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.routine-step:last-child{border-bottom:none}.routine-step__number{width:3.2rem;height:3.2rem;min-width:3.2rem;border-radius:50%;background:rgb(var(--color-link));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700}.routine-step__title{font-weight:700;font-size:1.5rem;color:rgb(rgba(var(--color-foreground),1));margin-bottom:.4rem}.routine-step__text{font-size:1.4rem;line-height:1.6}.routine-section__image img{width:100%;border-radius:1.2rem;object-fit:cover}.subscription-upsell{padding:6rem 2rem}.subscription-upsell__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.subscription-upsell__image img{width:100%;border-radius:1.2rem}.subscription-upsell__benefits{list-style:none;padding:0;margin:2rem 0}.subscription-upsell__benefits li{display:flex;align-items:flex-start;gap:1rem;padding:.6rem 0;font-size:1.4rem}.subscription-upsell__benefits li:before{content:"\2713";color:rgb(var(--color-link));font-weight:700;margin-top:.1rem}.ingredients-section{padding:6rem 2rem}.ingredients-section__inner{max-width:var(--page-width);margin:0 auto}.ingredients-section__header{text-align:center;margin-bottom:4rem}.ingredients-tabs{display:flex;gap:0;justify-content:center;margin-bottom:3.2rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.ingredients-tab-btn{padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:600;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:rgba(var(--color-foreground),.6);transition:all .2s ease;margin-bottom:-1px}.ingredients-tab-btn.active{color:rgb(rgba(var(--color-foreground),1));border-bottom-color:rgb(var(--color-link))}.ingredients-tab-content{display:none}.ingredients-tab-content.active{display:block}.image-with-text{padding:6rem 2rem}.image-with-text__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.image-with-text--image-right .image-with-text__image{order:2}.image-with-text--image-right .image-with-text__content{order:1}.image-with-text__image img{width:100%;border-radius:1.2rem;object-fit:cover}.image-with-text__eyebrow{margin-bottom:1rem}.image-with-text__heading{margin-bottom:1.6rem}.image-with-text__text{font-size:1.5rem;line-height:1.8;margin-bottom:2.4rem}.rich-text{padding:6rem 2rem;text-align:center}.rich-text__inner{max-width:72rem;margin:0 auto}.rich-text__heading{margin-bottom:1.6rem}.rich-text__text{font-size:1.6rem;line-height:1.8;margin-bottom:2.4rem}.blog-section{padding:6rem 2rem}.blog-section__header{text-align:center;margin-bottom:4rem}.blog-grid{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2.4rem}.blog-card{cursor:pointer}.blog-card__image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:.8rem;margin-bottom:1.2rem;transition:transform .3s ease}.blog-card:hover .blog-card__image{transform:scale(1.02)}.blog-card__date{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:.6rem}.blog-card__title{font-family:var(--font-heading-family);font-size:1.6rem;color:rgb(rgba(var(--color-foreground),1));margin-bottom:.6rem}.blog-card__link{font-size:1.3rem;font-weight:600;color:rgb(var(--color-link))}.not-found{padding:10rem 2rem;text-align:center}.not-found__heading{font-size:8rem;margin-bottom:1.6rem}.not-found__text{font-size:1.7rem;margin-bottom:3.2rem}@media(max-width:1024px){.collection-grid__inner,.footer__main{grid-template-columns:repeat(2,1fr)}.instagram-feed__grid{grid-template-columns:repeat(4,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){h1{font-size:calc(var(--font-heading-scale) * 2.8rem)}h2{font-size:calc(var(--font-heading-scale) * 2.2rem)}h3{font-size:calc(var(--font-heading-scale) * 1.8rem)}.mobile-menu-toggle{display:flex}.header-nav{display:none}.header-nav.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:rgb(var(--color-background));padding:1.6rem 2rem;border-top:1px solid rgba(var(--color-foreground),.1);box-shadow:0 8px 24px #0000001a;z-index:200}.header-phone{display:none}.features-split__inner{grid-template-columns:1fr;gap:3.2rem}.features-split__images{grid-template-columns:1fr 1fr}.features-split__images img{height:16rem}.benefits-cards__grid{grid-template-columns:1fr}.guarantee-section__inner{grid-template-columns:1fr;gap:3.2rem}.testimonials-section__grid{grid-template-columns:1fr}.product-page__inner{grid-template-columns:1fr;gap:3.2rem}.collection-grid__inner,.routine-section__inner,.subscription-upsell__inner,.image-with-text__inner{grid-template-columns:1fr}.image-with-text--image-right .image-with-text__image{order:1}.image-with-text--image-right .image-with-text__content{order:2}.footer__main{grid-template-columns:1fr 1fr}.instagram-feed__grid{grid-template-columns:repeat(3,1fr)}.blog-grid{grid-template-columns:1fr}.reviews-summary{flex-direction:column;gap:2.4rem}.icon-features__grid{gap:2.4rem}}@media(max-width:480px){.footer__main{grid-template-columns:1fr}.instagram-feed__grid{grid-template-columns:repeat(2,1fr)}.hero-banner{min-height:50vh}}.product-grid{display:grid;gap:4rem 3.2rem}.product-grid--2-col{grid-template-columns:repeat(2,1fr)}.product-grid--3-col{grid-template-columns:repeat(3,1fr)}.product-grid--4-col{grid-template-columns:repeat(4,1fr)}@media(max-width:1024px){.product-grid--3-col,.product-grid--4-col{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-grid--2-col,.product-grid--3-col,.product-grid--4-col{grid-template-columns:1fr}}.product-page__layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.product-page__media-item{display:none}.product-page__media-item.active{display:block}.product-page__media-item img{width:100%;border-radius:1.2rem;object-fit:cover}.product-page__thumbnails{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.2rem}.product-page__thumb{width:7.2rem;height:7.2rem;border-radius:.6rem;overflow:hidden;cursor:pointer;border:2px solid transparent;padding:0;background:none;transition:border-color .2s ease}.product-page__thumb.active{border-color:rgb(var(--color-link))}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__label{font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgb(var(--color-link));margin-bottom:.6rem}.product-page__title{font-size:3.6rem;margin-bottom:1.2rem}.product-page__price{font-size:2rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1));margin-bottom:2rem}.product-page__price .price--sale{color:rgb(var(--color-link))}.product-page__variants{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.product-page__variant-btn{padding:.6rem 1.6rem;font-size:1.3rem;font-weight:600;border:1.5px solid rgba(var(--color-foreground),.25);border-radius:2rem;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease}.product-page__variant-btn.active,.product-page__variant-btn:hover{border-color:rgb(var(--color-link));color:rgb(var(--color-link));background:rgba(var(--color-link),.06)}.product-page__variant-btn:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}.product-page__reviews-badge{margin-bottom:1.2rem}.product-page__accordion{margin-top:2.4rem}.product-page__trust{margin-top:2rem}.product-form__error-message-wrapper{background:#fef2f2;border:1px solid #fecaca;border-radius:.6rem;padding:1rem 1.4rem;margin-bottom:1.2rem}.product-form__error-message{font-size:1.4rem;color:#dc2626;margin:0}@media(max-width:768px){.product-page__layout{grid-template-columns:1fr;gap:3.2rem}}.pagination{display:flex;justify-content:center;gap:.8rem;padding:4rem 0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;font-size:1.4rem;font-weight:600;text-decoration:none;color:rgb(rgba(var(--color-foreground),1));border:1px solid rgba(var(--color-foreground),.2);transition:all .2s ease}.pagination a:hover,.pagination .current{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-color:rgb(var(--color-button))}.cart-page{padding:4rem 2rem 6rem}.cart-page__inner{max-width:80rem;margin:0 auto}.cart-page__title{font-size:3.2rem;margin-bottom:3.2rem}.cart-page__empty{text-align:center;padding:6rem 0}.cart-page__empty p{font-size:1.6rem;margin-bottom:2.4rem}.cart-page__footer{margin-top:3.2rem;padding-top:2.4rem;border-top:1px solid rgba(var(--color-foreground),.12);display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem}.cart-page__subtotal{font-size:2rem;font-weight:700;color:rgb(rgba(var(--color-foreground),1))}.cart-page__checkout{padding:1.6rem 4rem;font-size:1.6rem;font-weight:700;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;border-radius:var(--buttons-radius, 40px);cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s ease}.cart-page__checkout:hover{background:rgba(var(--color-button),.88)}.customer-page{padding:6rem 2rem}.customer-page__inner{max-width:48rem;margin:0 auto}.customer-page__title{font-size:3.2rem;margin-bottom:3.2rem;text-align:center}.customer-form__field{margin-bottom:1.6rem}.customer-form__label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.6rem;color:rgb(rgba(var(--color-foreground),1))}.customer-form__input{width:100%;padding:1.2rem 1.4rem;font-size:1.5rem;border:var(--inputs-border-width, 1px) solid rgba(var(--color-foreground),.3);border-radius:var(--inputs-radius, 4px);background:transparent;color:rgb(var(--color-foreground));outline:none;transition:border-color .2s ease}.customer-form__input:focus{border-color:rgb(var(--color-link))}.customer-form__submit{width:100%;margin-top:2rem}.customer-form__links{text-align:center;margin-top:2rem;font-size:1.4rem}.customer-form__links a{color:rgb(var(--color-link))}.skip-to-content-link{position:absolute;top:-100%;left:0;z-index:9999;padding:1rem 2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:1.4rem;font-weight:600;text-decoration:none;border-radius:0 0 .4rem;transition:top .2s ease}.skip-to-content-link:focus{top:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate--page-in .shopify-section{animation:fadeInUp .5s ease both}.placeholder-svg{width:100%;height:100%;fill:rgba(var(--color-foreground),.1)}.main-collection{padding:0 2rem}.main-collection__inner{max-width:var(--page-width);margin:0 auto}.main-page{padding:4rem 2rem 6rem}.main-page__inner{max-width:80rem;margin:0 auto}.main-page__title{font-size:3.6rem;margin-bottom:3.2rem}.main-page__content{font-size:1.6rem;line-height:1.8}.main-page__content h2{font-size:2.8rem;margin:3.2rem 0 1.6rem}.main-page__content h3{font-size:2.2rem;margin:2.4rem 0 1.2rem}.main-page__content ul,.main-page__content ol{padding-left:2.4rem;margin-bottom:1.6rem}.main-page__content li{margin-bottom:.6rem}.main-page__content img{border-radius:.8rem;margin:2rem 0}.main-blog{padding:4rem 2rem 6rem}.main-blog__inner{max-width:var(--page-width);margin:0 auto}.main-blog__title{font-size:3.6rem;margin-bottom:3.2rem}.blog-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3.2rem}@media(max-width:1024px){.blog-articles-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.blog-articles-grid{grid-template-columns:1fr}}.main-article{padding:4rem 2rem 6rem}.main-article__inner{max-width:72rem;margin:0 auto}.main-article__header{margin-bottom:3.2rem}.main-article__title{font-size:4rem;margin-bottom:1.6rem}.main-article__meta{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.main-article__image{width:100%;border-radius:1.2rem;margin-bottom:3.2rem}.main-article__content{font-size:1.6rem;line-height:1.9}.main-article__content h2{font-size:2.8rem;margin:3.2rem 0 1.6rem}.main-article__content p{margin-bottom:1.6rem}.main-article__back{margin-top:4rem}.purchase-selector__qty-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem;padding:1.2rem 1.6rem;border:1.5px solid rgba(var(--color-foreground),.15);border-radius:.8rem;background:#fff}.purchase-selector__qty-label{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.purchase-selector__qty-stepper{display:flex;align-items:center;gap:0;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:.8rem;overflow:hidden}.purchase-selector__qty-btn{width:4rem;height:4rem;background:none;border:none;font-size:2rem;font-weight:400;cursor:pointer;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.purchase-selector__qty-btn:hover{background:rgba(var(--color-foreground),.06)}.purchase-selector__qty-count{min-width:4rem;text-align:center;font-size:1.6rem;font-weight:600;border-left:1.5px solid rgba(var(--color-foreground),.15);border-right:1.5px solid rgba(var(--color-foreground),.15);padding:0 .4rem;line-height:4rem}.purchase-selector__packs{display:flex;gap:.8rem;margin-bottom:1.6rem}.purchase-selector__pack-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem .8rem;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:.8rem;background:#fff;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s,color .15s;line-height:1.3}.purchase-selector__pack-btn:hover{border-color:rgb(var(--color-link))}.purchase-selector__pack-btn.active{background:rgb(var(--color-link));border-color:rgb(var(--color-link));color:#fff}.purchase-selector__pack-btn:disabled{opacity:.4;cursor:not-allowed}.purchase-selector__pack-name{font-size:1.4rem;font-weight:600}.purchase-selector__pack-subtitle{font-size:1.2rem;opacity:.8}.purchase-selector__options{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.6rem}.purchase-selector__option{display:flex;align-items:flex-start;gap:1.2rem;padding:1.4rem 1.6rem;border:1.5px solid rgba(var(--color-foreground),.2);border-radius:1rem;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.purchase-selector__option:hover{border-color:rgb(var(--color-link))}.purchase-selector__option.active{border-color:rgb(var(--color-link));background:rgba(var(--color-link),.04);box-shadow:0 0 0 1px rgb(var(--color-link))}.purchase-selector__radio{flex-shrink:0;margin-top:.15rem;accent-color:rgb(var(--color-link));width:2.2rem;height:2.2rem;cursor:pointer}.purchase-selector__option-inner{flex:1;min-width:0}.purchase-selector__option-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.purchase-selector__option-title-group{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.purchase-selector__option-label{font-size:1.55rem;font-weight:700;color:rgb(var(--color-foreground));line-height:1.3}.purchase-selector__inline-badge{display:inline-block;background:rgb(var(--color-link));color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:.06em;padding:.2rem .7rem;border-radius:10rem;white-space:nowrap;vertical-align:middle}.purchase-selector__option-price{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap}.purchase-selector__option-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.purchase-selector__option-price--sub{font-size:1.6rem;font-weight:800;color:rgb(var(--color-link))}.purchase-selector__option-price--compare{font-size:1.25rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through}.purchase-selector__benefits{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.55rem}.purchase-selector__benefits li{font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.85);padding-left:2.2rem;position:relative;line-height:1.4}.purchase-selector__benefits li:before{content:"\2713";position:absolute;left:0;top:.05em;color:rgb(var(--color-link));font-weight:900;font-size:1.6rem;line-height:1.2}.purchase-selector__atc-wrapper{position:relative;margin-top:.6rem}.purchase-selector__save-badge{position:absolute;top:-1.2rem;right:1.4rem;background:rgb(var(--color-link));color:#fff;font-size:1.15rem;font-weight:800;letter-spacing:.06em;padding:.25rem .9rem;border-radius:10rem;z-index:1;pointer-events:none;box-shadow:0 2px 6px #00000026}.purchase-selector__atc{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1.7rem 2rem;background:#3d7a52;color:#fff;border:none;border-radius:.8rem;font-size:1.6rem;font-weight:700;cursor:pointer;transition:background .15s,opacity .15s;letter-spacing:.01em}.purchase-selector__atc:hover{background:#2f6040}.purchase-selector__atc:disabled{opacity:.5;cursor:not-allowed}.purchase-selector__atc-label{flex:1;text-align:left}.purchase-selector__atc-prices{display:flex;align-items:center;gap:.8rem}.purchase-selector__atc-compare{font-size:1.35rem;text-decoration:line-through;opacity:.65}.purchase-selector__atc-final{font-size:1.7rem;font-weight:800}@media(max-width:600px){.purchase-selector__packs{gap:.6rem}.purchase-selector__pack-btn{padding:.8rem .4rem}.purchase-selector__pack-name{font-size:1.3rem}.purchase-selector__atc{padding:1.4rem 1.6rem}.purchase-selector__qty-btn{width:3.6rem;height:3.6rem}.purchase-selector__qty-count{min-width:3.6rem;line-height:3.6rem}}
/*# sourceMappingURL=/cdn/shop/t/26/assets/base.css.map */
