Formulé avec du beurre de karité pour restaurer l'hydratation, la brillance et l'éclat des cheveux pour une chevelure douce et facile à coiffer
Hydrate intensément les mèches sèches et assoiffées
Scelle l'hydratation essentielle pour dompter les frisottis indésirables
Sans parabènes, phtalates, silicones, sulfates et parfums artificiels
Équilibré en pH et sûr pour les cheveux colorés
Réduit le plastique à usage unique : économise deux bouteilles de shampoing/après-shampoing liquide
Fabriqué aux États-Unis, Végan, Sans cruauté, Certifié Leaping Bunny
CERTIFIÉ 4OCEAN : Pour chaque barre de shampoing ou d’après-shampoing,4ocean retire l'équivalent d’une bouteille de shampoing en plastique des océans, rivières et littoraux du monde
Comment obtenir des résultats dignes d'un salon de coiffure : Mouiller les cheveux ; frotter la barre entre les mains pour obtenir une mousse abondante ou "peindre" directement sur le cuir chevelu.
Masser du bout des doigts, puis rincer et répéter à volonté.
Conseil de pro :A associer à notre sac Beauty Bar.
Beurre de Karité
Enrichissez votre routine avec du beurre de karité ultra-hydratant pour aider à apaiser votre cuir chevelu, renforcer vos mèches et réduire les cassures pour des cheveux brillants et luxuriants.
Huile de coco
L'huile de noix de coco retient l'humidité pour hydrater en profondeur vos mèches de l'intérieur et réduire les cassures pour des cheveux plus forts, plus brillants et d'apparence plus saine.
Ingrédients
Alcool cétéarylique, chlorure de béhentrimonium, huile de noix de coco (Cocos nucifera), huile de graines de tournesol (Helianthus annuus), beurre de karité (Butyrospermum parkii), lauryl laurate, parfum naturel*, chlorure de guar hydroxypropyltrimonium, mica**, dioxyde de titane (non nanoparticulaire)**, oxyde de fer**
*Parfum naturel dérivé de plantes. **Colorant naturel.
Sans parabènes, phtalates, silicones, sulfates ni parfum artificiel
Parfum : Ambre sucré et karité
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: 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 = `Pain Revitalisant Nourrissant au Beurre de Karité`;
let bundleHandle = `nourishing-conditioner-bar`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Pain Revitalisant Nourrissant au Beurre de Karité
$ 327.00
$ 327.00
Shampooing solide Détox
$ 374.00
$ 374.00
Barre de shampooing nourrissante à l'huile de ricin
$ 374.00
$ 374.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 = `Pain Revitalisant Nourrissant au Beurre de Karité`;
let bundleHandle = `nourishing-conditioner-bar`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Pain Revitalisant Nourrissant au Beurre de Karité
$ 327.00
$ 327.00
+
Shampooing solide Détox
$ 374.00
$ 374.00
+
Barre de shampooing nourrissante à l'huile de ricin
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">
4 raisons pour lesquelles des millions de femmes adoptent l'après-shampoing au beurre de karité
1. Hydratant
Le beurre de karité est hydratant pour les cheveux et le cuir chevelu. Les personnes ayant des cheveux frisés ou rêches ont tout intérêt à utiliser le beurre de karité comme scellant pour conserver l'humidité dans leurs cheveux et les rendre plus doux.
2. Favorise la régénération
Plusieurs études ont montré que le beurre de karité favorise la régénération cellulaire, atténue les signes de vieillissement et stimule le collagène. Nombre de ces avantages sont également attribués à l'amyrine.
3. Prévenir la casse des cheveux
Une étude humaine a examiné le rôle de l'huile de pépins de fruits miraculeux dans la prévention de la casse des cheveux. Elle a une teneur élevée en acides gras (tout comme le beurre de karité), ce qui facilite sa pénétration dans les cheveux sous forme d'huile.
4. Réduire l'irritation du cuir chevelu
Les propriétés anti-inflammatoires du beurre de karité peuvent également contribuer à réduire les rougeurs et les irritations du cuir chevelu en apportant des effets cicatrisants sans obstruer les pores.
4.8
Rated 4.8 out of 5 stars
Based on 1,149 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 reviews mention it breaks apart easily during use. While some find it leaves hair oily, most report improved texture and reduced frizz. Common feedback includes pleasant scent and easy application. The bar works well for travel convenience.
I’d seen the Kitsch ads on social media and wondered if it was another fad product that promises the moon but doesn’t deliver. Or worse, a complete scam from a foreign company that pretends to be local. However my curiosity wouldn’t go away so I ordered a castor oil shampoo bar. The moment I started rubbing it into my hair I fell in love! The light musky earthy scent, the AMAZING lather, the kind of NATURAL clean it gave my hair and the tender treatment of my over-processed scalp. Not to mention the incredible LIFE or sprung into my old, dyed, and thinning tresses. I will NEVER use bottled shampoo again. Ladies (and gents) try Kitsch! Your hair will never be the same.
Amazing conditioner. Hydrates without weighing down my hair and smells... Just... AMAZING!
ABSOLUTELY love this conditioner. It has restored my dry dull hair to healthy, soft light fluffy locks! Thank you KITSCH! I now look forward to hair wash days (and that's a big deal!).
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Never going back to salon products
Absolutely LOVE the castor oil and shea butter combo! My hair is so healthy and shiny since switching to Kitsch 11 months ago. I have tried all the kitsch bars and this combo is my favorite for my hair. So so good.
TS
Tonya S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Kitsch a blessing
I love this product. I am so glad I tried it and it works. I live in Louisiana and it is hot here most of the year so I wear my hair up most of the time. I noticed I was getting bald spots on my front right side and when I researched what to do this product Kitsch kept showing up. So I tried it and it is working & I am so happy. I love the way my hair feels also now. I am 51 and wear a hormone patch well no hormones makes your hair dry, brittle and breakage is awful But not now! I don’t have to use any other products now either I only use the the bar shampoo & bar conditioner now. I have photo of before & after from Jan. 29-March17/23 if I can add them I will. Thank you Kitsch for a product that works. I am ordering more for sure
I love the smell and quality of the kitsch products, especially this conditioner! So far., I haven’t bought a product I haven’t loved :) they also make for GREAT gifts at fair prices. 10/10 I recommend !!! I’m planning on trying the rice shampoo and conditioner next to help with hair thinning / loss (hair loss is not related to these products…I’m a mom of 2 toddlers lol). The products have made a huge difference in how clean my hair feels, how soft it is, and how good I feel overall inside and out for using this brand. Plus, it eases my anxiety knowing my shower isn’t cluttered with bottles and plastic anymore (except for baby shampoo-which we will be swapping out very soon once it’s empty and plan on using the kitsch products for our sons as well).
Product Standouts Conditions Well, Softens Hair, Good For Dry Hair, Smooths, Moisturizes
Rated 5 out of 5 stars
2 years ago
Best hair product I've ever used
I have thick highlighted hair that has three textures: straight, frizzy, and curly. It has a mind of its own. I've tried a lot of products that either don't control the frizz,, are drying, or are too heavy. As I've aged, my hair has also started breaking off more. The rice protein shampoo and she butter conditioner have worked miracles. I also love to use the coconut and hair mask options on occasion for extra conditioning. Now my hair is silky, smooth, and so much healthier. The bar option was surprisingly great - lathers and easy to use. Big fan of kitsch!
From the first use my hair has been the way I have always wanted it to be. I have thick hair with a lot of volume. My hair used to expand and be a bush like on my head if I didn’t either blow dry it or straighten it. With this conditioner I can leave my hair air dry and it falls in nice waves naturally! I love it!
My thin hair stays dry over the winter and this was an absolute lifesaver. I use it periodically year round when my hair seems like it needs some moisture boost too. Love it
These products have changed everything about my hair for the better. My best friend said "girl i don't know what your using on your hair but you better keep using it" My hair looks and feels so healthy and the only down side is that it is growing so quickly I have to color it more often lol
Loading...
Loading...
Frequently Asked Questions
En fonction de votre type de cheveux et de la fréquence à laquelle vous vous lavez les cheveux, certaines personnes verront des résultats immédiatement et d'autres commenceront à voir des résultats au bout de quelques semaines
Oui, mais ne nous croyez pas sur parole ! Consultez les milliers d'avis 5 étoiles de personnes de tous âges utilisant nos barres de shampooing et d'après-shampooing.
Si vous vous demandez quelle barre est faite pour vous, dites à notre équipe d'assistance quel est votre type de cheveux et nous vous guiderons dans la bonne direction.
Les cheveux sont différents d'une personne à l'autre, alors attendez-vous à quelques essais et erreurs jusqu'à ce que vous trouviez ce qui vous convient le mieux. Commencez par une quantité suffisante pour nettoyer vos racines et votre cuir chevelu jusqu'à la pointe de vos cheveux. Si vous n'obtenez pas de résultats, nous vous recommandons d'en appliquer davantage pendant le lavage.
Lorsque vous souscrivez à un abonnement, nous débitons automatiquement votre carte pour que vous puissiez le régler et l'oublier. Vous pouvez annuler votre abonnement à tout moment.
Oui. La protection de votre vie privée est l'une de nos principales priorités. Nous utilisons un certain nombre de mesures de sécurité et de méthodes standard pour assurer la sécurité de vos informations personnelles. Toutes les commandes et les informations personnelles sont gérées par un serveur sécurisé. Les données telles que le numéro de carte de crédit, le nom et l'adresse sont transmises par la technologie Secure Socket Layer (SSL).
Le délai de livraison dépend de la méthode d'expédition que vous avez choisie lors de la validation de votre commande. La plupart des commandes sont expédiées le jour même ! Veuillez prévoir jusqu'à deux jours ouvrables pour le traitement de votre commande. Les commandes sont traitées du lundi au vendredi, à l'exception des jours fériés. Une fois votre commande expédiée, un courriel de confirmation contenant un numéro de suivi du transporteur vous sera envoyé. En cas de perte du colis, veuillez contacter le service d'assistance de Kitsch.
Nous vous recommandons de souscrire un abonnement, afin de bénéficier d'économies et de recevoir vos produits directement à votre porte, avec des frais de port gratuits. Ainsi, vous ne manquerez jamais de produits !
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.