Barra acondicionadora formulada con agua de arroz para ayudar a reparar los folículos capilares dañados y prevenir las puntas abiertas—aprobada por R2-D2 para un cuidado confiable del cabello.
Proteína de arroz ha demostrado aumentar el volumen del cabello en un 20% después de 5 lavados*
Acondiciona y fomenta la longitud y densidad general del cabello
Aumenta el brillo en el cabello opaco y seco
Libre de parabenos, ftalatos, siliconas, sulfatos y fragancia artificial
PH balanceado y seguro para cabello teñido
Reduce el plástico de un solo uso: ahorra dos botellas de champú/acondicionador líquido.
Hecho en EE. UU., Vegano, Libre de crueldad, Certificado Leaping Bunny
*basado en el estudio TRI-K Rice Tein NPNF tras 5 lavados
CERTIFICADO 4OCEAN: Para cada barra de champú o acondicionador, 4oceanretira el equivalente a una botella de champú de plástico de los océanos, ríos y costas del mundo
Cómo lograr resultados de calidad de salón: Moja tu cabello; frota la barra entre las manos hasta obtener una espuma rica o “píntala” directamente sobre el cuero cabelludo. Masajea con las yemas de los dedos, luego enjuaga y repite según desees.
Consejo profesional: Combínalo con nuestra Bolsa Protectora para Acondicionador sólido Star Wars™ - C-3PO.
Proteína de agua de arroz
La proteína de agua de arroz favorece un crecimiento equilibrado y más rápido, a la vez que aporta al cabello la fuerza que necesita para un volumen exquisito.
Aminoácidos
Nutra su cabello desde el interior con aminoácidos, los componentes básicos que fortalecen y favorecen el crecimiento, proporcionándole un cabello no sólo sano, sino naturalmente vibrante y resistente.
Ingredientes
Sodium Cocoyl Isethionate, Sodium Methyl Cocoyl Taurate, Glicerina Vegetal, Aceite de Ricino Hidrogenado, Cloruro de Guar Hydroxypropyltrimonium, Proteína de Arroz Hidrolizada, Fragancia Natural*, Óxido de Hierro**
*Fragancia natural derivada de plantas. **Color natural.
Libre de parabenos, ftalatos, siliconas, sulfatos y fragancia artificial
¡Estamos certificados por Leaping Bunny! El logo de Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se realizaron nuevas pruebas en animales durante 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: 5,
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 = `Star Wars™ & Kitsch Acondicionador sólido fortalecedor con proteína de agua de arroz - R2-D2`;
let bundleHandle = `star-wars-kitsch-rice-water-protein-strengthening-solid-conditioner-r2-d2`;
let bundleCount = 5;
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:
Star Wars™ & Kitsch Champú sólido fortalecedor con proteína de agua de arroz - C-3PO
$19.00$19.00
Champú en barra Detox
$16.00$16.00
Star Wars™ & Kitsch Bolsa para acondicionador sólido - R2-D2
$6.00$6.00
Star Wars™ & Kitsch Gel corporal desintoxicante de carbón vegetal - Darth Detox
$12.00$12.00
Star Wars™ & Kitsch Varillas Flexibles de Satén – Lado Luminoso vs Lado Oscuro
$21.00$21.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: 5,
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 = `Star Wars™ & Kitsch Acondicionador sólido fortalecedor con proteína de agua de arroz - R2-D2`;
let bundleHandle = `star-wars-kitsch-rice-water-protein-strengthening-solid-conditioner-r2-d2`;
let bundleCount = 5;
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
Star Wars™ & Kitsch Champú sólido fortalecedor con proteína de agua de arroz - C-3PO
$19.00$19.00
+
Champú en barra Detox
$16.00$16.00
+
Star Wars™ & Kitsch Bolsa para acondicionador sólido - R2-D2
$6.00$6.00
+
Star Wars™ & Kitsch Gel corporal desintoxicante de carbón vegetal - Darth Detox
$12.00$12.00
+
Star Wars™ & Kitsch Varillas Flexibles de Satén – Lado Luminoso vs Lado Oscuro
Star Wars™ & Kitsch Acondicionador sólido fortalecedor con proteína de agua de arroz - R2-D2
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">
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
¡Nuestra colección Star Wars™ está disponible por tiempo limitado hasta agotar existencias!
Dependiendo de tu tipo de cabello y de la frecuencia con la que te lo laves, algunas personas ven los resultados inmediatamente y otras pueden empezar a verlos en unas semanas.
El cabello de cada persona es diferente, por lo que es normal que tengas que probar varias veces hasta encontrar la cantidad que mejor te funcione. Empieza con una cantidad suficiente para limpiar desde la raíz y el cuero cabelludo hasta las puntas. Si no ves resultados, te recomendamos que apliques más cantidad durante el lavado.
El champú y el acondicionador de agua de arroz son adecuados para personas que desean fortalecer su cabello y darle brillo. Es especialmente beneficioso para aquellas personas con 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 la elasticidad del cabello. Sin embargo, los resultados pueden variar, por lo que siempre es bueno hacer una prueba en una zona pequeña o consultar a un profesional si tienes alguna pregunta específica.
Si tienes el cabello poroso, sensible a las proteínas o tratado químicamente (como el cabello teñido), es posible que desees limitar el uso del champú y acondicionador de 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 tu cabello se sienta quebradizo, seco o pesado. Para el cuidado diario, puedes considerar probar nuestro champú de aceite de ricino y acondicionador de aceite de coco, que están 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.