Descargo de responsabilidad: El embalaje recibido puede variar del mostrado.
El aceite de ricino 100% puro y ecológico de la USDA es prensado en frío para mantener su rica fuente de antioxidantes
Puede ayudar favorecen un cabello con más volumen, pestañas más largas, cejas más espesas,una piel hidratada, y cutículas reblandecidas
Mejora tu ritual de belleza con vitaminas y minerales esenciales
Nutre profundamente los folículos capilares para ayudar a mantener un cuero cabelludo más saludable, lo que puede fortalecer el cabello y darle una apariencia más abundante
La fórmula rica en omega puede ayudar a alargar las pestañas y engrosar las cejas
Aporta una hidratación intensa para ayudar a suavizar e hidratar las cutículas para el cuidado y mantenimiento de las uñas después de la manicura
Puede ayudar a mejorar la hidratación de la piel para revelar un brillo saludable desde el interior
Fórmula orgánica certificada por la USDA, sin hexano
Fabricado en EE.UU., Vegano, Libre de crueldad, Certificado Leaping Bunny
3x Aceite de ricino orgánico 100% puro prensado en frío - 60ml
1x Cepillo gratuito
Para cejas y pestañas, aplique con el cepillo incluido. Cuida tu cepillo limpiándolo con agua y jabón suave después de cada uso.
Para la piel y las uñas, aplica directamente la cantidad deseada y masajea suavemente hasta su absorción.
Calienta el aceite entre los dedos y mézclalo con aceite de coco o aceite de oliva. Para un tratamiento rápido, masajea el cuero cabelludo y las puntas durante 5 a 10 minutos. Para una hidratación profunda, aplica desde la raíz hasta las puntas como mascarilla de 30 minutos o déjalo actuar toda la noche. Luego, lava con champú y acondicionador como de costumbre, asegurándote de enjuagar bien. Repite semanalmente para mejores resultados.
Aceite de ricino
Nutre tu cabello de la raíz a las puntas con la ayuda del aceite de ricino, un aceite que fortalece las hebras y equilibra el cuero cabelludo para un cabello limpio y sano.
Ingredientes
100% aceite de 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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `100% Aceite de Ricino 60ml - Pack de 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');
});
}
}">
Comprados juntos frecuentemente
+
Total price:
100% Aceite de Ricino 60ml - Pack de 3
$45.00
$45.00
Set 6 Dermaplaners Cerezas
$18.00
$18.00
Micro Derma Roller
$27.00
$27.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 = `100% Aceite de Ricino 60ml - Pack de 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 = 'Añadir selección al carrito';
this.$dispatch('update-cart', { cart: response });
this.$dispatch('toggle-cart-drawer');
});
}
}">
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">
4 Razones por las que millones de mujeres usan aceite de ricino
1. Rico en vitaminas y minerales esenciales
El aceite de ricino es conocido por ser una rica fuente de vitaminas, minerales y ácidos grasos que el cabello, la piel y las uñas adoran. Se ha utilizado durante mucho tiempo para hidratar, reducir la inflamación y mejorar la salud capilar.
2. Cabello con un aspecto más saludable
Al aplicarlo en el cuero cabelludo, el aceite de ricino ayuda a nutrir profundamente los folículos pilosos, lo que puede ayudar a fortalecer el cabello desde la raíz hasta las puntas y a lograr un cabello con más volumen.
3. Proporciona hidratación profunda
Los beneficios hidratantes del aceite de ricino pueden ayudar a mejorar la hidratación de la piel para revelar una tez más suave y radiante.
4. Fortalece pestañas y cejas
Con su fórmula rica en omega, notarás pestañas más largas y cejas más gruesas después de incorporar regularmente aceite de ricino a tu rutina de belleza.
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
El aceite de ricino es un aceite natural rico en nutrientes extraído de las semillas de la planta de ricino. Rico en vitaminas, minerales y ácidos grasos esenciales, es un producto de belleza versátil, conocido por hidratar la piel, fortalecer y hacer crecer el cabello, las pestañas y las cejas, fomentar la salud de las uñas y ayudar con el dolor muscular.
A diferencia de otros, nuestro aceite de ricino es 100 % puro, orgánico certificado por el USDA y libre de hexano. Además, lo prensamos en frío para conservar su rica fuente de antioxidantes, garantizando así la conservación de todas las vitaminas y minerales esenciales para obtener el máximo beneficio.
¡Sí! Nuestro aceite de ricino 100 % es seguro y eficaz para usar en los labios y es una excelente alternativa al bálsamo labial. Gracias a sus propiedades hidratantes, puede ayudar a mantener los labios suaves e hidratados.
Sí, el aceite de ricino 100% de Kitsch se puede usar para fortalecer y nutrir pestañas y cejas. Gracias a su fórmula rica en omega, su uso regular puede resultar en pestañas más largas y cejas más gruesas. ¡Recomendamos usar un cepillo de cejas!
Para obtener mejores resultados, aplica una pequeña cantidad de aceite de ricino en las pestañas y cejas a diario o varias veces por semana. Su uso constante puede ayudar a mejorar la apariencia de pestañas y cejas más largas y densas.
¡Claro que sí! Para promover el crecimiento del cabello, aplica una pequeña cantidad de aceite de ricino en el cuero cabelludo y masajea suavemente. Usar un gotero es la mejor herramienta de aplicación. Déjalo actuar durante unas horas o toda la noche antes de enjuagar. Su uso regular puede ayudar a fortalecer el cabello y estimular su crecimiento.
El aceite de ricino es un producto excelente porque, además de sus beneficios de belleza, se puede usar como aceite de masaje calmante para aliviar el dolor muscular. Proporciona una experiencia calmante e hidratante, y su fórmula natural y suave proporciona una hidratación profunda sin obstruir los poros.
¡Sí! Nuestro aceite de ricino 100 % se puede usar para mezclar aceites esenciales, lo que lo convierte en un complemento versátil y beneficioso para tu rutina de belleza y bienestar.
Nuestro aceite de ricino 100 % es apto para todo tipo de piel, incluso la sensible.
Para mantener la calidad de este aceite de ricino 100 %, recomendamos guardarlo en un lugar fresco y oscuro, alejado de la luz solar directa. Esto ayudará a conservar sus propiedades naturales y a prolongar su vida útil.
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.