Nutre in profondità per capelli rigenerati ed equilibrati
Con una miscela di tea tree, menta e Dandrilys® clinicamente testato, che ha dimostrato di ridurre la forfora dell’86% e lenire il prurito dell’83% dopo solo quattro lavaggi
Formulato con Dandrilys® noto per aiutare a lenire prurito e rossore del cuoio capelluto mentre riduce la forfora e le desquamazioni
L’olio di tea tree aiuta a regolare la produzione di sebo per un cuoio capelluto più equilibrato
La menta aiuta a rinfrescare, lenire e calmare il cuoio capelluto per capelli che si sentono più sani
Senza parabeni, ftalati, siliconi, solfati e fragranze artificiali
pH bilanciato e sicuro per capelli colorati
Riduce l’uso di bottiglie di plastica monouso: la nostra formula in barra concentrata contiene ingredienti attivi equivalenti a due flaconi da 475ml o uno da 950ml di shampoo liquido
Prodotto negli USA, Vegano, Cruelty-Free, Certificato Leaping Bunny
CERTIFICAZIONE 4OCEAN: per ogni shampoo o balsamo solido, 4ocean rimuove l'equivalente di una bottiglia di plastica dagli oceani, fiumi e coste del mondo
Dopo lo shampoo, bagnare la barretta con acqua tiepida e massaggiarla sulle ciocche, dalle lunghezze alle punte, fino a formare una schiuma. Risciacquare e pettinare o districare come di consueto.
Un consiglio da professionista: Per migliorare la salute dei capelli, abbinare il prodotto Kitsch Shampoo solido chiarificatore all'albero del tè e alla menta per aiutare a pulire ed equilibrare i fili.
Dandrilys®
Aiuta a lenire il prurito e l'arrossamento del cuoio capelluto, riducendo le scaglie e la forfora.
Albero del tè e menta
Una miscela rinfrescante di albero del tè e menta piperita dona una sensazione di pulizia e freschezza.
Ingredienti
Sodium Cocoyl Isethionate, Sodium Methyl Cocoyl Taurate, Glicerina vegetale, Olio di ricino idrogenato, Fragranza*, Acqua, Estratto di Zizyphus Joazeiro, Propandiolo, Guar Hydroxypropyltrimonium Chloride, Ossido di cromo verde (CI77288)**, Ossido di ferro (CI77492)**, Carbone attivo**, Acido citrico.
*Profumo naturale derivato da piante. **Colore naturale.
Fragranza: Tè bianco e menta dell'albero del tè
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che non sono stati effettuati nuovi test sugli animali durante lo sviluppo di qualsiasi prodotto che lo mostri.
{
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: 4,
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 = `Barretta di balsamo chiarificatore antiforfora`;
let bundleHandle = `tea-tree-mint-clarifying-solid-conditioner`;
let bundleCount = 4;
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 bar chiarificatore
$ 374.00
$ 374.00
Shampoo solido Detox
$ 374.00
$ 374.00
Barretta di balsamo chiarificatore antiforfora
$ 374.00
$ 374.00
Beauty case da viaggio a 2 scomparti – Terracotta
$ 281.00
$ 281.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: 4,
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 = `Barretta di balsamo chiarificatore antiforfora`;
let bundleHandle = `tea-tree-mint-clarifying-solid-conditioner`;
let bundleCount = 4;
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');
});
}
}">
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 cui milioni di persone stanno passando alle barrette all'olio di Tea Tree e Menta
1. miglioramento della salute del cuoio capelluto
Grazie a ingredienti chiave come il Dandrilys®, che aiuta a combattere la forfora e le scaglie per un cuoio capelluto più sano e felice.
2. potere schiarente dei capelli
Formulato per essere delicato sul cuoio capelluto e sui capelli e per eliminare efficacemente gli accumuli di prodotto e di olio, per capelli più puliti e dall'aspetto migliore.
3. favorisce la crescita dei capelli
Mantiene il cuoio capelluto pulito, limpido e calmo con ingredienti naturali che favoriscono un ambiente favorevole alla crescita di capelli sani.
4. equilibra e calma
Regola la produzione naturale di olio del cuoio capelluto e dei capelli con l'olio di tea tree per mantenere un'idratazione equilibrata.
I was so glad to see a conditioner bar come out for the Tea Tree Mint shampoo bar. It’s definitely one of my favorites. Has that same clean, crisp smell as the shampoo bar. Leaves my hair very fresh and smooth !!!! Another great match from Kitsch!!!
JG
Julie G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this conditioner
My favorite conditioner!! Smells great, goes on smooth and helps me brush my hair without all the nots.
TW
Theresa W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I am a fan
I was using the castor oil or sensative bars for conditioner with my tea tree shampoo. They were a good combo but the conditioners definately did not feel as light as this tea tree conditioner. I use the tea tree set now for every other wash and rotate the rosemary set and the rice water set. I have super fine and oily hair so washing every day is a need for me. These 3 as a combo have allowed my hair to return to shiny but not greasy.
This may sound crazy too but my hair holds a curl better now too.
SH
sarah h.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Tea tree conditioner
It really does clarify, my flakes and itchy scalp have been relieved with just a few wadhes. Great product.
LF
Lia F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Super clean super moiture
Really nice. And compliments the shampoo bar in tee tree. Helps to clear out product buildup and beautifully conditions and softening effect on my thick wavy locks.
ID
India Dawn W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Stop the Itch!
I decided to try the Tea Tree & Mint pair after two major manufacturer’s bottles of dandruff shampoos did not stop my scalp from itching. I added my Tea Tree & Mint pair to my rotation and the itching stopped! I am sold!
M
MissSmith
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
8 months ago
Tea tree and mint
I sent this set to my friends mom for a Christmas gift, and she absolutely loves it! Her hair is super shiny, and vibrant! It was her first time trying Kitsch products, and she is a true believer! WINNING 🥳 🎉 🪅 🎊
MF
Marsha F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Leaves hair soft and eases itch
Have dry, curly hair. Shampoo is gentle and doesn’t dry hair. The itch of my scalp has diminished noticeable.
NL
Nancy L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Tea Tree Shampoo and Conditioner
I think the tea tree shampoo and conditioner have helped with my itchy scalp, I really don't have dandruff since no flakes on clothing but just itchy. Using the shampoo has helped so I will continue and see how it goes. I combine this with the Rice water products.
KW
Katie W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great results
This is my new go-to conditioner! Easy to apply and rinse. My hair is shiny and manageable!
Loading...
Loading...
Frequently Asked Questions
A seconda del tipo di capelli e della frequenza con cui li si lava, alcuni vedono i risultati immediatamente, mentre altri possono iniziare a vederli dopo qualche settimana.
Sì, ma non fidatevi della nostra parola! Date un'occhiata alle migliaia di recensioni a 5 stelle di persone di tutte le età che utilizzano le nostre barrette di shampoo e balsamo.
Sì! Se vi state chiedendo quale sia la barretta giusta per voi, dite al nostro team di assistenza qual è il vostro tipo di capelli e vi indirizzeremo nella giusta direzione.
I capelli di ognuno di noi sono diversi, quindi è necessario fare un po' di tentativi finché non si scopre cosa funziona meglio per voi. Iniziate con una quantità sufficiente a pulire le radici e il cuoio capelluto fino alle punte dei capelli. Se non si vedono risultati, si consiglia di applicarne di più durante il lavaggio.
Quando si sottoscrive un abbonamento, l'addebito avviene automaticamente sulla carta di credito, in modo da poterlo impostare e dimenticare. È possibile annullare l'abbonamento in qualsiasi momento.
Sì. La protezione della vostra privacy è uno dei nostri obiettivi. Proteggere la vostra privacy è una delle nostre principali priorità. Utilizziamo una serie di misure di sicurezza e metodi standard del settore per mantenere al sicuro le vostre informazioni personali. Tutti gli ordini e le informazioni personali sono gestiti da un server sicuro. Dettagli come il numero di carta di credito, il nome e l'indirizzo vengono trasmessi attraverso la tecnologia Secure Socket Layer (SSL).
I tempi di consegna dipendono dal metodo di spedizione selezionato al momento del checkout. La maggior parte degli ordini viene spedita il giorno stesso! Per l'elaborazione dell'ordine sono necessari fino a 2 giorni lavorativi. Gli ordini vengono elaborati dal lunedì al venerdì, esclusi i giorni festivi. Una volta spedito l'ordine, verrà inviata un'e-mail di conferma con il numero di tracciabilità del corriere. In caso di smarrimento del pacco, contattare l'assistenza Kitsch.
Ti consigliamo di sottoscrivere un abbonamento, in modo da poter risparmiare e ricevere i prodotti direttamente a casa tua con spedizione gratuita. In questo modo, non rimarrai mai senza!
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.