Formulé avec Dandrilys® cliniquement testé pour aider à réduire l’excès de sébum du cuir chevelu après 4 utilisations.¹
Un mélange de menthe revitalisante et d’arbre à thé purifiant crée un reset clarifiant
Hydratation légère sans effet d’accumulation
Formulé avec Dandrilys® cliniquement testé pour aider à réduire l’excès de sébum du cuir chevelu après 4 utilisations.¹
Un mélange de menthe revitalisante avec tea tree purifiant crée un reset clarifiant
94% Bio-based formule
Sans parabènes, phtalates, silicones, SLS & SLES
Fabriqué aux USA, cruelty-free, sûr pour les cheveux colorés
Emballage entièrement recyclable et fabriqué avec du matériau PCR (post-consumer recycled)
¹Tous les ingrédients déposés sont mentionnés sous licence; les points de texte reflètent les revendications approuvées par le fournisseur.
Appliquer sur cheveux mouillés des mi-longueurs aux pointes. Frisottis ? Commencez des racines aux pointes.
Utilisez vos doigts ou un peigne à dents larges pour répartir uniformément.
Laisser poser 1 à 5 minutes.
Rincer abondamment à l’eau tiède.
Pour de meilleurs résultats, associez avec Shampooing Clarifiant Tea Tree & Menthe Kitsch (vendu séparément).
Astuce de pro : Si vous adorez cette formule, essayez notre Après-shampoing en barre Clarifiant Tea Tree & Menthe Kitsch approuvé TSA - parfait pour les voyages et sacs de sport !
Dandrilys®
Testé cliniquement et prouvé pour aider à équilibrer le microbiome du cuir chevelu et à réduire le caractère gras, Dandrilys® aide à rajeunir et à rééquilibrer votre cuir chevelu pour une santé capillaire globale.
Arbre à thé et menthe
Un mélange rafraîchissant d'arbre à thé et de menthe poivrée procure une sensation de propreté et de clarté.
Ingrédients
Eau, Alcool cétéarylique, Glycérine, Béhentrimonium Chlorure de cétrimonium, méthosulfate de béhentrimonium, huile de noix de coco (Cocos nucifera), huile de tournesol (Helianthus annuus), parfum, alcool cétylique, alcanes de noix de coco, extrait d'écorce de jujubier (Ziziphus joazeiro), polyquaternium-7, oxyde de stéaramine, panthénol, coco-caprylate/caprate, chlorure de cétrimonium, chlorure de guar hydroxypropyltrimonium, propanediol, phénoxyéthanol, alcool benzylique, acide citrique, huile essentielle d'arbre à thé (Melaleuca alternifolia), huile essentielle de menthe poivrée (Mentha piperita), menthol
{
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 = `Après-shampooing clarifiant à l'arbre à thé et à la menthe`;
let bundleHandle = `tea-tree-mint-clarifying-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:
Après-shampooing clarifiant à l'arbre à thé et à la menthe
$ 374.00
$ 374.00
Shampooing clarifiant à l'arbre à thé et à la menthe
$ 374.00
$ 374.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$ 351.00
$ 351.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 = `Après-shampooing clarifiant à l'arbre à thé et à la menthe`;
let bundleHandle = `tea-tree-mint-clarifying-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');
});
}
}">
Fréquemment achetés ensemble
Après-shampooing clarifiant à l'arbre à thé et à la menthe
$ 374.00
$ 374.00
+
Shampooing clarifiant à l'arbre à thé et à la menthe
$ 374.00
$ 374.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
Après-shampooing clarifiant à l'arbre à thé et à la menthe
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 shampooing clarifiant Kitsch au tea tree et à la menthe à votre routine
1. Nettoie en profondeur
Formulé avec du Dandrilys®, testé cliniquement pour réduire l'excès de sébum du cuir chevelu et des cheveux, il laisse les cheveux frais et clarifiés.1
2. Équilibre le microbiome du cuir chevelu
Enrichi en Dandrilys®, testé cliniquement pour aider à équilibrer le microbiome du cuir chevelu, il contribue à maintenir un cuir chevelu sain en seulement 4 utilisations.1
3. Garde les cheveux plus propres, plus longtemps
L'avantage de Dandrilys® est qu'en aidant à réguler le sébum, vos cheveux restent frais et plus propres entre deux lavages.1
4. Nettoyage en profondeur
Un mélange de menthe poivrée revigorante et d'arbre à thé purifiant aide à nettoyer en profondeur le cuir chevelu et les cheveux pour une santé optimale.
The Clarifying tea tree and mint conditioner smells absolutely great and leaves my hair feeling smooth and clean. I noticed that the more I used it the more my hair felt cleaner and removed previous build up from other hair products. I have enjoyed using the product and will continue to include it in my routine.
J
Jennifer
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing Conditioner
This is such a great conditioner, I highly recommend it. The smell is incredible. It feels so soft and luxurious. It left my hair feeling soft and nourished without being heavy or weighted down. It rinsed out easily so I did not have any have residue.
CC
Clare C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Amazing!
Love, love, love this! Not only does my hair love the shampoo and conditioner combo, my nose loves it too. It feels great and smells great. I love the feel of the tingly sensation too. Even the slim design of the bottles is great in a smaller shower.
Y
Yeisy
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Great combo for flakey/oily scalp
I need significantly improvement on using this conditioner and combination with the shampoo! I doesn't feel overly stripping but definitely helps control oil and remove buildup.
DV
Dahiana V.
I recommend this product
Rated 5 out of 5 stars
2 months ago
Exactly what oily scalps need.
This is the first conditioner that hydrates my hair without making my scalp greasy. The tea tree + mint combo soothes irritation and keeps my scalp feeling fresh for days. My hair is soft, detangled, and lightweight. No buildup, no itch. Perfect match for the shampoo.
C
Cirlene
I recommend this product
Rated 5 out of 5 stars
2 months ago
Love this !
The Tea Tree & Mint Clarifying Conditioner feels lightweight yet super nourishing. It leaves my hair soft, refreshed, and easy to detangle without feeling heavy, while the mint gives a fresh, cooling sensation to the scalp.
EF
Edna-Mae F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Great product!
I love this conditioner! It smells amazing and leaves my hair feeling very soft and clean. I use it every couple of weeks. I am alternating washing with my rice water shampoo and conditioner for a week and then the next week using the rosemary biotin shampoo and conditioner. I use a color tinting conditioner once a week for my pink/purple hair. By using this shampoo and conditioner every couple of weeks, I don’t have any protein buildup ever! As I have very thin, fine hair, this is a staple to my hair routine.
ML
Melissa L.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great clarifying condioner
This conditioner left my hair soft, smooth, and easy to detangle. It rinsed out very easily wirh no build up left. I would highly recommend this condoned by Kitsch
NG
Nicole G.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Minty Clean & Silky Smooth!
As a big fan of the Kitsch conditioner bars, I was definitely curious about the liquid version—and it did not disappoint! It leaves my hair soft, detangled, and fresh without feeling weighed down. That cool minty finish? Instant spa vibes!
LB
Lornalie b.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Obsessed!
This conditioner is everythingggg! I love using it. My hair feels really smooth and fresh. ❤️
Loading...
Loading...
Frequently Asked Questions
Notre formule est enrichie en Dandrilys®, testé cliniquement pour équilibrer le microbiome du cuir chevelu et réduire l'excès de sébum après seulement 4 utilisations.
Oui ! Découvrez une hydratation légère sans accumulation de sébum. Dandrilys® a été testé cliniquement pour réduire l'excès de sébum après seulement 4 utilisations. Il peut également aider à réduire l'apparence des pellicules visibles, grâce à sa capacité à éliminer les accumulations de sébum sur le cuir chevelu.
Absolument, il est sans danger pour la couleur, sans parabènes, phtalates, silicones, SLS et SLES, il est donc doux pour vos cheveux tout en préservant l'éclat de votre couleur.
Oui ! Le flacon est fabriqué à partir de matériaux PCR (recyclés après consommation) et est entièrement recyclable, ce qui est bon pour vos cheveux et pour la planète.
Nos nouveaux produits liquides sont conçus pour ceux qui préfèrent une expérience traditionnelle et facile à faire mousser, tout en accordant de l'importance à la durabilité. Nous utilisons des bouteilles en plastique PCR (post-consommation recyclé) afin de respecter notre engagement en faveur de la réduction des 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.