*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}h1,h2,h3,h4,h5,h6{margin:0 0 .85rem;font-family:var(--font-heading);font-weight:400;line-height:1.06;letter-spacing:-.01em}button,input,select,textarea{font:inherit;color:inherit}input,textarea,select,button{appearance:none;-webkit-appearance:none}.page-width{width:100%;max-width:none;margin-inline:0;padding-inline:0}.section-shell{padding:var(--section-space) 0}.section-surface{background:var(--color-surface-alt)}.section-intro{display:grid;gap:.85rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);max-width:48rem}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--color-muted)}.eyebrow:before{content:"";width:1.8rem;height:1px;background:currentColor;opacity:.5}.section-title{font-size:clamp(2rem,4vw,4.4rem)}.section-copy,.subtle{color:var(--color-muted);font-size:clamp(1rem,1.15vw,1.04rem);max-width:44rem}.uppercase{text-transform:uppercase;letter-spacing:.14em}.button,.shopify-payment-button__button,.shopify-challenge__button{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.85rem 1.35rem;border-radius:999px;border:1px solid transparent;background:var(--color-text);color:#f7f7f5;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .2s ease;cursor:pointer}.button:hover,.shopify-payment-button__button:hover,.shopify-challenge__button:hover{transform:translateY(-1px)}.button--secondary{background:transparent;color:var(--color-text);border-color:var(--color-border-strong)}.button--ghost{background:transparent;color:var(--color-text);padding-inline:0;min-height:auto;border-radius:0;border:0}.button--ghost:hover{transform:none;color:var(--color-accent)}.field{display:grid;gap:.45rem}.field label{color:var(--color-muted);font-size:.92rem}.field input,.field select,.field textarea{width:100%;min-height:3.1rem;padding:.9rem 1rem;border-radius:16px;border:1px solid var(--color-border-strong);background:#fff}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:#666c6c8c}.field textarea{min-height:10rem;resize:vertical}.card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft)}.media{position:relative;overflow:hidden;border-radius:inherit;background:var(--color-surface)}.media img,.media svg,.media video{width:100%;height:100%;object-fit:cover}.media--portrait{aspect-ratio:4 / 5}.media--square{aspect-ratio:1 / 1}.media--landscape{aspect-ratio:16 / 10}.media--cinematic{aspect-ratio:16 / 9}.grid{display:grid;gap:var(--gutter)}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.stack{display:grid;gap:1rem}.site-main{min-height:60vh}.skip-link{position:absolute;left:1rem;top:-4rem;z-index:99;padding:.8rem 1rem;background:var(--color-text);color:#fff;border-radius:999px}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#4a504f;color:#f5f5f2;border-bottom:1px solid rgba(255,255,255,.12)}.announcement-bar{background:#3f4444;color:#f5f5f2;text-align:center;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase;padding:.72rem 1rem}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.95rem 0}.header-brand{display:flex;align-items:center;min-width:0}.header-logo-link{display:inline-flex;align-items:center;gap:.8rem;min-width:0}.header-logo-mark{display:inline-flex;align-items:center;justify-content:center;min-height:3.05rem;min-width:3.05rem;padding:0;border-radius:0;background:transparent}.header-logo-mark--fallback{padding:0}.header-logo-image{display:block;max-width:var(--logo-width, 160px);width:100%;height:auto}.header-logo-image--fallback{width:min(var(--logo-width, 160px),108px);max-width:none}.header-logo-wordmark{font-family:var(--font-heading);font-size:clamp(.98rem,1.3vw,1.08rem);letter-spacing:.16em;text-transform:uppercase;line-height:1.05;color:#f5f5f2}.header-nav>ul,.header-actions,.footer-nav ul,.footer-meta ul,.inline-links,.collection-toolbar,.product-meta-list,.product-thumb-list,.pagination{list-style:none;margin:0;padding:0}.header-nav>ul{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:center}.header-link{position:relative;display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .1rem;font-size:.94rem;color:#f5f5f2}.header-link:after{content:"";position:absolute;left:0;right:0;bottom:.15rem;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .2s ease}.header-link:hover:after,.header-link[aria-current=page]:after{transform:scaleX(1)}.header-item{position:relative}.header-dropdown{position:absolute;left:0;top:calc(100% + .5rem);min-width:15rem;padding:.85rem;background:#565d5c;border:1px solid rgba(255,255,255,.14);border-radius:20px;box-shadow:0 18px 40px #0000002e;opacity:0;visibility:hidden;transform:translateY(10px);transition:.18s ease}.header-item:hover .header-dropdown,.header-item:focus-within .header-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header-dropdown a{display:block;padding:.55rem .2rem;color:#f5f5f2d6}.header-dropdown a:hover{color:#fff}.header-actions{display:flex;gap:.45rem;align-items:center}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:2.7rem;height:2.7rem;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:transparent;color:#f5f5f2}.icon-button svg{width:1.1rem;height:1.1rem}.icon-button svg path,.icon-button svg circle,.icon-button svg rect,.icon-button svg line,.icon-button svg polyline{stroke:currentColor}.header-toggle{display:none}.mobile-drawer{display:none;padding:.25rem 0 1rem;color:#f5f5f2}.mobile-drawer details{border-top:1px solid rgba(255,255,255,.14)}.mobile-drawer summary,.mobile-drawer a{display:flex;justify-content:space-between;gap:1rem;padding:.95rem 0}.hero-section{padding-top:clamp(1rem,2.6vw,1.6rem)}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(1rem,3vw,2rem);align-items:stretch}.hero-media,.editorial-media{min-height:clamp(24rem,52vw,38rem)}.hero-panel,.editorial-panel,.newsletter-panel,.concern-card,.collection-tab-panel,.footer-panel,.product-panel,.article-panel,.page-panel,.search-panel,.cart-panel,.collection-panel,.minimal-intro-panel,.collection-list-panel{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.hero-copy-wrap,.editorial-copy-wrap,.newsletter-grid,.product-layout,.collection-layout,.article-layout,.page-layout,.search-layout,.cart-layout,.footer-grid,.minimal-intro-panel,.collection-list-panel{padding:clamp(1.15rem,3vw,1.8rem)}.hero-copy{display:grid;gap:.95rem;align-content:center;min-height:100%}.hero-title{font-size:clamp(2.4rem,6vw,5.2rem);max-width:10.5ch}.hero-text{color:var(--color-muted);max-width:33rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem}.hero-microcopy{display:flex;flex-wrap:wrap;gap:.6rem;color:var(--color-muted);font-size:.88rem}.hero-microcopy>div,.product-meta-list span{display:inline-flex;align-items:center;min-height:2.1rem;padding:.3rem .75rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-alt)}.tabbed-section-nav{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.tab-button{border:1px solid var(--color-border-strong);border-radius:999px;padding:.75rem 1rem;background:transparent;cursor:pointer}.tab-button.is-active{background:var(--color-text);color:#fff;border-color:var(--color-text)}.tab-panel{display:none}.tab-panel.is-active{display:block}.product-grid,.article-grid,.concern-grid,.collection-grid,.footer-grid,.usp-grid,.meta-grid,.collection-list-grid{display:grid;gap:var(--gutter)}.product-grid,.article-grid,.collection-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.concern-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.usp-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card,.article-card,.concern-card,.collection-callout,.usp-card,.collection-list-card{display:grid;gap:.85rem;height:100%}.product-card__content,.article-card__content,.concern-card__content,.collection-callout__content,.usp-card__content,.collection-list-card__content{display:grid;gap:.55rem;padding:0 1.1rem 1.2rem}.product-card__title,.article-card__title,.concern-card__title,.collection-callout__title,.usp-card__title,.collection-list-card__title{font-size:clamp(1.1rem,2vw,1.35rem)}.price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price__compare{color:var(--color-muted);text-decoration:line-through}.editorial-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(1rem,3vw,2rem);align-items:stretch}.editorial-layout--reverse{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.editorial-copy{display:grid;gap:.85rem;align-content:center;min-height:100%}.concern-card{padding:1.15rem;min-height:14rem}.concern-card__link{margin-top:auto}.newsletter-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(1rem,3vw,1.8rem);align-items:center}.newsletter-form{display:flex;gap:.7rem;align-items:center}.newsletter-form input{flex:1 1 auto}.minimal-intro-panel{text-align:center;max-width:58rem;margin:0 auto}.minimal-intro-copy{display:grid;gap:.9rem;justify-items:center}.collection-list-grid{align-items:stretch}.collection-list-card .media{border-bottom-left-radius:0;border-bottom-right-radius:0}.footer-shell{padding-top:1rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr .85fr;gap:1.4rem}.footer-nav ul,.footer-meta ul{display:grid;gap:.8rem}.footer-heading{font-size:.82rem;text-transform:uppercase;letter-spacing:.18em;margin-bottom:1rem;color:var(--color-muted)}.footer-bottom{margin-top:1.2rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.92rem;color:var(--color-muted)}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);gap:clamp(1rem,3vw,2rem)}.product-gallery{display:grid;gap:.8rem}.product-main-media{aspect-ratio:4 / 5}.product-thumb-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.product-thumb{border:1px solid var(--color-border);border-radius:16px;overflow:hidden;background:var(--color-card)}.product-copy{display:grid;gap:.95rem;align-content:start}.product-title{font-size:clamp(2rem,4vw,3.5rem)}.product-form{display:grid;gap:1rem;margin-top:.25rem}.variant-picker{display:grid;gap:.75rem}.variant-options{display:flex;gap:.6rem;flex-wrap:wrap}.variant-options input{position:absolute;opacity:0}.variant-options label{display:inline-flex;min-height:2.7rem;align-items:center;padding:.65rem .95rem;border-radius:999px;border:1px solid var(--color-border);background:transparent;cursor:pointer}.variant-options input:checked+label{background:var(--color-text);border-color:var(--color-text);color:#fff}.quantity-wrap{display:flex;gap:.7rem;align-items:flex-end}.quantity-wrap input{max-width:6rem;text-align:center}.product-accordion{border-top:1px solid var(--color-border);padding-top:.85rem}.product-accordion summary{list-style:none;display:flex;justify-content:space-between;gap:1rem;cursor:pointer}.product-accordion summary::-webkit-details-marker{display:none}.collection-layout,.search-layout,.cart-layout,.article-layout,.page-layout{display:grid;gap:1.3rem}.collection-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.collection-grid--products,.search-grid,.cart-items{display:grid;gap:var(--gutter);grid-template-columns:repeat(3,minmax(0,1fr))}.article-meta,.product-meta-list,.inline-links{display:flex;flex-wrap:wrap;gap:.7rem .8rem;color:var(--color-muted);font-size:.94rem}.article-content{max-width:50rem;margin:0 auto;font-size:1.03rem}.article-content img{border-radius:16px;margin:1.4rem 0}.article-content h2,.article-content h3,.article-content h4{margin-top:2rem}.pagination{display:flex;gap:.75rem;justify-content:center;margin-top:2rem}.empty-state{text-align:center;padding:2rem;border:1px dashed var(--color-border-strong);border-radius:18px;background:transparent}.rte a{text-decoration:underline;text-underline-offset:.18em}.placeholder-svg{width:100%;height:100%;display:block}@media(max-width:1099px){.product-grid,.article-grid,.concern-grid,.footer-grid,.collection-grid--products,.search-grid,.cart-items,.collection-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-layout,.editorial-layout,.editorial-layout--reverse,.newsletter-grid,.product-layout{grid-template-columns:1fr}.hero-title{max-width:none}}@media(max-width:880px){.header-toggle{display:inline-flex}.header-nav{display:none}.mobile-drawer.is-open{display:block}.header-inner{grid-template-columns:auto 1fr auto}.header-brand{justify-self:center}.header-logo-link{gap:.6rem}.header-logo-wordmark{font-family:var(--font-heading);font-size:clamp(.98rem,1.3vw,1.08rem);letter-spacing:.16em;text-transform:uppercase;line-height:1.05;color:#f5f5f2}.header-actions .desktop-only{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.page-width{width:100%;max-width:none;margin-inline:0;padding-inline:0}.product-grid,.article-grid,.concern-grid,.collection-grid,.usp-grid,.collection-grid--products,.search-grid,.cart-items,.footer-grid,.collection-list-grid{grid-template-columns:1fr}.newsletter-form,.hero-cta,.quantity-wrap{flex-direction:column;align-items:stretch}.product-thumb-list{grid-template-columns:repeat(2,minmax(0,1fr))}.header-logo-wordmark{font-family:var(--font-heading);font-size:clamp(.98rem,1.3vw,1.08rem);letter-spacing:.16em;text-transform:uppercase;line-height:1.05;color:#f5f5f2}.hero-panel,.editorial-panel,.product-panel,.collection-panel,.article-panel,.page-panel,.search-panel,.cart-panel,.footer-panel,.newsletter-panel,.collection-tab-panel,.concern-card,.minimal-intro-panel,.collection-list-panel{border-radius:20px}}.hero-media-wrap,.editorial-media-wrap,.media-showcase-shell{width:100%}.hero-layout--compact{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.hero-layout--balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hero-layout--large{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.editorial-layout--compact{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.editorial-layout--balanced{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.editorial-layout--large{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr)}.media-flex-shell{position:relative;width:100%;overflow:hidden}.media-flex-shell video,.media-flex-shell iframe{width:100%;height:100%;display:block;object-fit:cover;border:0}.media-flex-shell--video{background:#1f2323}.media-flex-embed{width:100%;height:100%}.media-carousel__track{display:flex;width:100%;height:100%;transition:transform .35s ease}.media-carousel__slide{min-width:100%;height:100%}.media-carousel__slide img{width:100%;height:100%;object-fit:cover}.media-carousel__controls{position:absolute;inset:auto 1rem 1rem auto;display:flex;gap:.5rem;z-index:2}.media-carousel__button{width:2.6rem;height:2.6rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#292d2da3;color:#fff;cursor:pointer}.media-showcase-shell--narrow{max-width:760px}.media-showcase-shell--standard{max-width:1080px}.media-showcase-shell--wide{max-width:1440px}@media(max-width:1099px){.hero-layout--compact,.hero-layout--balanced,.hero-layout--large,.editorial-layout--compact,.editorial-layout--balanced,.editorial-layout--large{grid-template-columns:1fr}}.hero-minimal-shell{padding-top:clamp(1rem,2.5vw,1.5rem)}.hero-minimal{position:relative}.hero-minimal--boxed{border-radius:var(--radius-lg);overflow:hidden}.hero-minimal--compact .hero-minimal__media{min-height:clamp(22rem,48vw,34rem)}.hero-minimal--balanced .hero-minimal__media{min-height:clamp(26rem,56vw,42rem)}.hero-minimal--tall .hero-minimal__media{min-height:clamp(30rem,70vw,50rem)}.hero-minimal__media{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:var(--color-surface)}.hero-minimal__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#2e32320f,#2e32321f 55%,#2e323247);pointer-events:none}.hero-minimal__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:clamp(1.25rem,3vw,2rem);z-index:2}.hero-minimal__content--bottom-left{align-items:flex-end;justify-content:flex-start}.hero-minimal__content--center-left{align-items:center;justify-content:flex-start}.hero-minimal__content--center{align-items:center;justify-content:center}.hero-minimal__copy{max-width:min(32rem,100%);background:#fbfbfac7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.34);border-radius:22px;padding:clamp(1rem,2vw,1.35rem)}.hero-minimal__copy .eyebrow{margin-bottom:.35rem}.hero-minimal__title{font-size:clamp(2.4rem,6vw,5.4rem);line-height:.96;max-width:11ch}.hero-minimal__text{color:var(--color-text);max-width:32rem}.hero-minimal__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.media-carousel--hero,.media-carousel--hero .media-carousel__track,.media-carousel--hero .media-carousel__slide,.media-carousel--hero .media-carousel__slide img{width:100%;height:100%}.media-carousel__controls--overlay{position:absolute;right:1rem;bottom:1rem;z-index:3}.promo-pair__intro{margin-bottom:clamp(1.2rem,3vw,2rem)}.promo-pair-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gutter)}.promo-card{display:grid;gap:1rem}.promo-card__media .media-flex-shell,.promo-card__media .media{border-radius:var(--radius-lg)}.promo-card__copy{display:grid;gap:.65rem;max-width:40rem}.promo-card__title{font-size:clamp(1.6rem,3vw,2.4rem)}.collection-list-panel,.minimal-intro-panel{background:transparent;border:0;box-shadow:none}.collection-list-panel,.minimal-intro-panel{padding-inline:0}.collection-list-card{box-shadow:none}.collection-list-card .media{border:1px solid var(--color-border)}.collection-list-card__content{padding-left:.25rem;padding-right:.25rem;padding-bottom:0}.tabbed-section-nav{margin-bottom:1.25rem}.tab-button{min-height:2.9rem;padding:.7rem 1rem}@media(max-width:1099px){.promo-pair-grid{grid-template-columns:1fr}}@media(max-width:640px){.hero-minimal__copy{padding:1rem;width:100%}.hero-minimal__title{max-width:none;font-size:clamp(2rem,10vw,3.1rem)}.hero-minimal__actions{flex-direction:column;align-items:stretch}}.header-logo-wordmark{display:none}.pdf-button{min-width:10rem;border-radius:999px;padding-inline:1.5rem}.pdf-inline-link{display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem;font-weight:500;text-transform:none}.pdf-inline-link:after{content:"\2192";font-size:1rem}.pdf-section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.pdf-section-title{font-size:clamp(1.5rem,3vw,2.25rem);text-transform:uppercase;letter-spacing:.02em}.pdf-hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:clamp(1.25rem,3vw,2.5rem);align-items:center}.pdf-hero__copy{display:grid;gap:.9rem;align-content:center;max-width:30rem;padding-block:1rem}.pdf-hero__title{font-family:var(--font-body);font-weight:400;font-size:clamp(2.3rem,6vw,4.4rem);line-height:.96;letter-spacing:-.03em;text-transform:uppercase;max-width:9ch}.pdf-hero__text,.pdf-banner__text,.pdf-story__text,.pdf-instagram__text{color:var(--color-muted);max-width:34rem}.pdf-hero__actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:.4rem}.pdf-hero__media-wrap .media,.pdf-banner__media .media,.pdf-story__media .media,.pdf-instagram__media .media,.pdf-category-card .media{border-radius:0;background:#ddd7cf}.pdf-carousel-controls{position:absolute;right:.8rem;bottom:.8rem}.pdf-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.pdf-product-card{display:grid;gap:.6rem}.pdf-product-card__media{border-radius:0;background:#e4dfd7}.pdf-product-card__meta{display:grid;gap:.25rem}.pdf-product-card__tag{font-size:.78rem;font-weight:600}.pdf-product-card__title{font-size:1rem;line-height:1.28;font-family:var(--font-body);font-weight:400}.pdf-product-card__price{font-size:1rem;font-weight:700}.pdf-banner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem;align-items:center;background:var(--color-surface-alt);padding:clamp(1.2rem,3vw,2rem)}.pdf-banner__copy,.pdf-story__copy,.pdf-instagram__copy{display:grid;gap:.85rem;align-content:start}.pdf-banner__title,.pdf-story__title,.pdf-instagram__title,.pdf-newsletter-title,.pdf-footer-title{font-family:var(--font-body);font-weight:500;line-height:1.04;letter-spacing:-.02em}.pdf-banner__title{font-size:clamp(1.9rem,4vw,3rem);max-width:12ch}.pdf-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pdf-category-card{position:relative;min-width:0}.pdf-category-card__overlay{position:absolute;inset:1rem 1rem auto 1rem;display:flex;justify-content:space-between;align-items:start;gap:1rem}.pdf-category-card__kicker{max-width:10ch;font-size:clamp(1.2rem,2vw,1.75rem);font-weight:500;text-transform:uppercase;line-height:1.05}.pdf-story-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:1.25rem;align-items:stretch}.pdf-story__title{font-size:clamp(1.9rem,4vw,2.9rem);max-width:14ch}.pdf-instagram-grid{display:grid;grid-template-columns:minmax(0,.62fr) minmax(0,1.38fr);gap:1.5rem;align-items:start}.pdf-instagram__title{font-size:clamp(1.7rem,4vw,2.6rem);max-width:12ch}.pdf-newsletter-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.85fr);gap:1.5rem;align-items:end;padding-top:1rem;border-top:1px solid var(--color-border-strong)}.pdf-newsletter-title{font-size:clamp(1.6rem,3vw,2.25rem);max-width:16ch}.pdf-newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.8rem;align-items:end}.pdf-footer-grid{display:grid;grid-template-columns:1.2fr .7fr .7fr .8fr .7fr;gap:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border-strong)}.pdf-footer-title{font-size:clamp(1.4rem,3vw,2rem);max-width:11ch}.pdf-footer-bottom{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.media-carousel__controls{display:flex;gap:.5rem}.media-carousel__button{width:2.25rem;height:2.25rem;border:1px solid rgba(29,30,29,.25);background:#ffffffd1;cursor:pointer}.media-carousel__track{display:flex;transition:transform .35s ease}.media-carousel__slide{min-width:100%}@media(max-width:1100px){.pdf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdf-hero,.pdf-banner,.pdf-story-grid,.pdf-instagram-grid,.pdf-newsletter-grid,.pdf-footer-grid{grid-template-columns:1fr}}@media(max-width:700px){.pdf-product-grid,.pdf-category-grid,.pdf-newsletter-form{grid-template-columns:1fr}.pdf-section-head{flex-direction:column;align-items:start}.pdf-category-card__overlay{position:static;margin-top:.6rem;padding:0}.pdf-hero__title{max-width:none}}body{background:#f7f5f1;color:#111}.section-shell{padding:clamp(2.75rem,6vw,5.25rem) 0}.section-title,.product-card__title,.collection-list-card__title,.promo-card__title,.footer-heading,.hero-minimal__title{font-family:var(--font-heading);letter-spacing:-.02em}.section-title{font-size:clamp(1.75rem,3.4vw,3.05rem);font-weight:500}.eyebrow{font-size:.76rem;letter-spacing:.18em}.eyebrow:before{width:1.25rem}.site-header{background:#fffffff5;color:#111;border-bottom:1px solid rgba(17,17,17,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-logo-mark{background:transparent}.header-link,.icon-button{color:#111}.header-link{font-size:.92rem}.header-dropdown{background:#fff;border-radius:12px;box-shadow:0 12px 28px #00000014}.icon-button{border-color:#1111111f}.button{background:#111;color:#fff;border-radius:999px}.button--secondary{background:#fff;color:#111;border-color:#1111112e}.button--ghost{color:#111}.hero-minimal--wide{width:min(100%,calc(var(--page-width) + 12rem))}.hero-minimal__media:after{background:linear-gradient(90deg,#0000004d,#00000024,#0000000a 72%,#0000)}.hero-minimal__copy{max-width:29rem;background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(17,17,17,.08);border-radius:18px;padding:clamp(1.15rem,2.8vw,2rem);box-shadow:0 14px 34px #00000014}.hero-minimal__title{max-width:10ch;font-size:clamp(2.1rem,5vw,4.2rem);line-height:.96}.hero-minimal__text{max-width:24rem}.brand-intro-shell{padding-top:2rem}.brand-intro-block{max-width:70rem;margin:0 auto;text-align:center;display:grid;gap:1rem}.brand-intro-title{margin:0 auto;max-width:22ch}.brand-intro-text{margin:0 auto;max-width:60rem}.collection-tab-panel,.collection-list-panel,.minimal-intro-panel{background:transparent;box-shadow:none;border:0;padding:0}.tabbed-section-nav{margin-bottom:1.4rem}.tab-button{border-radius:0;background:transparent;border:0;border-bottom:1px solid rgba(17,17,17,.2);padding:.75rem 0;margin-right:1.5rem}.tab-button.is-active{color:#111;background:transparent;border-color:#111}.product-grid{gap:1.1rem}.card.product-card{background:transparent;border:0;border-radius:0;box-shadow:none}.product-card .media{border-radius:0}.product-card__content{padding:.75rem 0 0;gap:.35rem}.product-card__title{font-size:1.05rem;line-height:1.25}.price{font-size:.95rem}.promo-pair-shell{padding-top:1rem}.promo-pair-grid--ashmira{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.promo-card--overlay{position:relative;overflow:hidden}.promo-card__media--overlay .media{border-radius:0;min-height:clamp(22rem,40vw,31rem)}.promo-card__media--overlay .media:after{background:linear-gradient(180deg,#0000 24%,#0000004d)}.promo-card__copy--overlay{position:absolute;left:1.25rem;right:1.25rem;bottom:1.25rem;z-index:2;color:#fff;display:grid;gap:.55rem}.promo-card__copy--overlay .eyebrow,.promo-card__copy--overlay .section-copy{color:#ffffffe6}.promo-card__copy--overlay .button--secondary{background:#ffffffeb}.collection-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.collection-list-card{background:transparent;border:0;border-radius:0;box-shadow:none}.collection-list-card .media{border-radius:0}.collection-list-card__content{padding:.8rem 0 0}.newsletter-panel,.footer-panel{background:transparent;border:0;box-shadow:none}.pdf-footer-shell,.footer-shell{padding-top:3rem;border-top:1px solid rgba(17,17,17,.08)}.pdf-footer-grid{gap:1.25rem}.pdf-footer-title{max-width:18ch}@media(max-width:980px){.promo-pair-grid--ashmira,.collection-list-grid{grid-template-columns:1fr}.hero-minimal__copy{max-width:24rem}}@media(max-width:700px){.hero-minimal__copy{padding:1rem;border-radius:14px}.hero-minimal__title{max-width:none}.brand-intro-shell{padding-top:1rem}}.site-header{background:#545759;color:#111;border-bottom:1px solid rgba(17,17,17,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{grid-template-columns:auto minmax(0,1fr) auto;gap:1.5rem;padding:1rem 3rem}.header-brand{justify-self:start}.header-logo-link{gap:0}.header-logo-image{max-width:var(--logo-width, 150px)}.header-nav{justify-self:center}.header-nav>ul{gap:1.35rem}.header-link{color:#fff;font-size:.9rem;padding:.35rem 0}.header-link:after{bottom:-.15rem}.header-actions{display:flex;align-items:center;gap:1rem;justify-self:end}.header-utility-link,.header-cart-link{display:inline-flex;align-items:center;min-height:2.5rem;font-size:.9rem;color:#fff;border-bottom:1px solid transparent}.header-cart-link{font-weight:500}.header-utility-link:hover,.header-cart-link:hover{border-bottom-color:currentColor}.header-dropdown{background:#fff;border:1px solid rgba(17,17,17,.08);border-radius:12px;box-shadow:0 12px 28px #00000014}.header-dropdown a{color:#444}.hero-minimal-shell{padding-top:0}.hero-minimal-shell .page-width{width:100%;max-width:none;margin-inline:0;padding-inline:0}.hero-minimal--wide{width:100%}.hero-minimal--compact .hero-minimal__media{min-height:clamp(24rem,48vw,36rem)}.hero-minimal--balanced .hero-minimal__media{min-height:clamp(30rem,58vw,46rem)}.hero-minimal--tall .hero-minimal__media{min-height:clamp(34rem,68vw,54rem)}.hero-minimal__media{border-radius:0}.hero-minimal__media:after{background:linear-gradient(90deg,#ffffff9e,#ffffff57 30%,#ffffff1a 56%,#fff0 78%)}.hero-minimal__content{padding:clamp(1.5rem,3vw,2.5rem)}.hero-minimal__copy{max-width:31rem;background:#ffffffbd;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:0;border-radius:0;padding:clamp(1rem,2vw,1.6rem);box-shadow:none}.hero-minimal__copy .eyebrow{color:#5e5f59}.hero-minimal__title{max-width:9ch;font-size:clamp(2.2rem,4.8vw,4.5rem);line-height:.96}.hero-minimal__text{max-width:25rem;color:#20211d}.media-carousel__controls--overlay{right:1.15rem;bottom:1.15rem}.promo-card__media--overlay .media{min-height:clamp(24rem,38vw,32rem)}.collection-list-card .media{aspect-ratio:4 / 5}.product-grid{gap:1.15rem}.product-card--minimal{background:transparent;border:0;box-shadow:none;border-radius:0}.product-card--minimal .media{border-radius:0;background:#f3f1ec}.product-card--minimal .product-card__content{padding:.75rem 0 0;gap:.35rem}.product-card--minimal .product-card__title{font-size:1rem;line-height:1.3}.product-card--minimal .price{font-size:.92rem}.tabbed-section-nav{margin-bottom:1rem}.tab-button{min-height:2.65rem;border-radius:999px}@media(max-width:980px){.header-inner{grid-template-columns:auto 1fr auto}.header-actions{gap:.75rem}}@media(max-width:880px){.header-actions{justify-self:end}.header-utility-link.desktop-only{display:none}.header-cart-link{font-size:.86rem}}@media(max-width:640px){.hero-minimal-shell .page-width{width:100%;max-width:none;margin-inline:0;padding-inline:0}.hero-minimal--balanced .hero-minimal__media{min-height:24rem}.hero-minimal__content{padding:1rem;align-items:flex-end}.hero-minimal__copy{width:100%;max-width:100%;padding:1rem}.promo-card__media--overlay .media{min-height:18rem}}.home-section{padding-block:clamp(2.75rem,5vw,5rem);padding-top:0;padding-bottom:20px}.home-section__wrap{display:grid;gap:clamp(1.25rem,2.6vw,2rem)}.home-section--divider .page-width{border-top:1px solid rgba(17,17,17,.08);padding-top:clamp(2.4rem,4vw,3.5rem)}.home-section__intro,.home-section .section-intro{display:grid;gap:.75rem;max-width:37rem;margin-bottom:0}.home-section__intro--center{margin-inline:auto;text-align:center}.home-section__intro--center .eyebrow{justify-content:center;font-size:large}.home-section .section-title,.brand-intro-title,.pdf-newsletter-title.section-title{font-size:clamp(1.8rem,3.2vw,2.9rem);line-height:1.02;letter-spacing:-.03em}.home-section .section-copy,.brand-intro-text,.home-section .subtle{max-width:44rem;font-size:.98rem;line-height:1.7;color:#66675f}.brand-intro-shell{padding-top:clamp(2rem,4vw,3rem)}.brand-intro-block{max-width:48rem}.tabbed-section-nav{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1.55rem;padding-bottom:.5rem;border-bottom:1px solid rgba(17,17,17,.08)}.tab-button{min-height:auto;padding:.45rem 0;margin-right:0;border:0;border-bottom:1px solid transparent;border-radius:0;font-size:.94rem;color:#595b54}.tab-button.is-active{color:#111;border-bottom-color:#111}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.product-card--minimal .product-card__title,.collection-list-card__title{font-size:1rem;line-height:1.35}.product-card--minimal .media,.collection-list-card .media{background:#f5f2ec}.product-card--minimal .price{color:#33342f}.promo-pair-grid--ashmira{gap:1.4rem}.promo-card__media--overlay .media{min-height:clamp(21rem,34vw,28rem)}.promo-card__copy--overlay{left:1.5rem;right:1.5rem;bottom:1.5rem;max-width:22rem;gap:.6rem}.promo-card__copy--overlay .button--secondary{background:#fff;color:#111;border:0}.promo-card__copy--overlay .button--secondary:hover{background:#fff}.collection-list-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.collection-list-card__content{display:grid;gap:.45rem}.pdf-newsletter-shell .page-width{border-top:1px solid rgba(17,17,17,.08);padding-top:clamp(2.4rem,4vw,3.5rem)}.pdf-newsletter-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:2rem;align-items:end}.pdf-newsletter-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:end}.pdf-newsletter-form .field{margin:0}.pdf-newsletter-form .field input{min-height:3.2rem;border-radius:0;border:1px solid rgba(17,17,17,.14)}.pdf-newsletter-form .button{min-width:9.25rem}.footer-shell,.pdf-footer-shell{padding:50px;padding-top:clamp(2.5rem,4vw,3.5rem)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.pdf-newsletter-grid,.promo-pair-grid--ashmira,.collection-list-grid,.pdf-newsletter-form{grid-template-columns:1fr}}@media(max-width:640px){.home-section{padding-block:2.25rem}.home-section--divider .page-width,.pdf-newsletter-shell .page-width{padding-top:2rem}.product-grid{grid-template-columns:1fr;gap:1rem}.promo-card__media--overlay .media{min-height:18rem}.promo-card__copy--overlay{left:1rem;right:1rem;bottom:1rem;max-width:none}}.promo-pair-grid--ashmira{display:grid;grid-template-columns:1fr;gap:0}.promo-card--editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.96fr);align-items:stretch;background:#f3f1ec}.promo-card--editorial+.promo-card--editorial{margin-top:0}.promo-card--editorial.promo-card--reverse{grid-template-columns:minmax(320px,.96fr) minmax(0,1fr)}.promo-card--editorial.promo-card--reverse .promo-card__media--editorial{order:2}.promo-card--editorial.promo-card--reverse .promo-card__copy--editorial{order:1}.promo-card__media--editorial,.promo-card__media--editorial .media-flex-shell,.promo-card__media--editorial .media{height:100%}.promo-card__media--editorial .media{border-radius:0;min-height:clamp(22rem,33vw,29rem);background:#e8e2d7}.promo-card__copy--editorial{display:flex;flex-direction:column;justify-content:center;gap:.9rem;padding:clamp(1.75rem,4vw,3.25rem);color:#181815}.promo-card__copy--editorial .eyebrow{color:#6c6d66}.promo-card__copy--editorial .section-copy{max-width:33rem;font-size:.98rem;line-height:1.8;color:#484943}.promo-card__title{margin:0;font-size:clamp(1.35rem,2vw,1.8rem);text-transform:uppercase;letter-spacing:.06em}.promo-card__copy--editorial .button--secondary{align-self:flex-start;min-height:3rem;padding:.85rem 1.5rem;border:0;border-radius:0;background:#e7e3dc;color:#111;box-shadow:none}.promo-card__copy--editorial .button--secondary:hover{background:#ddd8cf}@media(max-width:900px){.promo-card--editorial,.promo-card--editorial.promo-card--reverse{grid-template-columns:1fr}.promo-card--editorial.promo-card--reverse .promo-card__media--editorial,.promo-card--editorial.promo-card--reverse .promo-card__copy--editorial{order:initial}.promo-card__copy--editorial{padding:1.5rem}.promo-card__media--editorial .media{min-height:18rem}}.collection-list-card .button--ghost{display:inline-flex;align-items:center;min-height:auto;padding:0;background:transparent;border:0;border-radius:0;color:#111;font-size:.9rem;line-height:1.3;box-shadow:none}.collection-list-card .button--ghost:after{content:"\2192";margin-left:.45rem;font-size:.95rem}.collection-list-card .button--ghost:hover{color:#111;transform:none}.brand-proof-shell{background:var(--proof-bg, #f6f3ee)}.brand-proof-panel{color:var(--proof-text, #1b1b18);text-align:center}.brand-proof-resource .media{border-radius:0;background:#ece7df}.brand-proof-press-card .media{border-radius:0;background:#ece7df}.brand-proof-spa img{max-width:100%;max-height:2rem;width:auto;object-fit:contain}.brand-proof-ticker{overflow:hidden;border-top:1px solid var(--proof-line, #d8d2c7);border-bottom:1px solid var(--proof-line, #d8d2c7);padding:.9rem 0;margin-top:1.5rem}.brand-proof-ticker-track{display:flex;gap:2rem;width:max-content;animation:brandProofTicker 28s linear infinite}.newsletter-custom{position:relative;overflow:hidden}.newsletter-custom__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.newsletter-custom__bg img{width:100%;height:100%;object-fit:cover}.newsletter-custom__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.newsletter-custom .home-section__wrap{position:relative;z-index:2}.newsletter-custom .pdf-newsletter-grid{color:var(--newsletter-text, #111)}.newsletter-custom .eyebrow,.newsletter-custom .section-copy{color:var(--newsletter-muted, #666)}.newsletter-custom .pdf-newsletter-title{color:var(--newsletter-text, #111)}.newsletter-custom .pdf-newsletter-form .field input{background:#fffffff0}.newsletter-custom .pdf-newsletter-form .button{background:var(--newsletter-button-bg, #111);color:var(--newsletter-button-text, #fff);border-color:transparent}@media(max-width:700px){.brand-proof-resources-grid,.brand-proof-press-grid,.brand-proof-spas-grid{grid-template-columns:1fr 1fr}}.brand-proof-ticker-logo-wrap{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem}.brand-proof-ticker-logo{display:block;width:auto;max-width:9rem;max-height:5rem;object-fit:contain;filter:grayscale(100%);opacity:.9}.brand-proof-shell{width:100%;max-width:100%;overflow:hidden;background:var(--proof-bg, #f6f3ee);padding-bottom:0}.brand-proof-panel{width:100%;max-width:100%;overflow:hidden;color:var(--proof-text, #1b1b18);text-align:center}.brand-proof-heading{margin:0 auto .35rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--proof-muted, #6a6b64)}.brand-proof-title{margin:0 auto;font-size:clamp(1.5rem,2.6vw,2.15rem);line-height:1.05}.brand-proof-intro{margin:.65rem auto 0;max-width:54rem;color:var(--proof-muted, #6a6b64);font-size:.95rem;line-height:1.75}.brand-proof-group,.brand-proof-resources-grid,.brand-proof-press-grid,.brand-proof-spas-grid,.brand-proof-ticker{width:100%;max-width:100%;box-sizing:border-box}.brand-proof-group+.brand-proof-group{margin-top:clamp(2rem,4vw,3rem)}.brand-proof-resources-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:40rem;margin:1rem auto 0}.brand-proof-resource,.brand-proof-press-card,.brand-proof-spa{min-width:0}.brand-proof-resource .media{border-radius:0;background:#ece7df;overflow:hidden}.brand-proof-press-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.brand-proof-press-card{display:grid;gap:.7rem;align-content:start}.brand-proof-press-card .media{border-radius:0;background:#ece7df;overflow:hidden}.brand-proof-press-title{margin:0;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.brand-proof-press-text{color:var(--proof-muted, #6a6b64);font-size:.88rem;line-height:1.6}.brand-proof-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;padding:.7rem 1.1rem;background:var(--proof-button-bg, #ebe5db);color:var(--proof-button-text, #1b1b18);border:0;border-radius:999px;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;justify-self:center}.brand-proof-spas-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem 1.5rem;align-items:center;margin-top:1.25rem}.brand-proof-spa{display:flex;align-items:center;justify-content:center;min-height:3rem;color:var(--proof-muted, #6a6b64);font-size:.9rem}.brand-proof-spa img{max-width:100%;max-height:2rem;width:auto;height:auto;object-fit:contain}.brand-proof-ticker{overflow:hidden;border-top:1px solid var(--proof-line, #d8d2c7);border-bottom:1px solid var(--proof-line, #d8d2c7);padding:.9rem 0;margin-top:1.5rem;position:relative}.brand-proof-ticker-track{display:flex;align-items:center;gap:2rem;width:max-content;max-width:none;animation:brandProofTicker 28s linear infinite;will-change:transform}.brand-proof-ticker-item,.brand-proof-ticker-link{flex:0 0 auto}.brand-proof-ticker-item{white-space:nowrap;color:var(--proof-muted, #6a6b64);font-size:.88rem;letter-spacing:.08em;text-transform:uppercase}@keyframes brandProofTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1100px){.brand-proof-press-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-proof-spas-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.brand-proof-resources-grid,.brand-proof-press-grid,.brand-proof-spas-grid{grid-template-columns:1fr 1fr}.brand-proof-ticker-track{gap:1.25rem}}@media(max-width:520px){.brand-proof-resources-grid,.brand-proof-press-grid,.brand-proof-spas-grid{grid-template-columns:1fr}}.brand-proof-ticker-link{display:inline-flex;align-items:center;text-decoration:none}.brand-proof-ticker-logo-wrap{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem;max-width:100%}.brand-proof-ticker-logo{display:block;width:auto;max-width:9rem;max-height:2rem;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.9}.brand-proof-ticker-link:hover .brand-proof-ticker-logo,.brand-proof-ticker-link:focus .brand-proof-ticker-logo{opacity:1}.brand-proof-ticker-text{white-space:nowrap}:root{--ab-final-heading-size: clamp(30px, 3.2vw, 42px);--ab-final-heading-size-mobile: clamp(28px, 8.5vw, 38px);--ab-final-heading-weight: 300;--ab-final-heading-spacing: .025em}body.template-page #MainContent .section-intro>.section-title,body.template-page #MainContent .page-panel>.section-intro .section-title,body.template-page #MainContent .page-layout>.section-intro .section-title,body.template-page #MainContent .page-panel h1,body.template-page #MainContent .page-layout h1,body.template-blog #MainContent .section-intro>.section-title,body.template-collection #MainContent .collection-panel>.section-intro .section-title,body.template-collection #MainContent .collection-layout>.section-intro .section-title,body.template-article #MainContent .article-panel>.section-intro .section-title,body.template-article #MainContent .article-layout>.section-intro .section-title,body.template-page #MainContent .ab-what-hero h1,body.template-page #MainContent .ab-skincare-hero h1,body.template-page #MainContent .ab-treatment-hero h1,body.template-page #MainContent .ab-gifting-hero h1,body.template-page #MainContent .ab-clean-header h1,body.template-page #MainContent .ab-green-header h1,body.template-page #MainContent .ab-five-elements-header h1,body.template-page #MainContent .ab-ingredients-header h1,body.template-page #MainContent .ab-treatments-heading__title,body.template-page #MainContent .ab-why-title,body.template-page #MainContent .ingredients-page-title h1,body.template-page #MainContent .ingredients-page-title h1:before{font-size:var(--ab-final-heading-size)!important;line-height:1.08!important;font-weight:var(--ab-final-heading-weight)!important;letter-spacing:var(--ab-final-heading-spacing)!important;text-transform:uppercase!important;max-width:min(920px,92vw)!important;margin-left:auto!important;margin-right:auto!important;overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important;text-shadow:none!important}body.template-page #MainContent .section-intro .section-copy,body.template-page #MainContent .section-intro .section-copy p,body.template-page #MainContent .ab-what-hero__copy,body.template-page #MainContent .ab-skincare-hero__copy,body.template-page #MainContent .ab-treatment-hero__copy,body.template-page #MainContent .ab-gifting-hero__copy{font-size:clamp(14px,1.15vw,16px)!important;line-height:1.75!important;font-weight:300!important}body.template-page #MainContent .product-card__title,body.template-page #MainContent .product-card__title a,body.template-page #MainContent .card__heading,body.template-page #MainContent .card__heading a,body.template-collection #MainContent .product-card__title,body.template-collection #MainContent .product-card__title a{font-size:clamp(13px,1vw,16px)!important;line-height:1.3!important;font-weight:400!important;letter-spacing:.04em!important}@media screen and (max-width:749px){body.template-page #MainContent .section-intro>.section-title,body.template-page #MainContent .page-panel>.section-intro .section-title,body.template-page #MainContent .page-layout>.section-intro .section-title,body.template-page #MainContent .page-panel h1,body.template-page #MainContent .page-layout h1,body.template-blog #MainContent .section-intro>.section-title,body.template-collection #MainContent .collection-panel>.section-intro .section-title,body.template-collection #MainContent .collection-layout>.section-intro .section-title,body.template-article #MainContent .article-panel>.section-intro .section-title,body.template-article #MainContent .article-layout>.section-intro .section-title,body.template-page #MainContent .ab-what-hero h1,body.template-page #MainContent .ab-skincare-hero h1,body.template-page #MainContent .ab-treatment-hero h1,body.template-page #MainContent .ab-gifting-hero h1,body.template-page #MainContent .ab-clean-header h1,body.template-page #MainContent .ab-green-header h1,body.template-page #MainContent .ab-five-elements-header h1,body.template-page #MainContent .ab-ingredients-header h1,body.template-page #MainContent .ab-treatments-heading__title,body.template-page #MainContent .ab-why-title,body.template-page #MainContent .ingredients-page-title h1,body.template-page #MainContent .ingredients-page-title h1:before{font-size:var(--ab-final-heading-size-mobile)!important;line-height:1.1!important;font-weight:var(--ab-final-heading-weight)!important;letter-spacing:.02em!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
