Nutre in profondità i capelli fini e delicati per ciocche più morbide e dall'aspetto più liscio
Arricchito con rosmarino, biotina e NaturePep® Amaranth per aiutare a inspessire le ciocche dall'interno e favorire la salute generale dei capelli
Formulato per aumentare il volume, la lucentezza e la produzione di cheratina per una chioma dall'aspetto più folto
La miscela di peptide ricca di antiossidanti aiuta a rinforzare i capelli per ridurre la rottura e le doppie punte per capelli resistenti senza attrito
Formula leggera e ben bilanciata che si prende cura delicatamente dei capelli senza lasciare residui
Senza parabeni, ftalati, siliconi e solfati
pH bilanciato e sicuro per i capelli trattati con colore
Riduce la plastica monouso: salva due bottiglie di shampoo/balsamo liquido.
Made in the USA, Vegan, Cruelty Free, Leaping Bunny Certified
4OCEAN CERTIFIED: Per ogni barra di shampoo o balsamo, 4ocean raccoglie l'equivalente di una bottiglia di balsamo di plastica dagli oceani, fiumi e coste del mondo
1pc Rosemary & Biotin Volumizing Conditioner Bar
Inumidisci i capelli e la saponetta con acqua tiepida. Massaggia la saponetta sul cuoio capelluto e sui capelli, lavorandola fino a ottenere una schiuma. Risciacqua e ripeti se necessario.
Consiglio: Per un'esperienza volumizzante definitiva, abbinalo al Kitsch Rosemary & Biotin Volumizing Solid Conditioner per ammorbidire e lisciare i tuoi capelli.
Estratto di Rosmarino
L'estratto di rosmarino aiuta a supportare i tuoi capelli, partendo dal cuoio capelluto, migliorando la circolazione sanguigna, nutrendo i follicoli piliferi e lenendo le irritazioni per favorire capelli più forti, lunghi e morbidi.
Biotina
Potenzia il tuo rituale di cura dei capelli con la Biotina per favorire capelli più forti, dall'aspetto più spesso e con una lucentezza setosa e senza crespo.
NaturePep® Amaranto
Aumenta la produzione di cheratina per contribuire a ispessire le ciocche dall'interno.
Ingredienti
Alcol cetearilico, cloruro di behentrimonio, olio di Cocos nucifera (cocco), olio di semi di Helianthus annuus (girasole), lauril laurato, fragranza naturale*, biotina, estratto di foglie di Rosmarinus officinalis (rosmarino), estratto di semi di Amaranthus caudatus, cloruro di idrossipropiltrimonio di guar, ossido di cromo verde (CI77288)**, ossido di ferro (CI77492)**, oltremare (CI77007)**
*Fragranza naturale derivata dalle piante. **Colore naturale.
Fragranza: Lavanda e Vaniglia
Siamo certificati Leaping Bunny! Il logo Leaping Bunny è l'unico simbolo riconosciuto a livello internazionale che garantisce ai consumatori che nessun nuovo test sugli animali è stato utilizzato nello sviluppo di qualsiasi prodotto che lo espone.
{
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 di balsamo volumizzante al rosmarino e biotina`;
let bundleHandle = `rosemary-biotin-volumizing-solid-conditioner`;
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 solido volumizzante al rosmarino e biotina
$16.00$16.00
Shampoo solido Detox
$16.00$16.00
Barretta di balsamo volumizzante al rosmarino e biotina
$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;
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 di balsamo volumizzante al rosmarino e biotina`;
let bundleHandle = `rosemary-biotin-volumizing-solid-conditioner`;
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
Shampoo solido volumizzante al rosmarino e biotina
$16.00$16.00
+
Shampoo solido Detox
$16.00$16.00
+
Barretta di balsamo volumizzante al rosmarino e biotina
Barretta di balsamo volumizzante al rosmarino e biotina
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 al rosmarino e alla biotina di Kitsch
1. deterge e idrata in profondità
Rinfresca i capelli fini e delicati dalle radici alle punte, favorendo una crescita sana e rendendoli più morbidi e lucenti.
2. aumenta il volume
La formula leggera e attentamente bilanciata solleva i capelli dalla radice, donando loro un aspetto come appena usciti dal parrucchiere e un volume che dura fino al lavaggio successivo.
3. ispessisce i fili dall'interno
Arricchito con ingredienti che amano i capelli, come l'estratto di rosmarino, la biotina e la proteina ispessente dell'amaranto®, per aiutare a stimolare la produzione di cheratina e ottenere ciocche più folte.
4. riduce la rottura e le doppie punte
Rinforza i capelli con una miscela di peptidi ricca di antiossidanti, rendendoli più resistenti, soprattutto durante la spazzolatura.
4.7
Rated 4.7 out of 5 stars
Based on 349 reviews
Reviews Summary
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this hair care set leaves their locks feeling fuller and softer. Many reviews mention the pleasant scent and easy application of the bars. While some with fine hair note it can feel oily, most users appreciate how their hair feels bouncy and manageable without being weighed down.
Overall I am very happy with this product. The first time I used it my hair felt softer and thicker, and was a little shinier than usual. The shampoo/conditioner has a good lather and I really like the lavender vanilla scent. My only con may only apply to my hair type but I’ll give the caveat just in case your hair is similar. If you have experienced protein overload or buildup with products such as rice protein or bond repair products, you may notice a buildup in your hair with this if you use it too often. I found I can only use this once or twice a week. If I use it more my hair feels a little weighed down. However, when I use it once a week it gives me really amazing results such as extra volume and shine. This is the perfect product to add in a few times a week to your routine!
KG
Katherine G.
I recommend this product
What is your hair texture Wavy
After using this product... My hair felt healthier
I really like it! It’s definitely different from liquid shampoos and conditioners but once you get used to the bar, it’s fabulous. My hair looks& feels great!
JR
Jackie R.
Verified Buyer
I recommend this product
What is your hair texture Thin
After using this product... My hair felt healthier, My hair felt shinier
I do love this conditioner so I can get the oils and supplements I need for my hair without making it oily and greasy immediately. The smell is amazing and it has a great lather. It also made my hair SO soft and shiny! My only reason for giving it 4 stars is because you really have to use this on the very, very ends of your hair if you're prone to oily-ness. I made the mistake of using it right below my head and it ended up weighing my hair down to where it felt heavy and it got greasy faster. Once I got that learning curve it was great!
KC
Kyli C.
Verified Buyer
I recommend this product
What is your hair texture Straight
After using this product... My hair felt fuller, My hair felt shinier, My hair felt healthier
I was nervous trying a bar conditioner as this was my first time and I require a ton of conditioner to get the knots out. The bar is so very smooth and oily and did an amazing job at getting those stubborn knots out. It blended very well throughout my hair and smells amazing. I am sold. I am never going back to my old conditioner. Plus it makes my hair feel so bouncy and light. I love it.
SM
Stacey M.
Verified Buyer
I recommend this product
What is your hair texture Wavy
After using this product... My hair felt fuller, My hair felt shinier
Product Standouts Detangles, Adds Shine, Curl Friendly, Smooths, Smells Great
Rated 5 out of 5 stars
2 years ago
Talk about smooth !!!!
This works great! It has a light scent that smells clean. I painted the conditioner on and left it a few minutes ( concentrating on the ends). It felt so good. My hair much fewer tangles. I let it dry by itself and the waves were smooth and shiny and had more volume. I think this set is the winner !!!
L
Loreley
I recommend this product
What is your hair texture Wavy
After using this product... My hair felt shinier, My hair felt healthier
Product Standouts Adds Shine, Detangles, Softens Hair, Moisturizes, Smells Great
Rated 5 out of 5 stars
1 year ago
Great product
I love this conditioner, it makes my hair soft and shiny, as well as smelling good. I highly recommend it!
Translated from French
R
Regina
Verified Reviewer
I recommend this product
What is your hair texture Thin
After using this product... My hair felt healthier, My hair felt thicker, My hair felt fuller, My hair felt shinier
Almost 60 and loving my hair again! And, I feel good about the products I’m using, clean ingredients. I am a cancer survivor so this is important to me. Thank you Kitsch for all the amazing products w clean ingredients! 🥰❤️
CR
Carolyn R.
Verified Reviewer
I recommend this product
What is your hair texture Thin
After using this product... My hair felt fuller, My hair felt thicker, My hair felt healthier, My hair felt shinier
Just recently started using 2 weeks ago and I can feel and see how much my hair feels and looks.
Thank you do much!!!
Loading...
Loading...
Frequently Asked Questions
Sì! La nostra formula è abbastanza delicata per un uso quotidiano, ma la maggior parte delle persone trarrebbe beneficio dall'uso ogni due o tre giorni. Consigliamo di dare un'occhiata ai risultati e di assicurarsi di non lavare troppo i capelli.
Sì! I nostri shampoo sono privi di solfati e parabeni, il che significa che sono abbastanza delicati da poter essere utilizzati sui capelli colorati senza rovinare il colore.
Sì! I nostri shampoo sono privi di solfati e parabeni, il che significa che sono abbastanza delicati da poter essere utilizzati sui capelli colorati senza rovinare il colore.
Sì! La nostra formula è abbastanza delicata per un uso quotidiano, ma la maggior parte delle persone trarrebbe beneficio dall'uso ogni due o tre giorni.
Quanto tempo impiega lo shampoo alla biotina e al rosmarino a fare effetto?
Sì! I nostri shampoo sono privi di solfati e parabeni, il che significa che sono abbastanza delicati da poter essere utilizzati sulle extension!
Lo shampoo e balsamo alla biotina e al rosmarino è ideale per chi ha capelli fini e/o diradati, perché aiuta a ottenere un aspetto più voluminoso e ciocche più folte.
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.