Apporte la quantité parfaite de produit directement sur le cuir chevelu et les racines
Dosage précis et contrôlé pour une routine rapide et facile, sans gouttes ni éclaboussures
Les poils en acier inoxydable offrent un effet doux et rafraîchissant pendant que vous massez l’huile sur le cuir chevelu
Conception à application directe répartit l’huile uniformément
Bouclés, ondulés ou lisses – l’applicateur est conçu pour tous les types de cheveux
Fabriqué à partir de plastique recyclé, de silicone et d’acier inoxydable
Confortable et facile à utiliser, améliore votre routine capillaire
1x Applicateur d'huile pour le cuir chevelu
Fixez l'applicateur directement sur votre huile Kitsch préférée en vous assurant qu'il est bien fixé.
Avant utilisation, amorcez l'applicateur en retournant la bouteille avec l'applicateur fixé pendant 10 minutes sur une surface plane.
Massez le cuir chevelu en mouvements circulaires avec l'applicateur pour répartir automatiquement et uniformément l’huile.
Replacez le capuchon sur l'extrémité large de l'applicateur après usage. Pour le rangement ou le transport, détachez l'applicateur de la bouteille.
Astuce : Avant l'application, démêlez vos cheveux avec votre Kitsch Detangling Brush ou un Wide Tooth Comb.
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole reconnu internationalement garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été effectué lors du développement de tout produit portant ce logo.
{
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 = `Applicateur d'huile pour le cuir chevelu`;
let bundleHandle = `scalp-oil-applicator`;
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');
});
}
}">
Fréquemment achetés ensemble
+
Total price:
Applicateur d'huile pour le cuir chevelu
$ 351.00
$ 351.00
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
$ 351.00
$ 351.00
Brosse démêlante flexible noir
$ 514.00
$ 514.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 = `Applicateur d'huile pour le cuir chevelu`;
let bundleHandle = `scalp-oil-applicator`;
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 = 'Ajouter la sélection au panier';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Fréquemment achetés ensemble
Applicateur d'huile pour le cuir chevelu
$ 351.00
$ 351.00
+
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine
Inscrivez-vous pour recevoir une notification lorsque cet article sera à nouveau en stock.
Please enter a valid email address.
Merci de vous être inscrit ! Nous vous enverrons un e-mail lorsque le produit sera disponible.
{
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">
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,.
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…
DE
Dawn E.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Great Hair Helper!
I was so excited to try the scalp oil applicator. I used it with the Rosemary & Biotin scalp oil. It helped get better application coverage. I love that it comes with a cap, and I can keep it on the bottle until I've used it up. As soon as I can get another one, I'll probably get one for the Castor Oil bottle. I like to use the scalp oil the night before washing and I put my hair up in a bonnet while sleeping. I also really like this design for disability help. Sometimes my Rheumatoid Arthritic hands hurt and using the single applicator is more problematic. This little tool helps with that so much. Bravo Kitsch for making disability friendly tools.
NO
Nicole O.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Easy to Use
This handheld scalp oil applicator makes oiling your scalp super easy. I love that it screws on perfectly to any Kitsch oil bottle and saves the mess of having to pour it into another applicator or directly onto your scalp. It dispenses just the right amount of oil and didn’t leave my hair feeling or looking super oily. It also feels nice on your scalp with the right amount of pressure. It didn’t tangle my hair either and that’s a very big plus! It’s easy to clean, warm water and soap, and it’s clean. I feel like I don’t avoid oiling my scalp anymore because this applicator makes it so much easier! Super thankful to Kitsch for giving me the opportunity to try it!!
GB
Gillian B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Super helpful!
Honestly this does exactly what it says it will do. I also screwed it onto a different hair serum I use (the ordinary hair serum) and it fits on the bottle no problem. Helps you to use less product so it last longer and makes it really easy to properly care for your scalp so I almost never skip putting the serum in my hair since it’s so easy and convenient now. Since using it I’ve noticed a more consistent amount of growth all over my head which I think comes from being able to be more consistent and also being able to cover my whole scalp easier as well.
S
Stacey
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So easy and less waste !!!
This is the answer to how to correctly apply the scalp and hair oil. It attaches to bottles so easily and is very secure. However, I have found that pouring the oil into the applicator and placing the rubber cap on top helps it to flow easier. I just press the cap a few times and start rolling. After a few streaks are done I press it again and continue until my scalp is fully covered. This is definitely a great addition to an already perfect product !!!!
OS
Oleta S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Mom loves it!
I bought this for my mom because she uses the rosemary and biotin oil as well as the castor oil on her scalp and hair and she was getting too much. Now that she has this she is able to put the perfect amount on her hair.
VC
Veronica C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Very worthwhile purchase
I use this to apply a water based scalp treatment daily. It works great for that and has made my whole routine so much easier! I bought it on a whim and I'm so glad I did.
A
Adrienne
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
So easy!
I LOVE this applicator!!! I have been using scalp sprays for hair loss for about 2 years, first from Hers and now Trybello. The sprays work but they are awkward and cumbersome to apply. I have curly hair and, though I part it for each spray, there are times I get spray only on my hair, not the scalp. The Kitsch applicator lets me skip the parting. I pour the liquid from the spray bottle into the Kitsch. While I roll the liquid onto my scalp, I depress the cap once if it seems like the liquid isn't dispensing. I spend much less time using the applicator than with the spray bottle and parting. Thanks, Kitsch, for making hair care a little easier!👍🏾
GC
Griselda C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Hair oil applicator
I was very satisfied of how well this small hair/scalp tool took on what seemed to big a big job quickly and effortlessly. I was able to apply my hair oil quickly and evenly without it getting messy. Thanks a bunch!
Gracy C.
Loading...
Loading...
Frequently Asked Questions
C'est une question de précision et de luxe ! Notre applicateur se fixe directement sur n'importe quelle bouteille d'huile Kitsch, délivrant la dose parfaite là où votre cuir chevelu en a le plus besoin - de plus, les poils en acier inoxydable rafraîchissants ajoutent une couche supplémentaire d'indulgence.
En dirigeant l'huile nourrissante directement vers votre cuir chevelu et vos racines, elle améliore l'hydratation, favorise une croissance plus saine des cheveux et aide à apaiser les irritations, transformant ainsi votre routine en un véritable rituel de soin.
Parce qu'il s'agit d'un moyen intelligent, élégant et pratique d'améliorer vos soins capillaires ! Profitez d'une application précise et sans dégâts, d'une sensation de fraîcheur digne d'un spa et d'une conception durable qui vous permet, à vous et à la planète, d'avoir l'air et de vous sentir bien.
Oui ! Que vous utilisiez notre huile signature pour le cuir chevelu et les cheveux ou l'huile de ricin à 100 %, cet applicateur est suffisamment polyvalent pour s'attacher à n'importe quelle bouteille d'huile Kitsch, ce qui vous permet de personnaliser votre routine sans effort.
Après utilisation, dévissez le capuchon en silicone et nettoyez l'applicateur avec de l'eau et du savon doux.
Politique tarifaire
Prix de référence
Le prix de référence correspond au prix auquel le produit était précédemment proposé ou au prix de marché estimé pour des articles comparables vendus ailleurs. Les prix étant susceptibles de fluctuer, nous ne pouvons garantir que le prix de référence corresponde au prix du marché en vigueur à un moment donné.
Le choix d'une sélection entraîne l'actualisation de la page entière.