Formulato con acqua di riso per riparare i follicoli piliferi danneggiati e prevenire le doppie punte
Proteina di riso è stato dimostrato che aumenta il volume dei capelli del 20% dopo 5 lavaggi*
Offre una pulizia nutriente per stimolare la lunghezza e la densità complessiva dei capelli
Aumenta la lucentezza nei capelli opachi e secchi
Privo di parabeni, ftalati, siliconi, solfati e fragranze artificiali
PH bilanciato e sicuro per i capelli trattati con colore
Riduce la plastica monouso: risparmia due bottiglie di shampoo/conditioner liquidi.
Fatto negli Stati Uniti, Vegano, Cruelty Free, Certificato Leaping Bunny
*basato sullo studio TRI-K Rice Tein NPNF dopo 5 lavaggi
4OCEAN CERTIFICATO: Per ogni saponetta per shampoo o balsamo, 4ocean estrae l'equivalente di una bottiglia di shampoo in plastica dagli oceani, fiumi e coste del mondo
Come ottenere risultati da salone: Bagna i capelli, strofina la barretta tra le mani fino a ottenere una ricca schiuma oppure applicala direttamente sul cuoio capelluto. Massaggia con la punta delle dita, quindi risciacqua e ripeti se necessario.
Consiglio da professionista: Abbinalo al nostro Beauty Bar Bag.
Rice Tein NPNF ®
Clinicamente testato per favorire istantaneamente la naturale lucentezza già dal primo utilizzo, legandosi efficacemente ai capelli per promuovere un aspetto sano e aumentare il volume in 5 utilizzi.1
Sodio cocoil isetionato e sodio metil cocoil taurato
Si combinano per creare un sistema detergente senza solfati che produce una schiuma cremosa e aiuta i capelli a sentirsi morbidi e freschi
Glicerina
Aiuta a mantenere l’equilibrio di idratazione durante la detersione
Ingredienti
Sodium Cocoyl Isethionate, Sodium Methyl Cocoyl Taurate, Glicerina Vegetale, Olio di Ricino Idrogenato, Guar Hydroxypropyltrimonium Chloride, Proteina di Riso Idrolizzata, Fragranza Naturale*, Ossido di Ferro**
*Fragranza naturale derivata dalle piante. **Colore naturale.
Privo di parabeni, ftalati, siliconi, solfati e fragranze artificiali
Fragranza: Tè Bianco e Mandarino
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che non sono stati effettuati nuovi test sugli animali nello sviluppo di qualsiasi prodotto che lo mostri.
{
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: 3,
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 = `Shampoo all'acqua di riso per la crescita dei capelli`;
let bundleHandle = `shampoo-allacqua-di-riso-per-la-crescita-dei-capelli`;
let bundleCount = 3;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Shampoo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.00
Shampoo solido Detox
$ 374.00
$ 374.00
Balsamo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.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: 3,
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 = `Shampoo all'acqua di riso per la crescita dei capelli`;
let bundleHandle = `shampoo-allacqua-di-riso-per-la-crescita-dei-capelli`;
let bundleCount = 3;
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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Shampoo all'acqua di riso per la crescita dei capelli
$ 374.00
$ 374.00
+
Shampoo solido Detox
$ 374.00
$ 374.00
+
Balsamo all'acqua di riso per la crescita dei capelli
Shampoo all'acqua di riso per la crescita dei capelli
Registratevi per ricevere una notifica quando questo articolo sarà di nuovo disponibile.
Inserire un indirizzo e-mail valido.
Grazie per esserti iscritto/a! Ti invieremo un'e-mail quando il prodotto sarà disponibile.
{
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 motivi per cui milioni di donne passano all'acqua di riso
1. sostiene la crescita
Gli aminoacidi presenti aiutano a rigenerare i capelli e ne favoriscono una crescita più rapida. Contiene vitamine B, C ed E, che contribuiscono ulteriormente alla crescita dei capelli.
2. rinforzante
Così come le proteine aiutano a costruire muscoli forti e sani, si ritiene che le proteine dell'acqua di riso contribuiscano a migliorare le condizioni generali dei capelli.
3. levigante
I capelli danneggiati e ad alta porosità hanno difficoltà a trattenere l'umidità, con conseguente effetto crespo e doppie punte. Le proteine presenti nell'acqua di riso possono contrastare questo fenomeno, riducendo la rottura e migliorando la consistenza dei capelli.
4. equilibrato
Sebbene i capelli abbiano bisogno di idratazione per mantenersi sani, un eccesso di umidità può in realtà fare più male che bene. Per riequilibrare le ciocche eccessivamente idratate (alias stanchezza igrale), provate un trattamento proteico come l'acqua di riso.
4.8
Rated 4.8 out of 5 stars
Based on 10,490 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shampoo bar creates rich lather and leaves hair feeling soft and clean. Many reviews mention increased volume and manageability. While some note it can break apart during use, most praise its effectiveness. Frequent comments address the bar's convenience for travel and storage.
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 🤯
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 🙏 😍
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!
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!
I watched this ad across various sites for several months. Your product is the read deal! I am 77 with white/silver hair. My husband passed very recently and I realized I had neglected myself caring for him. My hair was dull, flat and sad looking. It had been thinning for months. I was appalled when I saw pink scalp showing. I have used the bar shampoo and conditioner twice and my hair has a shine and luster I haven’t seen in years. Best of all it has lift! My granddaughter came to visit and she says grandma your hair is beautiful. Did you get extensions? I almost cried. I almost didn’t buy this as I lost one of our social security incomes when he passed unexpectedly. Yet he would have been the first to say buy it honey you deserve it. Today I ordered some for her. Next month she will have her 19th neurosurgery, I want her to feel as awesome as I do also. Thank you /kit . sch/
All i can say is very excellent products. My hair is very healthy and shiny now and my scalp is a lot of baby hair.
Just had to share because I’m so thankful to have found this amazing company!!! Not only has my hair grown because of you, but my confidence has as well! 🥰😘
EL
Erika L.
Verified Buyer
I recommend this product
Hair Concern Chemically Treated, Weak, Dry, Thinning, Other
I absolutely love this shampoo! I wasn’t sure if it would really work, especially since I was going through a tough time with my vitamin levels and recovering from surgery. I was losing a lot of hair, but this shampoo truly helped me regain it.
Thank you so much!
Erika
AR
Alisha R.
Verified Buyer
I recommend this product
Hair Concern Dry, Frizzy, Thinning, Weak
Product Standouts Lathers Well, Boosts Shine, Great Ingredients, Strengthens
Rated 5 out of 5 stars
1 year ago
It's been just a week and I've already seen a difference
I've dry, thinning hair my whole life, and recent stress kicked it into overdrive. I was seriously worried about going bald if I didn't act fast. That's when I found Kitsch and their rice water protein shampoo bars.
From the very first wash, I was blown away. My frizz disappeared, my hair had this incredible shine, and my hair just straightened out on its own without the usual help of my hair tools. And after only a week of use (just two washes for me), I'm seeing dramatically less hair falling out. I swear, it's unbelievable! No turning back now! I'm really looking forward to a fuller head of hair soon. Baby steps, right?
Look at my hair this summer, super shiny and soft, versus its dry, frizzy mess back in January. The transformation speaks for itself! Huge thanks to Kitsch!
Loading...
Loading...
Frequently Asked Questions
A seconda del tipo di capelli e della frequenza con cui li si lava, alcuni vedono i risultati immediatamente, mentre altri possono iniziare a vederli dopo qualche settimana.
Sì, ma non fidatevi della nostra parola! Date un'occhiata alle migliaia di recensioni a 5 stelle di persone di tutte le età che utilizzano le nostre barrette di shampoo e balsamo.
Sì! Se vi state chiedendo quale sia la barretta giusta per voi, dite al nostro team di assistenza qual è il vostro tipo di capelli e vi indirizzeremo nella giusta direzione.
I capelli di ognuno di noi sono diversi, quindi è necessario fare un po' di tentativi finché non si scopre cosa funziona meglio per voi. Iniziate con una quantità sufficiente a pulire le radici e il cuoio capelluto fino alle punte dei capelli. Se non si vedono risultati, si consiglia di applicarne di più durante il lavaggio.
Quando si sottoscrive un abbonamento, l'addebito avviene automaticamente sulla carta di credito, in modo da poterlo impostare e dimenticare. È possibile annullare l'abbonamento in qualsiasi momento.
Sì. La protezione della vostra privacy è uno dei nostri obiettivi. Proteggere la vostra privacy è una delle nostre principali priorità. Utilizziamo una serie di misure di sicurezza e metodi standard del settore per mantenere al sicuro le vostre informazioni personali. Tutti gli ordini e le informazioni personali sono gestiti da un server sicuro. Dettagli come il numero di carta di credito, il nome e l'indirizzo vengono trasmessi attraverso la tecnologia Secure Socket Layer (SSL).
I tempi di consegna dipendono dal metodo di spedizione selezionato al momento del checkout. La maggior parte degli ordini viene spedita il giorno stesso! Per l'elaborazione dell'ordine sono necessari fino a 2 giorni lavorativi. Gli ordini vengono elaborati dal lunedì al venerdì, esclusi i giorni festivi. Una volta spedito l'ordine, verrà inviata un'e-mail di conferma con il numero di tracciabilità del corriere. In caso di smarrimento del pacco, contattare l'assistenza Kitsch.
Ti consigliamo di sottoscrivere un abbonamento, in modo da poter risparmiare e ricevere i prodotti direttamente a casa tua con spedizione gratuita. In questo modo, non rimarrete mai senza!
Lo shampoo e il balsamo all'acqua di riso sono indicati per chi vuole rinforzare i capelli e donare loro lucentezza. Sono particolarmente indicati per chi ha capelli danneggiati o deboli, poiché l'acqua di riso è ricca di aminoacidi e vitamine che aiutano a migliorare la struttura e l'elasticità dei capelli. Tuttavia, i risultati possono variare, quindi è sempre bene fare un patch-test o consultare un professionista per qualsiasi domanda specifica.
Chi ha capelli porosi, sensibili alle proteine o trattati chimicamente (come i capelli colorati) dovrebbe limitare l'uso dello Shampoo e del Balsamo all'Acqua di Riso. In questi casi, infatti, i capelli sono più porosi e soggetti a un sovraccarico di proteine, che potrebbe rendere i capelli fragili, secchi o pesanti. Per la cura quotidiana, si possono provare lo Shampoo all'Olio di Ricino e il Balsamo all'Olio di Cocco, formulati per essere delicati e nutrienti.
Il prezzo di confronto rappresenta il prezzo al quale il prodotto era precedentemente offerto o il prezzo di mercato stimato per articoli comparabili venduti altrove. Poiché i prezzi possono variare frequentemente, non possiamo garantire che il prezzo di confronto rifletta il prezzo di mercato corrente in un determinato momento.
Scegliendo una selezione si ottiene un aggiornamento completo della pagina.