.ss-404{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1.25rem;background:linear-gradient(160deg,#fff1f5,#fff 60%,#fce7f3)}.ss-404 img{width:200px;height:200px;object-fit:contain;border-radius:999px 999px 20px 20px;background:#fff;box-shadow:0 10px 40px #9f12391a;margin-bottom:1.25rem}.ss-404__eyebrow{font-size:.75rem;letter-spacing:.25em;color:#e11d48;font-weight:700;margin:0 0 .4rem}.ss-404 h1{font-size:clamp(1.6rem,1rem + 2.5vw,2.4rem);margin:0 0 .5rem}.ss-404__sub{color:#8b7d9e;margin:0 0 1.5rem}.ss-404__cta{display:inline-block;padding:1rem 2.2rem;border-radius:999px;background:linear-gradient(135deg,#e11d48,#9f1239);color:#fff;font-weight:800;text-decoration:none;box-shadow:0 8px 24px #e11d4859}.ss-404__home{margin-top:.9rem;font-size:.88rem;color:#9f1239}.brand-story{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin)}.brand-story-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}.brand-image img{border-radius:12px;width:100%}.brand-content h2{font-size:2rem;margin-bottom:1rem}.brand-content .btn{margin-top:1.5rem;display:inline-block}@media(max-width:768px){.brand-story-inner{grid-template-columns:1fr}}.ss-cart{max-width:860px;margin:0 auto;padding:3rem 1.25rem 4rem}.ss-cart h1{margin-bottom:1.5rem}.ss-cart__empty{color:#777;margin-bottom:1.5rem}.ss-cart__row{display:grid;grid-template-columns:96px 1fr 90px 90px;gap:1rem;align-items:center;background:#fff;border:1px solid #fce7f3;border-radius:16px;padding:1rem;margin-bottom:.9rem;box-shadow:0 6px 24px #9f12390f}.ss-cart__img img{width:96px;height:96px;object-fit:cover;border-radius:12px;background:#fff1f5;display:block}.ss-cart__title{font-weight:700;margin:0 0 .15rem}.ss-cart__variant{color:#8b7d9e;font-size:.85rem;margin:0 0 .35rem}.ss-cart__remove{font-size:.8rem;color:#9f1239}.ss-cart__qty input{width:70px;padding:.5rem;text-align:center;border:1px solid #fce7f3;border-radius:999px}.ss-cart__price{text-align:right;font-weight:700}.ss-cart__summary{background:#fff1f5;border-radius:16px;padding:1.5rem;margin-top:1.5rem}.ss-cart__subtotal{display:flex;justify-content:space-between;font-size:1.15rem;margin-bottom:.5rem}.ss-cart__nudge{margin:.25rem 0;color:#9f1239}.ss-cart__note{font-size:.82rem;color:#8b7d9e;margin:.25rem 0 1rem}.ss-cart__actions{display:flex;gap:.75rem;flex-wrap:wrap}.ss-cart__update{flex:1;min-width:140px;padding:.9rem;border-radius:999px;background:#fff;border:1px solid #fce7f3;color:#9f1239;font-weight:700;cursor:pointer}.ss-cart__checkout{flex:2;min-width:200px;padding:.9rem;border-radius:999px;border:none;background:linear-gradient(135deg,#e11d48,#9f1239);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 8px 24px #e11d4859;display:inline-block;text-align:center;text-decoration:none}.ss-cart__continue{display:block;text-align:center;margin-top:1rem;font-size:.88rem;color:#9f1239}@media(max-width:600px){.ss-cart__row{grid-template-columns:72px 1fr}.ss-cart__img img{width:72px;height:72px}.ss-cart__qty,.ss-cart__price{grid-column:2;justify-self:start;text-align:left}}.collection-header{text-align:center;margin-bottom:2rem}.collection-description{max-width:600px;margin:.5rem auto;color:#666}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;color:#666}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem}.collection-product{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.collection-product:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.collection-product__image-link{display:block;background:#f9f5f0}.collection-product__image{width:100%;aspect-ratio:1 / 1;object-fit:cover}.collection-product__content{padding:1rem 1.25rem 1.5rem}.product-type-badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;background:#f4ede5;color:#8b6f47;padding:.15rem .6rem;border-radius:999px}.product-title{font-size:1.05rem;line-height:1.3;margin:.5rem 0 .35rem}.product-title a{color:inherit;text-decoration:none}.price-row{display:flex;gap:.5rem;align-items:baseline;font-weight:700}.compare-price{font-size:.9rem;color:#999;text-decoration:line-through;font-weight:400}.hair-types{margin:.4rem 0}.mini-pill{font-size:.7rem;background:#f8f1e9;padding:.05rem .5rem;border-radius:999px;margin-right:.3rem}.quick-add{display:inline-block;margin-top:.6rem;font-size:.85rem;color:#2c2c2c;text-decoration:underline}.image-placeholder{aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;background:#f4ede5;color:#8b6f47;font-weight:600}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.how-it-works,.why-it-works,.key-credentials,.final-cta{padding:2rem 0}.step,.feature,.cred{margin-bottom:1rem}.step-number{font-size:1.5rem;font-weight:700;color:#e91e63}.final-cta .benefits{font-size:.8rem;color:#666}.faq-section{max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin)}.faq-list{border-top:1px solid #e8d9c8}.faq-item{border-bottom:1px solid #e8d9c8}.faq-summary{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-weight:600;cursor:pointer;list-style:none}.faq-summary::-webkit-details-marker{display:none}.summary-icon{transition:transform .2s ease}.faq-item[open] .summary-icon{transform:rotate(180deg)}.faq-answer{padding:0 0 1rem;line-height:1.6;color:#444}.featured-collections{max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin) 4rem}.collections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.75rem}.collection-card{display:block;background:#fff;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 3px 12px #0000000d;transition:all .25s ease}.collection-card:hover{transform:translateY(-5px);box-shadow:0 10px 28px #0000001a}.card-media img{width:100%;height:200px;object-fit:cover}.card-body{padding:1.1rem 1.3rem 1.4rem}.card-body h3{margin:0 0 .35rem;font-size:1.15rem}.card-body p{font-size:.9rem;color:#666;margin-bottom:.6rem}.shop-now{font-size:.8rem;font-weight:700;color:#8d5c2a}.mist-footer{background:#fff;color:#333;padding:2rem var(--page-margin) 1rem;font-size:.85rem;border-top:1px solid #f0f0f0}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:var(--page-width);margin:0 auto}.footer-col h4{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:.9rem;color:#5c4633}.footer-col a{display:block;color:#3a2f25;text-decoration:none;margin-bottom:.4rem}.footer-col a:hover{color:#8d5c2a}.brand .logo{font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.brand .tagline{font-size:.85rem;line-height:1.4;margin-bottom:1rem;color:#5c4633}.social{display:flex;gap:.75rem}.social a{font-size:.8rem;padding:.2rem .5rem;border:1px solid #d4c3b0;border-radius:4px}.newsletter-form{display:flex;gap:.5rem;margin-bottom:.5rem}.newsletter-form input{flex:1;padding:.6rem .8rem;border:1px solid #d4c3b0;background:#fff;font-size:.85rem}.newsletter-form button{background:#2c2c2c;color:#fff;border:none;padding:0 1.1rem;font-weight:600;cursor:pointer}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid #e8d9c8;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;max-width:var(--page-width);margin-left:auto;margin-right:auto}.footer-bottom a{color:#5c4633;margin-left:1rem}.payments{display:flex;gap:.4rem}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.hair-care-guide{max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin);background:#f8f1e9;border-radius:12px}.guide-header{text-align:center;margin-bottom:2rem}.guide-header h2{font-size:1.8rem;margin-bottom:.5rem}.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.guide-card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 2px 8px #0000000d}.card-icon{font-size:1.8rem;margin-bottom:.5rem}.guide-card h3{margin:0 0 .5rem;font-size:1.1rem}.recommendation{font-weight:600;color:#8d5c2a;margin-bottom:.75rem}.tips{font-size:.9rem;line-height:1.5;padding-left:1rem;margin-bottom:1rem}.guide-cta{display:inline-block;font-size:.85rem;font-weight:700;color:#2c2c2c;text-decoration:none}.guide-footer{text-align:center;margin-top:2rem;font-size:.9rem}.ritual-quiz-section{background:#f5f1eb;padding:4rem 1rem;border-top:1px solid #e8d9c8;border-bottom:1px solid #e8d9c8}.quiz-container{max-width:720px;margin:0 auto}.quiz-header{text-align:center;margin-bottom:2rem}.quiz-badge{display:inline-block;font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;background:#8d5c2a;color:#fff;padding:.25rem .9rem;border-radius:999px;margin-bottom:.75rem}.quiz-title{font-size:2.1rem;margin:0 0 .5rem;color:#222}.quiz-subtitle{color:#555;max-width:520px;margin:0 auto;font-size:1.05rem}.quiz-step{margin-bottom:1.5rem}.step-question{font-size:1.25rem;margin-bottom:1rem;color:#222}.quiz-options{display:grid;gap:.75rem}.quiz-option{background:#fff;border:2px solid #e8d9c8;padding:1rem 1.25rem;border-radius:12px;text-align:left;font-size:1rem;cursor:pointer;transition:all .2s ease;color:#222}.quiz-option:hover,.quiz-option:focus{border-color:#8d5c2a;box-shadow:0 4px 12px #8d5c2a26;transform:translateY(-1px)}.quiz-option.selected{border-color:#8d5c2a;background:#fdfaf5}.quiz-results{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #00000014}.results-title{font-size:1.6rem;margin-bottom:.25rem}.results-sub{color:#666;margin-bottom:1.25rem}.recommended-products{display:grid;gap:.75rem;margin-bottom:1.5rem}.rec-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;background:#f9f6f0;border-radius:10px}.rec-info strong{display:block;font-size:1rem}.rec-why{font-size:.85rem;color:#666}.btn-small{padding:.5rem 1rem;font-size:.85rem;border-radius:999px}.quiz-cta-group{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.5rem}.btn-large{padding:.95rem 1.75rem;font-size:1.05rem}.quiz-email-capture{border-top:1px solid #eee;padding-top:1.25rem;font-size:.95rem}.email-row{display:flex;gap:.5rem;margin:.75rem 0}.email-row input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:999px}.quiz-progress{margin-top:1.5rem;text-align:center}.progress-bar{height:4px;background:#e8d9c8;border-radius:999px;overflow:hidden;margin-bottom:.35rem}.progress-fill{height:100%;background:#8d5c2a;transition:width .3s ease}.progress-text{font-size:.75rem;color:#888}.hidden{display:none!important}@media(max-width:640px){.quiz-cta-group{flex-direction:column}.rec-card{flex-direction:column;align-items:flex-start}}.mist-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #f0f0f0}.header-banner{background:#fff0f5;color:#c2185b;font-size:.75rem;text-align:center;padding:6px 0;font-weight:500}.header-main{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;max-width:1200px;margin:0 auto}.header-logo{font-size:1.25rem;font-weight:700;color:#222;text-decoration:none;letter-spacing:-.5px}.header-cta{display:inline-flex;align-items:center;background:#e91e63;color:#fff;padding:8px 16px;border-radius:999px;font-size:.85rem;font-weight:600;text-decoration:none;gap:6px}.header-cta:hover{background:#c2185b}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.sistersister-hero{background-color:var(--hero-bg);padding:0;position:relative;overflow:hidden}.hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:auto;max-width:var(--page-width);margin:0 auto;padding:2.5rem var(--page-margin);gap:3rem}.hero-image{position:relative}.hero-image img{width:100%;height:auto;max-height:min(70vh,560px);object-fit:contain;background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001f}.hero-content{max-width:520px}.hero-badge{display:inline-block;font-size:.75rem;letter-spacing:1.5px;text-transform:uppercase;background:#ffffffe6;color:#8d5c2a;padding:.35rem 1rem;border-radius:999px;font-weight:700;margin-bottom:1rem}.hero-heading{font-size:clamp(2rem,1.2rem + 3.5vw,3.2rem);line-height:1.05;margin:0 0 1rem;color:var(--color-foreground)}.hero-subheading{font-size:1.15rem;line-height:1.5;color:#555;margin-bottom:2rem}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.9rem 2rem;border-radius:999px;font-weight:700;text-decoration:none;transition:all .2s ease}.btn-primary{background:#2c2c2c;color:#fff}.btn-primary:hover{background:#000;transform:translateY(-1px)}.btn-secondary{background:#fff;color:#2c2c2c;border:2px solid #e8d9c8}.btn-secondary:hover{border-color:#8d5c2a;color:#8d5c2a}.hero-trust{display:flex;gap:1.5rem;margin-top:2.5rem;font-size:.85rem;color:#666;flex-wrap:wrap}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;text-align:center;min-height:auto;padding:3rem var(--page-margin)}.hero-content{max-width:none}.hero-ctas,.hero-trust{justify-content:center}}.newsletter-section{background:#f5f1eb;padding:4rem 1rem;text-align:center;border-top:1px solid #e8d9c8;border-bottom:1px solid #e8d9c8}.newsletter-inner{max-width:620px;margin:0 auto;padding:0 1rem}.newsletter-title{font-size:2rem;font-weight:600;color:#3f2a1f;margin-bottom:.5rem}.newsletter-subtitle{font-size:1rem;color:#5c4633;margin-bottom:1.5rem;line-height:1.5}.newsletter-form{display:flex;gap:.5rem;max-width:480px;margin:0 auto}.newsletter-form input[type=email]{flex:1;padding:.85rem 1rem;border:1px solid #d4c3b0;border-radius:4px;font-size:1rem;background:#fff;color:#3f2a1f}.newsletter-form input[type=email]:focus{outline:none;border-color:#8d5c2a;box-shadow:0 0 0 3px #8d5c2a1a}.newsletter-btn{background:#8d5c2a;color:#fff;border:none;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;border-radius:4px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.newsletter-btn:hover{background:#6f4721}.newsletter-privacy,.newsletter-success,.newsletter-error{font-size:.8rem;color:#5c4633;margin-top:.75rem;line-height:1.4}.newsletter-success{color:#2e5a2e;font-weight:500}.newsletter-error{color:#a33}.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}@media(max-width:640px){.newsletter-form{flex-direction:column}.newsletter-btn{width:100%}}.ss-gate{min-height:80vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#fff1f5,#fff 55%,#fce7f3);padding:3rem 1.25rem}.ss-gate__card{max-width:480px;width:100%;background:#fff;border:1px solid #fce7f3;border-radius:24px;box-shadow:0 20px 60px #9f12391f;padding:2.5rem 2rem;text-align:center}.ss-gate__img{width:200px;height:200px;object-fit:contain;border-radius:16px;margin:0 auto 1rem;display:block;background:#fff}.ss-gate__brand{font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;color:#9f1239;font-weight:700;margin:0 0 .4rem}.ss-gate__title{font-size:1.7rem;margin:0 0 .35rem}.ss-gate__sub{color:#8b7d9e;margin:0 0 1.5rem}.ss-gate__msg{color:#4b3f5e;margin-bottom:1rem}.ss-gate__error{color:#e11d48;font-size:.85rem}.ss-gate__form{display:flex;gap:.5rem}.ss-gate__form input{flex:1;padding:.85rem 1.1rem;border:1px solid #fce7f3;border-radius:999px}.ss-gate__form button{padding:.85rem 1.6rem;border:none;border-radius:999px;background:linear-gradient(135deg,#e11d48,#9f1239);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 24px #e11d4859}.ss-gate__foot{margin-top:1.5rem;font-size:.78rem;color:#a99cc3}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .2s;z-index:200}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100dvh;width:min(420px,92vw);background:#fff;z-index:201;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;box-shadow:-8px 0 30px #00000026}.cart-drawer.open{transform:translate(0)}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #fce7f3}.cart-drawer__head h3{margin:0;font-size:1.1rem}.cart-drawer__close{background:none;border:none;font-size:1.8rem;line-height:1;cursor:pointer;color:#9f1239}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.25rem}.cd-item{display:flex;gap:.75rem;margin-bottom:1rem}.cd-item img{border-radius:8px;width:64px;height:64px;object-fit:cover;background:#fce7f3}.cd-item__info p{margin:0;font-weight:600;font-size:.92rem}.cd-item__info span{font-size:.8rem;color:#777}.cd-item__qty{font-size:.85rem;color:#444;margin-top:.15rem}.cd-empty{color:#777;text-align:center;margin-top:2rem}.cart-drawer__foot{padding:1rem 1.25rem;border-top:1px solid #fce7f3}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;margin-bottom:.4rem}.cart-drawer__note{font-size:.78rem;color:#777;margin:0 0 .75rem}.cart-drawer__checkout{display:block;width:100%;text-align:center;background:#e11d48;color:#fff;border:none;border-radius:10px;padding:.95rem;font-weight:700;text-decoration:none}.cart-drawer__checkout:hover{background:#9f1239}.cart-drawer__viewcart{display:block;text-align:center;margin-top:.6rem;font-size:.85rem;color:#9f1239}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:var(--page-width);margin:0 auto;padding:2rem var(--page-margin)}.product-media{position:sticky;top:2rem}.product-featured-image{width:100%;height:auto;max-height:min(72vh,620px);object-fit:contain;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014}.product-thumbnails{display:flex;gap:.75rem;margin-top:1rem}.thumb-btn{padding:0;border:2px solid transparent;border-radius:10px;background:#fff;cursor:pointer;line-height:0;overflow:hidden;transition:border-color .15s ease}.thumb-btn img{width:72px;height:72px;object-fit:cover;display:block}.thumb-btn.active,.thumb-btn:hover{border-color:#e11d48}.product-info{display:flex;flex-direction:column;gap:1.25rem}.vendor-badge{display:inline-block;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase;background:#f8f1e9;color:#8d5c2a;padding:.25rem .75rem;border-radius:999px;font-weight:600}.product-title{font-size:clamp(1.6rem,1rem + 2.5vw,2.4rem);line-height:1.1;margin:.25rem 0}.product-price{display:flex;align-items:baseline;gap:.75rem;font-size:1.5rem;font-weight:700}.compare-price{font-size:1rem;color:#888;text-decoration:line-through}.discount-badge{font-size:.75rem;background:#e8f5e9;color:#2e7d32;padding:.1rem .5rem;border-radius:4px}.benefits-list{list-style:none;padding:0;display:grid;gap:.4rem}.benefits-list li:before{content:"\2728  "}.hair-type-pill{display:inline-block;background:#fff;border:1px solid #e0d6cc;padding:.1rem .6rem;border-radius:999px;font-size:.8rem;margin-right:.35rem}.product-form{background:#faf7f3;padding:1.5rem;border-radius:12px}.variant-selector,.quantity-row{margin-bottom:1rem}.quantity-input{width:80px;padding:.5rem;text-align:center}.btn-primary{width:100%;padding:1rem;font-size:1.05rem;font-weight:700;background:#2c2c2c;color:#fff;border:none;border-radius:8px;cursor:pointer;margin-top:.5rem}.btn-primary:hover{background:#000}.shipping-note{font-size:.8rem;color:#666;margin-top:.75rem;text-align:center}.usage-guide{background:#fff;padding:1rem;border-radius:8px;border:1px solid #eee}.trust-row{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;font-size:.85rem;color:#555;padding-top:.5rem}.ritual-pairings{background:#f9f6f0;padding:1rem 1.25rem;border-radius:12px;margin-top:.5rem}.ritual-pairings h4{margin:0 0 .25rem;font-size:1rem}.pairing-note{font-size:.85rem;color:#666;margin-bottom:.5rem}.pairing-links{display:flex;flex-direction:column;gap:.35rem}.pairing-link{font-size:.9rem;color:#8d5c2a;text-decoration:underline}.guarantee-bar{display:flex;gap:1rem;font-size:.8rem;color:#555;margin:.5rem 0;flex-wrap:wrap}.btn-ritual{font-size:1.05rem;padding:.95rem 1.75rem}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e8d9c8;padding:.75rem 1rem;z-index:100;box-shadow:0 -4px 20px #00000014;transform:translateY(100%);transition:transform .25s ease}.sticky-cta-bar.visible{transform:translateY(0)}.sticky-inner{max-width:var(--page-width);margin:0 auto;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.sticky-price .price{font-weight:700;font-size:1.1rem}.sticky-price .compare{text-decoration:line-through;color:#999;font-size:.9rem;margin-left:.5rem}.btn-sticky{flex:1;min-width:180px;padding:.7rem 1.25rem}.sticky-guarantee{font-size:.75rem;color:#666;white-space:nowrap}@media(max-width:640px){.sticky-inner{flex-direction:column;align-items:stretch}.btn-sticky{width:100%}}@media(max-width:768px){.product-page{grid-template-columns:1fr}.product-media{position:static}}.color-swatches{display:flex;gap:8px;margin-top:8px}.color-swatch{width:32px;height:32px;border-radius:50%;cursor:pointer;border:2px solid transparent;display:inline-block;vertical-align:middle}.color-swatch input{display:none}.color-swatch:has(input:checked){border-color:#222;box-shadow:0 0 0 2px #fff}.color-swatch.rose{background:#e91e63}.color-swatch.blush{background:#f8a5c2}.color-swatch.white{background:#fff;border:1px solid #ccc}.key-credentials,.how-it-works,.why-it-works,.stats,.real-reviews,.guarantee,.final-cta{padding:1.5rem 0;border-top:1px solid #f0f0f0}.step,.feature,.review{margin-bottom:1rem}.step-number{font-size:1.2rem;font-weight:700;color:#e91e63}.stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.final-cta .price{font-size:1.5rem;font-weight:700}.final-cta .price span{font-size:1rem;color:#999;text-decoration:line-through}.real-results-gallery{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin)}.gallery-header{text-align:center;margin-bottom:2rem}.gallery-title{font-size:2rem}.gallery-subtitle{color:#555;max-width:520px;margin:0 auto}.results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.result-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #0000000f}.result-image img,.result-video video{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.result-content{padding:1rem 1.25rem}.result-quote{font-style:italic;color:#333;margin-bottom:.75rem;line-height:1.4}.result-attribution{display:flex;gap:.5rem;font-size:.85rem}.result-name{font-weight:600}.result-hair{color:#666}.result-product{font-size:.8rem;color:#8d5c2a;margin-top:.25rem}.gallery-cta{text-align:center;margin-top:2rem;padding:1.5rem;background:#f5f1eb;border-radius:12px}.ritual-bundles-section{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin);background:#f5f1eb}.section-title{font-size:2rem}.section-subtitle{color:#666;max-width:500px;margin:0 auto}.bundles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.bundle-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column}.bundle-image img{width:100%;height:200px;object-fit:cover}.bundle-content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.bundle-content h3{margin:0 0 .5rem;font-size:1.2rem}.bundle-desc{color:#555;font-size:.95rem;flex:1}.bundle-price{margin:.75rem 0;display:flex;align-items:baseline;gap:.5rem}.bundle-price .price{font-size:1.4rem;font-weight:700;color:#8d5c2a}.bundle-price .compare{text-decoration:line-through;color:#999}.bundle-price .save{background:#8d5c2a;color:#fff;font-size:.7rem;padding:.1rem .5rem;border-radius:4px}.bundle-ctas{display:flex;gap:.5rem;margin:.75rem 0}.bundle-cta{flex:1;text-align:center;padding:.7rem;font-weight:700}.bundle-includes{font-size:.8rem;color:#666;margin-top:auto}.bundle-trust{display:flex;justify-content:center;gap:2rem;margin-top:2rem;font-size:.85rem;color:#555;flex-wrap:wrap}.btn-primary{background:#222;color:#fff;border-radius:999px;text-decoration:none}.btn-secondary{border:1px solid #8d5c2a;color:#8d5c2a;border-radius:999px;text-decoration:none;padding:.7rem}.ritual-education-guide{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin);background:#f5f1eb}.guide-header{text-align:center;margin-bottom:2.5rem}.guide-title{font-size:2.2rem}.guide-subtitle{color:#555;max-width:600px;margin:0 auto}.routines-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.routine-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000f}.routine-card h4{color:#8d5c2a;margin-bottom:.5rem}.routine-steps{padding-left:1.2rem;margin:.75rem 0;font-size:.95rem;color:#333}.science-section{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem}.science-fact{margin-bottom:1.5rem}.science-fact h4{margin-bottom:.25rem}.tool-care{border-top:1px solid #e8d9c8;padding-top:1rem;margin-top:1rem}.tool-care ul{list-style:none;padding:0}.tool-care li{position:relative;padding:.25rem 0 .25rem 1.5rem}.tool-care li:before{content:"\2726";position:absolute;left:0;color:#8d5c2a}.guide-cta{text-align:center;background:#fff;padding:2rem;border-radius:12px}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1rem}.ritual-video-section{max-width:var(--page-width);margin:0 auto;padding:2rem var(--page-margin)}.video-container{position:relative;border-radius:16px;overflow:hidden;background:#f5f1eb;box-shadow:0 10px 30px #0000001a}.ritual-video,.video-placeholder{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.video-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f1eb,#e8d9c8);color:#8d5c2a;text-align:center;padding:2rem}.placeholder-content p{margin:.5rem 0;font-size:1rem}.placeholder-content .small{font-size:.8rem;opacity:.7}.video-caption{text-align:center;font-size:.9rem;color:#555;margin-top:.75rem;font-style:italic}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.hair-type-section{max-width:var(--page-width);margin:0 auto;padding:4rem var(--page-margin)}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{font-size:2.1rem;margin-bottom:.5rem}.section-subtitle{color:#666;max-width:520px;margin:0 auto}.hair-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.hair-type-card{display:block;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 15px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.hair-type-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001a}.card-image img{width:100%;height:220px;object-fit:cover}.card-content{padding:1.25rem 1.5rem 1.75rem}.card-content h3{margin:0 0 .4rem;font-size:1.25rem}.card-content p{color:#555;font-size:.95rem;margin-bottom:1rem;line-height:1.4}.card-cta{font-size:.85rem;font-weight:700;color:#8d5c2a}.testimonials{max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin)}.section-header{text-align:center;margin-bottom:2rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.testimonial-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000f;display:flex;flex-direction:column}.testimonial-photo{margin-bottom:1rem}.avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}blockquote{font-style:italic;margin:0 0 1rem;line-height:1.5;flex-grow:1}.testimonial-author{font-size:.9rem;margin-bottom:.5rem}.hair-type{color:#8d5c2a;font-weight:500}.product-link{font-size:.85rem;font-weight:600;color:#2c2c2c;text-decoration:none;margin-top:auto}.trust-bar{background:#f8f1e9;padding:1rem 0;border-top:1px solid #e8d9c8;border-bottom:1px solid #e8d9c8}.trust-items{max-width:var(--page-width);margin:0 auto;display:flex;justify-content:center;gap:2rem 3rem;flex-wrap:wrap;padding:0 var(--page-margin);font-size:.85rem;color:#5c4633;text-align:center}.trust-item{white-space:nowrap}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
