2-in-1-MehrzweckgerätDer Riegel pflegt Ihr Haar, Ihre Kopfhaut und Ihre Haut
Holen Sie sich gesundes, strahlendes Haarund Hautmit unserem besonderen5-Inhaltsstoff-Behandlung.
Klinisch getestet und sicherfür empfindliches Haar, Haut und Kopfhaut.
Frei von aggressiven Chemikalien, Parabene, Phthalate, Silikone, Sulfate, Farbstoffe.
Frei von Duftstoffen.
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 Plastikgehalt einer Shampooflascheaus den Ozeanen, Flüssen und Küsten der Welt
So erzielen Sie Ergebnisse in Salonqualität:Nach der Haarwäsche den Riegel zwischen den Händen verreiben und im Haar verteilen oder von der Länge bis in die Spitzen auftragen.
Kämmen Sie das Haar mit den Fingern, um es zu entwirren.
Ausspülen, wiederholen oder als Leave-In-Conditioner verwenden. Profi-Tipp:Kombinieren Sie es mit unserer Beauty Bar Bag.
Kokosnussöl
Beruhigen Sie Ihre Haut mit nährendem Kokosnussöl, einem natürlichen Weichmacher, der hilft, die Hautbarriere zu reparieren und die Feuchtigkeit für eine hydratisierte, gesunde Haut zu speichern.
Frei von Parabenen, Phthalaten, Silikonen, Sulfaten und künstlichen Duftstoffen
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 = `Ultra Sensitive Feste Spülung und Rasiergel`;
let bundleHandle = `ultra-sensitive-solid-conditioner-shave-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:
Ultra Sensitive Feste Spülung und Rasiergel
$14.00$14.00
Festes Detox-Shampoo
$16.00$16.00
Ultra sensitives Shampoo und Gel Bar
$16.00$16.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 = `Ultra Sensitive Feste Spülung und Rasiergel`;
let bundleHandle = `ultra-sensitive-solid-conditioner-shave-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">
Warum Millionen von Frauen auf Ultra Sensitive Riegel umsteigen
1. Zeitersparnis
Wenn Sie unterwegs oder auf Reisen sind, sparen Sie mit einer Flasche 2-in-1-Shampoo und Spülung nicht nur Zeit beim Duschen, sondern auch wertvollen Platz in Ihrer Kosmetiktasche.
2. Nachhaltigkeit
Reduziert Einwegplastik: spart vier Flaschen flüssiges Shampoo oder Spülung.
3. Vereinfachen Sie Ihre Routine
Warum sollten Sie sich mit Badezimmerchaos zufrieden geben, wenn Sie Hautpflegeprodukte haben können, die beruhigen und mehrere Aufgaben gleichzeitig erfüllen? Jeder Riegel enthält eine 2-in-1-Formel, die Ihnen hilft, Ihre Routine zu vereinfachen und Einwegplastik zu reduzieren.
4. Nur fünf Zutaten
Mit nur 5 Inhaltsstoffen formuliert. Frei von Parabenen, Phthalaten, Silikonen, Sulfaten, Farbstoffen und künstlichen Duftstoffen.
4.9
Rated 4.9 out of 5 stars
Based on 154 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this dual-purpose bar detangles hair effectively and provides a smooth shaving experience. Many reviews mention its gentle performance on sensitive skin. While some find it less moisturizing than liquid alternatives, most praise its ability to leave hair soft and manageable without feeling heavy.
I have scalp psoriasis and have to be so careful with any product!!
So far alternating the rice protein shampoo and conditioner with the sensitive products is working for me
No itching or burning sensations!!
Win win for me!!
But honestly I love all the products so far
My next order will be bond repair I have read such great reviews!!
BW
Beth W.
Verified Buyer
I recommend this product
Hair Concern Dry, Frizzy
Product Standouts Good For Dry Hair, Moisturizes, Gentle
Rated 5 out of 5 stars
2 years ago
I’m a women going through Menopause so everything is changing
I have thick natural wavy hair, live in south Florida so the humidity is horrible, this product controls the frizz and makes my hair very soft. I notice you only have to use alittle. To much made it kind of greasy so I cut it back and worked much better
Was able to comb my wavy/curly hair after washing without any products (usually impossible). Only used conditioner no shampoo. Other conditioners do leave my hair more moisturised, but I think that’s because some product remains on hair. With his bar, hair feels clean as though shampooed. Now just need Kitsch to make a sensitive leave in conditioner bar or spray!
EH
Esther H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Love these bars!
I have struggled with an extremely itchy scalp for the past 5 years or so. I have tried sooo many shampoos and conditioners that promise relief…only to be left disappointed….and scratching. I bought the caster oil shampoo bar and immediately I noticed a difference. The conditioner bar leaves my hair soft, smooth and feeling like young hair again. It is different than anything I have ever used before. I no longer need leave in conditioners or oils - that worked, but always left my heat heavy and flat.
My skin is super sensitive, I had just given up and figured I would always just deal with constant razor burn, or spend $6 every time I needed to shave. Only being able to use an expensive blade for 1 time of shaving my legs before I would get razor burn with the next shave. I added this bar to my order as a last ditch effort of trying so many different creams and razors over the years. I now changed my razor blade maybe once every 2 to 3 weeks and my son is using the same razor, I rarely get razor burn now… this has been such a blessing.
Product Standouts Gentle, Safe for Sensitive Skin, Hair, & Scalp
Rated 5 out of 5 stars
1 year ago
No more plastic bottles and unscented.
This checks all the boxes for me. First, it eliminates the use of plastic bottles. I have severe eczema and I'm able to use this to not irritate when I have a flare up, and also help prevent it. I have fine, thinning hair and I really like this conditioner! It gives some volume and yet makes it easy to gently wide comb through after drying. It's not waxy or greasy. Sometimes I rinse it out, and sometimes I use it as a leave-in. The shampoo works well too, and I also use it as a face wash. I do feel like I use more than I need to. Never going back to plastic!
Product Standouts Good For Dry Hair, Moisturizes, Gentle, Safe for Sensitive Skin, Hair, & Scalp
Rated 4 out of 5 stars
2 years ago
Safe for sensitive individuals, light moisturizing
As a person with sensitivities and allergies to a myriad of ingredients and fragrances, I was so delighted to find the Ultra Sensitive Solid Conditioner and Shave Bar. My hair and scalp have been getting dryer due to age and medical treatment, but my hair is thin and baby fine, and most conditioners weigh it down too much. I decided to give this product a try, and I am glad that I did. I've long used shampoo bars and am used to using hair products in bar form, but this one took a little getting used to, as it does not suds or lather at all. Because it is a very light conditioner and a hard bar, it doesn't feel like there is a lot of product on your hands or in your hair. I massaged it into my hair nonetheless, and was very pleased--it moisturized without weighing down my hair, and left a softness and subtle shine behind that was very pleasing. I've only used it a few times, but look forward to seeing the long term benefits! I also love that the bar doesn't dissolve quickly, but looks like it will last a long time.
R
Robin
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
2 years ago
So soft
I really enjoy this as a conditioner bar, it’s a nuanced lather, but it still made my hair so soft. However, i have very sensitive skin and didn’t find this useful as a shave bar. But I love these products so much that I have no issue purchasing a separate one for that!
D
Donna
Verified Buyer
I recommend this product
Product Standouts Good For Dry Hair, Gentle, Dual Purpose, Safe for Sensitive Skin, Hair, & Scalp, Moisturizes
Rated 5 out of 5 stars
10 months ago
My favorite one!
This is incredible how it can be combined and how effortless it is to use to achieve my goals! However the conditioner can be a tad tricky with strands of my hair getting stuck to the conditioner bar. Overall I adore that I can use it to shave myself without having to invest in another product mainly for shaving. Both shampoo and body wash, conditioner and shave bar right there in one spot, creating a clean and clutter-free space!
Product Standouts Good For Dry Hair, Moisturizes, Gentle, Safe for Sensitive Skin, Hair, & Scalp
Rated 5 out of 5 stars
1 year ago
Simply silky shiny clean
Minimum products for perfect hair.
My hair does not lather much with this Ultra sensitive bar shampoo. What is left out that causes this lack of lather perhaps that is why my hair responds so positively to the ultra sensitive shampoo and I no longer have to style it to get it to not frizz
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 Spitzen zu reinigen. Wenn Sie keine Ergebnisse sehen, empfehlen wir, 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.