Une routine détox du cuir chevelu en 3 étapes — éliminez les résidus, puis restaurez en profondeur grâce à l'hydratation du Beurre de Karité
Shampooing Solide Détox + Après-shampooing solide hydratant au beurre de karité de Kitsch + Brosse régénérante pour le cuir chevelu terracotta
Économisez 30 % par rapport à un achat séparé (Valeur 40 $→ 28$)
96 % des utilisateurs ont estimé que leurs cheveux étaient parfaitement nettoyés et débarrassés des résidus *
Pains adaptés aux cheveux colorés, sans sulfates, sans cruauté et sans plastique
Une routine complète de la détox à l'hydratation — nettoyez à la source, puis restaurez en profondeur
Le GLDA + la Vitamine C ciblent l'accumulation de minéraux de l'eau dure à la source
Le charbon actif + le vinaigre de cidre de pomme éliminent le sébum et les résidus de produits du cuir chevelu
La Brosse régénérante pour le cuir chevelu terracotta favorise une pénétration plus profonde du produit et stimule la circulation pour de vrais résultats
L'après-shampooing solide hydratant au beurre de karité de Kitsch hydrate richement et restaure l'hydratation, la brillance et l'éclat après la détox
Retient l'hydratation essentielle pour dompter les frisottis et laisser les mèches douces et agréables au toucher
Respectueux de la couleur, pH équilibré — sans sulfates, parabènes, silicones ni phtalates
Pains sans plastique + Certifié 4Ocean — chaque achat de pain permet de retirer du plastique de l'océan
Végan, sans cruauté, certifié Leaping Bunny, Fabriqué aux États-Unis
1x Shampooing Solide Détox
1x Après-shampooing solide hydratant au beurre de karité de Kitsch
1x Brosse régénérante pour le cuir chevelu terracotta
Commencer sur cheveux secs (optionnel mais recommandé) : Avant la douche, utilisez la Brosse régénérante pour le cuir chevelu terracotta en mouvements circulaires pendant 2 à 3 minutes pour décoller les résidus secs et stimuler la circulation sanguine du cuir chevelu.
Shampooing : Mouillez abondamment les cheveux. Frottez le Shampooing Solide Détox entre vos paumes ou directement sur le cuir chevelu pour faire mousser. Utilisez la Brosse régénérante pour le cuir chevelu terracotta pour faire pénétrer la mousse sur le cuir chevelu en mouvements circulaires pendant 60 à 90 secondes. Rincez abondamment.
Après-shampooing : Mouillez l'Après-shampooing solide hydratant au beurre de karité de Kitsch avec de l'eau tiède et massez des demi-longueurs jusqu'aux pointes. Laissez absorber pendant 1 à 2 minutes, puis rincez et démêlez comme d'habitude. Pour une hydratation supplémentaire, laissez poser plus longtemps avant de rincer.
Finition : Coiffez comme d'habitude. Utilisez le trio complet 1 à 2 fois par semaine pour une réinitialisation clarifiante, ou dans le cadre de votre routine régulière.
Vitamin C
Refreshes hair by reducing the look and feel of chlorine residue from pool or tap water.
Activated Charcoal
Absorbs excess oil and lifts away buildup from both the scalp and strands.
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
Shampooing Solide Détox : Sodium cocoyl iséthionate, Glycérine, Sodium methyl cocoyl taurate, Eau, Huile de ricin hydrogénée, Parfum, Chlorure de guar hydroxypropyltrimonium, Diacétate de glutamate tétrasodique, Ascorbate de sodium, Pentylène glycol, Poudre de charbon, Méthyl diisopropyl propionamide, Vinaigre, Hydroxyisohexyl 3-cyclohexène carboxaldéhyde, Alpha-isométhyl ionone, Isoeugénol, Acétate d'isoeugényle, Tétraméthyl acétyloctahydronaphtalènes, Vanilline.
Après-shampooing solide hydratant au beurre de karité de Kitsch : Alcool cétéarylique, Chlorure de béhentrimonium, Huile de Cocos Nucifera (noix de coco), Huile de graines de Helianthus Annuus (tournesol), Butyrospermum Parkii (beurre de karité), Lauratede lauryle, Parfum naturel*, Chlorure de guar hydroxypropyltrimonium, Mica, Dioxyde de titane (forme non nanoparticulaire), Oxyde de fer. *Parfum naturel dérivé de plantes. Couleur naturelle. Sans parabènes, phtalates, silicones, sulfates ni parfums artificiels.
We are Leaping Bunny certified! The Leaping Bunny Logo is the only internationally recognized symbol guaranteeing consumers that no new animal tests were used in the development of any product displaying it.
{
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 = `Trio Adieu Résidus`;
let bundleHandle = `trio-adieu-residus`;
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:
Porte-savon autovidant - Terracotta
$16.00$16.00
Serviette pour cheveux en microfibre - Micro Dot
$27.00$27.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$15.00$15.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 = `Trio Adieu Résidus`;
let bundleHandle = `trio-adieu-residus`;
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
Porte-savon autovidant - Terracotta
$16.00$16.00
+
Serviette pour cheveux en microfibre - Micro Dot
$27.00$27.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
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">
Le Shampooing Solide Détox utilise du GLDA (un agent chélatant de nouvelle génération) et de la Vitamine C pour dissoudre les minéraux de l'eau dure et le chlore que les shampooings ordinaires ne parviennent pas à éliminer. C'est le nettoyage en profondeur que vos cheveux attendaient.
2. Restaurer et nourrir après la détox
La plupart des après-shampooings réintroduisent les mêmes résidus que vous venez d'éliminer — silicones lourds, sulfates, agents enrobants. L'Après-shampooing solide hydratant au beurre de karité de Kitsch hydrate en profondeur avec du beurre de karité et de l'huile de coco, sans silicones ni sulfates, restaurant ainsi l'hydratation et l'éclat des cheveux sans compromettre le nettoyage.
3. Faire pénétrer plus profondément
La Brosse régénérante pour le cuir chevelu terracotta n'est pas optionnelle — c'est le multiplicateur d'efficacité. Ses picots multi-niveaux massent le produit dans chaque couche, stimulent la circulation et aident votre cuir chevelu à absorber les ingrédients plus efficacement.
4. Le tout est plus grand que la somme des parties
Les trois produits résolvent le même problème — résidus sur le cuir chevelu, excès de sébum et ternissement. Ils ont été formulés pour fonctionner ensemble. Ce n'est pas du marketing — c'est la logique de formulation.
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.
M
Mary
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
I love this brush!
I like all my Kitsch hair brushes very much (and I have most of them) but this is my favorite! I have plaque psoriasis on my scalp and long hair which I am unwilling to cut at this stage and this brush is a miracle. It has a short handle which really allows you to gently “scrub” your scalp and loosen up whatever is ready to slough off but is gentle enough not to increase the irritation/inflammation. I wish you’d come out with more colors because my dad has the same scalp issues that I do and I really want to buy it in black or blue for him.
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!).
V
Violet48x
I recommend this product
Rated 5 out of 5 stars
3 months ago
This feels amazing!
I think I could use this on my scalp all day every day.
I'm battling hair thinning, so I've started oil treatments and scalp massages. My fingers and various brushes and combs have ended up tangling my hair or just not really being effective. This brush seems to glide between rows of hair and stimulate my scalp better than anything I've used. I really like it.
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.
AC
Amy C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Best brush Ever
This is the absolute best thing ever for my natural wavy hair! It’s like getting a little massage every morning and night. I don’t recommend using on wet hair it seems to pull and not get all the tangles. As my dry brush I highly recommend and I love using it daily!!!
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!
À toute personne confrontée à des accumulations de résidus sur le cuir chevelu, à un excès de sébum, aux méfaits de l'eau dure, ou à cette sensation de cheveux alourdis et ternes entre deux lavages. Si votre shampooing habituel ne suffit plus, ce trio est fait pour vous.
1 à 2 fois par semaine en soin clarifiant est idéal pour la plupart des gens. Si vous vivez dans une région où l'eau est dure ou si vous utilisez beaucoup de produits coiffants, vous pouvez l'utiliser plus fréquemment. Il convient à un usage régulier — sans sulfates et au pH équilibré.
Non — l'Après-shampooing solide hydratant au beurre de karité de Kitsch est sans silicone et sans sulfate, il hydrate donc en profondeur et restaure l'humidité sans réintroduire les résidus d'enrobage que le shampooing vient d'éliminer. Il apporte de l'hydratation grâce au beurre de karité et à l'huile de coco, et non avec des polymères lourds ou des silicones qui alourdissent les cheveux.
Absolument. La brosse fonctionne avec n'importe quel shampooing ou soin du cuir chevelu. Mais elle est particulièrement effective avec le Shampooing Solide Détox, aidant la formule à pénétrer plus profondément et à mousser plus généreusement sur l'ensemble du cuir chevelu.
Oui. Les deux pains ont un pH équilibré et respectent la couleur. L'action chélatante du Shampooing Solide Détox cible l'accumulation de minéraux sans dégorger la couleur.
La Brosse régénérante pour le cuir chevelu terracotta est dotée de picots en nylon ultra-souples adaptés aux cuirs chevelus sensibles. Commencez par une pression légère, puis ajustez. L'ingrédient Dandrilys® de l'après-shampooing solide est testé pour l'équilibre du microbiome du cuir chevelu — conçu pour être doux.
Oui. Les trois produits sont végans et sans cruauté. Les deux pains sont certifiés Leaping Bunny.
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.