Nutre in profondità i capelli secchi e danneggiati per ciocche più forti e idratate
Infuso con olio di ricino per aiutare a ripristinare l’idratazione e mantenere punte sane e riparate
Formulato con Fision® Hydratress che aiuta a districare e controllare l’effetto crespo, e Fision® Ecosil per una finitura luminosa
Aiuta a ridurre la rottura dei capelli riparando le ciocche per una chioma dall'aspetto più pieno e sano
Privo di parabeni, ftalati, siliconi, solfati e fragranze artificiali
Bilanciato nel pH e sicuro per capelli colorati
Riduce la plastica monouso: risparmia due bottiglie di shampoo/balsamo liquido
Prodotto negli Stati Uniti, Vegano, Cruelty Free, Certificato Leaping Bunny
CERTIFICATO 4OCEAN: Per ogni barra di shampoo o balsamo, 4ocean rimuove l' equivalente di una bottiglia di balsamo in plastica dagli oceani, fiumi e coste del mondo
Dopo lo shampoo, bagnare la barretta con acqua tiepida e massaggiarla sulle ciocche, dalle lunghezze alle punte, fino a formare una schiuma. Risciacquare e pettinare o districare come di consueto.
Un consiglio da professionista: Per capelli ancora più morbidi e privi di crespo, abbinate il prodotto Kitsch Shampoo solido all'olio di ricino nutriente per aiutare a nutrire ed equilibrare il cuoio capelluto e i capelli.
Se i vostri capelli tendono a sentirsi rigidi, secchi o fragili con i prodotti ricchi di proteine, il vostro tipo di capelli potrebbe essere soggetto a un sovraccarico di proteine e dovreste alternare la routine con un prodotto ricco di idratazione, come il nostro Shampoo e Balsamo Idratante all'Olio di Cocco. Per determinare se i vostri capelli sono soggetti a un sovraccarico di proteine, consultate il nostro Tabella del test di sensibilità alle proteine dei capelli.
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.
Fision® Hydratress
Districa i nodi e controlla l'effetto crespo con Fision® Hydratress per capelli lisci e lucenti.
Fision® EcoSil
Questa alternativa naturale al silicone aiuta a condizionare le ciocche con una maggiore lucentezza.
Ingredienti
Alcohol Cetearilico, Cloruro di Behentrimonio, Olio di Cocos Nucifera (Cocco), Olio di Semi di Ricinus Communis (Ricino), Olio di Semi di Helianthus Annuus (Girasole), Lauryl Laurate, Fragranza Naturale*, Olivato di Etilesil Idrogenato (e) Insaponificabili di Olio d'Oliva Idrogenato, Acqua, Pantenolo, Quinoa Idrolizzata, Estratto di Semi di Pisum Sativum (Pisello), Esanediolo, Ialuronato di Sodio, Guar Idrossipropiltrimonio Cloruro, Ossido di Ferro (CI77491)**.
*Fragranza naturale derivata da piante. **Colore naturale.
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che non sono stati effettuati nuovi test sugli animali durante lo sviluppo di qualsiasi prodotto che lo mostri.
{
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: 4,
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 = `Barretta balsamo nutriente all'olio di ricino`;
let bundleHandle = `castor-oil-solid-conditioner`;
let bundleCount = 4;
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:
Barretta balsamo nutriente all'olio di ricino
$16.00$16.00
Shampoo solido Detox
$16.00$16.00
Shampoo Bar Nutriente All'Olio Di Ricino
$16.00$16.00
100% Olio di ricino 60ml + Dermaplaner ecologico GRATIS
$14.70$14.70
{
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: 4,
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 = `Barretta balsamo nutriente all'olio di ricino`;
let bundleHandle = `castor-oil-solid-conditioner`;
let bundleCount = 4;
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
Barretta balsamo nutriente all'olio di ricino
$16.00$16.00
+
Shampoo solido Detox
$16.00$16.00
+
Shampoo Bar Nutriente All'Olio Di Ricino
$16.00$16.00
+
100% Olio di ricino 60ml + Dermaplaner ecologico GRATIS
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 stanno passando all'olio di ricino
1. Meno rotture di capelli
L'olio di ricino ha proprietà idratanti che potrebbero contribuire a lubrificare il fusto del capello, aumentandone la flessibilità e diminuendo la possibilità di rottura.
2. Rafforzamento
L'idea è che l'elevato contenuto di acido ricinoleico possa contribuire a migliorare la circolazione sanguigna del cuoio capelluto, con conseguente nutrimento dei follicoli piliferi, rafforzamento delle ciocche e riduzione delle rotture.
3. Cuoio capelluto sano
L'olio di ricino aumenta il flusso sanguigno al cuoio capelluto, favorendo la salute dei capelli.
4. Disintossicante
Le proprietà antimicrobiche e antimicotiche dell'olio di ricino possono ridurre la forfora.
After using this product, my hair: Felt less frizzy, Felt more smooth, Felt more nourished
Rated 5 out of 5 stars
2 years ago
Game changer
Was able to try the castor oil s&c and was a big difference for my curls. I have wavy/curly hair and generally doesn't hold curl very well without lots of product. Was able to test and used very little products and allowed my hair to air dry. Hair felt much softer, less frizz, and more defined curls that held longer. Will definitely be adding to my routine
Ease of UseRated 5.0 on a scale of 1 to 5
Difficult Super Easy!
B
Bethany
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love love love this!!!
I have curly, gray (cinnamon and sugar because it’s reddish brown and gray) hair that needs lots of moisture without being weighed down and greasy. I had the opportunity to try this out before it was launched and it is a miracle worker. This will be my “go to” from now on!!!
SK
Sirihari K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Amazing Softness and lightness
I had the wonderful opportunity of trying out this conditioner before it was released to the public. My hair feels cleaner, lighter and softer. I am able to go a couple more days in between washes when using this. Will definitely be adding this into my hair care routine it also kept my curls very nicely!!
Highly recommend this!! 😊👌
K
Krista
Verified Buyer
I recommend this product
What is your hair texture Curly
Hair Concern Thinning, Frizzy, Dry, Weak
After using this product, my hair: Felt less frizzy, Had less breakage, Felt more smooth, Felt more healthy, Felt more nourished
Rated 5 out of 5 stars
1 year ago
Excellent cowash
My hair has gone through many changes over the last few years. Recently, I started experiencing major hair loss After starting a monthly biologic injection. My hair became brittle and was prone to breakage. It literally felt like straw.
I now use the castor oil conditioner as a car wash in between shampoos. My hair has Not only began to regrow, but is amazingly soft and curly. I have minimal frizz. I absolutely love this and will forever be a Kitsch girl!
Ease of UseRated 5.0 on a scale of 1 to 5
Difficult Super Easy!
LF
Lia F.
Verified Buyer
I recommend this product
What is your hair texture Wavy
Hair Concern Frizzy, Dry, Damaged
After using this product, my hair: Felt more smooth, Felt more nourished, Felt more healthy, Felt less frizzy, Felt less tangly
Rated 5 out of 5 stars
1 year ago
Beautiful condition or get rid of my frizz
This bar makes my hair so soft and brings out my natural waves. My hair loves it. It gets rid of frizz and conditions beautiful for my dry hair.
Ease of UseRated 5.0 on a scale of 1 to 5
Difficult Super Easy!
AC
Ana Cristina M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Game Changer for Curly Girls
I was lucky enough to be selected for the Castor Oil Conditioner Study. I received both the Castor Oil Shampoo and Conditioner over the weekend, washed my hair last night and let it air dry, and it was the softest and most manageable it's been in a while! Normally I wake up with horrible tangles (I have wavy/curly hair), but my hair was still soft and tangle-free this morning. This conditioner is going to be a game changer for curly girls. It conditions the hair nicely without weighing it down too much.
After using this product, my hair: Felt more smooth, Felt more nourished, Felt more healthy, Felt less tangly , Felt less frizzy
Rated 5 out of 5 stars
2 years ago
Great Product
I noticed less frizz and tangles, and much smoother hair after just one wash. It doesn’t leave my hair feeling greasy or weighed down. Highly recommend if you have wavy or curly hair and are needing something to help control the frizz and dryness.
After using this product, my hair: Felt more smooth, Felt more nourished, Smelled amazing, Felt more healthy, Felt less frizzy
Rated 5 out of 5 stars
1 year ago
Great Conditioner
I really like this conditioner. My scalp tends to be dry and itchy, especially in the winter as I live in a cold climate. This conditioner bar applies really nicely, I like to "paint" it on my hair and I get enough product on my hair easily. It leaves my hair feeling nourished without feeling heavy or oily. It also smells great and the scent level is just right. I definitely recommend this conditioner bar.
Ease of UseRated 5.0 on a scale of 1 to 5
Difficult Super Easy!
ST
Stephanie t.
Verified Buyer
I recommend this product
What is your hair texture Wavy
Hair Concern Thinning, Damaged
After using this product, my hair: Felt more healthy, Felt less frizzy, Had less breakage, Smelled amazing, Felt more smooth
Rated 5 out of 5 stars
9 months ago
soft hair
I love everything about kit sch i have now a full head of hair loss a lot due to menopause
Ease of UseRated 5.0 on a scale of 1 to 5
Difficult Super Easy!
Loading...
Loading...
Frequently Asked Questions
Questa barretta promuove la salute generale dei capelli nutrendoli con ingredienti arricchenti come l'olio di ricino e la miscela di proteine della quinoa, riducendo potenzialmente la necessità di ulteriori trattamenti.
Sì! Questo balsamo è stato progettato per abbinarsi perfettamente al nostro Shampoo Bar Nutriente all'Olio di Ricino preferito dai fan, fornendo una soluzione completa per la salute dei capelli. È inoltre possibile combinare i prodotti per soddisfare le esigenze dei capelli in base alle soluzioni offerte dalle nostre barre di shampoo e balsamo.
Sì! Questo shampoo è stato formulato per essere delicato ma efficace e quindi adatto a tutti i tipi di capelli, compresi quelli secchi e danneggiati.
Sì! I nostri balsami sono privi di solfati e parabeni, il che significa che sono abbastanza delicati da poter essere utilizzati sui capelli trattati senza togliere il colore.
Sì, è possibile utilizzare questa barretta balsamo ogni giorno! È stata formulata per fornire idratazione e nutrimento profondi senza appesantire i capelli.
L'uso prolungato di questo balsamo favorisce la salute e la vitalità dei capelli, riducendo i danni, la rottura e la perdita di capelli, per ottenere capelli più forti e più sani.
Sì! I nostri balsami sono privi di solfati e parabeni, il che significa che sono abbastanza delicati da poter essere utilizzati sulle extension.
Questa barretta è adatta a tutti i tipi di capelli, soprattutto a quelli secchi e danneggiati. È anche un'ottima opzione per chi ha capelli grassi o ad alta porosità. Aiuta a idratare, ridurre l'effetto crespo e rafforzare i capelli.
Le barrette solide spesso durano più a lungo dei tradizionali shampoo e balsami liquidi. Con un uso e una conservazione corretti, una singola barretta può fornire fino a 100 utilizzi!
Come tutti i nostri prodotti, anche il nostro shampoo è privo di sostanze chimiche nocive ed è realizzato con ingredienti nutrienti e di alta qualità, come l'olio di cocco, per garantire la migliore cura dei capelli e del cuoio capelluto.
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.