Formulato con Dandrilys® clinicamente testato per aiutare a ridurre l’eccesso di sebo del cuoio capelluto dopo 4 utilizzi.¹
Una miscela di menta rivitalizzante e tea tree purificante crea un effetto riequilibrante
Deterge e purifica l’accumulo sul cuoio capelluto e i capelli grassi
Formulato con Dandrilys® clinicamente testato per aiutare a ridurre l’eccesso di sebo del cuoio capelluto dopo 4 utilizzi.¹
Una miscela di menta rivitalizzante e tea tree purificante crea un effetto riequilibrante
Formula biobased all’84%
Senza parabeni, ftalati, siliconi, SLS e SLES
Prodotto negli USA, cruelty-free e sicuro per capelli colorati
Packaging completamente riciclabile e realizzato con materiale PCR (post-consumo)
¹Tutti gli ingredienti con marchio registrato sono utilizzati su licenza; le dichiarazioni riflettono quelle approvate dal fornitore.
Bagnare accuratamente i capelli, quindi massaggiare lo shampoo sul cuoio capelluto fino a creare una schiuma ricca e cremosa.
Concentrarsi sulla parte superiore, laterale e posteriore del cuoio capelluto.
Continuare a massaggiare per 2 minuti per rimuovere sporco e accumuli.
Risciacquare accuratamente con acqua tiepida.
Proseguire con il Balsamo Purificante Tea Tree e Menta di Kitsch (venduto separatamente).
Consiglio Pro: Se ami questa formula, prova il nostro Shampoo Solido Purificante Tea Tree e Menta di Kitsch da viaggio, approvato TSA: perfetto per viaggi e borse da palestra!
Dandrilys®
Formulato con Dandrilys® clinicamente testato per aiutare a bilanciare il microbioma del cuoio capelluto e ridurre l'oleosità dopo 4 utilizzi.¹
Albero del tè e menta
Una miscela di Menta piperita tonificante con tea tree purificante crea un reset chiarificatore
Ingredienti
Water/Aqua/Eau, Sodio C14-16 Olefin Solfonato, Sodio Cocoyl Isethionate, Cocamidopropyl Betaine, Propandiolo, Cocamide MIPA, Glicerina, Glicole Distearato, Coco-Glucoside, Fragranza (Parfum), Sodio Metil Cocoyl Taurato, Polyquaternium-7, Estratto di corteccia di Ziziphus Joazeiro, Olio di semi di Helianthus Annuus (Girasole), Guar Hydroxypropyltrimonium Chloride, Cetrimonium Chloride, Fenossietanolo, Alcol benzilico, Gluconolattone, Potassio Sorbato, Sodio Benzoato, Acido Citrico, Sodio Solfato, Cloruro di Sodio, Olio di foglie di Melaleuca Alternifolia (Tea Tree), Olio di Mentha Piperita (Menta Piperita), Mentolo
{
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 = `Shampoo purificante al tea tree e menta`;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Shampoo purificante al tea tree e menta
$16.00$16.00
Balsamo purificante al tea tree e menta
$16.00$16.00
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$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 = `Shampoo purificante al tea tree e menta`;
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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Shampoo purificante al tea tree e menta
$16.00$16.00
+
Balsamo purificante al tea tree e menta
$16.00$16.00
+
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
Registratevi per ricevere una notifica quando questo articolo sarà di nuovo disponibile.
Inserire un indirizzo e-mail valido.
Grazie per esserti iscritto/a! Ti invieremo un'e-mail quando il prodotto sarà disponibile.
{
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 motivi per aggiungere lo shampoo purificante al tea tree e menta Kitsch alla tua routine
1. Deterge in profondità
Formulato con Dandrilys®, clinicamente testato per ridurre l'eccesso di sebo dal cuoio capelluto e dai capelli, lascia i capelli freschi e purificati.1
2. Riequilibra il microbioma del cuoio capelluto
Arricchito con Dandrilys®, clinicamente testato per aiutare a riequilibrare il microbioma del cuoio capelluto, contribuisce a mantenere un ambiente sano del cuoio capelluto in sole 4 applicazioni.1
3. Mantiene i capelli più puliti più a lungo
Il bello di Dandrilys® è che, aiutando a regolare l'untuosità, i capelli rimangono freschi e più puliti tra un lavaggio e l'altro.1
4. Reset purificante
Una miscela di menta piperita rinvigorente e tea tree purificante aiuta a creare un reset purificante per la salute del cuoio capelluto e dei capelli.
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
La nostra formula è potenziata da Dandrilys®, clinicamente testato per riequilibrare il microbioma del cuoio capelluto e ridurre l'untuosità dopo solo 4 utilizzi.
Sì! Dite addio all'accumulo di sebo, all'untuosità eccessiva e ai capelli spenti. Dandrilys® è clinicamente testato per ridurre l'untuosità dopo solo 4 utilizzi. Può anche aiutare a ridurre la comparsa di forfora visibile, grazie alla sua capacità di rimuovere l'accumulo di sebo dal cuoio capelluto.
Assolutamente sì: è sicuro per il colore, privo di parabeni, ftalati, siliconi, SLS e SLES, quindi è delicato sui capelli e mantiene il colore brillante.
Sì! Il flacone è realizzato in materiale PCR (riciclato post-consumo) ed è completamente riciclabile: un bene per i tuoi capelli e per il pianeta.
I nostri nuovi prodotti liquidi sono pensati per chi preferisce un'esperienza tradizionale e facile da insaponare, pur continuando a dare importanza alla sostenibilità. Utilizziamo flaconi in plastica PCR (riciclata post-consumo) per mantenere il nostro impegno a ridurre i rifiuti, e i flaconi stessi sono riciclabili.
Il prezzo di confronto rappresenta il prezzo al quale il prodotto era precedentemente offerto o il prezzo di mercato stimato per articoli comparabili venduti altrove. Poiché i prezzi possono variare frequentemente, non possiamo garantire che il prezzo di confronto rifletta il prezzo di mercato corrente in un determinato momento.
Scegliendo una selezione si ottiene un aggiornamento completo della pagina.