Avant le shampooing : Masser la quantité d'huile souhaitée sur le cuir chevelu et sur l'ensemble des cheveux. Laisser reposer pendant 10 minutes avant de laver.
Au quotidien : Frottez quelques gouttes d'huile entre vos paumes et appliquez sur les mi-longueurs et les pointes pour plus de brillance.
Extrait de Romarin
L'extrait de romarin aide à soutenir vos cheveux, en commençant par le cuir chevelu, en améliorant la circulation sanguine, en nourrissant les follicules pileux et en apaisant les irritations pour favoriser des cheveux plus forts, plus longs et plus doux.
Biotine
Boostez votre rituel capillaire avec de la biotine pour favoriser des cheveux plus forts, plus épais et un éclat soyeux, sans frisottis.
Huiles d'argan, de jojoba et de ricin
Ce mélange d'huiles riches en antioxydants aide à nourrir en profondeur, apaiser et équilibrer votre cuir chevelu pour une croissance capillaire saine.
Free of parabens, phthalates, silicones, sulfates, & artificial fragrance
Fragrance: Lavender & Vanilla
Extrait de romarin
Biotin
Huiles d'argan, de jojoba et de ricin
Nous sommes certifiés Leaping Bunny ! Le logo Leaping Bunny est le seul symbole internationalement reconnu garantissant aux consommateurs qu'aucun nouveau test sur les animaux n'a été utilisé dans le développement des produits qui l'arborent.
{
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 = `Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine 3 packs`;
let bundleHandle = `rosemary-biotin-scalp-oil-3-pack`;
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
Peigne à dents larges créé consciemment
$ 281.00
$ 281.00
Consciously Created Wet/Dry Brush (brosse sèche et humide)
$ 374.00
$ 374.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 = `Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine 3 packs`;
let bundleHandle = `rosemary-biotin-scalp-oil-3-pack`;
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
+
Peigne à dents larges créé consciemment
$ 281.00
$ 281.00
+
Consciously Created Wet/Dry Brush (brosse sèche et humide)
Huile fortifiante pour le cuir chevelu et les cheveux au romarin avec biotine 3 packs
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">
4 raisons pour lesquelles les gens adoptent l'huile de romarin
1. stimule la croissance des cheveux
L'huile de romarin est connue pour stimuler les follicules pileux et favoriser la croissance des cheveux. Elle améliore la circulation sanguine dans le cuir chevelu, ce qui contribue à nourrir les follicules pileux et à favoriser une croissance saine des cheveux.
2. prévient la chute des cheveux
L'huile de romarin est censée prévenir la chute des cheveux en renforçant les follicules pileux et en réduisant l'impact des facteurs environnementaux tels que la pollution et le stress, qui peuvent contribuer à la chute des cheveux.
3. traite les pellicules
L'huile de romarin possède des propriétés anti-inflammatoires et antimicrobiennes qui peuvent aider à traiter les pellicules et d'autres affections du cuir chevelu. Elle peut également aider à apaiser les démangeaisons et les irritations du cuir chevelu.
4. revitalise les cheveux
L'huile de romarin est un revitalisant naturel qui peut aider à rendre les cheveux plus doux et plus faciles à coiffer. Elle peut également aider à prévenir les pointes fourchues et les cassures, donnant aux cheveux une apparence et une sensation plus saines.
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.
Loading...
Loading...
Frequently Asked Questions
En fonction de votre type de cheveux et de la fréquence à laquelle vous les lavez, certaines personnes voient les résultats immédiatement, tandis que d'autres commencent à les voir au bout de quelques semaines.
Il s'agit d'une huile capillaire que l'on applique sur le cuir chevelu avant le shampooing. L'huile aide à nourrir et à hydrater le cuir chevelu, favorisant ainsi une croissance saine des cheveux.
Oui ! N'hésitez pas à demander à notre équipe d'assistance quel est votre type de cheveux et nous vous orienterons dans la bonne direction.
Appliquez une petite quantité d'huile directement sur votre cuir chevelu à l'aide du compte-gouttes. Masser l'huile pour l'incorporer et la laisser agir pendant 10 minutes avant le shampooing.
Lorsque vous souscrivez à un abonnement, nous débitons automatiquement votre carte afin que vous puissiez le régler et l'oublier. Vous pouvez annuler votre abonnement à tout moment.
Oui, mais pour plus de sécurité, nous vous recommandons de consulter votre coloriste pour vous assurer qu'il n'y a pas d'impact sur votre couleur.
Pour de meilleurs résultats, nous recommandons de l'utiliser une à deux fois par semaine, en fonction des besoins de vos cheveux et de votre cuir chevelu.
Il peut aider à soulager le cuir chevelu sec et les démangeaisons, à combattre les pellicules et à améliorer la santé générale de vos cheveux.
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.