Pulisce in profondità il cuoio capelluto e i fili per eliminare gli accumuli e l'olio in eccesso, per un cuoio capelluto più pulito.
Formula nuova e migliorata con la nostra miscela di olio di tea tree e menta, ora con Dandrilys®, testato clinicamente, che ha dimostrato di contribuire a ridurre le scaglie dell'86% e a calmare il prurito dell'83% dopo soli 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
Bagna i capelli e il panetto con acqua calda. Massaggia il panetto sul cuoio capelluto e sulle lunghezze fino a ottenere una schiuma abbondante. Risciacqua e ripeti se necessario.
Consiglio Pro: Per un nutrimento extra, abbina al Balsamo Solido Purificante Tea Tree & Menta di Kitsch per idratare e riequilibrare i capelli.
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è
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: 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 = `Shampoo bar chiarificatore`;
let bundleHandle = `clarifying-shampoo-bar`;
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
$31.00
$31.00
Shampoo solido Detox
$31.00
$31.00
Barretta di balsamo chiarificatore antiforfora
$31.00
$31.00
Beauty case da viaggio a 2 scomparti – Terracotta
$23.00
$23.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 = `Shampoo bar chiarificatore`;
let bundleHandle = `clarifying-shampoo-bar`;
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.
4.8
Rated 4.8 out of 5 stars
Based on 1,385 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shampoo bar creates rich lather and leaves hair feeling clean. Some report greasy residue and adjustment periods, but many note their hair stays cleaner longer between washes. Users appreciate the fresh scent and easy application. Most mention softer, shinier hair texture and describe it as gentle on the scalp.
I didn’t know what to expect when I tried a shampoo bar for the first time. I was pleasantly surprised by the results as well as the scent. I had the bars sitting in my pantry, while I finish my last bottle, and every time I opened it, the aroma would captivate me. These shampoos are great. I love that they are super lightweight, and perfect for travel. They save so much space in my shower, luggage and my garbage can.
Product Standouts Great Ingredients, Helps with Dryness, Moisturizes, Calms Scalp, Gives a Deep Cleanse
Rated 5 out of 5 stars
2 years ago
BEST SAMPOO EVER TRIED
I've tried so many shampoos in the past and always have a problem with oily scalp, di hydration and itchy. I went from supermarkt shampoos to parmachy products and then to more healthy and organic ingredients but other they were too expensive or most important very heavy for my scalp as my hair were oily and I've had to wash them every two weeks. This is the best shampoo I've tried so far!! Best ingredients, shoothing and hydrate ur scalp and gives deep clean!! Amazing ingredients and value for money! Best combination! Thank you! ❤️
Product Standouts Gives a Deep Cleanse, Lathers Well, Calms Scalp
Rated 5 out of 5 stars
2 years ago
Never going back!!
I've been trying to perfect my type 2C waves for over a year now, and I've finally cracked the code with this clarifying shampoo bar, and the rice water conditioner. My hairdresser now always comments on how healthy my hair looks. And that's not to mention the compliments I get from friends and strangers! The ultimate test will be when I try a toner on my newly highlighted locks... hopefully it lasts. I have faith that it will!
SP
Sara P.
Verified Buyer
I recommend this product
Hair Concern Oily, Frizzy
Product Standouts Conditions Well, Lathers Well, Gentle, Smooths, Smells Great
Rated 5 out of 5 stars
2 years ago
Love!
Really impressed with this shampoo and conditioner. Hair stays cleaner for longer (I have really oily hair and usually wash very frequently), and smells great. I can wash my hair at night and go to sleep and wake up with a beautiful wave in my hair which means I haven’t had to use a straightener on my hair in a long time. Thank you, all the way from Australia 🙂
SD
Sandra D.
Verified Buyer
I recommend this product
Hair Concern Thinning, Weak, Frizzy, Brassy
Product Standouts Gives a Deep Cleanse, Helps with Dryness, Lathers Well, Great Ingredients, Moisturizes
Rated 5 out of 5 stars
2 years ago
You have to try this!
After using this clarifying bar for the first time, I was so impressed how shiny my hair is! I have used so many products that never delivered what they claimed. I am a customer for life. Did I forget to mention I am 75 years young! Thank you Kitsch for awesome products that do what they say.
JL
Jacqueline L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 years ago
AMAZING
I’ll be honest that at first I was skeptical, I was afraid my hair wouldn’t respond in a good way. I am not being dramatic but the first use I instantly felt the difference. I struggled a lot with dry scalp and my hair feeling dry. This shampoo helped me out so much, I no longer have a dry scalp and my hair is SO smooth and silky! Do NOT hesitate to try this product. ALSO it is so good for the environment!!
MH
MK H.
Verified Reviewer
I recommend this product
Hair Concern Other
Product Standouts Great Ingredients, Lathers Well, Gives a Deep Cleanse
Rated 5 out of 5 stars
1 year ago
Post-op Performance for the WIN!
TL:DR- worried about not being able to shower for several days post surgery? KITSCH says “no problem!“ And means it! Can’t thank them enough!!
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
The best clarifying shampoo
This shampoo is so amazing! I absolutely love using it once a week to clarify and remove any buildup in my hair. It works perfectly after using the rosemary scalp oil.
Product Standouts Calms Scalp, Gives a Deep Cleanse, Helps with Dryness, Lathers Well, Moisturizes
Rated 5 out of 5 stars
1 year ago
Removes product build up.
Kitsch Clarifying Shampoo bar in Tea Tree & Mint is the perfect shampoo for my dry, dehydrated flaky hair and scalp. It is gentle yet effective in removing flakes and product build-up. It has a mild but pleasant minty scent. It applies easily and it's easy to rinse off. It doesn't dry out my hair like some other hair products do.
M
Michelle
Verified Buyer
I recommend this product
Hair Concern Itchy Scalp, Thinning, Oily, Dry, Other
Product Standouts Great Ingredients, Gives a Deep Cleanse, Lathers Well, Moisturizes, Calms Scalp
Rated 5 out of 5 stars
1 year ago
Thank you!
I love natural products, but couldn't find anything to help my dandruff/oily scalp. I happened upon this website and figured I'd try this shampoo and conditioner bundle. Wow! It worked immediately! Now my hair is thicker, stronger, healthier, and dandruff free with a ph balanced scalp. Thank you!
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.