Enrichi en PhytoVie® Defense à aide à la récupération des cheveux abîmés
Formulé avec Fision® EcoSil pour plus d'éclat etamélioration de la maniabilité des cheveux
Avec huile d'argan riche en antioxydants pour aider hydrate la peau sans l'alourdir
Formulé avec anti-frisottis ingrédients, fabrication de cheveux lisse et doux comme de la soie
Durable, format de bar écologique
Sans parabènes, phtalates, silicones et sulfates
pH équilibré et sans danger pour les cheveux colorés
Réduit les plastiques à usage unique : économise deux bouteilles de shampooing/conditionneur liquide
Fabriqué aux États-Unis, végétalien, sans cruauté, certifié Leaping Bunny
CERTIFIÉ 4OCEAN : Pour chaque barre de shampoing ou d'après-shampoing, 4ocean retire l'équivalent d'une bouteille d'après-shampoing en plastique des océans, des rivières et des côtes du monde entier.
Senteurs : Vanille grillée et lait de macadamia
Mouillez vos cheveux et le pain à l'eau tiède. Massez la barre sur votre cuir chevelu et vos mèches, en la faisant mousser. Rincez et répétez l'opération si nécessaire.
Conseil de pro : Pour une meilleure alimentation, associez le Kitsch Shampooing solide réparateur à l'huile d'argan pour aider à hydrater et à soigner les cheveux.
Si vos cheveux ont tendance à être raides, secs ou cassants avec des produits riches en protéines, il se peut que votre type de cheveux soit sujet à une surcharge en protéines et que vous deviez alterner votre routine avec un produit riche en hydratation, comme notre shampooing et notre après-shampooing hydratants à l'huile de noix de coco. Pour déterminer si vos cheveux sont sujets à une surcharge en protéines, consultez notre rubrique Tableau des tests de sensibilité aux protéines capillaires.
Fision® EcoSil
Cette alternative naturelle à la silicone permet de revitaliser vos cheveux et de les rendre plus brillants.
PhytoVie® Defense
Ce polymère d'origine végétale renforce les cheveux pour les aider à se rétablir, leur apporte de la brillance et un effet anti-frisottis.
Huile d'argan
Gorgée d'acides gras nourrissants et d'antioxydants, l'huile d'argan est connue pour apporter une hydratation supplémentaire aux cheveux sans les alourdir.
Ingrédients
Sodium Cocoyl Isethionate, Glycérine, Sodium Methyl Cocoyl Taurate, Huile de ricin hydrogénée, Parfum (Parfum), Extrait de graines de Moringa Oleifera hydrolysées, Chlorure de cétrimonium, Protéine d'avoine hydrolysée, Ethylhexyl Olivate hydrogéné, Chlorure de Guar Hydroxypropyltrimonium, Huile d'olive hydrogénée, Huile de noyau d'Argania Spinosa, Acide citrique, Panthénol, Alpha-Isomethyl Ionone, Hydroxycitronellal, Tetramethyl Acetyloctahydronaphthalenes, Oxydes de fer (CI 77492, CI 77499)*.
*Couleur naturelle
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole internationalement reconnu garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été utilisé dans le développement des produits qui l'arborent.
{
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 = `Conditionneur réparateur à l'huile d'argan`;
let bundleHandle = `repairing-argan-oil-conditioner-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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Conditionneur réparateur à l'huile d'argan
$31.00
$31.00
Shampooing solide Détox
$31.00
$31.00
Shampooing réparateur à l'huile d'argan
$31.00
$31.00
Étui de voyage à 2 compartiments – Terracotta
$23.00
$23.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 = `Conditionneur réparateur à l'huile d'argan`;
let bundleHandle = `repairing-argan-oil-conditioner-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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
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 d'ajouter le revitalisant à l'huile d'argan de Kitsch à votre routine
1. un soutien fort
PhytoVie® Defense, un ingrédient cliniquement prouvé, renforce les cheveux pour les aider à se rétablir.
2. anti-frisottis
Formulé avec des effets anti-frisottis, grâce à Fision® EcoSil, pour des cheveux lisses et faciles à coiffer.
3. simple et durable
La forme solide de la barre réduit la quantité de déchets, ce qui fait de cet après-shampoing un changement de jeu pour vos cheveux et l'environnement.
4. glamour à l'or liquide
L'huile d'argan hydrate instantanément les cheveux sans les alourdir et les rend plus brillants, transformant les mèches tristes en cheveux d'apparence magnifique.
I’m a 77 year old senior with long grey that was lack luster and breaking on ends.
I tried the kitsch duel shampoo and rice conditioner, after a month I really noticed a huge difference.
I had a couple og questions, contacted the staff at Kitsch and they answered almost immediately and surpassed my expectations.
This is a women run company, of course, that’s why it’s so good!
AW
Aklea W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
My new HG conditioner!
The Argan Oil conditioner is amazing! My salt and pepper, somewhat coarse, frizz prone hair has been shedding very heavily since a recent surgery. It’s very disturbing seeing sooo much hair in the shower and on the floors. Since changing to Argan oil shampoo and conditioner, the shedding has almost stopped!! My hair feels soft, well moisturized and minimal frizz. The smell is heavenly to boot! Highly recommend!!
E
Emilie
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Argon oil!
I was so excited to see this line come out. I’ve been using the coconut oil shampoo and conditioner bar and I loved it so I wanted to try more options. The smell is great and the feel of it is comparable to much more expensive products. Obviously I’m not sure about long term use but the smell and feel is great so far!
SS
Samantha S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
⭐️⭐️⭐️⭐️⭐️
Wow! I did not think I needed this set due to the fact my hair was already healthy. After the first use, my hair was transformed. So soft, shiny & hydrated! My go to set when it’s wash day. Added bonus is the smell, this set will stay in my routine!
JH
jessie h.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
ABSOLUTELY WONDERFUL!!!
This shampoo & conditioner combo is absolutely WONDERFUL!!! It truly nourishes your hair leaving it soft silky shiny and manageable!!! I LOVE adding it to my routine!!!! THANK YOU KITSCH for another GREAT product!!!💚💚💚
JA
Jennifer A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Silky Smooth
This Argan Oil conditioner bar left my hair so easy to glide a brush through, and the silky smooth look is gorgeous!
A
Angie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So soft!
Since I got this bar, it has been in my rotation. I'm not sure if it is the scent, how my hair feels after using it, or both. I have an itchy scalp that gets oily easily, so I use the tea tree oil shampoo to wash with. On my ends, I rotate this conditioner bar with the bond repair bar since both are used on the ends of your hair only. I have fewer frizzy hair days and more soft, manageable waves. I love this stuff!
L
Lea
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
The best!
The Argan oil conditioner is simply amazing! It smells like heaven and leaves my frizzy, wavy, dry, salt and pepper hair smooth and moisturized. I’ve literally never found a conditioner that eliminates the frizz, and leaves my hair soft with great slip. I’ve been using it a couple months and there’s no build up. For the first time, I’m not even needing a leave in conditioner! The very best thing though is that since using this S&C the hair drop I was experiencing totally stopped. Much better than the S&C my dermatologist recommended for hair drop. Thank you Kitsch!
CR
Courtney R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Another Amazing product
I've been using kitsch for years now. I've rotated through most of the shampoos and conditioners as well. This made my hair feels soft and silky, love the smell as well
LS
Lisa S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Happily Surprised
I kept seeing ads on my phone for Kitsch, and finally broke down and decided to try it. I could not be happier! I have been using the shampoo and conditioner for three months now, and I feel like every day is a good hair day, it always looks great, feels wonderful, and a happy surprise is I am no longer losing hair. I don’t find it in the shower and where I used to blow dry my hair, there was always some hair on the floor afterwards, now nothing. I have told all my friends about this. My mother and aunt are now using it and also love it, I just placed a replacement order for them. Do yourself a huge favor and buy this product!
Loading...
Loading...
Frequently Asked Questions
Notre après-shampoing à l'huile d'argan Kitsch est votre ticket pour la réparation des cheveux ! Infusé avec Everbond™, il est cliniquement prouvé qu'il répare et restaure les cheveux abîmés, tout en renforçant les fibres et en améliorant l'élasticité - pour que vos cheveux restent résistants et éclatants.
Oui ! Cet après-shampoing est conçu pour s'associer parfaitement à notre barre de shampoing solide à l'huile d'argan, offrant ainsi une solution complète pour les cheveux abîmés.
Si vos cheveux ont tendance à être raides, secs ou cassants avec des produits riches en protéines, il se peut que votre type de cheveux soit sujet à une surcharge en protéines et qu'il faille alterner avec un produit riche en hydratation, tel que notre shampooing et notre après-shampooing solides à l'huile de coco. Pour déterminer si vos cheveux sont sujets à une surcharge en protéines, scannez le code QR ci-dessous pour consulter notre tableau de test de sensibilité aux protéines capillaires.
Non, notre shampooing est exempt de sulfates, de parabènes et de silicones. Il est formulé pour être à la fois doux et efficace, ce qui le rend idéal pour un usage quotidien et sûr pour les cheveux colorés.
L'huile d'argan est l'ingrédient vedette, souvent qualifié d'"or liquide" pour une bonne raison. Riche en antioxydants, en vitamine E et en acides gras essentiels, elle peut favoriser l'hydratation, dompter les frisottis et augmenter l'élasticité de vos cheveux, laissant vos mèches douces, rebondies et fabuleusement brillantes.
En fonction de votre type de cheveux et de la fréquence à laquelle vous les lavez, certaines personnes voient les résultats immédiatement, tandis que d'autres commencent à les voir au bout de quelques semaines.
Les cheveux étant différents d'une personne à l'autre, il faut s'attendre à 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.
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.