Reinigt tiefgreifend Kopfhaut und Haarsträhnen zum Abwaschen von Ablagerungen und überschüssigem Öl für eine geklärte Kopfhaut
Neue & verbesserte Formel mit unserer Signatur Teebaumöl- und Minzmischung, jetzt mit dem klinisch getesteten Dandrilys®, das sich als zu helfen reduziert Schuppen um 86 % und lindert Juckreiz um 83 % nach nur vier Waschgängen
Powered by Dandrilys® die dafür bekannt ist, dass hilft, Juckreiz und Rötungen der Kopfhaut zu lindern während reduzierende Flocken und Schuppen
Baumbaumöl hilft die Ölförderung regulieren für eine ausgeglichenere Kopfhaut
Minze hilft zu kühlen, zu beruhigen und zu besänftigen die Kopfhaut für gesünderes Haar
Frei von Parabene, Phthalate, Silikone, Sulfate und künstliche Duftstoffe
pH-Wert ausgeglichen und sicher für farbbehandeltes Haar
Reduziert Einweg-Plastikflaschen:Unsere konzentrierte Bar-Formel enthält die Wirkstoffe, die zwei 16-oz-Flaschen oder einer 32-oz-Flasche Flüssigshampoo entsprechen
Hergestellt in den USA, Vegan, Cruelty-Free, Leaping Bunny Certified
4OCEAN ZERTIFIZIERT: Für jedes Shampoo oder jede Spülung,4ocean zieht die Äquivalent einer Shampooflasche aus Plastik aus den Ozeanen, Flüssen und Küsten der Welt
Befeuchten Sie Ihr Haar und den Stab mit warmem Wasser. Massieren Sie die Haarspülung in die Kopfhaut und die Haarsträhnen ein und verarbeiten Sie sie zu einem schaumigen Schaum. Ausspülen und nach Bedarf wiederholen.
Profi-Tipp: Für zusätzliche Pflege, kombinieren Sie es mit dem Kitsch Clarifying Tea Tree & Mint Solid Conditioner, um die Haare mit Feuchtigkeit zu versorgen und auszugleichen.
Dandrilys®
Hilft, Juckreiz und Rötungen der Kopfhaut zu lindern, während es Schuppen und Hautabschuppung reduziert.
Teebaum & Minze
Eine erfrischende Mischung aus Teebaum und Pfefferminze sorgt für ein sauberes, klares Gefühl.
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 = `Klärendes Anti-Schuppen-Shampoo Bar`;
let bundleHandle = `klarungs-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');
});
}
}">
Häufig zusammen gekauft
+
Total price:
Klärendes Anti-Schuppen-Shampoo Bar
$ 374.00
$ 374.00
Festes Detox-Shampoo
$ 374.00
$ 374.00
Klärende Anti-Schuppen-Spülung Bar
$ 374.00
$ 374.00
2-Fach-Reiseetui – Terrakotta
$ 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 = `Klärendes Anti-Schuppen-Shampoo Bar`;
let bundleHandle = `klarungs-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 = 'Auswahl in den Warenkorb legen';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Registrieren Sie sich, um eine Benachrichtigung zu erhalten, wenn dieser Artikel wieder auf Lager ist.
Bitte geben Sie eine gültige E-Mail Adresse ein.
Danke für die Anmeldung! Wir schicken Ihnen eine E-Mail, sobald das Produkt wieder verfügbar ist.
{
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 Gründe, warum Millionen von Menschen auf Teebaum- und Minzöl-Riegel umsteigen
1. verbesserte Gesundheit der Kopfhaut
Mit wichtigen Inhaltsstoffen wie Dandrilys®, das nachweislich Schuppen und Flocken bekämpft und für eine gesündere, glücklichere Kopfhaut sorgt.
2. haarglättende Wirkung
Die Formel ist sanft zu Kopfhaut und Haar und wäscht Produkt- und Ölablagerungen effektiv aus, damit sich das Haar sauberer anfühlt und praller aussieht.
3. unterstützt das Haarwachstum
Hält Ihre Kopfhaut sauber, klar und ruhig mit natürlichen Inhaltsstoffen, um ein Kopfhautmilieu für gesundes Haarwachstum zu fördern.
4. wirkt ausgleichend und beruhigend
Reguliert die natürliche Ölproduktion von Kopfhaut und Haar mit Teebaumöl und sorgt so für einen ausgeglichenen Feuchtigkeitshaushalt.
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
Je nach Haartyp und Häufigkeit des Haarewaschens sind die Ergebnisse bei manchen Menschen sofort und bei anderen erst nach einigen Wochen sichtbar.
Ja, aber verlassen Sie sich nicht nur auf unser Wort! Schauen Sie sich die Tausenden von 5-Sterne-Bewertungen von Menschen aller Altersgruppen an, die unsere Shampoo- und Conditioner-Riegel verwenden.
Ja! Wenn Sie sich fragen, welche Stange die richtige für Sie ist, teilen Sie unserem Support-Team Ihren Haartyp mit, und wir werden Sie in die richtige Richtung lenken.
Da jedes Haar anders ist, müssen Sie ein wenig ausprobieren, bis Sie herausfinden, was für Sie am besten funktioniert. Beginnen Sie mit einer ausreichenden Menge, um Ihr Haar vom Ansatz über die Kopfhaut bis zu den Spitzen zu reinigen. Wenn Sie keine Ergebnisse sehen, empfehlen wir, während der Haarwäsche mehr zu verwenden.
Wenn Sie sich für ein Abonnement anmelden, belasten wir automatisch Ihre Karte, so dass Sie es einrichten und vergessen können. Sie können jederzeit kündigen.
Ja. Der Schutz Ihrer Privatsphäre ist eine unserer höchsten Prioritäten. Wir verwenden eine Reihe von Sicherheitsmaßnahmen und branchenüblichen Methoden, um Ihre persönlichen Daten zu schützen. Alle Bestellungen und persönlichen Informationen werden über einen sicheren Server verwaltet. Details wie Kreditkartennummer, Name und Adresse werden über die Secure Socket Layer (SSL)-Technologie übertragen.
Die Lieferzeit richtet sich nach der von Ihnen an der Kasse gewählten Versandart. Die meisten Bestellungen werden noch am selben Tag versandt! Bitte rechnen Sie mit einer Bearbeitungszeit von bis zu 2 Werktagen. Bestellungen werden von Montag bis Freitag bearbeitet, außer an Feiertagen. Sobald Ihre Bestellung versandt wurde, erhalten Sie eine Bestätigungs-E-Mail mit einer Sendungsverfolgungsnummer. Im Falle eines verlorenen Pakets wenden Sie sich bitte an den Kitsch-Support.
Wir empfehlen Ihnen ein Abonnement, mit dem Sie sparen können und Ihre Produkte versandkostenfrei direkt nach Hause geliefert bekommen. Auf diese Weise gehen Ihnen die Produkte nie aus!
Der Vergleichspreis entspricht dem Preis, zu dem das Produkt zuvor angeboten wurde, oder dem geschätzten Marktpreis vergleichbarer Artikel bei anderen Anbietern. Da Preise häufig schwanken, können wir nicht garantieren, dass der Vergleichspreis zu einem bestimmten Zeitpunkt dem aktuellen Marktpreis entspricht.
Wenn du dich für eine Auswahl entscheidest, wird die Seite komplett aktualisiert.