Der weltweit erste feste lila Shampooriegel mit Biotin!
Sicher für blondes, graues und weißes Haar: gefärbt, gesträhnt und natürlich.
PH ausgeglichen und sicher für coloriertes Haar
Neutralisiert unerwünschten Messington und gelbe Untertöne.
Angereichert mit Biotin für mehr Glanz, weniger Mattheit und Stärkung dein Haar
Freuen Sie sich über glatteres, kräftigeres und lebendigeres blondes Haar nach nur einmaligem Gebrauch!
Frei von Parabene, Phthalate, Silikone, Sulfate und künstliche Duftstoffe
Reduziert Einwegplastik: spart zwei Flaschen flüssiges Shampoo/Spülung
Hergestellt in den USA mit hochwertigen Zutaten
4OCEAN ZERTIFIZIERT: für jedes Shampoo oder jede Spülung,4Ozean zieht die das entspricht dem Plastik einer Shampooflasche aus den Ozeanen, Flüssen und Küsten der Welt
So neutralisieren Sie unerwünschten Messington: Nach dem Shampoonieren das Haar mit einem Haarseife und „Farbe“ von den Längen bis in die Spitzen auftragen, um eine gleichmäßige Tönung zu erzielen.
Kämmen Sie das Haar mit den Fingern, um es zu entwirren. Lassen Sie es 1–3 Minuten einwirken, um die gewünschte Tönungsintensität zu erreichen.
Ausspülen, wiederholen oder als Leave-In-Conditioner verwenden.
Profi-Tipp: Kombinieren Sie es mit unserer Beauty Bar Bag.
Biotin
Verstärke dein Haarpflege-Ritual mit Biotin, um stärkeres, dicker aussehendes Haar mit einem seidigen, frizzfreien Glanz zu fördern.
Kokosnussöl
Kokosnussöl schließt die Feuchtigkeit ein und hilft, die Haarsträhnen von innen heraus mit Feuchtigkeit zu versorgen und Haarbruch zu reduzieren - für kräftigeres, glänzenderes und gesünder aussehendes Haar.
Karité-Butter
Die ultra-feuchtigkeitsspendende Karité Butter beruhigt Ihre Kopfhaut, stärkt Ihre Strähnen und reduziert Haarbruch für glänzendes, üppiges Haar.
Frei von Parabenen, Phthalaten, Silikonen, Sulfaten und künstlichen Duftstoffen
Duft: Orangenblüte und Jasmin
Wir sind Leaping Bunny-zertifiziert! Das Leaping Bunny-Logo ist das einzige international anerkannte Symbol, das Verbrauchern garantiert, dass bei der Entwicklung der damit gekennzeichneten Produkte keine neuen 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 = `Lila Toning Conditioner Bar für farbbehandeltes & graues Haar`;
let bundleHandle = `violett-tonende-festigungsspulung`;
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:
Lila Toning Conditioner Bar für farbbehandeltes & graues Haar
$ 374.00
$ 374.00
Festes Detox-Shampoo
$ 374.00
$ 374.00
Lila Toning Shampoo Bar für farbbehandeltes und graues Haar
$ 374.00
$ 374.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 = `Lila Toning Conditioner Bar für farbbehandeltes & graues Haar`;
let bundleHandle = `violett-tonende-festigungsspulung`;
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');
});
}
}">
Häufig zusammen gekauft
Lila Toning Conditioner Bar für farbbehandeltes & graues Haar
$ 374.00
$ 374.00
+
Festes Detox-Shampoo
$ 374.00
$ 374.00
+
Lila Toning Shampoo Bar für farbbehandeltes und graues Haar
Lila Toning Conditioner Bar für farbbehandeltes & graues Haar
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">
Warum Millionen von Frauen auf Purple Shampoo umsteigen
1. Neutralisieren Sie messingfarbene Töne
Die Farbe Lila neutralisiert Gelb. Deshalb wird Lilashampoo verwendet, um die Gelb-/Messingtöne in blondem und rotem Haar zu neutralisieren und eine hellere, gesündere Farbe hervorzubringen.
2. Stärkung
Angereichert mit Biotin, um den Glanz zu steigern, Stumpfheit zu reduzieren und das Haar zu stärken. Schon nach einer Anwendung können Sie sich über eine glattere, kräftigere und lebendigere Farbe freuen.
3. Glanz hinzufügen
Lila Shampoos sollen Ihre natürlichen Highlights hervorheben und ihnen einen gesunden Glanz verleihen.
4. Erster seiner Art
Das feste Shampoo und der Conditioner Biotin Purple Toning Bar von Kitsch sind die ersten ihrer Art, die mit Biotin angereichert sind, um den Glanz zu verstärken, Stumpfheit zu reduzieren und das Haar zu stärken.
4.8
Rated 4.8 out of 5 stars
Based on 697 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this conditioner bar makes their hair soft and manageable. Many reviews mention easy detangling and reduced frizz. While some note it dissolves quickly during use, most appreciate how their hair feels smoother and shinier after use. The scent receives positive feedback from users.
Product Standouts Great Ingredients, Neutralizes Brassiness, Softens Hair
Rated 5 out of 5 stars
2 years ago
Love it!
I have to admit that I was very skeptical about trying this, especially because I have very thick coarse hair. I don't think I'll go back to regular shampoo or conditioner at this point. The only downside is that it's way too expensive for how much you get. If I wash my hair more than once a week I don't think I would be able to afford to use it all the time. Lucky for me I only wash my hair once a week! This leaves my hair soooo soft!!
It is the best I have come to discover. I have used several different shampoos
SG
Sharon G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Great Purple Biotin Product
My silver hair looks great and is so manageable. It’s not dry and fly-away any more. I also love the complements I’ve been getting on how shiny is appears.
JA
Jamie A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
I LOVE these bars!
I use the purple duo every time I wash my natural salt and pepper hair. My hair is in better shape than it has been in the last 40+ years. My hair stylist can't believe how healthy my hair is. It's not course or wiry, it's smooth and soft. She refuses to let me cut it. I love this purple duo, my hair is growing like a weed and is so thick now. When people ask, I tell them all about Kitsch. Thank You!!!!!
I have tried other conditioner bars before: they were hard to apply and the results weren't satisfying. This one is easy to apply and I like how my hair feels and looks like. I have very dry hair that has suffered from dying it blonde but it definitely looks a lot better since I started using the shampoo and conditioner bars of this brand.
Product Standouts Neutralizes Brassiness , Moisturizes, Adds Shine, Great Ingredients, Conditions Well
Rated 5 out of 5 stars
2 years ago
Love your hair..
I use both the purple shampoo and conditioner.. it keeps my hair smooth and gets the yellow out. I alternate with castor oil shampoo and coconut oil conditioner to keep my hair from drying out. I also like the scalp oil prewash treatment once a month. Love these products
DF
Desiree F.
Verified Buyer
I recommend this product
Hair Concern Sensitive Scalp
Product Standouts Strengthens, Boosts Shine
Rated 5 out of 5 stars
2 years ago
Gooood
I love it that it doesn’t make my hair limp. Easy to use, nice smell. My hair is bouncy.
J
Jodi
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love this stuff
My hair is clean & soft, my purple looks great. I'll keep using this, my only issue is my conditioners runs out before my shampoo.
I'll keep buying, my hair never felt so good. Between under active thyroid & this shampoo, my hair is being thick. It's so soft, I'm gonna buy a new shower cap next.
Product Standouts Great Ingredients, Neutralizes Brassiness, Softens Hair
Rated 5 out of 5 stars
1 year ago
blue conditioner
Loved the conditioner bar- gentle on the hair and scalp, great scent, easy to use , lasts a long time .
Great buy for the price . And you have great ingredients and control of the brassiness
ML
Michelle L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
best conditioner by far
I thought my other conditioner bar was good until i found this one. It makes my hair soo soft and being blond has its struggles with finding a good conditioner that helps my hair not feel like straw. The Purple toning helps keep the brass out of my blond hair. I use the shampoo and condition bar together and am in love with them!!
Loading...
Loading...
Frequently Asked Questions
Abhängig von Ihrem Haartyp und der Häufigkeit, mit der Sie Ihre Haare waschen, sehen manche Menschen sofort Ergebnisse, andere wiederum erst nach ein paar Wochen.
Ja, aber verlassen Sie sich nicht bloß auf unser Wort! Lesen Sie die Tausenden von 5-Sterne-Bewertungen von Menschen aller Altersgruppen, die unsere Shampoo- und Spülungsriegel verwenden.
Ja! Wenn Sie sich fragen, welcher Riegel der richtige für Sie ist, teilen Sie unserem Support-Team Ihren Haartyp mit und wir werden Sie in die richtige Richtung lenken.
Jedermanns Haar ist anders, also müssen Sie ein wenig herumprobieren, bis Sie herausgefunden haben, was für Sie am besten funktioniert. Beginnen Sie mit einer ausreichenden Menge, um Ihr Haar von den Haarwurzeln und der Kopfhaut bis in die Haarspitzen zu reinigen. Wenn Sie keine Ergebnisse sehen, empfehlen wir Ihnen, während des Waschens mehr aufzutragen.
Wenn Sie ein Abonnement abschließen, wird Ihre Karte automatisch belastet. Sie können es also einrichten und vergessen. Sie können jederzeit kündigen.
Ja. Der Schutz Ihrer Privatsphäre ist eine unserer größten 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 Daten werden von einem sicheren Server verwaltet. Details wie Kreditkartennummer, Name und Adresse werden über die Secure Socket Layer (SSL)-Technologie übertragen.
Die Lieferzeit hängt von der von Ihnen beim Bezahlvorgang ausgewählten Versandart ab. Die meisten Bestellungen werden noch am selben Tag verschickt! Bitte rechnen Sie mit bis zu 2 Werktagen für die Bearbeitung Ihrer Bestellung. Bestellungen werden von Montag bis Freitag bearbeitet, ausgenommen Feiertage. Sobald Ihre Bestellung versandt wurde, wird eine Bestätigungs-E-Mail mit einer Sendungsverfolgungsnummer des Spediteurs verschickt. Im Falle eines verlorenen Pakets wenden Sie sich bitte an den Kitsch-Support.
Wir empfehlen ein Abonnement, damit Sie sparen und Ihre Produkte versandkostenfrei direkt an Ihre Haustür geliefert bekommen. So gehen Ihnen die Vorräte 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.