Keratin & Collagen Hydrating Mask 8 oz
{ "@context": "https://schema.org/", "@type": "Product", "name": "Keratin & Collagen Hydrating Mask 8 oz", "description": "Intensive weekly deep conditioning treatment for dry, dam aged, color-treated, and keratin-treated hair. Enriched with hydrolyzed keratin, collagen, argan oil, acai berry extract, panthenol, and botanical extracts. Replenishes moisture, restores shine, reduces frizz, and improves elasticity. Recommended for use after all keratin treatments and color services.", "brand": { "@type": "Brand", "name": "Keratin Republic" }, "sku": "KMSK8", "gtin13": "00853031008411", "url": "https://www.keratinrepublic.com/collections/home-care/products/hydrating-mask", "offers": { "@type": "Offer", "url": "https://www.keratinrepublic.com/collections/home-care/products/hydrating-mask", "priceCurrency": "USD", "price": "22.00", "availability": "https://schema.org/InStock", "seller": { "@type": "Organization", "name": "Keratin Republic" } }, "category": "Hair Care > Treatments > Hair Mask", "additionalProperty": [ { "@type": "PropertyValue", "name": "Color-Safe", "value": "Yes" }, { "@type": "PropertyValue", "name": "Keratin-Safe", "value": "Yes" }, { "@type": "PropertyValue", "name": "Size", "value": "8 oz" }, { "@type": "PropertyValue", "name": "Use Frequency", "value": "Weekly or Bi-Weekly" }, { "@type": "PropertyValue", "name": "Hair Type", "value": "All Hair Types" }, { "@type": "PropertyValue", "name": "Key Ingredients", "value": "Hydrolyzed Keratin, Collagen, Argan Oil, Acai Berry Extract, Panthenol, Shea Butter, Nettle Extract, Chestnut Extract" }, { "@type": "PropertyValue", "name": "Benefits", "value": "Deep Hydration, Frizz Reduction, Shine Restoration, Elasticity Improvement, Keratin Treatment Aftercare, Color Service Aftercare" } ] } *, *::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; } .benefits-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; } .benefit-tag { background: rgba(201,169,110,0.18); border: 1px solid rgba(201,169,110,0.4); color: var(--gold-light); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 2px; } /* 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: 6px; } .ingredient-list li > div, .ingredient-list li > span { flex: 1; } .ingredient-list li strong { display: block; color: var(--espresso); font-weight: 500; margin-bottom: 3px; } /* 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; } /* When to use grid */ .when-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; } .when-card { background: var(--warm-white); border: 1px solid var(--sand); border-left: 3px solid var(--gold); border-radius: 0 4px 4px 0; padding: 14px 16px; } .when-card strong { display: block; font-size: 13px; font-weight: 600; color: var(--espresso); margin-bottom: 4px; } .when-card p { font-size: 12.5px; color: var(--text-light); line-height: 1.5; margin: 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; } /* Spa tip */ .pro-tip { background: #f9f0e6; border-left: 3px solid var(--gold); border-radius: 0 4px 4px 0; padding: 14px 18px; margin-top: 16px; font-size: 13px; color: var(--alert); line-height: 1.6; } .pro-tip strong { font-weight: 600; } /* 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; } .when-grid { grid-template-columns: 1fr; } body { padding: 24px 12px 40px; } } Hydrating Mask · Intensive Weekly Treatment · 8 oz The Weekly Reset Your Hair Has Been Waiting For Daily life is hard on hair. Heat styling, color services, keratin treatments, hard water, and environmental stress all deplete moisture and weaken the hair fiber over time. The KR Hydrating Mask is an intensive weekly treatment that restores everything daily products can't: deep hydration, elasticity, frizz control, and brilliant shine. All in a single 5-minute ritual. Deep Hydration Frizz Reduction Restores Shine Improves Elasticity Strengthens Fiber Post-Service Care 🌿 Powered by Keratin, Collagen & Botanicals An intensive blend of professional-grade proteins, oils, and plant-based actives that penetrate deeper than daily conditioners, delivering restoration at the fiber level, not just at the surface. Hydrolyzed Keratin Penetrates the hair cortex to repair damage from the inside out. Fills gaps in the cuticle caused by heat, color, and chemical services, rebuilding strength and smoothness with every treatment. Collagen Restores elasticity and body to hair that has become brittle, weak, or over-processed. Plumps the hair fiber from within, improving resilience and reducing breakage. Argan Oil Delivers deep, lasting moisture and extraordinary shine. Penetrates the cuticle to nourish from within while sealing the surface for a smooth, frizz-free finish. Panthenol (Pro-Vitamin B5) Attracts and locks moisture deep into the hair shaft, improving softness, manageability, and overall hair health with consistent weekly use. Shea Butter Rich in fatty acids and vitamins, it delivers intense moisture to dry and coarse hair types while maintaining a lightweight, non-greasy finish. Acai Berry Extract Antioxidant-rich superfruit that protects hair from UV damage, pollution, and the environmental free radicals that cause dullness and color fade. Nettle Leaf Extract A botanical known for strengthening the hair shaft, improving scalp circulation, and supporting overall hair health and growth. Chestnut Extract Helps smooth the cuticle and add natural luster, contributing to the mask's exceptional shine and manageability results. Color-Safe Keratin-Safe Sulfate-Free Paraben-Free Weekly Treatment All Hair Types Made in USA 📅 Who Needs It & When to Use It The Hydrating Mask fits seamlessly into any hair care routine as a weekly or bi-weekly upgrade, replacing conditioner on treatment days for a deeper, more restorative result. After Keratin Treatments Use weekly to maintain the smoothness and extend the life of your keratin smoothing service between salon appointments. After Color Services Replenishes moisture lost during the coloring process and helps seal color pigment for longer-lasting vibrancy. Dry & Damaged Hair Use 2× weekly for intensive repair. The keratin and collagen blend rebuilds the hair fiber from within with consistent use. Bleached & Highlighted Hair Essential weekly care for fragile, high-porosity hair that loses moisture rapidly and needs consistent protein and hydration support. Coily & Curly Hair Defines curl pattern, eliminates frizz, and delivers the deep moisture that coily hair textures require most. All Hair Types Weekly Even healthy hair benefits from a weekly reset. Keeps hair stronger, shinier, and more resilient against daily environmental stress. ✨ How to Use for Best Results 1 Shampoo First Wash with KR Hydrating Daily Shampoo, or on weekly detox days start with KR Clarifying Shampoo to remove buildup and open the cuticle for maximum mask absorption. 2 Apply Mask & Comb Through Apply generously throughout hair and comb through for even distribution and full coverage. 3 Leave On for 5 Minutes Allow the mask to process for a minimum of 5 minutes. For deeper conditioning, leave on up to 15 minutes. Rinse thoroughly with lukewarm water. 4 Finish with Smoothing Crème On styling days, follow with KR Smoothing Crème applied to damp hair for frizz control, heat protection, and lasting shine that carries the mask's benefits through to your next wash. Spa Upgrade: Wrap hair in a warm towel after applying the mask and leave on for 15 minutes. The gentle heat opens the cuticle further, allowing the keratin, collagen, and botanical actives to penetrate deeper for an even more intensive result. Pour yourself a tea and enjoy the moment. ✦ 🌞 Safe & Recommended for All Hair Types Intensive enough for the most damaged hair. Gentle enough for fine hair. A universal weekly treatment for every type, texture, and service. Color-Treated Keratin-Treated Bleached & Highlighted Chemically Processed Coily & Curly Hair Fine Hair Coarse & Thick Hair Dry & Damaged Hair Extensions Heat-Styled Hair 💼 The Treatment Stylists Recommend Between Appointments Keratin Republic professional stylists recommend the Hydrating Mask as the single most impactful weekly home care step for clients with color or keratin services. Daily products maintain. The mask restores. Used consistently, it keeps the hair in the healthiest possible condition between salon visits, meaning better color results, longer-lasting keratin treatments, and healthier hair at every appointment. When clients commit to a weekly mask ritual, stylists see the difference immediately. Hair arrives stronger, more hydrated, and more responsive to every service performed. Part of the Keratin Republic Keratin & Collagen Home Care Collection. Professionally formulated, salon trusted.
More you might like
Related
Keratin Hydrating Mask Keratin & Collagen Hair Mask Keratin
Related
Keratin & Collagen Hydrating Mask
Related
Keratin Republic Keratin & Collagen Hydrating Mask 8 oz
Related