Formulato con burro di karité per ripristinare l'umidità, la lucentezza e la brillantezza dei capelli per una chioma morbida e maneggevole
Idrata intensamente i capelli secchi e assetati
Sigilla l'umidità essenziale per domare l'effetto crespo indesiderato
Senza parabeni, ftalati, siliconi, solfati e profumi artificiali
Equilibrato nel pH e sicuro per capelli tinti
Riduce la plastica monouso: risparmia due flaconi di shampoo/balsamo liquido
Prodotto negli USA, Vegano, Cruelty Free, Certificato Leaping Bunny
CERTIFICATO 4OCEAN: Per ogni shampoo o balsamo solido,4ocean rimuove l'equivalente di una bottiglia di shampoo in plastica da oceani, fiumi e coste in tutto il mondo
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.
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.
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.
Ingredienti
Alcol cetearilico, cloruro di behentrimonio, olio di Cocos nucifera (cocco), olio di semi di Helianthus annuus (girasole), Butyrospermum parkii (burro di karité), lauril laurato, fragranza naturale*, cloruro di guar idrossipropiltrimonio, mica**, biossido di titanio (non nanoparticellare)**, ossido di ferro**
*Fragranza naturale derivata dalle piante. **Colore naturale.
Senza parabeni, ftalati, siliconi, solfati e fragranze artificiali
Fragranza: ambra zuccherata e karité
Come ottenere risultati di qualità da salone: Bagnare i capelli; strofinare la barra tra le mani fino a formare una ricca schiuma o "dipingere" direttamente sul cuoio capelluto.
Massaggiare con la punta delle dita, quindi risciacquare e ripetere l'operazione come desiderato.
Suggerimento:Da abbinare alla nostra Beauty Bar Bag.
{
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 = `Barretta balsamo nutriente al burro di karitè`;
let bundleHandle = `nourishing-conditioner-bar`;
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:
Barretta balsamo nutriente al burro di karitè
$27.00
$27.00
Shampoo solido Detox
$31.00
$31.00
Shampoo Bar Nutriente All'Olio Di Ricino
$31.00
$31.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 = `Barretta balsamo nutriente al burro di karitè`;
let bundleHandle = `nourishing-conditioner-bar`;
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');
});
}
}">
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 al balsamo al burro di karité
1. idratante
Il burro di karité è idratante per i capelli e il cuoio capelluto. Le persone con capelli ricci e grossi traggono beneficio dall'uso del burro di karité come sigillante per mantenere l'umidità nei capelli e aumentarne la morbidezza.
2. Promuove la rigenerazione
Diversi studi hanno rilevato che il burro di karité favorisce la rigenerazione cellulare, riduce i segni dell'invecchiamento e aumenta il collagene. Molti di questi benefici sono attribuiti anche all'amirina.
3. Previene la rottura dei capelli
Uno studio sull'uomo ha analizzato il ruolo dell'olio di semi di frutta miracolosa nella prevenzione della rottura dei capelli. Ha un elevato contenuto di acidi grassi (proprio come il burro di karité), che ne facilita la penetrazione nei capelli sotto forma di olio.
4. Riduce l'irritazione del cuoio capelluto
Le proprietà antinfiammatorie del burro di karité possono anche aiutare a ridurre gli arrossamenti e le irritazioni del cuoio capelluto, fornendo effetti curativi senza ostruire i pori.
4.8
Rated 4.8 out of 5 stars
Based on 1,149 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this conditioner bar leaves hair soft and manageable. Many reviews mention it breaks apart easily during use. While some find it leaves hair oily, most report improved texture and reduced frizz. Common feedback includes pleasant scent and easy application. The bar works well for travel convenience.
I’d seen the Kitsch ads on social media and wondered if it was another fad product that promises the moon but doesn’t deliver. Or worse, a complete scam from a foreign company that pretends to be local. However my curiosity wouldn’t go away so I ordered a castor oil shampoo bar. The moment I started rubbing it into my hair I fell in love! The light musky earthy scent, the AMAZING lather, the kind of NATURAL clean it gave my hair and the tender treatment of my over-processed scalp. Not to mention the incredible LIFE or sprung into my old, dyed, and thinning tresses. I will NEVER use bottled shampoo again. Ladies (and gents) try Kitsch! Your hair will never be the same.
Amazing conditioner. Hydrates without weighing down my hair and smells... Just... AMAZING!
ABSOLUTELY love this conditioner. It has restored my dry dull hair to healthy, soft light fluffy locks! Thank you KITSCH! I now look forward to hair wash days (and that's a big deal!).
JH
Jourdan H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Never going back to salon products
Absolutely LOVE the castor oil and shea butter combo! My hair is so healthy and shiny since switching to Kitsch 11 months ago. I have tried all the kitsch bars and this combo is my favorite for my hair. So so good.
TS
Tonya S.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 years ago
Kitsch a blessing
I love this product. I am so glad I tried it and it works. I live in Louisiana and it is hot here most of the year so I wear my hair up most of the time. I noticed I was getting bald spots on my front right side and when I researched what to do this product Kitsch kept showing up. So I tried it and it is working & I am so happy. I love the way my hair feels also now. I am 51 and wear a hormone patch well no hormones makes your hair dry, brittle and breakage is awful But not now! I don’t have to use any other products now either I only use the the bar shampoo & bar conditioner now. I have photo of before & after from Jan. 29-March17/23 if I can add them I will. Thank you Kitsch for a product that works. I am ordering more for sure
I love the smell and quality of the kitsch products, especially this conditioner! So far., I haven’t bought a product I haven’t loved :) they also make for GREAT gifts at fair prices. 10/10 I recommend !!! I’m planning on trying the rice shampoo and conditioner next to help with hair thinning / loss (hair loss is not related to these products…I’m a mom of 2 toddlers lol). The products have made a huge difference in how clean my hair feels, how soft it is, and how good I feel overall inside and out for using this brand. Plus, it eases my anxiety knowing my shower isn’t cluttered with bottles and plastic anymore (except for baby shampoo-which we will be swapping out very soon once it’s empty and plan on using the kitsch products for our sons as well).
Product Standouts Conditions Well, Softens Hair, Good For Dry Hair, Smooths, Moisturizes
Rated 5 out of 5 stars
2 years ago
Best hair product I've ever used
I have thick highlighted hair that has three textures: straight, frizzy, and curly. It has a mind of its own. I've tried a lot of products that either don't control the frizz,, are drying, or are too heavy. As I've aged, my hair has also started breaking off more. The rice protein shampoo and she butter conditioner have worked miracles. I also love to use the coconut and hair mask options on occasion for extra conditioning. Now my hair is silky, smooth, and so much healthier. The bar option was surprisingly great - lathers and easy to use. Big fan of kitsch!
From the first use my hair has been the way I have always wanted it to be. I have thick hair with a lot of volume. My hair used to expand and be a bush like on my head if I didn’t either blow dry it or straighten it. With this conditioner I can leave my hair air dry and it falls in nice waves naturally! I love it!
My thin hair stays dry over the winter and this was an absolute lifesaver. I use it periodically year round when my hair seems like it needs some moisture boost too. Love it
These products have changed everything about my hair for the better. My best friend said "girl i don't know what your using on your hair but you better keep using it" My hair looks and feels so healthy and the only down side is that it is growing so quickly I have to color it more often lol
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 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.