Balsamo solido formulato con acqua di riso per aiutare a riparare i follicoli danneggiati e prevenire le doppie punte
Proteina del riso ha dimostrato di aumentare il volume dei capelli del 20% dopo 5 lavaggi*
Nutre e favorisce la lunghezza e la densità complessiva dei capelli
Aumenta la luminosità nei capelli spenti e secchi
Senza 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/balsamo liquido.
Prodotto negli USA
*basato sullo studio TRI-K Rice Tein NPNF dopo 5 lavaggi
4OCEAN CERTIFIED: Per ogni shampoo o balsamo solido,4ocean rimuove 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
Olio di cocco e olio di semi di girasole
Aiutano a offrire un boost di nutrimento e morbidezza per una scorrevolezza migliorata.
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 alcun prodotto che lo mostra.
{
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: 4,
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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Balsamo all'acqua di riso per la crescita dei capelli`;
let bundleHandle = `rice-water-protein-conditioner-bar-strengthening`;
let bundleCount = 4;
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:
Balsamo all'acqua di riso per la crescita dei capelli
$16.00$16.00
Shampoo solido Detox
$16.00$16.00
Shampoo all'acqua di riso per la crescita dei capelli
$16.00$16.00
Sacchettino porta balsamo - Aqua di riso - Crema
$5.00$5.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: 4,
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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Balsamo all'acqua di riso per la crescita dei capelli`;
let bundleHandle = `rice-water-protein-conditioner-bar-strengthening`;
let bundleCount = 4;
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
Balsamo all'acqua di riso per la crescita dei capelli
$16.00$16.00
+
Shampoo solido Detox
$16.00$16.00
+
Shampoo all'acqua di riso per la crescita dei capelli
Balsamo 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 idratazione può in realtà fare più male che bene. Per riequilibrare le ciocche troppo idratate (alias stanchezza igrale), provate un trattamento proteico come l'acqua di riso.
4.8
Rated 4.8 out of 5 stars
Based on 5,341 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this conditioner bar leaves hair soft and manageable. Many note initial adjustment to bar format. While some find it dissolves too quickly, others praise its long-lasting nature. Common feedback includes improved texture and easier detangling. Frequent comments address its convenient travel-friendly design.
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.
I love the Rice Water Conditioner Bar. I have seen a ton of growth over the last couple months that I have been using it! When I go in for hair appointments now the stylist comments on how thick and long my hair is getting. I battled for the last three years with significant hair loss and this is helping to gradually fill in the gaps left with the hair loss. The pictures are the before use and after about 30 days of use for just one part of my hair. I now use the purple, the Rice Water and the clarifying .... alternating for extra benefits. I have alpha gal allergy syndrome so these being vegan and free of carrageenan are a HUGE benefit!!!
Chemotherapy took my hair, my scalp was so sensitive during treatment even water hurt. Once that treatment drug had stopped took about 4 weeks and I could tolerate water. Searched and searched for an easy shampoo/conditioner product to use. In a cancer group I’m in rice water was recommended.
I found this and price is excellent so not much to loose if it didn’t work. Well it does work…it’s so gentle, my hair is coming back in so soft since September it’s grown about inch to inch and half. I was so skeptical about shampoo/conditioner in a bar. The bags are a must to keep bars dry when not using. I have given the set to several of my chemo friends. Great product for me. Picture was September 4th to Dec 4th
I have had some hair loss through out the years along my hairline. I have thick wavy hair and am constantly fighting frizz but, These kitsch bars have been making such an improvement . I've been using the rice water shampoo and conditioner for the past 6 weeks and have baby hairs sprouting and my waves are defined and I have less frizz. I'm in love!
SC
Sherry C.
Verified Buyer
I recommend this product
Hair Concern Weak, Damaged, Thinning, Dry
Product Standouts Great Ingredients, Repairs Damage, Increases Hair Growth, Boosts Volume, Conditions Well
Rated 5 out of 5 stars
2 years ago
Loving My Rice Water Conditioner Bar!!
Along with the Rice Water Shampoo my hair is not falling out like it was. My hair feels thicker. My front thinning spots are not hardly showing at all now!!!
I've only been using for 2 months. Can't wait to see 3 and more 😘
The pic on the left is now.
The pic on the right was 2 months ago before using Kitsch!
Product Standouts Increases Hair Growth, Boosts Volume, Great Ingredients
Rated 5 out of 5 stars
1 year ago
New hair growth is amazing!!!
I can’t sing the praises of this shampoo enough. My hair looks and healthier, even my family says it is a noticeable difference.
But best of all, I am having new hair growth, and a lot of it! I had my thyroid removed about 8 years ago, and since then, my hair has thinned considerably. I’ve been using this shampoo for a few months now, and OH MY, my scalp is becoming less and less visible, and I can see lots of new growth around my hairline!
It’s also worth noting that I have psoriasis, and finding a shampoo that doesn’t irritate my scalp was super challenging before I found this product.
Worth every single penny!
VM
Vivienne M.
Verified Buyer
I recommend this product
Hair Concern Damaged, Dry, Other, Thinning
Product Standouts Repairs Damage, Great Ingredients, Increases Hair Growth, Conditions Well
Rated 5 out of 5 stars
1 year ago
Love this product!!
After using the Kitsch shampoo and conditioner bars, I will not be going back to bottle bought hair care! My hair is soft, full of volume and has grown alot! I even have my natural waves back! Love it so much I have bought my daughter and sister a set for themselves! Thank Kitsch - no more bad hair days for me!
MC
Maria C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Thank you
I love supporting small businesses. Always better when the product is worth it. I had brain surgery 10 years ago. My hair was never the same after radiation. With the protein bar, my hair is growing and feeling a lot nicer. Buy it for my sister and my boyfriend too. Thank you.
I’m not going to lie, I was really surprised. I always end up getting stuff for my hair face that either doesn’t work for what the product claims, but this stuff is very nice and it actually works really well. It has definitely helped me with my hair and skin since I bought both shampoo and conditioner and face wash and body wash. I have a hard time finding things that work well for my skin and hair. I have been checking the shower drain when I shower and usually washing my hair it’s been falling out like leaves in the fall, Since using rice shampoo and conditioner I have not lost any. I use to clean my hairbrush every other day. Not since I’ve been using rice shampoo and conditioners bars. I also started using the face wash and I have rosacea and acne problems and since using this new soap, I have not had any breakouts. I’m actually healing up thank you about time. Somebody made something that actually works with my body. I am very grateful. The first photo is the result the last one is what it looked like before using the shampoo. Thank you. Have a blessed day.
SL
Sarah L.
Verified Buyer
I recommend this product
Hair Concern Dry, Frizzy
Product Standouts Great Ingredients, Detangles, Conditions Well, Boosts Volume
Rated 5 out of 5 stars
10 months ago
Best Shampoo and conditioner bars!
These are hands down the best of the 5 different brands I’ve tried over the past few years.
They really make my hair feel shiny, soft and bouncy!
Love the scent too, subtle and pleasant.
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.