Un olio multifunzionale per la cura settimanale dei capelli e del cuoio capelluto! Da usare come olio pre-scalp (almeno una volta alla settimana) e come olio per capelli (tutti i giorni) per idratare le punte e aggiungere lucentezza
Olio 100% vegetale formulato con estratto di rosmarino e biotina per sostenere la salute del cuoio capelluto e rafforzare i capelli dalla radice alla punta
Arricchito con una miscela ricca di antiossidanti di olio di argan, joboba e ricino per nutrire i capelli e il cuoio capelluto.
La formula delicata ma efficace funziona su tutti i tipi di capelli per districare e nutrire il cuoio capelluto prima dello shampoo
Il profumo terapeutico di lavanda invita a rilassarsi e a godersi un momento di spa a casa
Confezione: contagocce in vetro e plastica riciclata.
Prima dello shampoo, applicare e massaggiare la quantità di olio desiderata sul cuoio capelluto.
Lasciare agire per almeno 10 minuti prima dello shampoo.
Applicare 1-2 gocce sulle punte ogni giorno, secondo necessità.
Olio di semi di girasole
L'olio di semi di girasole, ricco di antiossidanti, contribuisce ad apportare sostanze nutritive alle ciocche, idratandole profondamente per capelli sani e idratati.
Oli di Argan, Jojoba e Ricino
Questa miscela di oli ricchi di antiossidanti aiuta a nutrire profondamente, lenire e bilanciare il cuoio capelluto per una crescita sana dei capelli.
Biotina
Potenzia il tuo rituale di cura dei capelli con la Biotina per favorire capelli più forti, dall'aspetto più spesso e con una lucentezza setosa e senza crespo.
Estratto di Rosmarino
L'estratto di rosmarino aiuta a supportare i tuoi capelli, partendo dal cuoio capelluto, migliorando la circolazione sanguigna, nutrendo i follicoli piliferi e lenendo le irritazioni per favorire capelli più forti, lunghi e morbidi.
Ingredienti
Olio di semi di Helianthus Annuus (Girasole), Olio di semi di Simmondsia Chinensis (Jojoba), Olio di semi di Ricinus Communis (Ricino), Olio di Argania Spinosa (Argan), Profumo naturale*, Biotina (Vitamina B7), Oleoresina di Rosmarinus Officinalis (Rosmarino).
*Profumo naturale derivato dalle piante
Privo di parabeni, ftalati, siliconi, solfati e fragranze artificiali
Fragranza: Lavanda
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che non sono stati effettuati nuovi test sugli animali durante lo sviluppo di qualsiasi prodotto che lo mostri.
{
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 = `Mini campionario di oli per cuoio capelluto e capelli`;
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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$ 350.00
$ 350.00
Shampoo e balsamo volumizzanti al rosmarino e biotina
$ 652.00
$ 652.00
Spazzola nera lisciante e lucidante
$ 513.00
$ 513.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 = `Mini campionario di oli per cuoio capelluto e capelli`;
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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Olio rinforzante per cuoio capelluto e capelli al rosmarino con biotina
$ 350.00
$ 350.00
+
Shampoo e balsamo volumizzanti al rosmarino e biotina
Mini campionario di oli per cuoio capelluto e capelli
Registratevi per ricevere una notifica quando questo articolo sarà di nuovo disponibile.
Inserire un indirizzo e-mail valido.
Grazie per esserti iscritto/a! Ti invieremo un'e-mail quando il prodotto sarà disponibile.
{
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.
Il prezzo di confronto rappresenta il prezzo al quale il prodotto era precedentemente offerto o il prezzo di mercato stimato per articoli comparabili venduti altrove. Poiché i prezzi possono variare frequentemente, non possiamo garantire che il prezzo di confronto rifletta il prezzo di mercato corrente in un determinato momento.
Scegliendo una selezione si ottiene un aggiornamento completo della pagina.