Rice Tein NPNF®, clinically proven to increase hair volume by 20% after 5 washes
Conditions & encourages overall hair length & density
Free of parabens, phthalates, silicones & sulfates — PH balanced & safe for color-treated hair
Lightweight formula that works into a rich, full-coverage lather
Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified
Clinically Proven Results: Rice Tein NPNF® has been shown to increase hair volume by 20% and improve natural shine after just 5 washes.
Complete Wash Day Routine: The shampoo cleanses, the conditioner nourishes from root to tip, and the Cherry Cloud Claw Clip keeps hair twisted up & out of the way while you finish getting ready.
Effortless Lather: A few pumps work into a rich, full lather for an easy, spa-like wash day.
Clean Formula: Free of parabens, phthalates, silicones & sulfates. PH balanced and safe for color-treated hair. Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified.
Keep Your Shower Clean: The Hair Catcher keeps drains clear so you never have to call a plumber, and the Quick-Dry Bath Mat keeps your bathroom floor dry between showers.
1x Rice Water Shampoo
1x Rice Water Conditioner
1x FREE Quick-Dry Bath Mat
1x FREE Hair Catcher
1x FREE Cherry Cloud Claw Clip - Medium
Wet hair thoroughly with warm water.
Apply a quarter-sized amount of shampoo to palms, work into a rich lather & massage into scalp.
Rinse & repeat as desired.
Post-shampoo, apply conditioner from mid-length to ends.
Leave on for 1–2 minutes, then rinse — or use as a leave-in for extra hydration.
Lay the Bath Mat flat on a clean, dry floor & hang to air dry between uses.
Press the Hair Catcher firmly over a clean, dry, flat drain before showering.
Twist, clip & go with the Cherry Cloud Claw Clip.
Glicerina
Ayuda a mantener el equilibrio de hidratación durante la limpieza
Isetionato de cocoílo sódico y metil cocoil taurato sódico
Se combinan para crear un sistema de limpieza sin sulfatos que genera una espuma cremosa y ayuda a que el cabello se sienta suave y fresco
Rice Tein NPNF®
La proteína de arroz hidrolizada contiene aminoácidos concentrados y los aporta a los puntos débiles a lo largo de la cutícula para reforzar la fibra capilar, promover su fortaleza y fortalecer el cabello. Promueve el brillo natural en 1 uso, al tiempo que aumenta el volumen y la apariencia saludable en 5 usos.¹
Ingredientes
Welcome to KITSCH!
Kick off summer with our Rice Water Shampoo & Conditioner Combo
Rice Tein NPNF®, clinically proven to increase hair volume by 20% after 5 washes
Conditions & encourages overall hair length & density
Free of parabens, phthalates, silicones & sulfates — PH balanced & safe for color-treated hair
Lightweight formula that works into a rich, full-coverage lather
Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified
Why You'll Love This
Clinically Proven Results: Rice Tein NPNF® has been shown to increase hair volume by 20% and improve natural shine after just 5 washes.
Complete Wash Day Routine: The shampoo cleanses, the conditioner nourishes from root to tip, and the Cherry Cloud Claw Clip keeps hair twisted up & out of the way while you finish getting ready.
Effortless Lather: A few pumps work into a rich, full lather for an easy, spa-like wash day.
Clean Formula: Free of parabens, phthalates, silicones & sulfates. PH balanced and safe for color-treated hair. Made in the USA from Globally Sourced Ingredients, Vegan, Cruelty Free, Leaping Bunny Certified.
Keep Your Shower Clean: The Hair Catcher keeps drains clear so you never have to call a plumber, and the Quick-Dry Bath Mat keeps your bathroom floor dry between showers.
We are Leaping Bunny certified! The Leaping Bunny Logo is the only internationally recognized symbol guaranteeing consumers that no new animal tests were used in the development of any product displaying it.
{
discount_percentage = $event.detail?.percentage || 0;
})"
x-init="$watch('selected', value => {
if (value.length != total_items) {
discount_percentage = 0;
}else{
discount_percentage = 0;
}
})"
x-data="{
renderPrice(price){
let total = price;
if(this.discount_percentage > 0){
total = price - (price * (this.discount_percentage / 100));
}
return Unick.formatMoney(total);
},
selected: [],
fixed_product: false,
discount_percentage: 0,
total_items: 2,
imgSrc(src, width) {
if (!src) return '';
if (/[?&]width=/.test(src)) return src.replace(/([?&]width=)\d+/, '$1' + width);
return src + (src.includes('?') ? '&' : '?') + 'width=' + width;
},
getSrcset(src) {
if (!src) return '';
return [72, 100, 144, 200].map(w => this.imgSrc(src, w) + ' ' + w + 'w').join(', ');
},
add(item) {
this.selected.push(item)
},
remove(id) {
this.selected = this.selected.filter(item => item.id !== id)
},
isInBundle(id) {
return this.selected.some(item => item.id === id)
},
priceBeforeDiscount(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
return total;
},
totalPrice(){
let total = 0;
this.selected.forEach(function (item) {
total += item.price;
})
total = total - (total * (this.discount_percentage / 100));
let extraDiscount = 0;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Summer Welcome Kit: Rice Water`;
let bundleHandle = `summer-welcome-kit-rice-water`;
let bundleCount = 2;
let bundleQty = 1;
let index = 0;
// Update button text to 'adding...'
this.$refs.addToCartButton.textContent = 'Adding...';
this.selected.forEach(function (item) {
cartObj.push({
quantity: 1,
id: item.variants[0].id,
properties: {
'_fbt_bundle': bundleTitle,
'_fbt_bundle_handle': bundleHandle,
'_fbt_bundle_count': bundleCount,
}
})
})
if(this.fixed_product && this.total_items == this.selected.length){
cartObj = [];
cartObj.push({
quantity: 1,
id: this.fixed_product,
})
}
fetch(routes.cart_add_url + '.js', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: JSON.stringify({
items: cartObj
})
})
.then(response => {
// Update button text back to 'add to cart'
this.$refs.addToCartButton.textContent = 'Add to cart';
// Update cart with event dispatch
this.$dispatch('update-cart', { cart: response });
// Open cart after adding product
this.$dispatch('toggle-cart-drawer');
});
}
}">
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
// Hide floating cart when main button is visible (with some buffer)
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// If main button not found, show floating cart
show = true;
}
})"
x-init="$nextTick(() => {
// Delay initialization to ensure Alpine has rendered the main add-to-cart button
setTimeout(() => {
let mainAddToCart = document.querySelector('.product__info-wrapper .button-add-to-cart, .product__info-wrapper .product-form__submit');
if(mainAddToCart) {
let rect = mainAddToCart.getBoundingClientRect();
show = rect.top > window.innerHeight || rect.bottom < 0;
} else {
// Fallback: show sticky cart if main button not found after delay
show = true;
}
}, 500);
})"
class="add-to-cart-footer p-3 bg-white text-black fixed bottom-0 w-full z-20 shadow border-t">
4 Reasons Why Millions of Women are Switching to Rice Water
1. Strengthening
Hydrolyzed rice protein contains concentrated amino acids that help reinforce the hair fiber — leaving strands looking and feeling healthier.
2. Targeted Support
Hydrolyzed rice protein works differently than peptide-based botanicals by delivering protein that attaches to weak spots along the cuticle, helping to fortify hair to prevent damage and promote a healthy appearance.
3. Shine Enhancement
Hydrolyzed rice protein forms a lightweight, flexible film that helps smooth the cuticle and improve shine.
4. Balancing
Too much moisture can lead to limp or overly soft hair. A protein-rich shampoo like our Kitsch Strengthening Rice Water Shampoo can help restore balance.
Frequently Asked Questions
Depending on your hair type and how frequently you wash your hair, some people see results immediately and some people may start to see results in a few weeks.
Yes, but don't just take our word for it! Check out the thousands of 5 star reviews from people of all ages using our shampoo and conditioner.
Yes! If you're wondering which formula is right for you, tell our support team what your hair type is and we'll steer you in the right direction.
Everyone's hair is different, so expect a bit of trial and error until you find out what works best for you. Start with enough to clean from your roots and scalp to the ends of your hair. If you're not seeing results, we recommend applying more during your wash time.
When you sign up for a subscription, we automatically charge your card so you can set it and forget it. You can cancel at any time.
Yes. Protecting your privacy is one of our biggest priorities. We use a number of security measures and industry standard methods to keep your personal information safe. All orders and personal information are managed by a secure server. Details such as credit card number, name, and address are transmitted through Secure Socket Layer (SSL) technology.
Delivery time is based on your selected shipping method at checkout. Most orders ship same day! Please allow up to 2 business days for your order to be processed. Orders are processed Monday through Friday, excluding holidays. Once your order has been shipped, a confirmation email with a carrier tracking number will be sent out. In the case of a lost package, please contact Kitsch support.
We recommend a subscription, so you can enjoy savings and get your products delivered right to your door with free shipping. This way, you'll never run out!
Rice Water Shampoo and Conditioner are suitable for individuals looking to strengthen their hair and add shine. It's especially beneficial for those with damaged or weak hair, as rice water is rich in amino acids and vitamins that help improve hair texture and elasticity. However, results may vary, so it's always good to patch-test or consult a professional if you have any specific questions.
If you have porous, protein-sensitive, or chemically treated hair (such as colored hair), you might want to limit the use of Rice Water Shampoo and Conditioner. In such cases, the hair is more porous and prone to protein overload, which could make your hair feel brittle, dry, or heavy. For daily care, you might consider trying our Castor Oil Shampoo and Coconut Oil Conditioner, which are formulated to be gentle and nourishing.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Escolher uma seleção resulta numa atualização de página completa.