Formulé avec Dandrilys® testé cliniquement pour aider à réduire l'excès de sébum du cuir chevelu après 4 utilisations.¹
Un mélange de menthe poivrée revigorante et d'arbre à thé purifiant crée une réinitialisation clarifiante.
Nettoie et clarifie cuir chevelu et cheveux gras
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 une réinitialisation clarifiante
Formule biosourcée à 84 %
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 fabriqué à partir de matériaux PCR (recyclés post-consommation)
¹Tous les ingrédients déposés sont utilisés sous licence ; les allégations reflètent celles approuvées par le fournisseur.
Mouillez soigneusement 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.
Poursuivez le massage pendant 2 minutes afin d’éliminer les impuretés et les résidus.
Rincez abondamment à l’eau tiède.
Poursuivez avec l’Après-shampooing Clarifiant à l’Arbre à Thé et à la Menthe de Kitsch (vendu séparément).
Astuce Pro : Si vous aimez cette formule, essayez notre Shampooing Solide Clarifiant à l’Arbre à Thé et à la Menthe de Kitsch format voyage, approuvé TSA — parfait pour les voyages et les sacs de sport !
Dandrilys®
Formulé avec Dandrilys® testé cliniquement pour aider à équilibrer le microbiome du cuir chevelu et réduire le sébum après 4 utilisations.¹
Arbre à thé et menthe
Un mélange de menthe poivrée revigorante avec arbre à thé purifiant crée une réinitialisation clarifiante
Ingrédients
Eau, Sodium C14-16 Olefin Sulfonate, Sodium Cocoyl Isethionate, Cocamidopropyl Betaine, Propanediol, Cocamide MIPA, Glycérine, Glycol Distearate, Coco-Glucoside, Parfum, Sodium Methyl Cocoyl Taurate, Polyquaternium-7, Extrait d'écorce de Ziziphus Joazeiro, Huile de graines d'Helianthus Annuus (Tournesol), Chlorure de Guar Hydroxypropyltrimonium, Chlorure de Cetrimonium, Phénoxyéthanol, Alcool benzylique, Gluconolactone, Sorbate de potassium, Benzoate de sodium, Acide citrique, Sulfate de sodium, Chlorure de sodium, Huile de feuilles de Melaleuca Alternifolia (Arbre à thé), Huile de Mentha Piperita (Menthe poivrée), 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 = `Shampooing clarifiant à l'arbre à thé et à la menthe`;
let bundleHandle = `tea-tree-mint-clarifying-shampoo`;
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:
Shampooing clarifiant à l'arbre à thé et à la menthe
$ 374.00
$ 374.00
Après-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 = `Shampooing clarifiant à l'arbre à thé et à la menthe`;
let bundleHandle = `tea-tree-mint-clarifying-shampoo`;
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
Shampooing clarifiant à l'arbre à thé et à la menthe
$ 374.00
$ 374.00
+
Après-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
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.
I’m usually all about the Kitsch shampoo bars, but this liquid Tea Tree & Mint version is just as amazing! Same refreshing clean and clarity, now with a satisfying lather. My scalp feels great and my hair feels so light and fresh!
BB
Britany B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
5/5 Stars
I’ve been using the Kitsch Tea Tree & Mint Shampoo and Conditioner, and I am genuinely impressed! My hair is 4C, fine, and low-porosity, so finding products that cleanse without stripping my hair can be challenging. The shampoo leaves my scalp feeling incredibly clean and refreshed thanks to the cooling mint sensation, while the conditioner provides great moisture without weighing my hair down.
After a few weeks of use, I’ve noticed less buildup, improved scalp health, and my hair feels softer and more manageable. I also love that the bars last a long time and are eco-friendly. The fresh mint scent is an added bonus and makes wash day feel like a spa experience.
If you’re looking for a shampoo and conditioner that promotes a healthy scalp, leaves your hair feeling clean, and provides lightweight moisture, I definitely recommend giving Kitsch Tea Tree & Mint a try!
A
Angela
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Tea tree and mint shampoo
This clarifying tea tree and mint liquid shampoo and 12 oz was just perfect for travel size the conditioner is a little strong so if you like strong tea tree oil smell you'll definitely fall in love with this. No
JO
JULIE O.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Clarifying Tea Tree and Mint Shampoo
Super clean hair without the strong smell of tea tree. Subtle, calming fragrance and instant softness.
E
Erika
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Clarifying Shampoo
I added the Clarifying tea tree and mint shampoo into my normal routine. I did notice results over time as I continued to use the product. I noticed that I did not have to wash my hair as frequently and I also noticed that my hair felt a lot cleaner. There was less and less previous build up as I continued to use the product. It works great paired with the conditioner as well.
CC
Clare C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Fantastic!
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.
J
Jennifer
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Amazing Shampoo
I love this shampoo. It smells incredible and works so well. The lather is perfect and it felt so cleansing and clarifying when I used it. It made my hair look and feel soft without drying it out. I highly recommend this.
ML
Melissa L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Good Clarifying shampoo
I love this clarifying shampoo. It made my scalp and hair feel very refreshed and clean. I use products and there was no build up left in my hair. I highly recommend this shampoos by Kitsch
S
Sherae
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love the smell and how clean my hair feels
This has a refreshing mint smell and made my hair feel cleaner after one wash. This is nice to have on hand to help clean my hair and scalp from buildup.
DV
Dahiana V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Best Clarifying shampoo
I finally tried the Tea Tree Clarifying Shampoo and wow, it actually works. My scalp used to get so oily + itchy by day 2, but this one resets everything.
Why it worked for me: The tea tree gives that fresh, cooling feeling without being harsh, and it really strips away all the product buildup from dry shampoo and styling products. My hair feels clean but not stripped.
Benefits I noticed after 2 washes:
1. Scalp feels fresh way longer - I went from washing every other day to every 3 days
2. No more itchiness or flakes
3. My conditioner actually absorbs better now because my hair isn’t coated in buildup
4. Extra volume at the roots since it’s not weighed down by oil
Loading...
Loading...
Frequently Asked Questions
Notre formule est enrichie en Dandrilys®, cliniquement testé pour équilibrer le microbiome du cuir chevelu et réduire le sébum après seulement 4 utilisations.
Oui ! Dites adieu aux accumulations de sébum, à l'excès de sébum et aux cheveux ternes. Dandrilys® est cliniquement testé pour réduire le 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 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.