Versiegelt die lebenswichtige Feuchtigkeit und hilftzähmen Sie unerwünschtes Frizz
Frei vonParabene, Phthalate, Silikone, Sulfate und künstliche Duftstoffe
PH ausgeglichenUndsicher für coloriertes Haar
Reduziert Einwegplastik:spart zwei Flaschen flüssiges Shampoo/Spülung
Hergestellt in den USA, vegan, frei von Tierversuchen, Leaping Bunny-zertifiziert
4OCEAN ZERTIFIZIERT:Fürjedes Shampoo oder jede Spülung,4Ozeanzieht diedas entspricht dem Plastik einer Shampooflascheaus den Ozeanen, Flüssen und Küsten der Welt
So erzielen Sie Ergebnisse in Salonqualität:
Nach dem Shampoonieren den Riegel zwischen den Händen reiben und im Haar verteilen oder von der Länge bis in die Spitzen „auftragen“. Mit den Fingern durch das Haar kämmen, um es zu entwirren. Ausspülen, wiederholen oder als Leave-In-Conditioner verwenden. Profi-Tipp: Kombinieren Sie es mit unserer Beauty Bar Bag.
Karité-Butter
Die ultra-feuchtigkeitsspendende Karité Butter beruhigt Ihre Kopfhaut, stärkt Ihre Strähnen und reduziert Haarbruch für glänzendes, üppiges Haar.
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.
Frei von Parabenen, Phthalaten, Silikonen, Sulfaten und künstlichen Duftstoffen
Duft: Gezuckerter Amber und Shea
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 = `Nährender Conditioner-Riegel mit Sheabutter`;
let bundleHandle = `nourishing-conditioner-bar`;
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:
Nährender Conditioner-Riegel mit Sheabutter
$ 327.00
$ 327.00
Festes Detox-Shampoo
$ 374.00
$ 374.00
Nährender Shampoo-Riegel mit Rizinusöl
$ 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 = `Nährender Conditioner-Riegel mit Sheabutter`;
let bundleHandle = `nourishing-conditioner-bar`;
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, warum Millionen von Frauen auf Sheabutter-Conditioner umsteigen
1. feuchtigkeitsspendend
Sheabutter spendet Feuchtigkeit für Haar und Kopfhaut. Menschen mit lockigem und grobem Haar profitieren von der Verwendung von Sheabutter als Versiegelung, um die Feuchtigkeit im Haar zu bewahren und es weicher zu machen.
2. fördert die Regeneration
Mehrere Studien haben ergeben, dass Sheabutter die Zellregeneration unterstützt, Zeichen der Hautalterung minimiert und die Kollagenproduktion fördert. Viele dieser Vorteile werden auch Amyrin zugeschrieben.
3. Verhindert Haarbruch
Eine Studie an Menschen untersuchte die Rolle von Wunderfruchtkernöl bei der Vorbeugung von Haarbruch. Es hat einen hohen Fettsäuregehalt (genau wie Sheabutter), wodurch es in Ölform leicht in das Haar eindringen kann.
4. Reduziert Reizungen der Kopfhaut
Die entzündungshemmenden Eigenschaften der Sheabutter können außerdem dazu beitragen, Rötungen und Reizungen der Kopfhaut zu reduzieren, indem sie eine heilende Wirkung haben, ohne die Poren zu verstopfen.
4.8
Rated 4.8 out of 5 stars
Based on 1,149 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this conditioner bar leaves hair soft and manageable. Many reviews mention it breaks apart easily during use. While some find it leaves hair oily, most report improved texture and reduced frizz. Common feedback includes pleasant scent and easy application. The bar works well for travel convenience.
I’d seen the Kitsch ads on social media and wondered if it was another fad product that promises the moon but doesn’t deliver. Or worse, a complete scam from a foreign company that pretends to be local. However my curiosity wouldn’t go away so I ordered a castor oil shampoo bar. The moment I started rubbing it into my hair I fell in love! The light musky earthy scent, the AMAZING lather, the kind of NATURAL clean it gave my hair and the tender treatment of my over-processed scalp. Not to mention the incredible LIFE or sprung into my old, dyed, and thinning tresses. I will NEVER use bottled shampoo again. Ladies (and gents) try Kitsch! Your hair will never be the same.
Amazing conditioner. Hydrates without weighing down my hair and smells... Just... AMAZING!
ABSOLUTELY love this conditioner. It has restored my dry dull hair to healthy, soft light fluffy locks! Thank you KITSCH! I now look forward to hair wash days (and that's a big deal!).
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Never going back to salon products
Absolutely LOVE the castor oil and shea butter combo! My hair is so healthy and shiny since switching to Kitsch 11 months ago. I have tried all the kitsch bars and this combo is my favorite for my hair. So so good.
TS
Tonya S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Kitsch a blessing
I love this product. I am so glad I tried it and it works. I live in Louisiana and it is hot here most of the year so I wear my hair up most of the time. I noticed I was getting bald spots on my front right side and when I researched what to do this product Kitsch kept showing up. So I tried it and it is working & I am so happy. I love the way my hair feels also now. I am 51 and wear a hormone patch well no hormones makes your hair dry, brittle and breakage is awful But not now! I don’t have to use any other products now either I only use the the bar shampoo & bar conditioner now. I have photo of before & after from Jan. 29-March17/23 if I can add them I will. Thank you Kitsch for a product that works. I am ordering more for sure
I love the smell and quality of the kitsch products, especially this conditioner! So far., I haven’t bought a product I haven’t loved :) they also make for GREAT gifts at fair prices. 10/10 I recommend !!! I’m planning on trying the rice shampoo and conditioner next to help with hair thinning / loss (hair loss is not related to these products…I’m a mom of 2 toddlers lol). The products have made a huge difference in how clean my hair feels, how soft it is, and how good I feel overall inside and out for using this brand. Plus, it eases my anxiety knowing my shower isn’t cluttered with bottles and plastic anymore (except for baby shampoo-which we will be swapping out very soon once it’s empty and plan on using the kitsch products for our sons as well).
Product Standouts Conditions Well, Softens Hair, Good For Dry Hair, Smooths, Moisturizes
Rated 5 out of 5 stars
2 years ago
Best hair product I've ever used
I have thick highlighted hair that has three textures: straight, frizzy, and curly. It has a mind of its own. I've tried a lot of products that either don't control the frizz,, are drying, or are too heavy. As I've aged, my hair has also started breaking off more. The rice protein shampoo and she butter conditioner have worked miracles. I also love to use the coconut and hair mask options on occasion for extra conditioning. Now my hair is silky, smooth, and so much healthier. The bar option was surprisingly great - lathers and easy to use. Big fan of kitsch!
From the first use my hair has been the way I have always wanted it to be. I have thick hair with a lot of volume. My hair used to expand and be a bush like on my head if I didn’t either blow dry it or straighten it. With this conditioner I can leave my hair air dry and it falls in nice waves naturally! I love it!
My thin hair stays dry over the winter and this was an absolute lifesaver. I use it periodically year round when my hair seems like it needs some moisture boost too. Love it
These products have changed everything about my hair for the better. My best friend said "girl i don't know what your using on your hair but you better keep using it" My hair looks and feels so healthy and the only down side is that it is growing so quickly I have to color it more often lol
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.