Formulé avec Fision® EcoSil cliniquement testé pour augmenter la brillance des cheveux après 5 utilisations¹
Enrichi en PhytoVie® Defense pour aider à maîtriser les frisottis et amplifier la brillance¹
Infusé avec huile d’argan pour aider àfavoriser des cheveux doux, hydratés et brillants
Conditionne et répare les cheveux abîmés, faibles et cassants
Formulé avec Fision® EcoSil, cliniquement testé pour augmenter la brillance après 5 utilisations¹
Enrichi en PhytoVie® Defense, reconnu pour aider à la réparation des cheveux abîmés¹
Formule bio-sourcée à 95 %
Sans parabènes, phtalates, silicones, SLS et SLES
Fabriqué aux États-Unis, cruelty-free et sans danger pour les cheveux colorés
Emballage entièrement recyclable et fabriqué à partir de matériaux PCR (recyclés post-consommation)
¹Tous les ingrédients déposés sont mentionnés sous licence ; les allégations reflètent celles approuvées par le fournisseur.
Mouillez bien les cheveux, puis massez le shampooing sur le cuir chevelu pour créer une mousse riche et onctueuse.
Concentrez-vous sur le dessus, les côtés et l’arrière du cuir chevelu.
Continuez à masser pendant 2 minutes pour soulever la saleté et les résidus.
Rincez abondamment à l’eau tiède.
Poursuivez avec Après-shampooing Réparateur à l’Huile d’Argan Kitsch (vendu séparément).
Astuce de pro : Si vous aimez cette formule, essayez notre Shampooing Solide Réparateur à l’Huile d’Argan Kitsch – parfait pour les voyages et les sacs de sport !
Huile d'argan
Enrichi en huile d'argan riche en antioxydants, connue pour aider à rendre les cheveux doux, hydratés et brillants sans les alourdir.
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.
Ingrédients
671 Eau, alcool cétéarylique, glycérine, chlorure de béhentrimonium, huile de noix de coco (Cocos nucifera), huile de tournesol (Helianthus annuus), parfum, copolymère d'huile de Brassica campestris/Aleurites fordi, alcool cétylique, méthosulfate de béhentrimonium, huile de noyau d'argan (Argania spinosa), olivate d'éthylhexyle hydrogéné, insaponifiables d'huile d'olive hydrogénée, ferment d'Aspergillus, polyquaternium-7, alcanes de noix de coco, arginine, panthénol, coco-caprylate/caprate, chlorure de cétrimonium, oxyde de stéaramine, chlorure de guar hydroxypropyltrimonium, phénoxyéthanol, alcool benzylique, benzoate de sodium, acide citrique, huile essentielle de citron (Citrus limon), limonène, vanilline.
Certifié Leaping Bunny
{
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 = `Conditionneur réparateur à l'huile d'argan`;
let bundleHandle = `repairing-argan-oil-conditioner`;
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:
Conditionneur réparateur à l'huile d'argan
$16.00$16.00
Shampooing réparateur à l'huile d'argan
$16.00$16.00
Spray protecteur contre la chaleur
$19.00$19.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 = `Conditionneur réparateur à l'huile d'argan`;
let bundleHandle = `repairing-argan-oil-conditioner`;
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');
});
}
}">
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 l'après-shampooing réparateur à l'huile d'argan Kitsch à votre routine
1. Une texture lisse
Testé cliniquement, Fision® EcoSil renforce la brillance après 5 utilisations et améliore la maniabilité après une seule utilisation, laissant vos cheveux doux au toucher et lisses sans effort.1
2. Réparation des dommages
Enrichi en PhytoVie® Defense pour aider à réparer les dommages, tout en domptant les frisottis et en amplifiant la brillance.1
3. L'or liquide
Enrichie en antioxydants, l'huile d'argan est connue pour aider à rendre les cheveux doux, hydratés et brillants.
4. Vos plus beaux cheveux
Des cheveux réparés qui semblent et sont renouvelés, doux et brillants.
Some conditioners are so thick, they linger and overstay their welcome in your hair. While this conditioner is creamy and works through your hair easily, it rinses completely out. My hair felt soft and tangle-free!! The smell is light and doesn't linger. My hair was frizz-free and so soft even after air drying! I'm in love and so is my hair!
S
Susan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing
This is one of the best conditioners I've ever used. From the moment you apply it to your hair, it leaves it extremely soft, and I can detangle it quickly and easily. The result was super manageable, shiny, and soft hair.
J
Jennifer
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great Conditioner
I love this conditioner! It feels so soft and luxe. It spreads so easily in my hair and smells incredible. It leaves my hair feeling nourished without being weighed down or heavy. Afterwards, it made my hair look and feel nourished.
LG
LaKeshia G. H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
The perfect partner with the shampoo
grabbed this to go with the Kitsch Repairing Argan Oil Shampoo, and together they’re a powerhouse for damaged hair. My hair is color-treated and was snapping off at the ends, but this duo has it looking alive again.
What I loved
Real repair + slip: The Fision® Ecosil and Phytovie® Defense aren’t just marketing. After about 5 uses like the bottle claims, my hair had noticeably more shine. Detangling in the shower went from a 10-minute battle to 60 seconds. Zero tugging. Hydrates without heaviness: Argan oil conditioners can leave fine hair limp, but this one rinses clean. My hair feels soft, bouncy, and moisturized — not coated or greasy. Curls spring back better too. Values line up: Bio-based, made in USA, sustainably sourced, and cruelty-free. It’s nice using something that works and aligns with what I care about. Texture + scent: Thick, creamy texture that coats strands well. The scent is the same light, clean vibe as the shampoo. Nothing overpowering.
Heads up
Made for damage: If your hair isn’t brittle/weak, this might be too much protein/repair for daily use. It’s specifically for damaged, weak hair and it does that job. • Needs 2-3 minutes: Don’t rinse it out immediately. Let it sit while you do the rest of your shower routine so the Fision® Ecosil + Phytovie® can actually work.
Bottom line: This conditioner seals the deal. The shampoo cleans and starts the repair, but this is what locks in the softness, shine, and strength. My breakage is way down and my hair…
MT
Madina T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
The best
My hair has never been this shiny before. I made a mistake by bleaching my hair and damaged it really bad. It looked dry, brittle, and had split ends. This hydrated my hair and gave it life. Even the shampoo was helping detangle it. Also my son who has long, curly, dry, waterproof hair was able to detangle his hair by himself for the first time ever using the conditioner.
B
Betsy
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Soft and touchable hair
This conditioner is perfect to pair with the matching shampoo. I noticed a huge difference in the reduction of the frizz and my hair is easy to comb through.
Y
Yeisy
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Shiny and soft hair!
This conditioner does a great job at making my hair shiny and soft. I’ve really enjoyed using it and I especially love the scent! I wish it lasted longer on the hair cause I love it so much.
V
Vanessa
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Good
This was very good conditioner. It helps smooth my ends. I also saw it to be help repair with dryness. My hair was more smoother and less still and had a lot more shine.
JD
Jennifer D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Less tangles more moisture
Using this conditioner for 90 days made my hair soft and easy to manage. After a few weeks my hair was easier to comb and style. And now my hair rarely tangles even on super windy days. It is also much more moisturized and holds my curls better.
M
Mina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Boost of hydration and nourishment
The moment Kitsch's Repairing Argan Oil Liquid Conditioner touches my hair, it instantly melts in and works magic on my strands with detangling, smoothing and revitalising dry ends. It actually makes hair feel stronger, smoother and much more manageable.There is no heavy feeling or any greasy residue after you rinse it. My hair was visibly more smooth, shiny, & much easier to comb through after just one use.
💫 Why I'm obsessed:
Makes hair instantly smooth + detangled
Increases shine and softness
Helps tame frizz while not weighing down your hair
Leaves hair feeling healthy and like silk
Loading...
Loading...
Frequently Asked Questions
Notre après-shampooing réparateur à l'huile d'argan Kitsch est la solution pour réparer vos cheveux ! Formulé avec Fision® Ecosil, cliniquement testé pour augmenter la brillance après 5 utilisations1, ainsi que PhytoVie® Defense, connu pour aider à réparer les dommages1, afin de fortifier les cheveux et leur donner un aspect et un toucher renouvelés
Non, il est exempt de SLS, SLES, parabènes, phtalates et silicones. Il est formulé pour être doux mais efficace.
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 à voir des résultats après quelques semaines.
Commencez par une quantité suffisante pour conditionner vos cheveux de la mi-longueur jusqu'aux pointes. Si vous ne voyez pas de résultats, nous vous recommandons d'en appliquer davantage pendant votre lavage. Pour les cheveux crépus, appliquez du cuir chevelu jusqu'aux pointes.
Nos revitalisants liquides Kitsch sont conçus pour ceux qui préfèrent une expérience de revitalisation traditionnelle tout en accordant de l'importance à la durabilité. Nous utilisons des emballages PCR (post-consommation recyclés) afin de respecter notre engagement à réduire les déchets, et les bouteilles elles-mêmes sont recyclables.
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.