Keratin & Collagen Hydrating Shampoo & Conditioner 10.1 oz DUO
{ "@context": "https://schema.org/", "@type": "Product", "name": "Keratin & Collagen Hydrating Shampoo & Conditioner Duo 10.1 oz", "description": "Gift set featuring the Keratin Re public Hydrating Daily Shampoo and Hydrating Daily Conditioner, each 10.1 oz. Sulfate-free, paraben-free, and salt-free. Enriched with keratin, collagen, argan oil, acai berry extract, and botanical actives. Developed for daily use on all hair types. Protects color vibrancy, extends the life of keratin smoothing treatments, and restores strength, moisture balance, and elasticity.", "brand": { "@type": "Brand", "name": "Keratin Republic" }, "sku": "KSCDUO", "gtin13": "853031008398", "url": "https://www.keratinrepublic.com/collections/home-care/products/hydrating-shampoo-conditioner-duo", "offers": { "@type": "Offer", "url": "https://www.keratinrepublic.com/collections/home-care/products/hydrating-shampoo-conditioner-duo", "priceCurrency": "USD", "price": "44.00", "availability": "https://schema.org/InStock", "seller": { "@type": "Organization", "name": "Keratin Republic" } }, "category": "Hair Care > Gift Sets > Shampoo & Conditioner", "additionalProperty": [ { "@type": "PropertyValue", "name": "Sulfate-Free", "value": "Yes" }, { "@type": "PropertyValue", "name": "Paraben-Free", "value": "Yes" }, { "@type": "PropertyValue", "name": "Salt-Free", "value": "Yes" }, { "@type": "PropertyValue", "name": "Color-Safe", "value": "Yes" }, { "@type": "PropertyValue", "name": "Keratin-Safe", "value": "Yes" }, { "@type": "PropertyValue", "name": "Contents", "value": "Hydrating Shampoo 10.1 oz + Hydrating Conditioner 10.1 oz" }, { "@type": "PropertyValue", "name": "Key Ingredients", "value": "Keratin, Collagen, Argan Oil, Acai Berry Extract, Plant-Based Botanicals" }, { "@type": "PropertyValue", "name": "Gift Ready", "value": "Yes, Beautiful Gift Box Included" } ], "isRelatedTo": [ { "@type": "Product", "name": "Keratin & Collagen Hydrating Shampoo 10.1 oz", "url": "https://www.keratinrepublic.com/collections/home-care/products/hydrating-shampoo" }, { "@type": "Product", "name": "Keratin & Collagen Hydrating Conditioner 10.1 oz", "url": "https://www.keratinrepublic.com/collections/home-care/products/hydrating-conditioner" } ] } *, *::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; } /* Gift box banner */ .gift-banner { background: var(--warm-white); border: 1px solid var(--sand); border-top: 3px solid var(--gold); border-radius: 4px; padding: 22px 28px; margin-bottom: 32px; display: flex; align-items: center; gap: 20px; } .gift-icon { font-size: 32px; flex-shrink: 0; } .gift-body { flex: 1; } .gift-title { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--espresso); margin-bottom: 5px; } .gift-desc { font-size: 13px; font-weight: 300; color: var(--text-light); line-height: 1.6; } /* What's inside */ .duo-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 14px; } .duo-card { background: var(--warm-white); border: 1px solid var(--sand); border-radius: 4px; padding: 20px; position: relative; overflow: hidden; } .duo-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); } .duo-card-num { font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; } .duo-card-title { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 600; color: var(--espresso); margin-bottom: 8px; line-height: 1.3; } .duo-card p { font-size: 13px; font-weight: 300; color: var(--text-light); line-height: 1.6; margin-bottom: 10px; } .duo-card a { font-size: 11.5px; color: var(--rust); text-decoration: underline; text-underline-offset: 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: 6px; } .ingredient-list li strong { display: block; color: var(--espresso); font-weight: 500; margin-bottom: 2px; } /* 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; } /* 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; } /* Divider */ .divider { border: none; border-top: 1px solid var(--sand); margin: 28px 0; } /* Gift for grid */ .gift-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; } .gift-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; } .gift-card strong { display: block; font-size: 13px; font-weight: 600; color: var(--espresso); margin-bottom: 4px; } .gift-card p { font-size: 12.5px; color: var(--text-light); line-height: 1.5; margin: 0; } /* 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; } .duo-cards { grid-template-columns: 1fr; } .gift-grid { grid-template-columns: 1fr; } .gift-banner { flex-direction: column; gap: 12px; } body { padding: 24px 12px 40px; } } Hydrating Shampoo & Conditioner Duo · Gift Set · 2 × 10.1 oz The Gift of Salon-Healthy Hair. Every Single Day. Two products. One beautifully boxed set. The complete daily foundation for protecting color, extending keratin treatments, and restoring strength and shine to every hair type. Sulfate-free, paraben-free, and salt-free. Because the people you gift deserve a shampoo and conditioner that actually works with their hair, not against it. Beautifully Gift Boxed Sulfate-Free Salt-Free Color Protection Keratin Safe All Hair Types 🎁 Arrives in a Beautiful Gift Box. Ready to Give. No wrapping required. The KR Shampoo & Conditioner Duo comes presented in a gorgeous gift box, perfect for birthdays, holidays, salon retail gifts, client appreciation, and anyone who deserves exceptional hair care. ✦ What's Inside the Duo Two professionally formulated products designed to work in complete harmony as a daily system. Each one enhances the other's performance in a way no mix-and-match routine can replicate. Step 1 · Daily Cleanser Keratin & Collagen Hydrating Shampoo 10.1 oz A sulfate-free, salt-free daily shampoo that cleanses gently while delivering active hydration. Protects color pigment and keratin bonds with every wash. Safe for daily use on all hair types. View full product details → Step 2 · Daily Conditioner Keratin & Collagen Hydrating Conditioner 10.1 oz A weightless, sulfate-free conditioner that equalizes porosity, seals the cuticle, and locks in moisture without heaviness. Restores elasticity and protects color and keratin services daily. View full product details → ⚠️ Most Shampoos Are Quietly Destroying Color & Keratin Services Sulfates and sodium chloride (salt) found in most mainstream shampoos actively strip color pigment and break down keratin bonds with every wash. This duo is specifically engineered to do the opposite, protecting and extending every service your recipient has invested in. 🌿 Powered by Keratin, Collagen & Botanicals Both products share the same exclusive Keratin + Collagen Blend, fortified with premium botanical actives that restore what daily life takes away: strength, moisture, elasticity, and shine. Keratin + Collagen Blend Replenishes the proteins that make up the hair fiber, rebuilding strength, smoothness, and elasticity with every daily use. Argan Oil Delivers weightless moisture and brilliant shine without heaviness, sealing the cuticle for a smooth, frizz-free finish. Acai Berry Extract Provides antioxidant protection against UV, pollution, and environmental free radicals that cause dullness and color fade. Plant-Based Botanicals A blend of naturally derived extracts that soothe the scalp, support moisture retention, and enhance softness and manageability for all hair textures. Sulfate-Free Paraben-Free Salt-Free Color-Safe Keratin-Safe Daily Use All Hair Types 🎁 The Perfect Gift for Every Occasion A gift that gets used every single day, and makes hair noticeably better with every use. The KR Duo is the rare gift that's both luxurious and genuinely practical. Birthdays A beautiful, useful gift for anyone who cares about their hair, especially those with color or keratin services. Holidays An elegant stocking stuffer or gift exchange option that arrives beautifully boxed and ready to give. Salon Retail & Client Gifts The perfect take-home gift for clients after a color or keratin service, protecting their investment from day one. New Home & Self-Care A thoughtful upgrade for anyone starting fresh, introducing them to a professional hair care system they'll love daily. Post-Treatment Care Gift it alongside a keratin smoothing treatment to ensure clients have everything they need to protect their results at home. Any Occasion When in doubt, great hair care is always the right gift. Beautifully presented and immediately useful. 🌞 Safe & Recommended for All Hair Types One duo that works for everyone, whatever their hair type, texture, or service history. The perfect gift because it truly suits any recipient. Color-Treated Keratin-Treated Bleached & Highlighted Chemically Processed Extensions Fine Hair Coily & Curly Hair Dry & Damaged Hair All Textures 💼 Build the Complete KR Routine The Duo is the daily foundation of the complete Keratin Republic home care system. To build out the ultimate hair care gift or your own full routine, pair it with the rest of the KR collection. + Clarifying Shampoo + Hydrating Mask + Smoothing Crème + KR Smoothing Treatments Part of the Keratin Republic Keratin & Collagen Home Care Collection. Professionally formulated, salon trusted. Made in USA.
More you might like
Related
Keratin & Collagen Hydrating Shampoo 10.1 oz
Related
Keratin Hydrating Mask Keratin & Collagen Hair Mask Keratin
Related
Keratin Hydrating Conditioner Keratin & Collagen 10.1 oz Ker
Related