Nutre e idrata in profondità i capelli crespi, ricci e afro
Arricchito con olio di cocco idratante, burro di karité, oli essenziali puri e ingredienti di origine vegetale per aiutare a trattare e levigare le punte
Formulato per aiutare a ripristinare morbidezza e lucentezza per ridurre danni, rotture e caduta dei capelli nel tempo
Rivitalizza le ciocche per capelli dall'aspetto più sano e dalla sensazione più forte
Senza parabeni, ftalati, siliconi, solfati e fragranze contenenti CMR, PFAS e conservanti.
Equilibrato nel pH e sicuro per capelli trattati con colore
Riduce le bottiglie di plastica monouso:la nostra formula concentrata in barra contiene ingredienti attivi equivalenti a due bottiglie da 473 ml o una da 946 ml di balsamo liquido
Prodotto negli Stati Uniti, Vegano, Cruelty Free, Certificato Leaping Bunny
CERTIFICAZIONE 4OCEAN: Per ogni shampoo o balsamo solido, 4ocean rimuove l'equivalente di una bottiglia di balsamo in plastica dagli oceani, fiumi e coste del mondo
1pc Coconut Oil Conditioner Bar for Dry Damaged Hair
Bagna i capelli e il panetto con acqua tiepida. Massaggia il panetto sul cuoio capelluto e le lunghezze fino a ottenere una schiuma cremosa. Risciacqua e ripeti se necessario.
Consiglio professionale: Per un’idratazione extra, abbina il Balsamo Solido all’Olio di Cocco Ultra Idratante di Kitsch per nutrire e idratare i capelli.
Olio di cocco
L'olio di cocco trattiene l'idratazione e aiuta a idratare profondamente le ciocche dall'interno e a ridurre la rottura per capelli più forti, lucidi e dall'aspetto più sano.
Fision® EcoSil
Questa alternativa naturale al silicone aiuta a condizionare le ciocche con una maggiore lucentezza.
Burro di Karité
Arricchite la vostra routine con il Burro di Karité ultra-idratante che aiuta a lenire il cuoio capelluto, a rinforzare le ciocche e a ridurre la rottura per capelli lucidi e splendenti.
Ingredienti
Alcol cetearilico, cloruro di behentrimonio, olio di Cocos nucifera (cocco), olio di semi di Helianthus annuus (girasole), burro di semi di Theobroma cacao (cacao), Butyrospermum parkii (burro di karité), lauril laurato, fragranza (parfum), insaponificabili di olio di oliva idrogenato e etilesil olivato, cloruro di guar idrossipropiltrimonio, ossido di ferro (CI77492)*, ossido di ferro (CI77491)*.
*Colore naturale.
Fragranza: vaniglia tostata e latte di macadamia
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;
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 = `Barretta balsamo idratante per capelli secchi e danneggiati`;
let bundleHandle = `deep-moisturizing-conditioner-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:
Barretta balsamo idratante per capelli secchi e danneggiati
$9.60$9.60
Shampoo solido Detox
$16.00$16.00
Barretta shampoo all'olio di cocco per un'idratazione profonda
$9.60$9.60
Custodia da viaggio a 4 scomparti - Terracota
$20.00$20.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;
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 = `Barretta balsamo idratante per capelli secchi e danneggiati`;
let bundleHandle = `deep-moisturizing-conditioner-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');
});
}
}">
Acquistati spesso insieme
Barretta balsamo idratante per capelli secchi e danneggiati
$9.60$9.60
+
Shampoo solido Detox
$16.00$16.00
+
Barretta shampoo all'olio di cocco per un'idratazione profonda
Barretta balsamo idratante per capelli secchi e danneggiati
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 cocco di Kitsch
1. Idrata e nutre in profondità
Idrata e nutre in profondità i capelli ricci e riccioluti per ottenere ciocche più morbide, lucide e gestibili.
2. Promuove capelli più sani
Aiuta delicatamente a bilanciare il pH dei capelli per un cuoio capelluto più sano e favorisce la crescita dei capelli.
3. Riduce al minimo danni e rotture
Infonde ai capelli benefici a lungo termine per il cuoio capelluto e le ciocche, contribuendo a ridurre i danni, le rotture e la perdita di capelli nel tempo.
4. Rivitalizza i capelli ad ogni utilizzo
Aiuta a idratare e ad ammorbidire le ciocche secche e danneggiate per ravvivare i capelli spenti, crespi e sporgenti.
4.8
Rated 4.8 out of 5 stars
Based on 1,775 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this conditioner bar leaves hair noticeably soft and manageable. Many reviews mention improved texture after first use. Some note concerns about melting in warm conditions and quick product consumption. The scent divides opinions, with recent fragrance changes receiving mixed feedback.
I am thrilled with how my hair looks after 1 shampoo/condition. I habe to say I'm shocked this works so well, it's total MAGIC for my hair my hair feels so smooth. I'm in love , just ordered a bunch. I tried the sampler first.
BB
Bethany B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Yes!!
As a licensed stylist, I’ve tried it all. And I mean. ALL of it. These shampoo bars cleanse incredibly. The conditioner I was skeptical. Thinking how am I going to lather my hair with a bar?? My hair is healthy, shiny, NOT oily after 2 days, voluminous, and overall incredibly beautiful! KITSCH has done something incredible, and I’m here to stay for it!
Absolutely in love with this. I wrote a long review on the shampoo bar because I was so going it’s praises on the first use. There was so much lather that I had it piled up just to soak it in. How could I not follow with a rave review on the conditioner bar as well ? It is so smooth and rich with a fresh clean scent. My hair wasn’t tangled when I finished up, which is awesome because I have very fine hair that does tangle easy. I let my hair air dry and it was so full of bounce and freshness. This is a must have to keep on hand!!! Go grab a combo set and enjoy !!!
N
Nicole
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 years ago
My curls/Skin thank you
I have very curly hair and I could never say in my 50 years that it feels soft, now I can!!! I use it on my skin too and I can believe how much softer that is as well! Highly recommend!!!
AR
April R.
Verified Buyer
I recommend this product
Hair Concern Itchy Scalp, Dry, Frizzy
Product Standouts Great Ingredients, Restores Shine, Softens Hair, Helps Detangle, Conditions Well
Rated 5 out of 5 stars
2 years ago
10/10! Best conditioner!
I absolutely adore this conditioner! Its ultra-moisturizing formula makes detangling a breeze, and the way it defines my daughter's curls is simply stunning. What's even better is that despite my daughter's sensitive skin, she hasn't experienced any reactions to these products. It's a win-win for us – nourished hair and happy, healthy skin!
First of all I have to point out the amazing smell of this conditioner that filled my entire bathroom the second I opened it! It’s performance is pretty great, I have an oily scalp and bleached hair (highlights) so I use all of my conditioners be applying them from roots to ends religiously - since my hair tends to get kind of rough after bleaching it and especially after the summer. I started using this conditioner in the beginning of September, so right after the summer, tons of sun exposure and swimming at the beach ( I live in Greece).
I swear I hadn’t felt my hair this soft since high school before I started bleaching it and in my surprise my scalp didn’t get great any faster than it used to.
So performance wise AMAZING- the only thing that I had an issue with was that I ran out of it in almost one month (maybe one and a half) BUT this might have been the result of me not storing it correctly so it sort of “melted” away pretty easily.
P.S. another thing that I noticed was that my hair started getting back to its natural form ( mostly straight) without using any heat (except from very light blow drying- without a brush). I was very impressed by that since it starred getting wavy (in an untamed way) after 5 years of getting highlights. The photo I uploads is right after washing and lightly blow drying it!
DM
Dawn M.
Verified Reviewer
I recommend this product
Hair Concern Frizzy, Sensitive Scalp
Product Standouts Conditions Well, Restores Shine
Rated 5 out of 5 stars
2 years ago
Super hydrating!
This conditioner is very creamy and “paints” on well. It doesn’t detangle as well as some of the others, but it did not leave my hair weighed down. My curls felt healthy and were shiny. The smell was wonderful too. This is a good conditioner to alternate with.
SW
Sarah W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Love it
So I’ve tried everything. Lupus really doesn’t want me to have a healthy scalp haha. But this has helped so much! The last two months using these products have been a game changer :) I started with scabs and hair loss. Now it’s think enough to kind of work with and I’m looking forward to future results.
EL
Elizabeth L.
I recommend this product
Rated 5 out of 5 stars
4 years ago
super moisturizing and travel-friendly (you won't have to put in your toiletries bag for TSA).
This is me on a week-long trip to Croatia last year with three city stops that I did a carry-on only for, knowing I had a tight layover in Amsterdam and would be riding two ferries. But, um, my hair had to look good for wonderful sunset photo ops such as this (the bar is Buza Bar in Dubrovnik, go there!). So I packed a shampoo bar by another brand that I felt pretty meh about and this wonderful new go-to bar. Here, I used hotel shampoo (it was pretty fancy, NGL), this shampoo bar, and my roommate's Moroccan Oil curl cream. The bar is basically foolproof. You rub it directly on your wet hair after rinsing out your shampoo. I normally wash my naturally curly hair once or twice a week but on this trip was taking daily dips in the sea, so I washed my hair 5x over a week. Because of this, I let the conditioner sit for a few minutes, though you probably don't need to do that if you're washing your hair your usual amount on your trip. Each bar is supposed to last 200 washes and it might do a little less for me, but I know this'll be good for many future trips! I've used it on about five trips now and it doesn't look any smaller than it did when I used it the first time.
JR
janice r.
Verified Reviewer
I recommend this product
Hair Concern Damaged, Dry, Frizzy, Thinning
Product Standouts Great Ingredients, Conditions Well, Softens Hair
Rated 5 out of 5 stars
1 year ago
Soft Curls Great Product
I travel a lot and I didn’t want to continue to bring a bunch of travel size conditioning products for my dry, kinky type curls. This product is awesome! I rarely write reviews, but really felt like I needed to for this one. I don’t know how many products I have tried over the years but this one did exactly what I wanted. It is easy to use. I rubbed it in my hands to ‘lather’ on my hair and also “painted“ it on my hair. I usually then clip my hair on top of my head and put a shower cap on it and put my head under the shower for about 30 seconds to “steam heat” it in. When I went to rinse out, I rinsed out about 75% of it and left the rest in as a leave in conditioner. And then I do have product I put on after I shower , but I could immediately tell that my hair was softer without the frizz. Leaving on vacation today and taking this with me for sure which left lots of more room in my toiletry bag - double bonus.
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ì! Questo shampoo è stato progettato per abbinarsi perfettamente al nostro balsamo per capelli secchi e danneggiati (Deep-Moisturizing Conditioner Bar), che rappresenta una soluzione completa per la salute dei capelli.
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 shampoo sono privi di solfati e parabeni, il che significa che sono abbastanza delicati da poter essere utilizzati sui capelli trattati senza togliere il colore.
Per ottenere risultati ottimali, si consiglia di utilizzare lo shampoo regolarmente come parte della propria routine di cura dei capelli. La frequenza può variare a seconda del tipo di capelli e delle esigenze, ma se si vuole si può usare tutti i giorni!
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.
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 rimarrai 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.