Ein multifunktionales Öl für Ihre wöchentliche Haar- und Kopfhautpflege! Verwenden Sie es als Öl vor der Haarwäsche (mindestens einmal pro Woche) und als Haaröl (täglich), um die Haarspitzen mit Feuchtigkeit zu versorgen und ihnen Glanz zu verleihen
100% pflanzliches Öl mit Rosmarinextrakt und Biotin, um die Gesundheit der Kopfhaut zu unterstützen und das Haar von der Wurzel bis zur Spitze zu stärken
Angereichert mit einer Mischung aus Argan-, Joboba- und Rizinusöl, die reich an Antioxidantien ist, und Ihr Haar und Ihre Kopfhaut nährt.
Die sanfte und dennoch wirksame Formel eignet sich für alle Haartypen, um die Kopfhaut vor der Haarwäsche zu entwirren und zu nähren
Der therapeutische Lavendelduft lädt Sie ein, sich zu entspannen und einen Wellness-Moment zu Hause zu genießen
Verpackung: Glas und recycelter Kunststofftropfer.
Vor der Haarwäsche die gewünschte Menge des Öls auf die Kopfhaut auftragen und einmassieren.
Mindestens 10 Minuten einwirken lassen, bevor die Haare gewaschen werden.
Je nach Bedarf täglich 1-2 Tropfen auf die Haarspitzen auftragen.
Sonnenblumenkernöl
Das antioxidantienreiche Sonnenblumenöl versorgt deine Haare mit Nährstoffen und spendet tiefenwirksame Feuchtigkeit für gesundes, hydratisiertes Haar.
Arganöl, Jojobaöl und Rizinusöl
Diese Mischung aus antioxidantienreichen Ölen hilft, deine Kopfhaut tief zu nähren, zu beruhigen und ins Gleichgewicht zu bringen, um ein gesundes Haarwachstum zu fördern.
Biotin
Verstärke dein Haarpflege-Ritual mit Biotin, um stärkeres, dicker aussehendes Haar mit einem seidigen, frizzfreien Glanz zu fördern.
Rosmarin-Extrakt
Rosmarinextrakt hilft, Ihr Haar zu unterstützen, beginnend an der Kopfhaut, indem er die Durchblutung fördert, die Haarfollikel nährt und Reizungen lindert, um stärkeres, längeres, weicheres Haar zu fördern.
Frei von Parabenen, Phthalaten, Silikonen, Sulfaten und künstlichen Duftstoffen
Parfüm: Lavendel
Wir sind Leaping Bunny zertifiziert! Das Leaping Bunny-Logo ist das einzige international anerkannte Symbol, das den Verbrauchern garantiert, dass bei der Entwicklung eines Produkts, das dieses Logo trägt, 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 = `Ausgleichendes Kopfhaut- & Haaröl mit Rosmarin & Biotin - 0.34fl oz./10mL`;
let bundleHandle = `mini-scalp-hair-oil-sampler`;
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:
Rosmarin-Kopfhaut- und Haarstärkungsöl mit Biotin
$15.00$15.00
Volumengebendes Shampoo & Conditioner mit Rosmarin & Biotin
$28.00$28.00
Schwarze Entwirr- und Glanzbürste
$22.00$22.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 = `Ausgleichendes Kopfhaut- & Haaröl mit Rosmarin & Biotin - 0.34fl oz./10mL`;
let bundleHandle = `mini-scalp-hair-oil-sampler`;
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
Rosmarin-Kopfhaut- und Haarstärkungsöl mit Biotin
$15.00$15.00
+
Volumengebendes Shampoo & Conditioner mit Rosmarin & Biotin
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">
Love this stuff. Really works . These photos are each one month apart
A
Adam
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Great Results Already
It seems like often a lot of supplements you get don’t do anything so I was shocked that this oil actually worked as advertised. I’m only a month in but in the mirror I felt like it was thicker but wasn’t sure if that’s just what my brain wanted to see. I waited 4 weeks to take a pic and to me it definitely is better. Encouraged what next months may look like. I added the shampoo for month two
SM
Shannon M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Amazing
I’ve used the oil three times and I already see the baby hair growing! Me haire feels amazing! I recommend it!
A
Amanda
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Magic in a bottle
I started using this oil late last year in hope's of helping with my hair growth journey. I am a natural dark brunette but for a while had platinum blonde hair. It was over processed, brittle and very thin. I ended up doing a pretty big chop and took my hair back to a more natural colour. After using the rosemary and biotin oil before every shampoo for a few months I was amazed with the results. My hair was growing, it had less split ends, it was softer, shinier, thicker (because it wasn’t falling out and even less frizzy . After the amazing results I started seeing with the oil I dove head first into becoming a full kitsch user with shampoo, conditioner and another ultimate fav- the silk pillowcase. I want to share some photos of my hair while it was blonde and damaged and how my hair is today, during a recent photo shoot I had with my boyfriend- who raves about Kitsch as much as I do! I
While looking at the photos I couldn’t believe how thick my hair was! I love this company so much!!! They don’t have a single product that misses!!! Kitsch is simply the best and it’s changed my hair game forever !!!
JA
Jennifer A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Scalp Oil by Kitsch
I love how soft and silky my hair is after a scalp oil treatment. My hair is responding amazingly to a once a month treatment followed by a double wash with the rice water shampoo bar.
J
Jay
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
6 week update
Smells beautiful! Used twice a week for 6 weeks now and love my results so far!! I am 14months PP and have had a hole in my hairline for years since my 1st baby hahah yay to no more hole!!
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Favorite hair product
This hair oil has been the absolute best post partum product I could’ve asked for. Between 2-3 months post partum I started losing a ton of hair, mostly along my hair line. After I started using this my hairline started to fill in, my hair got thicker and shiner, and my hair loss is back to normal pre pregnancy levels. I recommend this to everyone!
This oil is amazing, I have been growing my postpartum hair loss back with this and I paired with the Rice Water Shampoo, and it just works wonders
J
Jalina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
12 months ago
Huge bald spot gone in 5 months!
My son suddenly lost a large patch of hair at the beginning of 2025, which we later learned was connected to undiagnosed food sensitivities. We decided to eliminate his food allergens and try Kitsch scalp oil at the same time. We started with a sample size of the scalp oil and saw results, so I ordered the 3-pack and didn't even open the 3rd bottle. In 5 months of 2x daily use plus avoiding his known food allergens, my son's bald spot has completely grown back, just in time for the cooler months here in Upstate NY. The smell of the oil is lovely too, and my son (5yo) enjoyed using it every day and night. He's feeling very confident with his new hair and is excited for his next hair cut! Thank you, Kitsch! Photos are monthly from March (starting month) to August
P
Phoenix
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
2 years ago
Seems to work!
I’ve been using this oil in combination with the rice shampoo and conditioner bars for a month now. I do it twice a week (Mondays and Fridays). I took pictures before I started and then just took some. I feel like it actually has helped. It also smells awesome. Light, not overpowering. I’m gonna keep buying it. The only reason I gave it 4 stars instead of 5 is because the dropper doesn’t really work. The oil just kind pours out, so you just have to be prepared for that because it does get messy. Still, totally worth it. Sorry the photos aren’t the best, but you get the point. Tops were before and bottoms were after.
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.