Avvertenza: La confezione ricevuta può variare da quella mostrata.
Olio di ricino 100% puro e biologico certificato USDA, spremuto a freddo per mantenere la sua ricca fonte di antiossidanti
Può aiutare a favorire capelli più folti, ciglia più lunghe, sopracciglia più piene, pelle più idratata e cuticole più morbide
Arricchisce il tuo rituale di bellezza con vitamine e minerali essenziali
Nutre profondamente i follicoli piliferi per aiutare a mantenere un cuoio capelluto più sano, il che può rafforzare i capelli e conferirgli un aspetto più folto
La formula ricca di omega può aiutare a allungare le ciglia e ispessire le sopracciglia
Fornisce un’idratazione intensa per aiutare a ammorbidire e idratare le cuticole per la cura e la manutenzione delle unghie dopo la manicure
Può aiutare a migliorare l’idratazione della pelle per rivelare una luminosità sana dall'interno
Formula biologica certificata USDA, senza esano
Prodotto negli USA, Vegano, Cruelty Free, Certificato Leaping Bunny
3x Olio di ricino biologico 100% puro spremuto a freddo - 60ml
1x Spazzola gratuita
Per sopracciglia e ciglia, applicare con lo scovolino incluso. Pulire lo scovolino con acqua e sapone delicato dopo ogni utilizzo.
Per pelle e unghie, applicare direttamente la quantità desiderata e massaggiare delicatamente fino all'assorbimento.
Scaldare l'olio tra le dita e mescolarlo con olio di cocco o olio d'oliva. Per un trattamento rapido, massaggiare il cuoio capelluto e le punte per 5-10 minuti. Per un'idratazione profonda, applicare dalle radici alle punte come maschera da 30 minuti o lasciarlo assorbire durante la notte. Quindi lavare con shampoo e balsamo come di consueto, assicurandosi di risciacquare bene. Ripetere settimanalmente per ottenere i migliori risultati.
Olio di ricino
Nutri i tuoi capelli dalle radici alle punte con l'aiuto dell'olio di ricino, un olio rinforzante per le ciocche e riequilibrante per il cuoio capelluto, per capelli puliti e sani.
Ingredienti
100% Olio di ricino
We are Leaping Bunny certified! The Leaping Bunny Logo is the only internationally recognized symbol guaranteeing consumers that no new animal tests were used in the development of any product displaying it.
{
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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Olio di ricino puro al 100% - Confezione da 3`;
let bundleHandle = `100-castor-oil-2oz-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');
});
}
}">
Acquistati spesso insieme
+
Total price:
Olio di ricino puro al 100% - Confezione da 3
$ 545.00
$ 545.00
Set di dermaplaner in plastica riciclata da 6 pezzi - Fiori di ciliegio
$ 107.10$ 126.00
Micro Derma Roller
$ 326.00
$ 326.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;
let discount = 0;
this.selected.forEach(function (item) {
item.tags.forEach(function (tag) {
if(tag.includes('discount:') || tag.includes('Discount:') || tag.includes('discount: ') || tag.includes('Discount: ')){
discount = tag.split(':')[1];
}
})
})
if(discount > 0){
extraDiscount = total * (discount / 100);
}
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Olio di ricino puro al 100% - Confezione da 3`;
let bundleHandle = `100-castor-oil-2oz-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 = 'Aggiungi la selezione al carrello';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
Acquistati spesso insieme
Olio di ricino puro al 100% - Confezione da 3
$ 545.00
$ 545.00
+
Set di dermaplaner in plastica riciclata da 6 pezzi - Fiori di ciliegio
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">
4 motivi per cui milioni di donne usano l'olio di ricino
1. ricco di vitamine e minerali essenziali
L'olio di ricino è noto per essere una ricca fonte di vitamine, minerali e acidi grassi che i tuoi capelli, la tua pelle e le tue unghie adorano! È stato a lungo utilizzato per idratare, ridurre l'infiammazione e migliorare la salute dei capelli.
2. capelli dall'aspetto più sano
Quando applicato sul cuoio capelluto, l'olio di ricino aiuta a nutrire in profondità i follicoli piliferi, il che può aiutare a rafforzare le ciocche dalle radici alle punte e favorire ciocche dall'aspetto più folto.
3. fornisce un'idratazione profonda
I benefici idratanti dell'olio di ricino possono aiutare a migliorare l'idratazione della pelle per rivelare un colorito più liscio e luminoso.
4. fortifica ciglia e sopracciglia
Con la sua formula ricca di omega, potresti notare ciglia più lunghe e sopracciglia più folte dopo aver regolarmente incorporato l'olio di ricino nella tua routine di bellezza.
The Castor Oil from Kitsch it's so much better than any other I have tried. First, I like the consistency of it, it is not too liquid which makes it easier to apply. My eyebrows look fuller after a few weeks of use, and my eyelashes look longer as well. I have been using it on my husband's front scalp and it seems to be helping new hair grow. Highly recommended. As always they mastered this product!
DS
Dani S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Loving this!
I love facial oils at night to lock in moisture and wanted to try castor oil having read that it was good for dark under eyes. I have been using it for about three weeks and am very happy with it! It’s not as thick as vitamin e, not as thin as rose hip oil. Feels good, the stickiness goes away quickly. Im using it all over my face, under eyes, brows, lashes, just like I would my regular moisturizer. I am also using it on my dry cuticles, chapped lips, and the backs of my hands to see if it helps with sun spots. My skin is softer, moisture locked in, and under eye seems to be improving! Curious to see how it goes after a few more months. Before and after. And my dry nails are so much better!
S
Sarah
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Incredibly Hydrating
I absolutely love this castor oil. It is perfect for extra glowy skin, dry spots and itchy spots (eczema!!!), and irritated skin. Rub it into your scalp, lashes, eye brows, cuticles, you name it! I’m looking forward to purchasing another bottle!
DG
Dana G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Versatile product!
I absolutely love the castor oil! I used it on my legs, feet, hands, face, scalp…. It worked on everything! I am waiting to see the results from applying it to my lashes brows and scalp but I am confident I will see changes soon. I will absolutely be purchasing this again!
L
Lauryne
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this
I’ve never tried any other brands of castor oil, so I can’t compare results. This is great ! I have the 80’s sparse brows from massive over plucking and I use this every day on my brows and they are filling in. I started using it November 11th, and it’s Christmas Day today , and there is already a big difference. I’ve not tried it on my hair yet and I can’t use it on my lashes because my eyes get irritated. I recommend trying this if you have sparse brows. I never really believed topical things worked for hair growth, but seeing is believing.
JO
Jennifer O.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
This works!
Wow this product is amazing and works very quickly! I've only used it a few weeks and I see the growth in my eyebrows. I've had cancer so I lost alot of hair to include my eyebrows but this castor oil is truly helping me with forming the shape again. My goal is to hopefully not need to fill my eyebrows in with eyebrow powder. Thank you for such an amazing product!
G
G
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Grew my eyelashes!
Brushed this lightly on my eyelashes every night, started to see results after about a month! My lashes are longer and thicker thanks to this castor oil. I have tried many lash serums and have not had much luck, so switched to castor oil and have seen great results.
D
dmd
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
100% pure castor oil
It’s taking me a while to review kitsch 100% castor oil. I did not use it on my eye lashes like many people do, I used it on my scalp. I made 6 little parts in my hair around my head and placed a few drops in each part and I pressed on it for a minute or two so it would help get in my scalp. I left it in over night. I had to wash my hair twice after treating my scalp with castor oil and it make my scalp feel really clean and my hair. I did this for two weeks. I love this cold pressed castor oil!
Also I put this 100% pure castor oil on my lips because I wanted to see if it would help so I do not have to use my lip balm and have done this over night a few times and it worked. My lips do not feel dry. I have gone almost a week without lip balm.
I recommend Kitsch pure castor oil. It’s a small bottle but will last for months as you only need a little for what you’re using it for. It’s thick like I like it and works very good!
A
Amanda
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
A Nourishing Moisturizer for Dry Skin and Scalp
I’ve been using castor oil for a while now, and while I can’t definitively say it boosts hair growth, its moisturizing properties have been a game-changer for my dry skin and scalp. The oil’s thick consistency ensures deep hydration, leaving my skin feeling soft. On my scalp, it alleviates dryness. I particularly appreciate its natural composition, which makes it a staple in my skincare routine. For anyone seeking a natural solution to combat dryness, castor oil is worth considering.
DP
Danica P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
My Brows Look Fuller and More Defined
This castor oil has been amazing for my eyebrows because they look thicker and more filled in over time. I love using it as part of my nighttime routine since it feels simple, natural, and nourishing. It is such a great product if you want your brows to look healthier and fuller.
Loading...
Loading...
Frequently Asked Questions
L'olio di ricino è un olio naturale ricco di sostanze nutritive estratto dai semi della pianta di ricino. Ricco di vitamine essenziali, minerali e acidi grassi, è un versatile prodotto di bellezza, noto per idratare la pelle, rafforzare e far crescere capelli, ciglia e sopracciglia, promuovere unghie sane e aiutare con i dolori muscolari.
A differenza di altri, il nostro olio di ricino è puro al 100%, biologico USDA e privo di esano. Volevamo anche spremere a freddo il nostro per mantenere la sua ricca fonte di antiossidanti, assicurando che tutte le vitamine e i minerali essenziali siano preservati per il massimo beneficio.
Sì, puoi! Il nostro olio di ricino al 100% è sicuro ed efficace per l'uso sulle labbra ed è un'ottima alternativa al balsamo per le labbra. Grazie alle proprietà idratanti può aiutare a mantenere le labbra morbide e idratate!
Sì, l'olio di ricino al 100% di Kitsch può essere utilizzato per fortificare e nutrire ciglia e sopracciglia! Grazie a questa formula ricca di omega, l'uso regolare può portare a ciglia più lunghe e sopracciglia più folte. Consigliamo di utilizzare uno spoolie per le sopracciglia!
Per ottenere risultati ottimali, applica una piccola quantità di olio di ricino su ciglia e sopracciglia ogni giorno o più volte alla settimana. Un uso costante può aiutare a migliorare l'aspetto di ciglia e sopracciglia più lunghe e folte.
Sì, lo farà! Per promuovere la crescita dei capelli, applica una piccola quantità di olio di ricino sul cuoio capelluto e massaggia delicatamente. Utilizzare il contagocce sarà lo strumento migliore per l'applicazione. Lascialo agire per alcune ore o durante la notte prima di risciacquarlo e l'uso regolare può aiutare a rafforzare i capelli e favorire la crescita.
L'olio di ricino è un ottimo prodotto perché, oltre ai suoi benefici di bellezza, può essere utilizzato come olio da massaggio lenitivo per alleviare i dolori muscolari. Agisce per fornire un'esperienza calmante e idratante, inoltre la sua formula naturale e delicata fornisce un'idratazione profonda senza ostruire i pori.
Sì, puoi! Il nostro olio di ricino al 100% può essere utilizzato per la miscelazione di oli essenziali, rendendolo un'aggiunta versatile e benefica alla tua routine di bellezza e benessere.
Il nostro olio di ricino al 100% è adatto a tutti i tipi di pelle, anche a quelle sensibili.
Per mantenere la qualità di questo olio di ricino al 100%, consigliamo di conservarlo in un luogo fresco e buio, lontano dalla luce solare diretta. Ciò contribuirà a preservare le sue proprietà naturali e a prolungarne la durata di conservazione.
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.