Elimina l'opacità e restituisce luminosità: questo panetto offre un reset settimanale per i capelli
Formulato con vitamina C e GLDA (un agente chelante di origine vegetale) per rimuovere i residui di cloro e l'accumulo di minerali dell'acqua dura (come calcio e magnesio)
Utilizza carbone attivo e aceto di mele per assorbire il sebo in eccesso ed eliminare l'accumulo di prodotti
Sicuro sui capelli colorati
Il 96% degli utenti ha confermato che i capelli e il cuoio capelluto sono risultati profondamente detersi, purificati e privi di accumuli dopo l'uso di questo shampoo solido*
Il 96% degli utenti ha confermato che questo shampoo solido ha rimosso con successo i residui di acqua dura e l'accumulo di minerali*
Adatto a tutti i tipi di capelli
Profuma di aria fresca e cotone pulito
Il 96% degli utenti ha confermato che questo shampoo solido è delicato su cute e capelli*
100% senza plastica, ideale per viaggiare e approvato dalla TSA
Un panetto concentrato = due flaconi da 16 oz. di shampoo liquido
Privo di parabeni, ftalati e solfati
Prodotta negli Stati Uniti, vegana, cruelty-free e certificata Leaping Bunny
Per ogni shampoo o balsamo solido, 4ocean rimuove dagli oceani, fiumi e litorali del mondo l'equivalente in plastica di un flacone di shampoo
Inumidire i capelli e il panetto con acqua tiepida. Massaggiare il panetto su cuoio capelluto e lunghezze fino a creare una schiuma generosa. Risciacquare e ripetere se necessario. Utilizzare settimanalmente per resettare le lunghezze e rimuovere l'accumulo di minerali dell'acqua dura.
Consiglio: Abbinalo al balsamo solido idratante al burro di karitè di Kitsch per lunghezze morbide e flessibili.
GLDA
Removes hard water buildup (such as calcium and magnesium) that can leave hair looking dull.
Vitamin C
Refreshes hair by reducing the look and feel of chlorine residue from pool or tap water.
Activated Charcoal
Absorbs excess oil and lifts away buildup from both the scalp and strands.
Apple Cider Vinegar
Breaks down and rinses away product buildup for clean, shiny hair.
Ingredienti
Sodio cocoyl isetionato, Glicerina, Sodio metil cocoyl taurato, Acqua, Olio di ricino idrogenato, Fragranza (Profumo), Cloruro di guar idrossipropiltrimonio, Diacetato di glutammato tetrasodico, Ascorbato di sodio, Pentilen glicole, Polvere di carbone, Metil diisopropil propionammide, Aceto, Idrossiisoesil 3-cicloesene carbossialdeide, Alfa-isometil ionone, Isoeugenolo, Acetato di isoeugenile, Tetrametil acetiloctaidronaftaline, Vanillina
Siamo certificati Leaping Bunny! Questo marchio è l’unico riconosciuto a livello internazionale che garantisce l’assenza di test sugli animali nello sviluppo dei prodotti.
{
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 = `Shampoo solido Detox`;
let bundleHandle = `shampoo-solido-detox`;
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:
Shampoo solido Detox
$16.00$16.00
Barretta balsamo nutriente al burro di karitè
$14.00$14.00
Beauty case da viaggio a 2 scomparti – Terracotta
$12.00$12.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 = `Shampoo solido Detox`;
let bundleHandle = `shampoo-solido-detox`;
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 provare lo shampoo solido chiarificante detox
1. Un nuovo inizio
Dai un reset ai tuoi capelli con questo panetto concentrato che rimuove tutto, dai residui di cloro e depositi di acqua dura all'accumulo di prodotti e all'eccesso di sebo.
2. Detergi delicatamente
Questa formula a pH bilanciato rimuove le impurità dal cuoio capelluto senza irritare e senza lasciare i capelli rigidi. È anche sicuro sui capelli colorati!
3. Profuma delicatamente le lunghezze
Il giorno dello shampoo non ha mai avuto un profumo migliore. La fragranza di aria fresca e cotone pulito lascerà i tuoi capelli delicatamente profumati.
4. Buono per i capelli e per il pianeta
Grazie alla nostra partnership con 4ocean, ogni panetto venduto aiuta a rimuovere i rifiuti di plastica dalle vie d'acqua globali. Quanto è fantastico?
I have blond hair and hard water. My hair has had an orange undertone for years that no amount of toner or other detox/clarifying shampoos could fix. This miracle bar has fixed my hair after one use! It also did a great job removing product buildup I didn’t even realize I had. My hair has never felt lighter or cleaner. I was able to go 3 days after washing before I had to wash again, another first for me! The only downside is I have fine hair that gets very tangled when wet and this made my hair extra tangled, however paired with an extra moisturizing conditioner I don’t imagine this will be a problem. Love love love this bar!!
C
Cristina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Amazing
I’ve been having issues with my shampoo (not kitch) not sudsing up and even my kitch shampoo not cleaning my hair well. 2 days later, my hair looked dirty (I’m the girl that can go a week between washings). Used this once and all my shampoos were lathering with less than half the shampoo and my hair is so clean. 10/10 recommend.
MD
M. D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Great Product!
I have used this twice…if I tell you something! This is really really good at removing buildup from your hair. I tried to use my regular moisturizing shampoo and it would not lather because I had previously used the Blue Magic Castor oil hair grease as a sealant. This detox/clarifying shampoo removed it all and my hair actually felt soft after using this product and it also has a very nice scent.
DY
Debra Y.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Lots of suds
Love how it suds up in my hair! Makes it feel so clean and makes my scalp feel amazing.
Thank you!
JP
Jennifer P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Very Clean
We have hard water and this left my hair feeling so clean. Loved it
S
SuzyQ
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
AMAZING after swim bar!
Definitely does what it claims to do, great to use before a hair mask or clarifying conditioner
SW
Shirley W.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
KITSCH IS THE RAND!
Used last week so delivery was perfect timing and I LOVE this product! This is a new brand for me and I am a forever fan and hope to have a long customer relationship. My hair texture is 4A/B now with gray this product as well as a few others from line works PERFECTLY and I am life-time customer now! Every last item I have purchased has left my curls, clean, bouncy and moisturized and my wallet is very happy! Much success and I hope to be a long-time customer. Besides the Detox bar, the Shea Butter Solid Conditioner Bar and my very first purchase, the Coconut Oil Solid Shampoo Bar and matching Conditioner Bar sealed my new loyalty! I like the combo shampoo /conditioner tray, the travel shampoo and most recently the fine mist bottle! Everything is nicely designed and the prices makes me smile!!!!!
LC
Lynnette C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
This product is for my life partner
At first he would not try it and so I made a bet with him to just use it for a week and when he did now he uses nothing else we even take it on our trips
JW
jennifer w.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 months ago
Shampoo bars
Thank you Kitsch for such an innovative product.
My husband and I are making a conscious effort to eliminate as many chemicals in/on our bodies as possible. We tried the Rosemary & Biotin Shampoo bar and loved it. Great lather, pleasant smell. I am also going to try the Charcoal bar shampoo next.
I asked, Kitsch answered. ( my question immediately.) Great customer service.
jw
MB
Megan B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 days ago
Great product!!
Leaves hair so soft! Really like this bar. Hair feels so nice and clean.
Loading...
Loading...
Frequently Asked Questions
Gli shampoo standard puliscono solo la superficie delle lunghezze e del cuoio capelluto, ma questo panetto rimuove i minerali dell'acqua dura (como calcio e magnesio), i residui di cloro, il sebo in eccesso e l'accumulo di prodotti, per capelli che appaiono più luminosi e si sentono più leggeri.
Tutti! Questa formula è progettata per tutti i tipi di capelli, ma è particolarmente indicata per i nuotatori, per chi vive in zone con acqua dura e per chi usa molti prodotti per lo styling.
Per la maggior parte delle persone, una volta alla settimana è sufficiente. Tuttavia, se nuoti spesso, hai l'acqua dura o usi molti prodotti per lo styling, potresti voler usare questo panetto due volte a settimana fino a quando i tuoi capelli non si sentiranno resettati. Se i tuoi capelli sono secchi, colorati, ricci o danneggiati, potresti voler prolungare il tempo tra un lavaggio e l'altro e usarlo ogni 10-14 giorni. Se i capelli iniziano a sembrare troppo ruvidi o aggrovigliati, riduci la frequenza.
Questo panetto funziona al meglio per gli accumuli legati all'acqua e all'esposizione al cloro. Consigliamo lo shampoo solido chiarificante al melaleuca e menta di Kitsch per la cute grassa, poiché è formulato con Dandrilys®, clinicamente testato per aiutare a bilanciare il microbioma del cuoio capelluto e ridurre la grassezza dopo quattro utilizzi.
Sì, questo panetto è sicuro sui capelli colorati. È anche compatibile con il pH del cuoio capelluto e delle lunghezze.
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.