Formulato con olio di ricino per idratante, riequilibrante e calmante per le irritazioni del cuoio capelluto
Nutre il cuoio capelluto per aiutare a ridurre la rottura e i danni ai capelli
Senza parabeni, ftalati, siliconi, solfati e fragranze artificiali
Riduce la plastica monouso: salva due bottiglie di shampoo/conditioner liquido
PH bilanciato e sicuro per i capelli colorati
Prodotto negli Stati Uniti con ingredienti di qualità
CERTIFICATO 4OCEAN: Per ogni barra di shampoo o conditioner, 4ocean estrae l'equivalente di una bottiglia di plastica da shampoo dai mari, fiumi e coste del mondo
Come ottenere risultati da salone: Bagna i capelli, strofina la barretta tra le mani fino a ottenere una ricca schiuma oppure applicala direttamente sul cuoio capelluto. Massaggia con la punta delle dita, quindi risciacqua e ripeti se necessario.
Consiglio da professionista: Abbinalo al nostro Beauty Bar Bag.
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.
Acido ricinoleico
L'acido ricinoleico può aiutare a promuovere capelli più forti e voluminosi stimolando il flusso sanguigno al cuoio capelluto per supportare follicoli più sani e la crescita dei capelli.
*Profumo naturale derivato da piante. **Colore naturale.
Privo di parabeni, ftalati, siliconi, solfati e profumi artificiali.
Fragranza: Ambra zuccherata e karité
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 = `Shampoo Bar Nutriente All'Olio Di Ricino`;
let bundleHandle = `nourishing-shampoo-bar`;
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:
Shampoo Bar Nutriente All'Olio Di Ricino
$16.00$16.00
Shampoo solido Detox
$16.00$16.00
Barretta balsamo nutriente all'olio di ricino
$16.00$16.00
Glass Hair Shine Serum
$15.00$15.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: 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 = `Shampoo Bar Nutriente All'Olio Di Ricino`;
let bundleHandle = `nourishing-shampoo-bar`;
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');
});
}
}">
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 passano all'olio di ricino
1. Meno rottura dei capelli
L'olio di ricino ha proprietà idratanti che potrebbero aiutare 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.
4.9
Rated 4.9 out of 5 stars
Based on 2,616 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this shampoo bar has a mild, pleasant scent and creates good lather. Some note initial dryness and lathering challenges. Many reviews mention softer, shinier hair and improved manageability. Common feedback includes the bar breaking into pieces when small. Most appreciate its effectiveness for cleansing and ease of use.
Product Standouts Great Ingredients, Hydrates, Balances Scalp, Lathers Well, Moisturizes
Rated 5 out of 5 stars
1 year ago
The reviews say it all!!
I'm in love! I was skeptical switching to bar shampoo just because it was outside my comfort zone but I'm amazed. I've always been conscious of staying away from harmful chemicals but this takes the cake.
I use the "painting" method on my scalp and the lather is so rich. It doesn't feel dry, but rather nourishing and cleansing. I actually think I "painted" too much because it was SO MUCH lather. A little goes a long way.
I paired it with the Shea Butter Conditioner bar and I'm absolutely sold. This was after my first use and I can't wait see the results after a few weeks transitioning from traditional product to clean Kitsch bars. I'm about to order a couple more for a nice rotation. Thank you Kitsch!
REFERENCE: Long natural blonde hair, thick and curly/wavy texture, frizz control issues and mild dandruff. Dryness/greasy spells depending on what products I'm using and environment I'm in as I live in Florida (humid) and Las Vegas (dry) throughout the year.
I've been using the castor oil shampoo & the rosemary and biotin conditioners for a couple of weeks now.
I was pleasantly surprised by the luxurious lather ESPECIALLY from a bar!
I've noticed baby hairs coming in already too!
Also my hair looks and feels great so far!
I will DEFINITELY purchase again!
KW
Kerri W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Life changing cure!!!
The best birthday gift I have ever received. I am dancing in my heart. 6 decades of lifeless, drabby, blahhhh thin hair. This product has changed my life. I'm telling everyone about this miracle bar shampoo. I've noticed my body skin is softer too. Ive posted a picture of your soap box with this updated profile picture on my Facebook page. Expect tons of new customers and rightfully so. Dancing in my heart people dancing. No more hair and inner depression. Who would of thought that a bar of shampoo soap would change my life for the better and greater good. Thank you for inventing this hair miracle cure. You have a lifelong customer and promoter. God bless you FOREVER AND EVER ❤️❤️❤️ Here's the before and after pictures as proof positive. Enjoy the new you people and start dancing in your hearts ❤️
TS
Tonya S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Grateful
I love this product! I was loosing my hair, it felt brittle and breaking bad! Minus Hormones at 51 was taking an awful toll on my hair! Not now
My hair is growing back and feels great! I stopped using any other products on my hair because after using kitsch I don’t need them.
My picture is the right side of my hair and is from Jan-March and it’s so noticeable it this product works!
LT
Lynn T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
Awesome shampoo & conditioner
Love this shampoo and conditioner on my 3B curly graying hair. Takes a little to get used to using bars but it’s worth it!
CC
Cecilia C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Cancer survivor
After enduring chemotherapy, I find myself extremely sensitive to chemical or perfumes to the point of headaches and nauseous. It’s been hard to find a shampoo and conditioner that doesn’t make me feel ill. Your shampoo and conditioner not only have a soft aroma but they do a great job to clean and condition. Thank you for creating a product that I can use!
NR
Nancy R.
Verified Buyer
I recommend this product
Hair Concern Frizzy, Thinning, Sensitive Scalp
Product Standouts Great Ingredients, Moisturizes, Hydrates
Rated 5 out of 5 stars
2 years ago
Love it!
I have to admit that I was very skeptical about trying this, especially because I have very thick coarse hair. I don't think I'll go back to regular shampoo or conditioner at this point. The only downside is that it's way too expensive for how much you get. If I wash my hair more than once a week I don't think I would be able to afford to use it all the time. Lucky for me I only wash my hair once a week!
DM
Danni M.
Verified Buyer
I recommend this product
Hair Concern Dry, Brassy, Frizzy
Product Standouts Great Ingredients, Hydrates, Moisturizes
Rated 5 out of 5 stars
1 year ago
Best Hair product I have ever used
My hair has never been better! It’s soft , silky , and shiny! I can’t believe the number of days that I can go without having to shampoo For the first time in my life my hair isn’t frizzy after a shampoo … This has honesty been the best beauty product that I have ever used!
SM
Sofia M S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
I love Castor Oil shampoo bar!!
From the first wash, I noticed that my scalp felt cleaner,my hair easier to brush. I had spots of hair loss,but within weeks, my hair grow back till I had no more spots on my head. Marvellous,amazing product!!
AR
April R.
Verified Buyer
I recommend this product
Hair Concern Itchy Scalp, Dry, Frizzy
Product Standouts Hydrates, Great Ingredients, Balances Scalp, Lathers Well, Moisturizes
Rated 5 out of 5 stars
2 years ago
My favorite shampoo!!
The castor oil nourishing shampoo bar has transformed not just my hair, but my whole family's! Our hair feels incredibly moisturized after each use, and the real game-changer is how effortlessly it detangles my children's curls. No more struggling with knots – my fingers and hair tools glide through effortlessly. This product is an absolute game-changer, and we're all in love with it! I also love the simplicity of the ingredients.
Loading...
Loading...
Frequently Asked Questions
A seconda del tipo di capelli e della frequenza con cui li si lava, alcuni vedono i risultati immediatamente, mentre altri possono iniziare a vederli dopo qualche settimana.
Sì, ma non fidatevi della nostra parola! Date un'occhiata alle migliaia di recensioni a 5 stelle di persone di tutte le età che utilizzano le nostre barrette di shampoo e balsamo.
Sì! Se vi state chiedendo quale sia la barretta giusta per voi, dite al nostro team di assistenza qual è il vostro tipo di capelli e vi indirizzeremo nella giusta direzione.
I capelli di ognuno di noi sono diversi, quindi è necessario fare un po' di tentativi finché non si scopre cosa funziona meglio per voi. Iniziate con una quantità sufficiente a pulire le radici e il cuoio capelluto fino alle punte dei capelli. Se non si vedono risultati, si consiglia di applicarne di più durante il lavaggio.
Quando si sottoscrive un abbonamento, l'addebito avviene automaticamente sulla carta di credito, in modo da poterlo impostare e dimenticare. È possibile annullare l'abbonamento in qualsiasi momento.
Sì. La protezione della vostra privacy è uno dei nostri obiettivi. Proteggere la vostra privacy è una delle nostre principali priorità. Utilizziamo una serie di misure di sicurezza e metodi standard del settore per mantenere al sicuro le vostre informazioni personali. Tutti gli ordini e le informazioni personali sono gestiti da un server sicuro. Dettagli come il numero di carta di credito, il nome e l'indirizzo vengono trasmessi attraverso la tecnologia Secure Socket Layer (SSL).
I tempi di consegna dipendono dal metodo di spedizione selezionato al momento del checkout. La maggior parte degli ordini viene spedita il giorno stesso! Per l'elaborazione dell'ordine sono necessari fino a 2 giorni lavorativi. Gli ordini vengono elaborati dal lunedì al venerdì, esclusi i giorni festivi. Una volta spedito l'ordine, verrà inviata un'e-mail di conferma con il numero di tracciabilità del corriere. In caso di smarrimento del pacco, contattare l'assistenza Kitsch.
Ti consigliamo di sottoscrivere un abbonamento, in modo da poter risparmiare e ricevere i prodotti direttamente a casa tua con spedizione gratuita. In questo modo, non rimarrete mai senza!
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.