Infuso con Everbond™ a inverte e ripara i fili danneggiati, riduce la rottura e migliora l'elasticità.
Contiene olio di argan ricco di antiossidanti per aiutare Aumenta l'idratazione senza appesantire
Formulato per detergere delicatamente mentre profondamente nutriente e Rinvigorire i capelli danneggiati e trattati in modo eccessivo
Formulato per aumentare la forza dei capelli e rendere i capelli più resiliente contro i danni futuri
Sostenibile, ecologicoformato bar
Privo di parabeni, ftalati, siliconi e solfati
pH bilanciato e sicuro per i capelli trattati con il colore
Riduce la plastica monouso: risparmia due flaconi di shampoo/condizionatore liquido
Prodotto negli Stati Uniti, vegano, senza crudeltà, certificato Leaping Bunny
CERTIFICATO 4OCEAN: Per ogni barretta di shampoo o balsamo, 4ocean estrae l'equivalente di un flacone di balsamo di plastica dagli oceani, dai fiumi e dalle coste del mondo.
Odore di: Latte tostato alla vaniglia e alla macadamia
Bagnare i capelli e la barretta con acqua calda. Massaggiate la barretta sul cuoio capelluto e sulle ciocche, creando una schiuma. Risciacquare e ripetere se necessario.
Un consiglio da professionista: Per un maggiore nutrimento, abbinare il Balsamo solido riparatore all'olio di argan Kitsch per aiutare a idratare e curare i fili.
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.
Everbond
È clinicamente provato che penetra nei capelli per invertire e riparare i danni, rafforzando al contempo le fibre capillari per ridurre la rottura e migliorare l'elasticità dei capelli.
Olio di Argan
Ricco di acidi grassi nutrienti e antiossidanti, l'olio di argan è noto per apportare un'idratazione extra ai capelli senza appesantirli.
Ingredienti
Sodium Cocoyl Isethionate, Glicerina, Sodium Methyl Cocoyl Taurate, Olio di Ricino Idrogenato, Fragranza (Parfum), Estratto di Semi di Moringa Oleifera Idrolizzato, Cloruro di Cetrimonio, Proteine di Avena Idrolizzate, Olivato di Etilesile Idrogenato, Cloruro di Guar Idrossipropiltrimonio, Olio di oliva idrogenato, Olio di nocciolo di Argania Spinosa, Acido citrico, Pantenolo, Ione alfa-isometilico, Idrossicitronellale, Tetrametil Acetilcetaidronaftalene, Ossidi di ferro (CI 77492, CI 77499)*.
*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 utilizzati nuovi test sugli animali nello sviluppo di qualsiasi prodotto che lo riporta.
{
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 all'olio di argan riparatore`;
let bundleHandle = `olio-shampoo-riparatore-allargan`;
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 riparatrice all'olio di Argan
$16.00$16.00
Shampoo solido Detox
$16.00$16.00
Shampoo Bar all'olio di argan riparatore
$16.00$16.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: 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 all'olio di argan riparatore`;
let bundleHandle = `olio-shampoo-riparatore-allargan`;
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 aggiungere lo shampoo all'olio di argan di Kitsch alla vostra routine
1. riparatore
L'ingrediente Everbond™, clinicamente testato, inverte e ripara i capelli che si sono divertiti un po' troppo (eccessiva lavorazione o eccessivo calore nello styling).
2. oro liquido glam
L'olio di Argan infonde istantaneamente ai capelli un'idratazione senza peso e una maggiore lucentezza, trasformando le ciocche tristi in capelli bellissimi.
3. difensore dei danni
Everbond™ riduce la rottura, preparando i capelli a combattere come un campione contro i danni futuri.
4. più forte di ieri
I capelli flessibili e resistenti sono più facili da acconciare e meno soggetti a danni, consentendovi di sperimentare ogni favoloso look!
My salt and pepper, somewhat coarse, frizz prone hair loves the Argan Oil shampoo and conditioner!! This conditioner lathers well, is easy to use and smells divine!! My hair feels clean, but not dry after shampooing. My favorite part is that since I started using this shampoo and conditioner, the heavy hair shedding I was experiencing has almost stopped. Sooo happy I found these!!
AR
Amanda R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Argan Oil Shampoo
I am in love with this shampoo! The very first time I used it my hair felt amazing. The scent is not too strong for me. Honestly the only bad thing I can say is that Kitsch keeps making shampoo and conditioners that I like and I’m running out of room on my shelves. 🙂
A
Angie
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love the Clean
I have dry ends and sometimes oily roots. My oily hair has been a lot better since finding Kitsch though. Learning how to clean my hair only took 40 years but it was well worth it. One of my favorite things about this brand is the scents. One of my favorite scents is the Argan Oil Leave-in Conditioner and this shampoo and conditioner set smells the same, so, I am in love. The lather on this shampoo bar pulls through too. I've heard some chatter about some of the other bars not lathering but this one does. It also leaves my hair feeling super soft and manageable. I have added this to my regular rotation and love it!
B
Briana
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Must try!
I used to be an every day shampooer, prior to Kitsch.
I tried a couple products and got to two days, maybe three which was a bit greasy.
With this product, I can get to four days!
My hair loss is reduced. The amount may be about the same each shower, but with fewer washes, it is less.
I don’t fear brushing my hair as much.
U love how healthy my hair feels!
AK
Amanda K.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
My hair feels amazing!
I tried the argan oil shampoo and conditioner bars and my hair was so soft and less frizzy. It was my first time using the bars so there was a bit of a learning curve. I tried "painting" it on my hair but couldn't get it to lather so then I rubbed it in my hands. I was able to get a lather that way by adding a little bit more water. After that, it was like regular liquid shampoo! My hair is generally frizzy and dry and this shampoo/conditioner significantly reduced the frizz and my ends look so much better!!
WR
Wendie R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Will never go back to bottles!!
I’m 73 years old with shoulder length hair. I get my roots done monthly, but as we age our hair just gets frizzy and the hair on our foreheads gets thinner. I noticed a LOT of thinning by my temples. Then I saw the ads for the rice water bars…and my hair is back!!! I really love the thick lather and it’s so easy taking bars on trips.. no need to worry about spills!! I’ve tried the other bars too, the smells are lovely so I switch around ..but always come back to my rice water bars..best smell ever!!!
S
sara
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Oh yes
I've been using Kitsch bar shampoo/conditioner for several years now and my hair has never been more beautiful. I usually have the both OG and a more hydrating one out. I formerly used OGX Argan oil S/C and kept using their Argan oil spray. First, I opened these bars, set them in the shower, and my whole bathroom smelled amazing. Then omg the lather, the slip. And my hair feels so soft today. These might be my new fav.
BB
Barbara B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Instant hair repair
My hair is not smooth & silky, it’s not curly but it’s not straight . The weather can make my hair a little frizzy. I was reluctant to try your shampoo & conditioner, after all who uses a block of shampoo, everyone uses liquid. So glad it did!!! My hair is fuller and my natural waves are smoother. Strangers have complimented me on my hair and never have before. I’m so pleased and impressed with your products. Thank you!
LA
Lavina A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Shampoo and conditioner
Love these products I lost all my hair to chemo and it’s coming back and I needed gentle products on my hair I use three of the shampoos and conditioner products the hair perfumes, wish you would make more styling creams and leave in conditioners, and your prices makes it affordable to buy the products.
satisfied Customer
Lavina
T
Tricia
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
I've fallen in love all over again!!
I never thought there could be a shampoo/conditioner combo that would make my hair feel even better than my favorite Kitsch bars.
Kitsch did it again! The Argan Oil bars are even better than all the rest!
These bars smell so delicious! The shampoo worked into a nice lather. When I put the conditioner on, my hair screamed out Thank you! Thank you!! I could feel it working, moisturizing my hair immediately.
You've heard of "squeaky clean" these bars redefine that term. My hair made music as I rinsed it.
Now that my hair is dry I have volume, I have the softest hair I've ever had, I have zero tangles, and I can feel that my hair is already repaired.
Sorry Coconut Oil bars, I think I have a new favorite!
Loading...
Loading...
Frequently Asked Questions
Il nostro Shampoo all'Olio di Argan Kitsch è il biglietto per la riparazione dei capelli! Infuso con Everbond™, è clinicamente provato che ripara e ripristina i capelli danneggiati, rafforzando le fibre e migliorando l'elasticità, in modo che i capelli rimangano resistenti e radiosi.
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 dovrebbe alternare la routine con un prodotto ricco di idratazione, come i nostri Shampoo e Balsamo Solidi all'Olio di Cocco. Per determinare se i vostri capelli sono soggetti a un sovraccarico di proteine, scansionate il codice QR qui sotto per consultare la nostra tabella del test di sensibilità alle proteine dei capelli.
No, il nostro shampoo è privo di solfati, parabeni e siliconi. È formulato per essere delicato ma efficace, il che lo rende ideale per l'uso quotidiano e sicuro per i capelli trattati con il colore.
L'olio di argan è l'ingrediente superstar, spesso definito "oro liquido" per un motivo preciso. Ricco di antiossidanti, vitamina E e acidi grassi essenziali, è in grado di aumentare l'idratazione, domare l'effetto crespo e aumentare l'elasticità dei capelli, lasciando le ciocche morbide, elastiche e favolosamente lucenti.
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.
I capelli di ognuno di noi sono diversi, quindi è necessario fare un po' di tentativi ed errori finché non si scopre cosa funziona meglio per voi. Iniziate con una quantità sufficiente per pulire le radici e il cuoio capelluto fino alle punte dei capelli. Se non vedete risultati, vi consigliamo di applicarne di più durante il lavaggio.
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.