Befreien Sie Ihr Haar von Mattheit und schenken Sie ihm neuen Glanz – dieses feste Shampoo sorgt für den wöchentlichen Reset
Formuliert mit Vitamin C und GLDA (einem pflanzlichen Chelatbildner), um Chlorrückstände und Mineralienablagerungen durch hartes Wasser (wie Kalzium und Magnesium) zu entfernen
Nutzt Aktivkohle und Apfelessig, um überschüssiges Öl zu absorbieren und Produktrückstände zu beseitigen
Für coloriertes Haar geeignet
96 % der Anwender bestätigten, dass sich Haar und Kopfhaut nach der Anwendung dieses festen Shampoos gründlich gereinigt, erfrischt und frei von Ablagerungen anfühlten*
96 % der Anwender bestätigten, dass dieses feste Shampoo Rückstände von hartem Wasser und Mineralienablagerungen erfolgreich entfernt hat*
Für alle Haartypen geeignet
Riecht nach frischer Luft und sauberer Baumwolle
96 % der Anwender bestätigten, dass dieses feste Shampoo sanft zu Kopfhaut und Haar ist*
100 % plastikfrei, reisefreundlich und TSA-konform
Ein festes Konzentrat = zwei 16-oz.-Flaschen flüssiges Shampoo
Frei von Parabenen, Phthalaten und Sulfaten
Hergestellt in den USA, vegan, tierversuchsfrei und Leaping Bunny zertifiziert
Für jedes feste Shampoo oder jeden festen Conditioner entfernt 4ocean die Menge an Plastik aus den Weltmeeren, Flüssen und Küsten, die einer Shampooflasche entspricht
Haare und das feste Shampoo mit warmem Wasser befeuchten Das feste Shampoo in die Kopfhaut und die Strähnen einmassieren, bis ein reichhaltiger Schaum entsteht Ausspülen und bei Bedarf wiederholen Wöchentlich anwenden, um die Strähnen zu resetten und Mineralienablagerungen durch hartes Wasser zu entfernen
Pro-Tipp: Kombinieren Sie es mit dem festen feuchtigkeitsspendenden Shea-Butter-Conditioner von Kitsch für weiche, geschmeidige Strähnen
GLDA
Removes hard water buildup (such as calcium and magnesium) that can leave hair looking dull.
Vitamin C
Refreshes hair by reducing the look and feel of chlorine residue from pool or tap water.
Activated Charcoal
Absorbs excess oil and lifts away buildup from both the scalp and strands.
Apple Cider Vinegar
Breaks down and rinses away product buildup for clean, shiny hair.
Wir sind von Leaping Bunny zertifiziert! Das Leaping-Bunny-Logo ist das einzige international anerkannte Siegel, das garantiert, dass bei der Entwicklung der Produkte keine Tierversuche durchgeführt wurden.
{
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 = `Festes Detox-Shampoo`;
let bundleHandle = `festes-detox-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');
});
}
}">
Häufig zusammen gekauft
+
Total price:
Festes Detox-Shampoo
$16.00$16.00
Nährender Conditioner-Riegel mit Sheabutter
$14.00$14.00
2-Fach-Reiseetui – Terrakotta
$12.00$12.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 = `Festes Detox-Shampoo`;
let bundleHandle = `festes-detox-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 = '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, das klärende feste Detox-Shampoo auszuprobieren
1. Ein frischer Start
Gönnen Sie Ihrem Haar einen Reset mit diesem festen Konzentrat, das alles von Chlorrückständen und Ablagerungen durch hartes Wasser bis hin zu Produktrückständen und überschüssigem Öl entfernt.
2. Sanfte Reinigung
Diese pH-hautneutrale Formel entfernt Unreinheiten von Ihrer Kopfhaut ohne Irritationen und hinterlässt kein starres Haargefühl. Es ist auch für coloriertes Haar geeignet!
3. Dezent duftendes Haar
Der Waschtag hat noch nie besser gerochen. Der Duft von frischer Luft und sauberer Baumwolle hinterlässt einen dezenten Duft im Haar.
4. Gut für das Haar und den Planeten
Durch unsere Partnerschaft mit 4ocean hilft jedes verkaufte feste Shampoo dabei, Plastikmüll aus den weltweiten Gewässern zu entfernen. Wie cool ist das denn?
I have blond hair and hard water. My hair has had an orange undertone for years that no amount of toner or other detox/clarifying shampoos could fix. This miracle bar has fixed my hair after one use! It also did a great job removing product buildup I didn’t even realize I had. My hair has never felt lighter or cleaner. I was able to go 3 days after washing before I had to wash again, another first for me! The only downside is I have fine hair that gets very tangled when wet and this made my hair extra tangled, however paired with an extra moisturizing conditioner I don’t imagine this will be a problem. Love love love this bar!!
C
Cristina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Amazing
I’ve been having issues with my shampoo (not kitch) not sudsing up and even my kitch shampoo not cleaning my hair well. 2 days later, my hair looked dirty (I’m the girl that can go a week between washings). Used this once and all my shampoos were lathering with less than half the shampoo and my hair is so clean. 10/10 recommend.
MD
M. D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Great Product!
I have used this twice…if I tell you something! This is really really good at removing buildup from your hair. I tried to use my regular moisturizing shampoo and it would not lather because I had previously used the Blue Magic Castor oil hair grease as a sealant. This detox/clarifying shampoo removed it all and my hair actually felt soft after using this product and it also has a very nice scent.
DY
Debra Y.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Lots of suds
Love how it suds up in my hair! Makes it feel so clean and makes my scalp feel amazing.
Thank you!
JP
Jennifer P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 weeks ago
Very Clean
We have hard water and this left my hair feeling so clean. Loved it
S
SuzyQ
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
AMAZING after swim bar!
Definitely does what it claims to do, great to use before a hair mask or clarifying conditioner
SW
Shirley W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
KITSCH IS THE RAND!
Used last week so delivery was perfect timing and I LOVE this product! This is a new brand for me and I am a forever fan and hope to have a long customer relationship. My hair texture is 4A/B now with gray this product as well as a few others from line works PERFECTLY and I am life-time customer now! Every last item I have purchased has left my curls, clean, bouncy and moisturized and my wallet is very happy! Much success and I hope to be a long-time customer. Besides the Detox bar, the Shea Butter Solid Conditioner Bar and my very first purchase, the Coconut Oil Solid Shampoo Bar and matching Conditioner Bar sealed my new loyalty! I like the combo shampoo /conditioner tray, the travel shampoo and most recently the fine mist bottle! Everything is nicely designed and the prices makes me smile!!!!!
LC
Lynnette C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
This product is for my life partner
At first he would not try it and so I made a bet with him to just use it for a week and when he did now he uses nothing else we even take it on our trips
JW
jennifer w.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Shampoo bars
Thank you Kitsch for such an innovative product.
My husband and I are making a conscious effort to eliminate as many chemicals in/on our bodies as possible. We tried the Rosemary & Biotin Shampoo bar and loved it. Great lather, pleasant smell. I am also going to try the Charcoal bar shampoo next.
I asked, Kitsch answered. ( my question immediately.) Great customer service.
jw
PD
Patricia D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
Yesterday
Pleasantly surprised
Very satisfied with my purchase of multiple products.
Loading...
Loading...
Frequently Asked Questions
Herkömmliche Shampoos reinigen nur die Oberfläche Ihrer Strähnen und der Kopfhaut, aber dieses feste Shampoo entfernt Mineralien aus hartem Wasser (wie Kalzium und Magnesium), Chlorrückstände, überschüssiges Öl und Produktrückstände – für Haar, das glänzender aussieht und sich leichter anfühlt.
Alle! Diese Formel ist für alle Haartypen geeignet, eignet sich aber besonders gut für Schwimmer, Menschen, die in Gebieten mit hartem Wasser leben, und Personen mit einer produktintensiven Routine.
Für die meisten Menschen reicht einmal pro Woche aus. Wenn Sie jedoch häufig schwimmen, hartes Wasser haben oder viele Stylingprodukte verwenden, sollten Sie dieses feste Shampoo zweimal pro Woche anwenden, bis sich Ihr Haar resettet anfühlt. Wenn Ihr Haar trocken, coloriert, lockig oder geschädigt ist, sollten Sie die Zeit zwischen den Haarwäschen verlängern und es alle 10–14 Tage verwenden. Wenn sich das Haar quietschig oder verheddert anfühlt, reduzieren Sie die Häufigkeit.
Dieses feste Shampoo eignet sich am besten für wasserbedingte Ablagerungen und Chlorbelastung. Für fettige Kopfhaut empfehlen wir das Kitsch Tea Tree & Mint Clarifying Shampoo Bar, da es mit Dandrilys® formuliert ist, das klinisch getestet wurde, um das Mikrobiom der Kopfhaut auszugleichen und die Fettigkeit nach vier Anwendungen zu reduzieren.
Ja, dieses feste Shampoo ist für coloriertes Haar geeignet. Es ist zudem pH-kompatibel mit Ihrer Kopfhaut und Ihren Strähnen.
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.