Barra acondicionadora formulado con agua de arroz para ayudar a repara los folículos pilosos dañados y previene las puntas abiertas
Proteína de arroz se ha demostrado que aumenta el volumen del cabello en un 20% tras 5 lavados*
Condiciones & favorece la longitud y densidad general del cabello
Potencia el brillo en cabellos apagados y secos
Libre de parabenos, ftalatos, siliconas, sulfatos y fragancias artificiales
PH equilibrado y seguro para cabellos teñidos
Reduce el plástico de un solo uso: ahorra dos botellas de champú/acondicionador líquido.
Fabricado en EE.UU.
*basado en el estudio TRI-K Rice Tein NPNF tras 5 lavados
CERTIFICADO 4OCEAN: Para cada barra de champú o acondicionador,4ocean tira del equivalente al plástico de un bote de champú. de los océanos, ríos y costas del mundo
Cómo conseguir resultados de peluquería:
Después del champú, frotar la barra entre las manos y distribuirla en el cabello o "pintar" de largo a puntas. Peine el cabello con los dedos para desenredarlo. Aclarar, repetir o utilizar como acondicionador sin aclarado. Consejo profesional: Combínalo con nuestra Beauty Bar Bag.
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.
Aceite de coco y aceite de semilla de girasol
Ayudan a aportar un extra de nutrición y suavidad para un deslizamiento mejorado.
¡Tenemos la certificación Leaping Bunny! El logotipo Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se han realizado nuevas pruebas con animales en el desarrollo de ningún producto que lo muestre.
{
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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Acondicionador en barra de agua de arroz para el crecimiento del cabello`;
let bundleHandle = `arroz-agua-acondicionador-proteico-bar`;
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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Acondicionador en barra de agua de arroz para el crecimiento del cabello
$16.00$16.00
Champú en barra Detox
$16.00$16.00
Champú en barra de agua de arroz para el crecimiento del cabello
$16.00$16.00
Bolsa para acondicionador - Agua de arroz - 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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Acondicionador en barra de agua de arroz para el crecimiento del cabello`;
let bundleHandle = `arroz-agua-acondicionador-proteico-bar`;
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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Acondicionador en barra de agua de arroz para el crecimiento del cabello
$16.00$16.00
+
Champú en barra Detox
$16.00$16.00
+
Champú en barra de agua de arroz para el crecimiento del cabello
Acondicionador en barra de agua de arroz para el crecimiento del cabello
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 mujeres se pasan al agua de arroz
1. Favorece el crecimiento
Los aminoácidos que contiene contribuyen a la regeneración del cabello y aceleran su crecimiento. Contiene vitaminas B, C y E, que contribuyen al crecimiento del cabello.
2. Refuerza
Al igual que las proteínas ayudan a desarrollar músculos fuertes y sanos, se cree que las proteínas del agua de arroz contribuyen a mejorar el estado general del cabello.
3. Suaviza
El cabello dañado y muy poroso tiene dificultades para retener la humedad, lo que provoca encrespamiento y puntas abiertas. Las proteínas del agua de arroz pueden contrarrestar estos efectos, reduciendo la rotura y mejorando la textura del cabello.
4. Equilibra
Aunque el pelo necesita hidratación para mantenerse sano, el exceso de humedad puede ser más perjudicial que beneficioso. Para reequilibrar los mechones demasiado hidratados (también conocidos como fatiga hídrica), prueba un tratamiento proteico como el agua de arroz.
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
Dependiendo de su tipo de cabello y de la frecuencia con que se lo lave, algunas personas ven resultados inmediatamente y otras pueden empezar a verlos en unas pocas semanas.
Sí, pero no se fíe sólo de nuestra palabra. Echa un vistazo a los miles de comentarios de 5 estrellas de personas de todas las edades que utilizan nuestras barras de champú y acondicionador.
Si tienes dudas sobre cuál es la barra más adecuada para ti, indica a nuestro equipo de asistencia cuál es tu tipo de cabello y te orientaremos en la dirección correcta.
El cabello de cada persona es diferente, por lo que tendrás que probar y equivocarte hasta que encuentres lo que mejor se adapta a ti. Empieza con una cantidad suficiente para limpiar desde las raíces y el cuero cabelludo hasta las puntas. Si no ves resultados, te recomendamos que apliques más cantidad durante el lavado.
Cuando te suscribes, cargamos automáticamente el importe en tu tarjeta para que puedas configurarlo y olvidarte. Puede darse de baja en cualquier momento.
Sí. Proteger su privacidad es una de nuestras mayores prioridades. Utilizamos una serie de medidas de seguridad y métodos estándar de la industria para mantener a salvo su información personal. Todos los pedidos y la información personal se gestionan mediante un servidor seguro. Datos como el número de tarjeta de crédito, el nombre y la dirección se transmiten a través de la tecnología Secure Socket Layer (SSL).
El plazo de entrega depende del método de envío seleccionado al realizar el pedido. La mayoría de los pedidos se envían el mismo día. Por favor, espere hasta 2 días hábiles para que su pedido sea procesado. Los pedidos se procesan de lunes a viernes, excepto festivos. Una vez enviado el pedido, recibirá un correo electrónico de confirmación con el número de seguimiento del transportista. En caso de pérdida del paquete, póngase en contacto con el servicio de asistencia de Kitsch.
Le recomendamos que se suscriba para ahorrar y recibir los productos en su domicilio con gastos de envío gratuitos. De esta forma, ¡nunca te quedarás sin ellos!
El champú y el acondicionador de agua de arroz son adecuados para quienes desean fortalecer el cabello y darle brillo. Es especialmente beneficioso para quienes tienen el cabello dañado o débil, ya que el agua de arroz es rica en aminoácidos y vitaminas que ayudan a mejorar la textura y elasticidad del cabello. Sin embargo, los resultados pueden variar, por lo que siempre es bueno realizar pruebas parciales o consultar a un profesional si tiene alguna duda específica.
Si tiene el cabello poroso, sensible a las proteínas o tratado químicamente (como el cabello teñido), es posible que desee limitar el uso del champú y acondicionador Agua de arroz. En estos casos, el cabello es más poroso y propenso a la sobrecarga de proteínas, lo que podría hacer que su cabello se sintiera quebradizo, seco o pesado. Para el cuidado diario, puede probar nuestro Champú de aceite de ricino y el Acondicionador de aceite de coco, formulados para ser suaves y nutritivos.
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.