Applicatore di olio per il cuoio capelluto + pacchetto di olio di biotina
Avviso: La confezione reale dell'Olio al Rosmarino e Biotina per Cuoio Capelluto e Capelli può differire dall'immagine mostrata.
Fornisce la quantità perfetta di prodotto direttamente sul cuoio capelluto e sulle radici
Il dosaggio preciso e controllato rende la tua routine rapida e semplice, senza gocciolamenti o fuoriuscite
Le setole in acciaio inossidabile creano un effetto delicato e rinfrescante mentre massaggi l'olio sul cuoio capelluto
Olio 100% di origine vegetale formulato con estratto di rosmarino e biotina
Supporta la salute del cuoio capelluto e la forza dei capelli dalla radice alla punta
Miscela antiossidante di oli di argan, jojoba e ricino per nutrire capelli e cuoio capelluto
Il design ad applicazione diretta distribuisce uniformemente l'olio
Ricci, mossi o lisci: l'applicatore è progettato per prendersi cura di ogni tipo di capello
Realizzato con plastica riciclata, silicone e acciaio inossidabile
Comodo e facile da usare, migliorando la tua routine di cura dei capelli
Adatto a tutti i tipi di capelli per rimuovere le impurità e nutrire il cuoio capelluto
Profumo di lavanda per un momento di relax e benessere come in una spa
La bottiglia è realizzata in alluminio 100% riciclabile.
Prodotto negli USA, Vegano, Cruelty Free, Certificato Leaping Bunny
1x Applicatore di Olio per il Cuoio Capelluto
1x Olio Rinforzante per Cuoio Capelluto e Capelli al Rosmarino con Biotina
Applicatore di Olio per il Cuoio Capelluto
Collega l'applicatore direttamente al tuo olio Kitsch preferito, assicurandoti che sia ben fissato.
Prima dell'uso, prepara l'applicatore attaccandolo alla bottiglia dell'olio. Capovolgi la bottiglia con l'applicatore su una superficie piana e uniforme per 10 minuti.
Massaggia l'applicatore su tutto il cuoio capelluto con movimenti circolari per distribuire automaticamente e uniformemente l'olio.
Riponi il tappo sull'estremità grande dell'applicatore dopo l'uso. Per conservazione e viaggio, scollega l'applicatore dalla bottiglia.
Suggerimento: Prima dell'applicazione, usa la tua Spazzola Districante Kitsch o un Pettine a Denti Larghi per districare i capelli.
Olio di Rosmarino e Biotina
Agita bene prima dell'applicazione.
Prima dello shampoo: Massaggia la quantità desiderata di olio sul cuoio capelluto e sui capelli. Lascia agire per 10 minuti prima di lavare.
Uso quotidiano: Strofina alcune gocce di olio tra le mani e applica su lunghezze e punte per maggiore lucentezza.
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.
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.
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.
Ingredienti
Helianthus Annuus (olio di semi di girasole), Simmondsia Chinensis (olio di semi di jojoba), Ricinus Communis (olio di semi di ricino), Argania Spinosa (olio di argan), Fragranza naturale*, Biotina (Vitamina B7), Rosmarinus Officinalis (estratto di foglie di rosmarino).
*Fragranza naturale derivata dalle piante
Senza parabeni, ftalati, siliconi, solfati e fragranze artificiali
Fragranza: Lavanda e Vaniglia
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: 2,
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 = `Applicatore di olio per il cuoio capelluto + pacchetto di olio di biotina`;
let bundleHandle = `scalp-oil-applicator-biotin-oil-bundle`;
let bundleCount = 2;
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:
Applicatore di olio per il cuoio capelluto + pacchetto di olio di biotina
$40.00
$40.00
Spazzola rigenerante per cuoio capelluto terracotta
$23.00
$23.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: 2,
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 = `Applicatore di olio per il cuoio capelluto + pacchetto di olio di biotina`;
let bundleHandle = `scalp-oil-applicator-biotin-oil-bundle`;
let bundleCount = 2;
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
Applicatore di olio per il cuoio capelluto + pacchetto di olio di biotina
$40.00
$40.00
+
Spazzola rigenerante per cuoio capelluto terracotta
Applicatore di olio per il cuoio capelluto + pacchetto di olio di biotina
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.
MK
Michelle K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Feels Amazing!
I absolutely love the way this dispenses oil on my scalp. It is very soothing and dispenses the oil so evenly compared to the way I had to do it before by just parting my hair and dripping oil in the parts,.
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!!
HL
Han L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I love it!
It’s so tiny compared to what i was expecting. It’s like 2 inches tall ( I guess-measured with my fingers bc I’m too lazy to walk over and grab it at the moment, so please don’t take it too literal lol).
It really is so cute, though. I underestimated it right off the bat, because I have very long hair and i was thinking “there’s no way this thing is going to help me and I don’t have 2 hours to waste trying to cover my whole head — I have my housewives to catch up on”. *However* I have been shedding like a craycray, and had to quit blaming it on “hormones from having a baby” considering my baby is turning 4 years old this month…so I was told to try neoproxin/neosporine/…nanoproxin? Omgsh it’s a product that starts with an N, you can buy it online or at Walmart/ CVS/ etc. & it is supposed to help with shedding . Idk if it’s the product for me, personally, but I decided to put the product in my new applicator & try it out, and I’ll be darn — this little fella made life SO much easier! No mess, no nothing, and it took less than 1-2 minutes from start to finish! I only applied it on my scalp & mainly around hairlines, so I didn’t use it from root to tip like some of the reviews mention.
I can definitely see myself using this in the future for all kinds of things, though. Hair products on myself, hair products on both of my little dudes when they’ll let me, maybe using it on my husband if he’ll let me (…lol jk, he does what I say).
It could probably even be a cool little device…
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
Loading...
Loading...
Frequently Asked Questions
È tutta una questione di precisione e di lusso! Il nostro applicatore si attacca direttamente a qualsiasi flacone di olio Kitsch, fornendo la dose perfetta proprio dove il cuoio capelluto ne ha più bisogno; inoltre, le setole rinfrescanti in acciaio inossidabile aggiungono un ulteriore livello di indulgenza.
Indirizzando l'olio nutriente direttamente al cuoio capelluto e alle radici, migliora l'idratazione, favorisce una crescita più sana dei capelli e aiuta a lenire le irritazioni, trasformando la routine in un vero e proprio rituale di cura di sé.
Perché è un modo intelligente, elegante e conveniente per migliorare la vostra cura dei capelli! Godetevi un'applicazione precisa e priva di confusione, una sensazione di raffreddamento simile a quella di una spa e un design sostenibile che mantiene il vostro aspetto e la vostra sensazione di benessere per il pianeta.
Sì! Sia che usiate il nostro olio per cuoio capelluto e capelli o l'olio di ricino al 100%, questo applicatore è abbastanza versatile da poter essere collegato a qualsiasi flacone di olio Kitsch, permettendovi di personalizzare la vostra routine senza sforzo.
Dopo l'uso, svitare il tappo in silicone e pulire l'applicatore con acqua e sapone neutro.
A seconda del tipo di capelli e della frequenza con cui li si lava, alcuni vedono i risultati immediatamente, mentre altri possono iniziare a vederli dopo qualche settimana.
È un olio per capelli che si applica sul cuoio capelluto prima dello shampoo. L'olio aiuta a nutrire e idratare il cuoio capelluto, favorendo una crescita sana dei capelli.
Sì! Contattate il nostro team di assistenza per sapere qual è il vostro tipo di capelli e vi indirizzeremo nella giusta direzione.
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.