Barre après-shampoing formulée avec de l'eau de riz pour aider à réparer les follicules pileux endommagés et prévenir les pointes fourchues—approuvée par R2-D2 pour un soin capillaire fiable.
Protéine de riz a montré qu'elle augmente le volume des cheveux de 20 % après 5 lavages*
Conditionne & favorise la longueur et la densité générale des cheveux
Augmente la brillance des cheveux ternes et secs
Sans parabènes, phtalates, silicones, sulfates et parfum artificiel
pH équilibré et sûr pour cheveux colorés
Réduit le plastique à usage unique: économise deux bouteilles de shampooing/conditioner liquide.
Fabriqué aux USA, Végan, Cruelty Free, Certifié Leaping Bunny
*basé sur l'étude TRI-K Rice Tein NPNF après 5 lavages
CERTIFIÉ 4OCEAN: Pour chaque barre de shampooing ou après-shampoing, 4oceanretire l'équivalent d'une bouteille de shampooing en plastique des océans, rivières et côtes du monde
Comment obtenir des résultats dignes d’un salon : Mouillez vos cheveux ; frottez la barre entre vos mains pour obtenir une mousse riche ou “peignez” directement sur le cuir chevelu. Massez avec les doigts, puis rincez et répétez selon vos envies.
Astuce pro : Associez-la à notre Sac Protecteur pour Barre de Conditionneur Star Wars™ - R2-D2.
Protéines d'eau de riz
Les protéines de l'eau de riz favorisent une croissance équilibrée et plus rapide tout en infusant vos cheveux de la force dont ils ont besoin pour un volume somptueux.
Acides aminés
Nourrissez vos cheveux de l'intérieur avec des acides aminés, les éléments constitutifs qui renforcent et soutiennent la croissance, vous offrant des cheveux non seulement sains, mais aussi naturellement vibrants et résistants.
Ingrédients
Sodium Cocoyl Isethionate, Sodium Methyl Cocoyl Taurate, Glycérine Végétale, Huile de Ricin Hydrogénée, Chlorure de Guar Hydroxypropyltrimonium, Protéine de Riz Hydrolysée, Parfum Naturel*, Oxyde de Fer**
*Parfum naturel dérivé des plantes. **Couleur naturelle.
Sans parabènes, phtalates, silicones, sulfates et parfum artificiel
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole reconnu internationalement garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été effectué lors du développement de tout produit portant ce logo.
{
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 Conditionneur solide fortifiant aux protéines d'eau de riz - 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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Star Wars™ & Kitsch Shampooing solide fortifiant à base de protéines d'eau de riz - C-3PO
$19.00$19.00
Shampooing solide Détox
$16.00$16.00
Star Wars™ & Kitsch Pochette pour conditionneur solide - R2-D2
$6.00$6.00
Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox
$12.00$12.00
Star Wars™ & Kitsch Bâtons Flexibles en Satin – Côté Lumineux vs Côté Obscur
$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 Conditionneur solide fortifiant aux protéines d'eau de riz - 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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Star Wars™ & Kitsch Shampooing solide fortifiant à base de protéines d'eau de riz - C-3PO
$19.00$19.00
+
Shampooing solide Détox
$16.00$16.00
+
Star Wars™ & Kitsch Pochette pour conditionneur solide - R2-D2
$6.00$6.00
+
Star Wars™ & Kitsch Gel corporel solide détoxifiant au charbon végétal - Darth Detox
$12.00$12.00
+
Star Wars™ & Kitsch Bâtons Flexibles en Satin – Côté Lumineux vs Côté Obscur
Star Wars™ & Kitsch Conditionneur solide fortifiant aux protéines d'eau de riz - R2-D2
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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
Notre collection Star Wars™ est disponible pour une durée limitée, jusqu'à épuisement des stocks !
Selon votre type de cheveux et la fréquence à laquelle vous les lavez, certaines personnes voient des résultats immédiatement, tandis que d'autres peuvent commencer à les voir au bout de quelques semaines.
Les cheveux de chacun sont différents, il faudra donc procéder par essais et erreurs jusqu'à ce que vous trouviez ce qui vous convient le mieux. Commencez par une quantité suffisante pour nettoyer vos cheveux de la racine au bout. Si vous ne constatez pas de résultats, nous vous recommandons d'en appliquer davantage lors du lavage.
Le shampooing et l'après-shampooing à l'eau de riz conviennent aux personnes qui souhaitent renforcer leurs cheveux et leur donner de la brillance. Ils sont particulièrement bénéfiques pour celles qui ont les cheveux abîmés ou fragiles, car l'eau de riz est riche en acides aminés et en vitamines qui aident à améliorer la texture et l'élasticité des cheveux. Cependant, les résultats peuvent varier, il est donc toujours préférable de faire un test cutané ou de consulter un professionnel si vous avez des questions spécifiques.
Si vous avez les cheveux poreux, sensibles aux protéines ou traités chimiquement (comme les cheveux colorés), vous devriez limiter l'utilisation du shampooing et de l'après-shampooing à l'eau de riz. Dans ce cas, les cheveux sont plus poreux et sujets à une surcharge en protéines, ce qui peut les rendre cassants, secs ou lourds. Pour les soins quotidiens, vous pouvez essayer notre shampooing à l'huile de ricin et notre après-shampooing à l'huile de noix de coco, qui sont formulés pour être doux et nourrissants.
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.