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
1 bar lasts up to 100 washes, helping reduce single-use plastic
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 Scalp Exfoliator preps your scalp to maximize ingredient absorption, the bars nourish from root to tip, and the brush detangles effortlessly wet or dry.
Eco-Conscious Beauty: Each bar lasts up to 100 washes, reducing single-use plastic. Made with recycled materials. 4OCEAN Certified — for every bar, 4ocean pulls the equivalent of a plastic bottle from the ocean.
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.
1x Strengthening Rice Water Shampoo Bar
1x Strengthening Rice Water Conditioner Bar
1x FREE Soft Violet Wet/Dry Brush
1x FREE Terracotta Scalp Exfoliator
1x FREE African Net Sponge
Shampoo Bar: Wet your hair; rub bar between hands into a rich lather or paint directly onto your scalp. Use the Scalp Exfoliator to massage in. Rinse & repeat as desired.
Conditioner Bar: Post-shampoo, rub bar between hands & distribute into hair or paint on from length to ends. Rinse or leave in.
Wet/Dry Brush: Glide through wet or dry hair — flexible bristles detangle without breakage or pulling.
Pro tip: Use the Scalp Exfoliator before shampooing to open the scalp and maximize Rice Water absorption.
Rice Tein NPNF®
Probado clínicamente para potenciar al instante el brillo natural desde el primer uso, a la vez que se adhiere eficazmente al cabello para favorecer un aspecto saludable y aumentar el volumen en 5 usos.
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
Glicerina
Ayuda a mantener el equilibrio de hidratación durante la limpieza
Ingredientes
Welcome to KITSCH!
Start your Rice Water hair care journey with our clinically proven Rice Water Shampoo & Conditioner Combo — plus the essential tools to make every wash day count.
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 = `Kit de bienvenida primaveral con agua de arroz`;
let bundleHandle = `kit-de-bienvenida-primaveral-con-agua-de-arroz`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Kit de bienvenida primaveral con agua de arroz
$ 654.00
$ 654.00
Condicionador leave-in hidratante de leite de argan
$ 351.00
$ 351.00
{
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 = `Kit de bienvenida primaveral con agua de arroz`;
let bundleHandle = `kit-de-bienvenida-primaveral-con-agua-de-arroz`;
let bundleCount = 2;
let bundleQty = 1;
let index = 0;
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 => {
this.$refs.addToCartButton.textContent = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Kit de bienvenida primaveral con agua de arroz
$ 654.00
$ 654.00
+
Condicionador leave-in hidratante de leite de argan
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.
Ok y’all, my wife’s hair has always been very fine and a little thin. She was diagnosed with a disease in May, and since, her hair has gotten VERY thin! So that is initially why I ordered the rice water shampoo and conditioner. (And to be honest, I wanted to try it too!!) She is on week 4 of using just the shampoo, and y’all just look at the difference!!! Look at this result!!!!! If you are on the fence about ordering, hop off that fence, warm up your credit card, and buy the shampoo, and conditioner, and whatever else you see that you might want to try. It is ALL great stuff!!
It was kinda weird getting started using the bars, they're just so different than bottle products, but after a cpl times of usage I got the hang of it. My hair feels so much cleaner and softer and my thinness is disappearing!! So thrilled with the results even after only 6wks of use.
J
Jennifer
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Amazing Results 💕 🥰
So different lighting but all me!! I was so depressed in the before pics and five weeks of using the rice water shampoo and conditioner made me love my hair for the first time EVER 💕 🥰 I cannot get over how amazing these results were 🤯
CT
Candace T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
This is saving my daughters hair and bringing her confidence back
I just have to scream from the rooftops as to what these products are doing for my girls hair. A little backstory, my 15 year old daughter who was a freshman last year got placed into the wrong algebra class it was more advanced for her and she already struggles with math but she was steady holding a B high C then in April she got extremely sick and missed over a week of school. So she fell behind. So over the next few weeks she worked so hard to get her grade back up, while also finishing up theater for their spring musical and the rest of their classes. It was a very long few weeks. All of this stress led to stress induced alopecia 😔😔 her doctor told her to take some vitamins and to find methods to reduce stress and that her hair will start to grow back in about six months. She was devastated by this. We offered wigs, we offered some hair growth treatments but she said no she was worried people would be able to tell. So I searched out the help of FB and these products came so heavily recommended so I thought, why not and ordered the rice water set and the rosemary oil. She has been using them for just over six weeks now and she uses them 3x a week atleast. She has so much new hair growth I tell her she has her own mullet now but it blends in so it doesn’t stand out. We had to cut off about 6 inches a week ago to make it look fuller on the ends and I don’t know how the new hair growth is going to look in a few months with her current hair but we will navigate through that…
As a woman with PCOS, my hair was thinning noticeably at the temples (my right side more so than my left side for some reason) and constantly falling out. However, after only one month of using the Rice Water Shampoo Bar I have noticed new hair growth coming through... I'm blown away! I feel like I'm gaining my confidence back - my hair has never looked healthier! I can't wait to see the transformation as I continue to use the Rice Water Shampoo Bar. I have just ordered two more 😜 I rave about this product to everyone who will listen. Thank you Kit·sch 🙏 😍
SM
Susan M.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Saved my hair!
Progress with Kitsch bars! First picture is tonight (Sep 24), second is June 2024, third is January 2024, fourth is November after starting with rice protein s/c alternating with castor oil / shea, purple s/c and most recently rosemary s /c. Final pic is how bad my huge part was in May 2023 before starting Kitsch in October.
Been using the rosemary scalp oil but I got lazy about it recently with the rosemary bars. I alternate in the bond repair bar once a month and toss in tea tree every few weeks just to deal with excess junk.
As you can see, I started with a really huge part and it’s grown in a LOT from October 2023 to September 2024.
Product Standouts Increases Hair Growth, Great Ingredients, Lathers Well, Strengthens
Rated 5 out of 5 stars
1 year ago
I’m hooked!
After loosing my hair to an auto immune disease I could not use regular shampoo and conditioners.. doing research on natural remedies I found kitsch! All natural and on the top 5 best natural bar shampoo and conditioner. They do not burn or make my hair itch! Spa smelling not to mention I desperately needed a shampoo that would help my hair grow! It works! Thank you kitsch for your natural shampoo and conditioner!🙏❤️ you can see my before and after photos!
JR
Joan R.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Reversed my Covid hair loss
My main go-to are the Rice Water Protein Shampoo & Conditioner bars. I lost quite a bit of hair after having Covid. After hearing about these products I decided to give them a try. I have had a lot of new growth since using these and my hair looks great! As an occasional alternative, I also use the Castor Oil Shampoo & Conditioner.
I travel in a van. These bars work so well for my hair but are also space savers in my tiny van. I have used my Castor Oil Shampoo as a body wash too. All my bars fit into a few Travel Cubes. So convenient and they keep my bars dry so that they last a long time. Love my Kitsch products!
JB
Jessica B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
AMAZING!!
After my first child my hair was starting to thin near my scalp. I figured I’d give this brand a try since I wanted to reduce plastic as well. This product SAVED my hair. I can’t recommend it enough. It sure a ton. It doesn’t get everywhere. The caddy is awesome. It lasts me about three months washing every day. Highly recommend the rice water shampoo & conditioner, the exfoliating bar, and the charcoal bar. I use all four every day and my skin and hair is FLAWLESS after three months of non stop use.
KC
Kathleen C.
Verified Buyer
I recommend this product
Hair Concern Sensitive Scalp
Product Standouts Great Ingredients, Increases Hair Growth, Lathers Well
Rated 5 out of 5 stars
1 year ago
Cancer Anyone?
I had hair it was blond by choice, long and wavy by God. It began to fall out like crazy. I decided to get it shaved off it was the only thing I could control in my current situation and I did! I found this product during my hair coming lol the stage when you just have bristles. I bought it and love it the very light scent of your product was great during chemotherapy when everything smelled bad. My hair is coming along and it is so soft and healthy. I’m so glad that I found you on my journey! Thank you and God bless!
Loading...
Loading...
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 bars.
Yes! If you're wondering which bar 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.