Formulado conRice Tein NPNF ® ️ clínicamente probado para promover instantáneamente brillo natural en 1 uso, mientras que aumenta el volumen y la apariencia saludable en 5 usos.¹
Acondiciona y fortalece cabello fino, delgado y dañado
Rice Tein NPNF ® ayuda a fortalecer el cabello para prevenir daños y promueve un aspecto saludable¹
Rice Tein NPNF ® aumenta el brillo en cabello opaco y seco
95% de fórmula de origen biológico
Libre de parabenos, ftalatos, siliconas, SLS y SLES
Hecho en EE. UU., libre de crueldad, seguro para color
Envase completamente reciclable y fabricado con material PCR (post-consumer recycled)
¹ Todos los ingredientes con marca registrada se mencionan bajo licencia; los textos reflejan afirmaciones aprobadas por el proveedor.
Aplica sobre el cabello húmedo desde la mitad hasta las puntas. ¿Tienes frizz? Aplícalo desde la raíz hasta las puntas.
Distribuye de manera uniforme con los dedos o un peine de dientes anchos.
Déjalo actuar de 1 a 5 minutos.
Enjuaga completamente con agua tibia.
Para obtener mejores resultados, combínalo con Champú Fortalecedor con Proteína de Agua de Arroz de Kitsch (se vende por separado).
Consejo profesional: si te encanta esta fórmula, prueba nuestra versión en barra, apta para viajes y aprobada por la TSA, Acondicionador sólido Fortalecedor con Proteína de Agua de Arroz — ¡perfecta para viajes y el gimnasio!
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
Agua/Aqua/Eau, alcohol cetearílico, glicerina, cloruro de behentrimonio, aceite de Cocos Nucifera (coco), aceite de semilla de Helianthus Annuus (girasol), fragancia (perfume), alcohol cetílico, metosulfato de behentrimonio, alcanos de coco, proteína de arroz hidrolizada, Polyquaternium-7, pantenol, cococaprilato/caprato, óxido de estearamina, cloruro de cetrimonio, cloruro de guar hidroxipropiltrimonio, fenoxietanol, alcohol bencílico, sorbato de potasio, benzoato de sodio, ácido cítrico, citral, aceite de cáscara de Citrus Aurantium Bergamia, aceite/extracto de Lavandula, limoneno, linalol, acetato de linalilo.
{
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 = `Acondicionador fortalecedor con agua de arroz`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Acondicionador fortalecedor con agua de arroz
$31.00
$31.00
Champú fortalecedor con agua de arroz
$31.00
$31.00
Acondicionador hidratante de leche de argán sin aclarado
$29.00
$29.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 = `Acondicionador fortalecedor con agua de arroz`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Acondicionador fortalecedor con agua de arroz
$31.00
$31.00
+
Champú fortalecedor con agua de arroz
$31.00
$31.00
+
Acondicionador hidratante de leche de argán sin aclarado
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 razones por las que millones de personas se están pasando al champú fortalecedor con proteína de agua de arroz de Kitsch
1. Fortalece
La proteína de arroz hidrolizada contiene aminoácidos concentrados que fortalecen la fibra capilar y hacen que el cabello luzca y se sienta más saludable.
2. Apoyo específico
La proteína de arroz hidrolizada actúa de forma diferente a los péptidos vegetales, ya que se une a las proteínas de los puntos débiles de la cutícula, fortaleciendo el cabello para prevenir daños y promover un aspecto saludable.
3. Aumenta el brillo
La proteína hidrolizada de arroz forma una película ligera y flexible que alisa la cutícula y mejora el brillo.
4. Equilibrio
El exceso de humedad puede provocar que el cabello se vuelva lacio o demasiado suave. Un champú rico en proteínas como nuestro champú fortalecedor Kitsch Rice Water puede ayudar a restablecer el 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
Nuestro acondicionador Kitsch fortalecedor con proteína de agua de arroz está formulado con Rice Tein NPNF ® ️, clínicamente probado para promover instantáneamente el brillo natural en un solo uso, al tiempo que aumenta el volumen y el aspecto saludable en cinco usos.1
El cabello de cada persona es diferente, por lo que es normal que tengas que probar varias veces hasta encontrar lo que mejor te funciona. Empieza con una cantidad suficiente para acondicionar desde la mitad del cabello hasta las puntas. Si no ves resultados, te recomendamos que apliques más durante el lavado. Para el cabello encrespado, aplícalo desde la raíz hasta las puntas.
El acondicionador fortalecedor con proteína de agua de arroz de Kitsch es adecuado para personas que buscan fortalecer su cabello, añadir brillo y aumentar el volumen. Es especialmente beneficioso para personas con cabello fino, delicado o dañado. Sin embargo, te recomendamos que consultes nuestra tabla de sensibilidad a las proteínas de Kitsch para comprobar si este producto es adecuado para ti.
Si tu cabello se siente rígido, seco, quebradizo o se rompe fácilmente después de usar productos ricos en proteínas, es posible que estés experimentando una sobrecarga de proteínas, algo común en cabellos muy porosos o sensibles a las proteínas. Este tipo de cabello puede absorber las proteínas rápidamente, lo que puede hacer que se sienta demasiado pesado si se usa a diario.
Para mantener el equilibrio entre proteínas e hidratación, prueba a alternar nuestro acondicionador fortalecedor con proteínas de agua de arroz Kitsch con opciones más hidratantes, como nuestro acondicionador suavizante con aceite de ricino Kitsch o nuestro acondicionador hidratante con aceite de coco Kitsch.
Nuestros acondicionadores líquidos Kitsch están diseñados para aquellas personas que prefieren una experiencia de acondicionamiento tradicional, pero que siguen valorando la sostenibilidad. Utilizamos envases PCR (reciclados postconsumo) para mantener nuestro compromiso con la reducción de residuos, y las botellas son reciclables.
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.
Al seleccionar una opción, se actualiza toda la página.