Formulato conRice Tein NPNF ® ️ clinicamente testato per promuovere immediatamente lucentezza naturale in 1 utilizzo, mentre aumenta il volume e l’aspetto sano in 5 utilizzi.¹
Condiziona e rinforza capelli sottili, fragili e danneggiati
Rice Tein NPNF ® aiuta a rinforzare i capelli per prevenire i danni e promuove un aspetto sano¹
Rice Tein NPNF ® aumenta la lucentezza nei capelli opachi e secchi
Formula al 95% bio-based
Senza parabeni, ftalati, siliconi, SLS e SLES
Prodotto negli USA, cruelty-free, adatto ai capelli colorati
Packaging completamente riciclabile e realizzato con materiale PCR (post-consumer recycled)
¹Tutti gli ingredienti con marchio registrato sono riferiti sotto licenza; i punti di copy riflettono le dichiarazioni approvate dal fornitore.
Applicare sui capelli bagnati dalle lunghezze alle punte. Capelli crespi? Applicare dalle radici alle punte.
Distribuire uniformemente con le dita o con un pettine a denti larghi.
Lasciare in posa da 1 a 5 minuti.
Risciacquare accuratamente con acqua tiepida.
Per risultati ottimali, abbinalo allo Shampoo Kitsch Rinforzante alle Proteine di Acqua di Riso(venduto separatamente).
Consiglio professionale: se ami questa formula, prova la nostra versione solida, ideale per i viaggi e approvata TSA, Balsamo Solido Kitsch Rinforzante alle Proteine di Acqua di Riso — perfetto per viaggi e palestra!
Rice Tein NPNF®
Le proteine idrolizzate del riso contengono aminoacidi concentrati che vengono rilasciati nei punti deboli lungo la cuticola per rinforzare la fibra capillare, donando forza e vigore ai capelli. Promuove la lucentezza naturale dopo una sola applicazione, mentre dopo cinque applicazioni aumenta il volume e dona un aspetto sano.¹
Ingredienti
Acqua/Aqua/Eau, alcol cetearilico, glicerina, cloruro di behentrimonio, olio di Cocos nucifera (cocco), olio di semi di Helianthus annuus (girasole), fragranza (profumo), alcol cetilico, metosolfato di behentrimonio, alcani di cocco, proteine di riso idrolizzate, Polyquaternium-7, pantenolo, coco-caprylate/caprate, ossido di stearamina, cloruro di cehentrimonio, cloruro di guar idrossipropiltrimonio, fenossietanolo, alcol benzilico, sorbato di potassio, benzoato di sodio, acido citrico, citrale, olio di buccia di Citrus aurantium bergamia, olio/estratto di lavanda, limonene, linalolo, acetato di linalile.
{
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 = `Balsamo rinforzante all'acqua di riso`;
let bundleHandle = `rice-water-conditioner-for-hair-growth`;
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:
Balsamo rinforzante all'acqua di riso
$ 373.00
$ 373.00
Shampoo rinforzante all'acqua di riso
$ 373.00
$ 373.00
Balsamo idratante al latte d'argan per i capelli
$ 350.00
$ 350.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 = `Balsamo rinforzante all'acqua di riso`;
let bundleHandle = `rice-water-conditioner-for-hair-growth`;
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');
});
}
}">
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 persone stanno passando allo shampoo rinforzante Kitsch con proteine dell'acqua di riso
1. Rinforzo
Le proteine idrolizzate del riso contengono aminoacidi concentrati che rinforzano la fibra capillare e rendono i capelli più sani alla vista e al tatto.
2. Supporto mirato
Le proteine idrolizzate del riso agiscono in modo diverso dai peptidi vegetali, legandosi alle proteine nei punti deboli lungo la cuticola, rinforzando i capelli per prevenirne il danneggiamento e promuovendone un aspetto sano.
3. Migliora la lucentezza
Le proteine idrolizzate del riso formano un film leggero e flessibile che leviga la cuticola e migliora la lucentezza.
4. Equilibrio
Troppa umidità può rendere i capelli flosci o eccessivamente morbidi. Uno shampoo ricco di proteine come il nostro Kitsch Strengthening Rice Water Shampoo può aiutare a ripristinare l'equilibrio.
I use the bar version of the shampoo and conditioner of this and I definitely prefer this! Easier to rake into my hair and smells amazing. Very nourishing and didn’t weigh my hair down!
J
Julie
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great product
A little bit of the conditioner went a long way. I was able to use about nickel size amount to condition and detangle my shoulder length hair. Rinsed thoroughly and left my hair easy to style.
The herbal scent was invigorating and refreshing, but not too strong that it lingered and clashed with the fragrances that I wore during the day
EM
Emily M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Good conditioner for strengthening
This conditioner takes a few uses but it is well worth it. My fine hair felt smoother and stronger with use. The conditioner adds hydration without weight.
L
Lea
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
LOVE
As a loyal Kitsch bar S&C user, I was super excited to try the liquid S&C. The rice water conditioner is amazing--my hair LOVES it! It's easy to spread in my hair, smells divine and leaved my hair soft and with great slip. As a bonus my hair is also frizz-free which is a feat in FL humidity! Highly recommend!
KH
K H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Overall: Great Product for 40+ Changes
My hair really took a turn after 40. My hair hasn’t been this shiny, light, and clean in years. I am all aboard the Kitsch train at this point. Instructions for proper use are clear, the cost is reasonable, and the bottles are so cute. I love that they don’t use any harsh or harmful toxins. My scalp is healthier and I started seeing new growth in just the past two weeks! I’m so glad I found this product and I can’t wait to try more of their line.
MG
Mayra G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
amazing!
Loved this conditioner! the scent was very lovely. stronger than the shampoo and I actually liked that. my hair felt so soft afterwards, I was easily able to brush my hair out. can't wait to be able to purchase a full size bottle.
MK
Mina K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
So gentle yet so powerful
I have been testing both the Kitsch Strengthening Rice Water Shampoo and Conditioner, and I can honestly say that my hair loves this routine. While the gentle cleansing action of the shampoo helps remove dirt and oil without stripping hair, the conditioner adds light-weight hydration to detangle hair easily.
These two products (the shampoo and conditioner) are inspired by the ancient tradition of using rice water as a hair treatment, as they provide the extra strength needed for fragile strands while leaving hair feeling soft, smooth, and shiny. My absolute favourite thing about these products is how lightweight they feel but still provide the nourishment that my hair needs. My hair now looks healthier, feels stronger, and has that natural shiny appearance while feeling weightless.
What makes it amazing?
• Cleans without removing the natural oils
• Adds lightweight hydration without adding any weight
• Minimizes the appearance of broken strands
• Helps reduce the appearance of breakage
• Safe for all hair types.
If you are in need of some extra strength and shine for your hair, then Kitsch's Strengthening Rice Water Shampoo and Conditioner is for you!
DS
Deborah S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Hydration + Strength in One Bottle!
The Strengthening Rice Water Liquid Conditioner has completely transformed my hair. It leaves my strands silky, soft, and easy to detangle—without feeling heavy or greasy. After regular use, my hair feels noticeably stronger and smoother, with less breakage and frizz. The lightweight formula is perfect for daily use, and the clean ingredients make me feel great about what I’m putting on my hair. A new must-have in my routine!
K
KIM
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love it!
Love the smell and feel of the rice water liquid conditioner in my hair. It was easy to apply and work through my hair. My hair feels super soft, manageable, and strong. Predicting that this will be easy to travel with as well.
R
Rose
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing
This is such amazing conditioner. It feels so great on my hair when I'm using it and it is so smooth as I rinse it out. My hair is detangled easily with this product, and it isn't too heavy the next day.
Loading...
Loading...
Frequently Asked Questions
Il nostro balsamo rinforzante Kitsch Strengthening Rice Water Protein Conditioner è formulato con Rice Tein NPNF ® ️, clinicamente testato per promuovere istantaneamente la lucentezza naturale in un solo utilizzo, aumentando il volume e l'aspetto sano in 5 utilizzi.1
I capelli di ognuno sono diversi, quindi aspettati un po' di tentativi prima di trovare la quantità giusta per te. Inizia con una quantità sufficiente per condizionare i capelli dalla metà delle lunghezze alle punte. Se non vedi risultati, ti consigliamo di applicarne una quantità maggiore durante il lavaggio. Per i capelli crespi, applica il prodotto dalle radici alle punte.
Il balsamo rinforzante all'acqua di riso e proteine Kitsch è adatto a chi desidera rinforzare i capelli, aggiungere lucentezza e aumentare il volume. È particolarmente indicato per chi ha capelli sottili, fini o danneggiati. Tuttavia, ti consigliamo di consultare la nostra tabella di sensibilità alle proteine Kitsch per verificare se questo prodotto è adatto a te.
Se i tuoi capelli risultano rigidi, secchi, fragili o si spezzano facilmente dopo l'uso di prodotti ricchi di proteine, potresti soffrire di un eccesso di proteine, comune nei capelli altamente porosi o sensibili alle proteine. Questi tipi di capelli possono assorbire rapidamente le proteine, che possono risultare eccessive se utilizzate quotidianamente.
Per mantenere l'equilibrio tra proteine e idratazione, prova ad alternare il nostro balsamo rinforzante alle proteine dell'acqua di riso Kitsch con opzioni più idratanti come il nostro balsamo lisciante all'olio di ricino Kitsch o il nostro balsamo idratante all'olio di cocco Kitsch.
I nostri balsami liquidi Kitsch sono pensati per chi preferisce un'esperienza di condizionamento tradizionale, ma allo stesso tempo apprezza la sostenibilità. Utilizziamo imballaggi PCR (riciclati post-consumo) per mantenere il nostro impegno a ridurre i rifiuti e le bottiglie stesse sono riciclabili.
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.