Un aceite multifunción para tu cuidado semanal de cabello y cuero cabelludo! Úsalo como un aceite antes del lavado del cuero cabelludo (al menos 1 vez a la semana) y como aceite capilar (a diario) para hidratar las puntas y añadir brillo
Aceite 100% vegetal formulado con extracto de romero y biotina para ayudar a la salud del cuero cabelludo y fortalecer el cabello de la raíz a las puntas
Enriquecido con una rica mezcla antioxidante de argán, joboba y aceite de ricino para nutrir tu pelo y tu cuero cabelludo.
Su fórmula suave pero eficaz funciona en todo tipo de cabellos para desenredar y nutrir el cuero cabelludo antes del champú
Su aroma terapéutico a lavanda te invita a relajarte y a disfrutar de un momento de spa en casa
Envase: cuentagotas de vidrio y plástico reciclado.
Antes del champú, aplicar y masajear la cantidad deseada de aceite sobre el cuero cabelludo.
Dejar actuar al menos 10 minutos antes de lavar.
Aplicar 1-2 gotas en las puntas diariamente según sea necesario.
Aceite de Girasol
El aceite de semilla de girasol, rico en antioxidantes, ayuda a aportar nutrientes a tus hebras mientras hidrata profundamente para un cabello saludable e hidratado.
Aceites de argán, jojoba y ricino
Esta mezcla de aceites ricos en antioxidantes ayuda a nutrir en profundidad, calmar y equilibrar el cuero cabelludo para un crecimiento sano del cabello.
Biotina
Refuerce su ritual de cuidado capilar con Biotina para ayudar a conseguir un cabello más fuerte y grueso con un brillo sedoso y sin encrespamiento.
Extracto de romero
El extracto de romero ayuda a mantener el cabello, empezando por el cuero cabelludo, mejorando el flujo sanguíneo, nutriendo los folículos pilosos y calmando la irritación para conseguir un cabello más fuerte, largo y suave.
Ingredientes
Aceite de semilla de Helianthus Annuus (girasol), aceite de semilla de Simmondsia Chinensis (jojoba), aceite de semilla de Ricinus Communis (ricino), aceite de Argania Spinosa (argán), fragancia natural*, biotina (vitamina B7), oleorresina de Rosmarinus Officinalis (romero).
*Fragancia natural derivada de plantas
Sin parabenos, ftalatos, siliconas, sulfatos ni fragancias artificiales
Fragancia: Lavanda
¡Estamos certificados por Leaping Bunny! El logo de Leaping Bunny es el único símbolo reconocido internacionalmente que garantiza a los consumidores que no se realizaron nuevas pruebas en animales durante el desarrollo de ningún producto que lo muestre.
{
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 = `Muestra de aceite equilibrante para cuero cabelludo y cabello con romero y biotina - 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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
Aceite fortalecedor del cuero cabelludo y el cabello de romero con biotina
$ 350.00
$ 350.00
Champú y acondicionador voluminizador con romero y biotina
$ 653.00
$ 653.00
Cepillo negro desenredante y pulidor
$ 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 = `Muestra de aceite equilibrante para cuero cabelludo y cabello con romero y biotina - 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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Comprados juntos frecuentemente
Aceite fortalecedor del cuero cabelludo y el cabello de romero con biotina
$ 350.00
$ 350.00
+
Champú y acondicionador voluminizador con romero y biotina
Muestra de aceite equilibrante para cuero cabelludo y cabello con romero y biotina - 0.34fl oz./10mL
Register to receive a notification when this item comes back in stock.
Please enter a valid email address.
Thanks for signing up! We'll send you an email when the product becomes available.
{
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.
El precio de referencia representa el precio al que se ofrecía anteriormente el producto o el precio de mercado estimado de artículos comparables en otros establecimientos. Dado que los precios suelen fluctuar, no podemos garantizar que el precio de referencia refleje el precio de mercado vigente en un momento determinado.
Al seleccionar una opción, se actualiza toda la página.