*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-body-family, sans-serif);font-style:var(--font-body-style, normal);font-weight:var(--font-body-weight, 400);font-size:calc(1rem * var(--font-body-scale, 1));line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5{font-family:var(--font-heading-family, sans-serif);font-style:var(--font-heading-style, normal);font-weight:var(--font-heading-weight, 600);text-transform:var(--heading-transform, none);line-height:1.2;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:calc(clamp(2rem,1.4rem + 2.4vw,3.25rem) * var(--font-heading-scale, 1))}h2{font-size:calc(clamp(1.6rem,1.2rem + 1.6vw,2.5rem) * var(--font-heading-scale, 1))}h3{font-size:calc(clamp(1.25rem,1.05rem + .7vw,1.6rem) * var(--font-heading-scale, 1))}h4{font-size:calc(1.1rem * var(--font-heading-scale, 1))}p{margin:0 0 1em}p:last-child{margin-bottom:0}ul,ol{padding-left:1.2em}table{width:100%;border-collapse:collapse}th,td{padding:.6rem;border-bottom:1px solid var(--color-border);text-align:left}:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.page-width{max-width:var(--page-width);margin:0 auto;padding-left:1.25rem;padding-right:1.25rem;width:100%}.page-width--narrow{max-width:820px}.page-width--full{max-width:none;padding-left:0;padding-right:0}.section{padding-top:var(--section-padding-top, var(--spacing-sections));padding-bottom:var(--section-padding-bottom, var(--spacing-sections))}.section-heading{text-align:center;margin-bottom:2rem}.section-heading p{color:var(--color-text-light);max-width:680px;margin:.5rem auto 0}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-to-content:focus{position:fixed!important;top:1rem;left:1rem;width:auto;height:auto;clip:auto;z-index:1000;background:#fff;padding:.75rem 1rem;border:1px solid var(--color-text)}.rte a{text-decoration:underline}.rte img{border-radius:var(--corner-radius)}.small-text{font-size:.875rem;color:var(--color-text-light)}.main-content{display:block}.media{position:relative;overflow:hidden;background-color:#f5f5f5;border-radius:var(--corner-radius)}.media img{width:100%;height:100%;object-fit:cover}.media--square{aspect-ratio:1 / 1}.media--portrait{aspect-ratio:3 / 4}.media--landscape{aspect-ratio:4 / 3}.media--wide{aspect-ratio:16 / 9}.media--adapt img{position:static;height:auto}.btn,.shopify-payment-button__button--unbranded{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.95rem 1.75rem;border:1px solid var(--color-button);border-radius:var(--button-radius);background-color:var(--color-button);color:var(--color-button-text);font-family:inherit;font-size:1rem;font-weight:600;line-height:1.2;text-align:center;transition:opacity .2s ease,transform .15s ease,background-color .2s ease;cursor:pointer;min-height:48px}.btn:hover{opacity:.88}.btn:active{transform:translateY(1px)}.btn--secondary{background-color:transparent;color:var(--color-text);border-color:var(--color-text)}.btn--accent{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-text)}.btn--full{width:100%}.btn--small{padding:.6rem 1.1rem;font-size:.9rem;min-height:40px}.btn[disabled],.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed}.link-arrow{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;border-bottom:1px solid currentColor;padding-bottom:2px}.field{margin-bottom:1rem}.field label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:500}.input,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select{width:100%;padding:.8rem .9rem;border:1px solid var(--color-border);border-radius:var(--button-radius);background:#fff;color:var(--color-text);font-family:inherit;font-size:1rem;min-height:48px}textarea{min-height:120px;resize:vertical}select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:16px;padding-right:2.2rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;border-radius:4px;font-size:.78rem;font-weight:600;line-height:1;background:var(--color-sale);color:#fff}.badge--soldout{background:#6b6b6b}.badge--accent{background:var(--color-accent);color:var(--color-text)}.price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;font-weight:600}.price__compare{color:var(--color-text-light);text-decoration:line-through;font-weight:400;font-size:.9em}.price--large{font-size:1.5rem}.rating-stars{display:inline-flex;gap:2px;color:#f5b301;line-height:1}.rating-stars svg{width:16px;height:16px}.rating-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-light)}.card-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(var(--columns-mobile, 2),minmax(0,1fr));list-style:none;margin:0;padding:0}.product-card{position:relative;display:flex;flex-direction:column;height:100%;background:#fff;border-radius:var(--corner-radius);box-shadow:var(--card-shadow);overflow:hidden}.product-card__media{position:relative;display:block;overflow:hidden;background:#f6f6f6}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card__media--square{aspect-ratio:1 / 1}.product-card__media--portrait{aspect-ratio:3 / 4}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image--primary{transform:scale(1.04)}.product-card__badges{position:absolute;left:.6rem;bottom:.6rem;display:flex;flex-direction:column;gap:.35rem;z-index:2}.product-card__info{display:flex;flex-direction:column;gap:.5rem;padding:.9rem;text-align:center;flex-grow:1}.product-card__title{font-size:.98rem;font-weight:600;margin:0;line-height:1.35}.product-card__vendor{font-size:.8rem;color:var(--color-text-light)}.product-card__info .price{justify-content:center}.product-card__cta{margin-top:auto}.accordion{border-top:1px solid var(--color-border)}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__toggle{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 0;background:none;border:0;font-size:1rem;font-weight:500;color:inherit;text-align:left}.accordion__toggle svg{flex-shrink:0;width:18px;height:18px;transition:transform .25s ease}.accordion__toggle[aria-expanded=true] svg{transform:rotate(180deg)}.accordion__panel{overflow:hidden;max-height:0;transition:max-height .3s ease}.accordion__panel-inner{padding:0 0 1.1rem;color:var(--color-text-light)}.carousel{position:relative}.carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{flex:0 0 auto;scroll-snap-align:start;width:calc(100% - 2rem)}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);background:#fff;display:none;align-items:center;justify-content:center;z-index:3}.carousel__btn[disabled]{opacity:.35}.carousel__btn--prev{left:.25rem}.carousel__btn--next{right:.25rem}.carousel__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel__dot{width:9px;height:9px;padding:0;border-radius:50%;border:0;background:#00000040}.carousel__dot[aria-current=true]{background:var(--color-text)}.toast{position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%);background:var(--color-text);color:#fff;padding:.8rem 1.2rem;border-radius:var(--button-radius);z-index:60;font-size:.9rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:2.5rem;list-style:none;padding:0}.pagination li a,.pagination li span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .5rem;border-radius:var(--button-radius)}.pagination li .current{font-weight:700;border-bottom:2px solid var(--color-text)}.announcement-bar{position:relative;text-align:center;font-size:.9rem;padding:.65rem 1rem}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600}.announcement-bar__slide{display:none}.announcement-bar__slide.is-active{display:flex}.header{position:relative;background:var(--color-background);border-bottom:1px solid var(--color-border);z-index:30}.header--sticky{position:sticky;top:0}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding-top:.9rem;padding-bottom:.9rem}.header__logo{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;letter-spacing:-.02em;display:inline-block}.header__logo img{max-height:var(--logo-height, 40px);width:auto}.header__nav{display:none}.header__nav ul{display:flex;align-items:center;gap:1.4rem;list-style:none;margin:0;padding:0}.header__nav a{font-size:.95rem;padding:.4rem 0;display:inline-block}.header__nav a:hover{opacity:.65}.header__menu-item{position:relative}.header__submenu{position:absolute;top:100%;left:0;min-width:210px;background:#fff;border:1px solid var(--color-border);border-radius:var(--corner-radius);box-shadow:var(--card-shadow);padding:.5rem 0;display:none;flex-direction:column;gap:0;z-index:10}.header__menu-item:hover .header__submenu,.header__menu-item:focus-within .header__submenu{display:flex}.header__submenu a{padding:.5rem 1rem;white-space:nowrap}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.header__icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:none;color:inherit}.header__icon svg{width:22px;height:22px}.header__cart-count{position:absolute;top:6px;right:4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--color-text);color:#fff;font-size:.7rem;line-height:18px;text-align:center}.mobile-nav{position:fixed;top:0;right:30%;bottom:0;left:0;min-width:280px;max-width:400px;background:#fff;transform:translate(-100%);transition:transform .3s ease;z-index:50;overflow-y:auto;padding:1rem 1.25rem 3rem}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;z-index:45}.mobile-nav__overlay.is-open{opacity:1;visibility:visible}.mobile-nav__head{display:flex;justify-content:flex-end;margin-bottom:.5rem}.mobile-nav ul{list-style:none;margin:0;padding:0}.mobile-nav>ul>li>a,.mobile-nav__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.9rem 0;border-bottom:1px solid var(--color-border);font-size:1.05rem;background:none;border-left:0;border-right:0;border-top:0;color:inherit;text-align:left}.mobile-nav__submenu{padding-left:.75rem!important;max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-nav__submenu a{display:block;padding:.65rem 0;color:var(--color-text-light)}.search-drawer{position:fixed;top:0;left:0;right:0;background:#fff;padding:1.25rem;transform:translateY(-100%);transition:transform .3s ease;z-index:50;box-shadow:0 6px 20px #00000014}.search-drawer.is-open{transform:translateY(0)}.search-drawer form{display:flex;gap:.5rem;max-width:var(--page-width);margin:0 auto}.image-banner{position:relative;display:flex;align-items:center;overflow:hidden}.image-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.image-banner__media img{width:100%;height:100%;object-fit:cover}.image-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.image-banner__content{position:relative;z-index:2;padding:clamp(2rem,6vw,5rem) 0;max-width:640px}.image-banner__content h1,.image-banner__content h2{margin-bottom:.4rem}.image-banner--small{min-height:320px}.image-banner--medium{min-height:440px}.image-banner--large{min-height:600px}.image-banner--center .image-banner__content{margin:0 auto;text-align:center}.image-banner--right .image-banner__content{margin-left:auto;text-align:right}.banner-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.image-banner--center .banner-buttons{justify-content:center}.image-with-text{display:grid;gap:0;align-items:stretch;border-radius:var(--corner-radius);overflow:hidden}.image-with-text__media img{width:100%;height:100%;object-fit:cover;min-height:260px}.image-with-text__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.5rem,4vw,3.5rem)}.image-with-text--card .image-with-text__content{border-radius:var(--corner-radius)}.benefits-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(var(--columns-mobile, 2),minmax(0,1fr))}.benefit__media{border-radius:var(--corner-radius);overflow:hidden;margin-bottom:.9rem;aspect-ratio:3 / 4}.benefit__media img{width:100%;height:100%;object-fit:cover}.benefit__icon{width:48px;height:48px;margin-bottom:.75rem}.benefit h3{font-size:1.05rem;margin-bottom:.35rem}.benefit p{color:var(--color-text-light);font-size:.92rem}.steps__item{display:grid;gap:0;align-items:center;border-radius:var(--corner-radius);overflow:hidden;background:#fff;margin-bottom:1.25rem}.steps__media{min-height:240px}.steps__media img{width:100%;height:100%;object-fit:cover}.steps__content{padding:clamp(1.5rem,4vw,3rem)}.steps__eyebrow{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-light);margin-bottom:.5rem;display:block}.ingredients-grid{display:grid;gap:1rem;grid-template-columns:repeat(var(--columns-mobile, 2),minmax(0,1fr))}.ingredient{background:#fff;border-radius:var(--corner-radius);overflow:hidden;box-shadow:var(--card-shadow);text-align:center}.ingredient__media{aspect-ratio:4 / 3}.ingredient__media img{width:100%;height:100%;object-fit:cover}.ingredient__title{padding:.85rem .6rem;font-size:.95rem;font-weight:500}.results{display:grid;gap:2rem;align-items:center}.stat{display:flex;align-items:flex-start;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--color-border)}.stat:last-child{border-bottom:0}.stat__value{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;min-width:4.2rem}.stat__text{font-size:.95rem}.before-after{position:relative;border-radius:var(--corner-radius);overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:pan-y}.before-after img{width:100%;display:block;pointer-events:none}.before-after__after{position:absolute;top:0;right:0;bottom:0;left:0;width:50%;overflow:hidden}.before-after__after img{width:100vw;max-width:none;height:100%;object-fit:cover}.before-after__handle{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;transform:translate(-50%);cursor:ew-resize;z-index:3}.before-after__handle:after{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000040}.before-after__label{position:absolute;top:.75rem;padding:.25rem .6rem;border-radius:4px;background:#ffffffe6;font-size:.75rem;font-weight:600;z-index:2}.before-after__label--before{left:.75rem}.before-after__label--after{right:.75rem}.promo-grid{display:grid;gap:1rem;grid-template-columns:repeat(var(--columns-mobile, 1),minmax(0,1fr))}.promo-card{padding:1.5rem;border-radius:var(--corner-radius);text-align:center}.promo-card h3{font-size:1.15rem}.promo-card p{font-size:.92rem}.collection-list{display:grid;gap:1rem;grid-template-columns:repeat(var(--columns-mobile, 2),minmax(0,1fr))}.collection-card{display:block;border-radius:var(--corner-radius);overflow:hidden;background:#fff;box-shadow:var(--card-shadow)}.collection-card__media{aspect-ratio:1 / 1;overflow:hidden}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-card:hover .collection-card__media img{transform:scale(1.05)}.collection-card__title{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem .6rem;font-family:var(--font-heading-family);font-size:1.05rem;font-weight:600}.review-card{background:#fff;border-radius:var(--corner-radius);padding:1.25rem;box-shadow:var(--card-shadow);height:100%;display:flex;flex-direction:column;gap:.6rem}.review-card__author{font-size:.85rem;font-style:italic;color:var(--color-text-light);margin-top:auto}.reviews-summary{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.reviews-summary__score{font-size:2rem;font-weight:700;font-family:var(--font-heading-family)}.reviews-list{display:grid;gap:1rem}.review-item{border-bottom:1px solid var(--color-border);padding-bottom:1rem}.review-item__head{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.review-item__avatar{width:32px;height:32px;border-radius:50%;background:var(--color-accent-soft);display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600}.faq{max-width:820px;margin:0 auto}.product{display:grid;gap:2rem}.product__media-wrapper{display:flex;flex-direction:column;gap:.75rem}.product__media-main{position:relative;border-radius:var(--corner-radius);overflow:hidden;background:#f6f6f6}.product__media-item{display:none}.product__media-item.is-active{display:block}.product__media-item img{width:100%;height:auto}.product__thumbs{position:relative;display:flex;align-items:center;gap:.4rem}.product__thumbs-track{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;list-style:none;margin:0;padding:0;flex:1;min-width:0}.product__thumbs-track::-webkit-scrollbar{display:none}.product__thumbs-track>li{flex:0 0 auto;width:88px;scroll-snap-align:start}.product__thumbs-btn{flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:50%;background:#fff;color:inherit}.product__thumbs-btn svg{width:16px;height:16px}.product__thumbnail{border:1px solid transparent;border-radius:8px;overflow:hidden;background:none;padding:0;aspect-ratio:1 / 1}.product__thumbnail img{width:100%;height:100%;object-fit:cover}.product__thumbnail[aria-current=true]{border-color:var(--color-text)}.product__info{display:flex;flex-direction:column;gap:1rem}.product__title{margin-bottom:.25rem}.product__features{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.product__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.93rem}.product__features svg{flex-shrink:0;width:18px;height:18px;margin-top:3px;color:var(--color-secondary)}.variant-cards{display:grid;gap:.6rem;grid-template-columns:repeat(3,minmax(0,1fr))}.variant-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.85rem .4rem;border:2px solid var(--color-border);border-radius:var(--corner-radius);background:#fff;text-align:center;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.variant-card__media{display:block;width:100%;max-width:92px;margin-bottom:.35rem}.variant-card__media img{width:100%;height:72px;object-fit:contain}.variant-card__head{display:flex;flex-direction:column;align-items:center;gap:.25rem}.variant-card__badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;background:var(--color-text-light);color:#fff;font-size:.68rem;font-weight:600;line-height:1.4;white-space:nowrap}.variant-card:has(input:checked) .variant-card__badge{background:var(--color-text)}.variant-card input{position:absolute;opacity:0;pointer-events:none}.variant-card:has(input:checked){border-color:var(--color-text);background:#f5f5f5;box-shadow:0 0 0 1px var(--color-text)}.variant-card:focus-within{border-color:var(--color-text)}.variant-card__label{font-weight:700;font-size:1rem}.variant-card__caption{font-size:.8rem;font-style:italic;color:var(--color-text-light);line-height:1.35}.variant-card__price{font-size:1rem;font-weight:700}.variant-card__compare{font-size:.8rem;color:var(--color-text-light);text-decoration:line-through}.variant-card__flag{position:absolute;top:-10px;left:50%;transform:translate(-50%);white-space:nowrap;background:var(--color-accent);color:var(--color-text);font-size:.68rem;font-weight:700;padding:.15rem .5rem;border-radius:999px}.variant-card--soldout{opacity:.45}.product-form__buttons{display:grid;gap:.6rem}.quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--button-radius);overflow:hidden;height:48px}.quantity button{width:42px;height:100%;border:0;background:none;font-size:1.1rem}.quantity input{width:48px;min-height:auto;height:100%;border:0;text-align:center;padding:0}.icon-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:1rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.icon-list__item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;line-height:1.35}.icon-list__item img,.icon-list__item svg{width:34px;height:34px;flex-shrink:0;object-fit:contain}.payment-icons{display:flex;flex-direction:column;align-items:center;gap:.5rem}.payment-icons__title{font-size:.82rem;color:var(--color-text-light)}.payment-icons__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem;list-style:none;margin:0;padding:0}.payment-icons__list li{display:flex}.payment-icons__icon{width:40px;height:26px;border-radius:4px}.testimonials{border-radius:var(--corner-radius);padding:1.1rem 1.1rem .85rem}.testimonials__track{padding-bottom:0}.testimonials .carousel__slide.testimonials__slide{width:100%;scroll-snap-align:start}.testimonials__quote{font-size:.95rem;line-height:1.55}.testimonials__quote strong,.testimonials__quote b{font-weight:700}.testimonials__author{display:flex;align-items:center;gap:.5rem;margin-top:.6rem;font-size:.85rem;font-style:italic;color:var(--color-text-light)}.testimonials .carousel__dots{margin-top:.75rem}.product-sticky{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--color-border);padding:.6rem 1rem calc(.6rem + env(safe-area-inset-bottom));display:flex;align-items:center;gap:.75rem;transform:translateY(110%);transition:transform .3s ease;z-index:40}.product-sticky.is-visible{transform:translateY(0)}.product-sticky__info{flex:1;min-width:0;font-size:.85rem}.product-sticky__title{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.collection-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.facets{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.facets__label,.sorting__label{font-size:.9rem;color:var(--color-text-light)}.facet{position:relative}.facet__summary{display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;list-style:none;font-size:.95rem;padding:.4rem 0}.facet__summary::-webkit-details-marker{display:none}.facet__panel{position:absolute;top:100%;left:0;z-index:20;min-width:240px;background:#fff;border:1px solid var(--color-border);border-radius:var(--corner-radius);box-shadow:var(--card-shadow);padding:1rem;max-height:320px;overflow-y:auto}.facet__option{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.92rem}.facet__option input{width:auto;min-height:auto}.facet__price{display:flex;align-items:center;gap:.5rem}.active-facets{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.active-facet{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border:1px solid var(--color-border);border-radius:999px;font-size:.85rem}.sorting{display:flex;align-items:center;gap:.5rem}.sorting select{min-height:40px;padding:.35rem 2rem .35rem .6rem;width:auto}.collection-count{font-size:.9rem;color:var(--color-text-light)}.cart-items{width:100%}.cart-item{display:grid;grid-template-columns:90px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--color-border)}.cart-item__media img{border-radius:8px}.cart-item__details{display:flex;flex-direction:column;gap:.4rem}.cart-item__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.cart-footer{margin-top:2rem;display:grid;gap:1.5rem}.cart-summary{border:1px solid var(--color-border);border-radius:var(--corner-radius);padding:1.5rem}.cart-summary__row{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.75rem;font-size:1.05rem}.footer{background:var(--color-footer-bg);color:var(--color-footer-text);padding-top:3rem;padding-bottom:2rem;margin-top:0}.footer a{color:inherit}.footer a:hover{opacity:.75}.footer__grid{display:grid;gap:2rem;grid-template-columns:1fr}.footer__block-title{font-size:1.15rem;margin-bottom:.9rem}.footer__menu{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;font-size:.92rem}.footer__logo{font-family:var(--font-heading-family);font-size:1.6rem;font-weight:700;margin-bottom:.6rem}.footer__newsletter{display:flex;gap:.5rem;margin-top:.75rem}.footer__newsletter input{background:transparent;border-color:#ffffff59;color:inherit}.footer__newsletter input::placeholder{color:#fff9}.footer__social{display:flex;gap:.75rem;margin-top:1rem;list-style:none;padding:0}.footer__social svg{width:22px;height:22px}.footer__bottom{margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.15);display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;font-size:.85rem;text-align:center}.footer__payment{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.footer__payment svg{width:38px;height:24px}.page-content{max-width:820px;margin:0 auto}.contact-form{display:grid;gap:1rem;max-width:640px;margin:0 auto}.form-status{padding:.9rem 1rem;border-radius:var(--button-radius);background:var(--color-accent-soft);margin-bottom:1rem}.form-status--error{background:#fdecec;color:#b00020}.customer-page{max-width:560px;margin:0 auto}.customer-page--wide{max-width:var(--page-width)}@media screen and (min-width:750px){.page-width{padding-left:2rem;padding-right:2rem}.card-grid{grid-template-columns:repeat(var(--columns-tablet, 3),minmax(0,1fr));gap:1.5rem}.benefits-grid,.ingredients-grid,.collection-list,.promo-grid{grid-template-columns:repeat(var(--columns-tablet, 3),minmax(0,1fr))}.image-with-text,.steps__item{grid-template-columns:1fr 1fr}.image-with-text--reverse .image-with-text__media,.steps__item--reverse .steps__media{order:2}.results{grid-template-columns:1fr 1fr;gap:3rem}.carousel__slide{width:calc((100% - 2rem) / 3)}.cart-item{grid-template-columns:110px 1fr}.cart-footer{grid-template-columns:1fr 380px;align-items:start}.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.icon-list{grid-template-columns:repeat(4,minmax(0,1fr))}.product__thumbs-track>li{width:104px}}@media screen and (min-width:990px){.header__inner{grid-template-columns:auto minmax(0,1fr) auto}.header__nav{display:block}.header__menu-toggle{display:none}.card-grid,.benefits-grid,.ingredients-grid,.collection-list{grid-template-columns:repeat(var(--columns-desktop, 4),minmax(0,1fr))}.promo-grid{grid-template-columns:repeat(var(--columns-desktop, 3),minmax(0,1fr))}.carousel__btn{display:flex}.carousel__slide{width:calc((100% - 3rem)/4)}.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem}.footer__bottom{justify-content:space-between;text-align:left}.product{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:start}.product--sticky-info .product__info{position:sticky;top:100px}.product-sticky{display:none}.section-heading{margin-bottom:3rem}}@media screen and (max-width:749px){.mobile-only-hide{display:none!important}.steps__item--reverse .steps__media{order:0}.variant-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.variant-card{padding:.7rem .25rem}.facet__panel{position:fixed;left:1rem;right:1rem;top:auto;min-width:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media print{.header,.footer,.product-sticky,.announcement-bar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/theme.css.map */
