Keratin & Collagen Clarifying Shampoo 16 oz
{ "@context": "https://schema.org/", "@type": "Product", "name": "Keratin & Collagen Clarifying Shampoo 16 oz", "description": "Professional-grade sulfate-free and paraben-free cla rifying shampoo formulated at pH 8.5 to gently remove chlorine, hard water minerals, medication deposits, product residue, and chemical buildup. Powered by acai berry extract, argan oil, keratin, collagen, and plant-based antioxidants. Safe for color-treated and keratin-treated hair.", "brand": { "@type": "Brand", "name": "Keratin Republic" }, "sku": "KCS16", "gtin13": "00853031008404", "url": "https://www.keratinrepublic.com/collections/home-care/products/clarifying-shampoo", "offers": { "@type": "Offer", "url": "https://www.keratinrepublic.com/collections/home-care/products/clarifying-shampoo", "priceCurrency": "USD", "price": "20.00", "availability": "https://schema.org/InStock", "seller": { "@type": "Organization", "name": "Keratin Republic" } }, "category": "Hair Care > Shampoo > Clarifying", "additionalProperty": [ { "@type": "PropertyValue", "name": "Sulfate-Free", "value": "Yes" }, { "@type": "PropertyValue", "name": "Paraben-Free", "value": "Yes" }, { "@type": "PropertyValue", "name": "Color-Safe", "value": "Yes" }, { "@type": "PropertyValue", "name": "Keratin-Safe", "value": "Yes" }, { "@type": "PropertyValue", "name": "pH Level", "value": "8.5" }, { "@type": "PropertyValue", "name": "Size", "value": "16 oz" }, { "@type": "PropertyValue", "name": "Use Frequency", "value": "Weekly" }, { "@type": "PropertyValue", "name": "Key Ingredients", "value": "Keratin, Collagen, Argan Oil, Acai Berry Extract, Plant-Based Antioxidants" }, { "@type": "PropertyValue", "name": "Removes", "value": "Chlorine, Hard Water Minerals, Medication Deposits, Product Buildup, Chemical Residue" } ] } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --cream: #faf6f1; --warm-white: #fffdf9; --sand: #e8ddd0; --espresso: #3d2b1f; --gold: #c9a96e; --gold-light: #e8d5b0; --rust: #a0522d; --text-dark: #2a1a10; --text-mid: #5c4033; --text-light: #8b7355; --mocha: #8b6f5e; --alert: #7a3e1a; } body { background: var(--cream); font-family: 'Jost', sans-serif; color: var(--text-dark); padding: 40px 20px 60px; } .wrapper { max-width: 780px; margin: 0 auto; } /* Hero Hook */ .hook { background: var(--espresso); border-radius: 4px; padding: 32px 36px; margin-bottom: 36px; position: relative; overflow: hidden; } .hook::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--gold), #e8c97a, var(--gold)); } .hook-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; } .hook h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(22px, 3.5vw, 32px); font-weight: 600; color: var(--warm-white); line-height: 1.25; margin-bottom: 14px; } .hook p { font-size: 14px; font-weight: 300; color: rgba(255,253,249,0.72); line-height: 1.7; } .hook p strong { color: rgba(255,253,249,0.95); font-weight: 500; } /* pH badge */ .ph-badge { display: inline-block; background: rgba(201,169,110,0.2); border: 1px solid rgba(201,169,110,0.5); color: var(--gold-light); font-size: 11px; font-weight: 500; letter-spacing: 0.12em; padding: 4px 12px; border-radius: 2px; margin-top: 14px; } /* Alert banner */ .alert-banner { background: #f9f0e6; border-left: 3px solid var(--gold); border-radius: 0 4px 4px 0; padding: 16px 20px; margin-bottom: 32px; font-size: 13.5px; color: var(--alert); line-height: 1.6; } .alert-banner strong { font-weight: 600; display: block; margin-bottom: 4px; font-size: 14px; } /* Buildup list */ .buildup-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; } .buildup-pill { background: var(--warm-white); border: 1px solid var(--sand); color: var(--text-mid); font-size: 12px; padding: 5px 13px; border-radius: 2px; letter-spacing: 0.04em; } /* Section */ .section { margin-bottom: 32px; } .section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; } .section-icon { font-size: 18px; flex-shrink: 0; } h2.section-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--espresso); letter-spacing: 0.01em; } .section p { font-size: 14px; font-weight: 300; color: var(--text-mid); line-height: 1.75; margin-bottom: 14px; } /* Ingredient list */ .ingredient-list { list-style: none; display: flex; flex-direction: column; gap: 10px; } .ingredient-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 13.5px; line-height: 1.55; color: var(--text-mid); } .ingredient-list li::before { content: '✦'; color: var(--gold); font-size: 10px; flex-shrink: 0; margin-top: 4px; } .ingredient-list li strong { color: var(--espresso); font-weight: 500; } /* Pill row */ .pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; } .pill { background: var(--gold-light); color: var(--espresso); font-size: 11px; font-weight: 500; letter-spacing: 0.07em; padding: 5px 13px; border-radius: 2px; } /* Divider */ .divider { border: none; border-top: 1px solid var(--sand); margin: 28px 0; } /* Routine steps */ .steps { display: flex; flex-direction: column; gap: 16px; } .step { display: flex; gap: 16px; align-items: flex-start; } .step-num { flex-shrink: 0; width: 32px; height: 32px; border: 1.5px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; color: var(--espresso); } .step-body { flex: 1; } .step-title { font-weight: 500; font-size: 14px; color: var(--espresso); margin-bottom: 4px; } .step-desc { font-size: 13px; font-weight: 300; color: var(--text-light); line-height: 1.6; } .step-desc a { color: var(--rust); text-decoration: underline; text-underline-offset: 2px; } /* Safe for grid */ .safe-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; } .safe-pill { background: var(--warm-white); border: 1px solid var(--sand); color: var(--text-mid); font-size: 12px; font-weight: 400; padding: 5px 14px; border-radius: 2px; letter-spacing: 0.04em; } /* Footer note */ .footer-note { margin-top: 36px; text-align: center; font-size: 12px; color: var(--text-light); font-style: italic; letter-spacing: 0.05em; } @media (max-width: 600px) { .hook { padding: 24px 20px; } body { padding: 24px 12px 40px; } } Clarifying Shampoo · Weekly Botanical Detox · 16 oz Reset Your Hair with a Weekly Botanical Detox Keratin Republic Clarifying Shampoo is a professional-grade, sulfate-free and paraben-free cleanser designed to remove the buildup that weighs hair down. It lifts away chlorine, hard water minerals, medication deposits, product residue, and chemical buildup — leaving hair fresh, bright, and ready to fully absorb hydration and treatment benefits. ✦ Formulated at Ideal pH 8.5 — Gently Opens the Cuticle for a Complete Cleanse 🌿 Botanical-Powered Cleanse Our formula is enriched with naturally derived ingredients that purify while nourishing the hair and scalp. This blend ensures hair feels clean, not stripped — a rare balance for any clarifying shampoo. Acai Berry Extract provides antioxidant-rich protection against environmental stress and free radical damage that dulls hair over time. Argan Oil restores softness and shine after detoxing, so hair never feels dry or compromised after a deep cleanse. Keratin + Collagen strengthen the hair fiber and improve elasticity with every wash, building long-term hair health into your weekly reset ritual. Plant-Based Antioxidants defend against free radical damage and environmental dullness, keeping hair looking vibrant between color and treatment services. Sulfate-Free Paraben-Free Color-Safe Keratin-Safe pH 8.5 Weekly Use 💧 Why Your Hair Needs a Weekly Detox Everyday life leaves behind layers of buildup that regular shampoos simply cannot remove. Over time this buildup weighs hair down, dulls color, and creates a barrier that prevents treatments and hydration from doing their job. This clarifying formula eliminates it all. ☑ Chlorine from pools ☑ Hard water minerals ☑ Calcium, copper & iron ☑ Medication deposits ☑ Dry shampoo residue ☑ Product buildup ☑ Chemical service residue ☑ Saltwater & sunscreen A weekly detox keeps hair brighter, softer, and more responsive to treatments and styling. Color looks fresher. Keratin treatments last longer. Blondes stay clean and free of dulling minerals. ⚠️ Not All Clarifying Shampoos Are Safe for Color & Keratin Most clarifying shampoos use harsh sulfates that strip color pigment and break down keratin bonds in the process of removing buildup. Ours is specifically formulated to deep cleanse at pH 8.5 without compromising your color or keratin service — so you get a complete reset without the damage. ✨ Your Weekly Reset Routine 1 Deep Detox with Clarifying Shampoo Massage into scalp and hair, rinse thoroughly, and repeat for a complete cleanse. This removes all buildup and opens the cuticle to prepare hair for maximum hydration and treatment absorption. 2 Restore with Keratin Republic Hydrating Mask Apply KR Hydrating Mask mid-length to ends and leave on for 10 minutes. Optional: wrap in a warm towel for a spa-like deep conditioning experience. 3 Return to Daily Foundation On all other days, maintain results with KR Hydrating Daily Shampoo and KR Hydrating Daily Conditioner — the sulfate-free, salt-free daily duo that protects your services every single day. 4 Enjoy Fresh, Balanced, Healthy Hair Hair feels lighter, cleaner, and more manageable. Color looks brighter. Keratin treatments last longer. Blondes stay fresh and free of dulling minerals week after week. 🌞 Safe for All Hair Types A gentle formula that delivers a powerful weekly detox without compromising hair integrity — for every type, texture, and service. Color-Treated Keratin-Treated Chemically Processed Extensions Curly & Coily Hair Fine Hair Coarse & Textured Hair Swimmers & Active Lifestyles Hard Water Exposure 🏊 Perfect for Swimmers & Summer Chlorine, sunscreen, sweat, and saltwater create some of the most stubborn hair buildup there is. This shampoo removes it all, making it a must-have for pool lovers, beach days, and active lifestyles. Use it after every swim or beach trip to keep hair clean, protected, and service-ready. 💼 Loved by Stylists. Essential for Clients. Keratin Republic professional stylists use this shampoo before every smoothing treatment to ensure optimal results. A clean, buildup-free canvas allows treatments to penetrate deeper and bond more effectively — delivering better results that last longer. Clients use it weekly to maintain softness, shine, and the longevity of their keratin and color services between appointments. One weekly reset makes every other product in the KR system work harder. Part of the Keratin Republic Keratin & Collagen Home Care Collection. Professionally formulated, salon trusted.
More you might like
Related
SUPERIOR BRAZILIAN KERATIN TREATMENT CHOCOLATE & CLARIFIYNG
Related
SUPERIOR BRAZILIAN KERATIN TREATMENT CHOCOLATE & CLARIFIYNG
Related
SUPERIOR BRAZILIAN KERATIN TREATMENT CHOCOLATE & CLARIFIYNG
Related