Cornice della spazzola flessibile che si piega per adattarsi comodamente alla forma del cuoio capelluto
Setole ultra-morbide districano delicatamente i capelli bagnati e asciutti, dentro o fuori dalla doccia
Stimola e massaggia il cuoio capelluto mentre riduce la tensione e la rottura
Ideale per tutti i tipi di capelli—ricci, mossi, ondulati e lisci
Design ergonomico e riciclabile con impugnatura confortevole
Spray leggero balsamo leave-in infuso con Actimilk™Argan di origine vegetale per aumentare la morbidezza dei capelli del 35% in un’ora
Scivola facilmente tra i nodi per un risultato liscio e lucente
Dimensioni (spazzola): 6.91 cm L x 22.5 cm A x 3.81 cm P
Duo multitasking che districa, massaggia e prepara i capelli con facilità
Favorisce la salute del cuoio capelluto ad ogni passata grazie alle setole che riducono la tensione
Riduce la rottura e migliora la gestibilità per tutti i tipi di capelli
Balsamo leave-inarricchito con Fision® EcoSil, un'alternativa naturale al silicone, e burro di semi di murumuru per morbidezza e lucentezza senza peso
Ravviva i capelli del secondo giorno e valorizza la tua texture naturale
Vegano, cruelty-free, certificato Leaping Bunny
1x Balsamo leave-in idratante al latte di argan
1x Spazzola districante a tua scelta
Vaporizza leggermente sui capelli umidi o asciutti, concentrandoti su lunghezze e punte. (Non serve risciacquare!)
Pettina i capelli per distribuire uniformemente e districare delicatamente per un look senza crespo.
Può essere usato anche sui capelli asciutti per idratare le punte e proteggerli durante la spazzolatura per ridurre la rottura.
Actimilk™ Argan
Il latte di argan a base vegetale, clinicamente provato, aumenta la morbidezza dei capelli del 35% dopo solo un'ora, per ciocche più morbide e gestibili.
Burro di semi di Murumuru
Ripristina i capelli secchi e danneggiati con gli acidi grassi nutrienti contenuti nel Burro di Semi di Murumuru, per ciocche più lucide e curate.
Fision® EcoSil
Questa alternativa naturale al silicone aiuta a condizionare le ciocche con una maggiore lucentezza.
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: 2,
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 = `Pacchetto districante nero`;
let bundleHandle = `fagotto-nero-disgregante`;
let bundleCount = 2;
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:
Pacchetto districante nero
$38.00
$38.00
Balsamo idratante al latte d'argan per i capelli
$29.00
$29.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: 2,
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 = `Pacchetto districante nero`;
let bundleHandle = `fagotto-nero-disgregante`;
let bundleCount = 2;
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 scelgono il Pacchetto Districante
1. Capelli senza nodi, bagnati o asciutti
Questo duo funziona perfettamente sia sui capelli bagnati che asciutti: che tu sia appena uscita dalla doccia o che voglia ravvivare i capelli del giorno dopo, otterrai sempre risultati lisci e senza effetto crespo.
2. Morbidezza e pettinabilità clinicamente testate
Arricchito con Actimilk™ Argan e Fision® EcoSil, il leave-in aumenta la morbidezza del 35%, riduce l'effetto crespo e migliora la pettinabilità, il tutto senza silicone.
3. Delicato sui capelli, gentile sul cuoio capelluto
Le setole flessibili della spazzola si adattano alla forma del cuoio capelluto, scivolando senza tensione e districando i capelli mentre ti regalano un massaggio rilassante al cuoio capelluto.
4. Styling sostenibile e senza sforzo
Dal design ergonomico e riciclabile della spazzola alla formula leggera e nutriente, questo set è stato pensato appositamente per facilitare la routine quotidiana: niente strappi, niente pesantezza, solo una lucentezza sana.
I gave this as a gift and the recipient loves it! The brush is perfect for her long hair and she loves the smell of the detangler. I was anxious to receive the gift in time to travel with it for the holidays and reached out to customer service. They responded immediately with a live person and made sure it was shipped in time. I highly recommend this product and company.
VH
Virginia H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great product
Bought as Christmas gift for granddaughters who struggle daily with knotted hair upon waking. Product detangles hair quickly. They are so pleased. Grooming is much improved.
SC
Shannon C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Great for my 63 year old self with thinning hair!
The spray and the brush work well together to soften my frizzy hair that makes me look like Albert Einstein when I don’t use it. My thin hair is just a mess without it!
EA
Elizabeth A. K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Delta going gift
This was purchased as a gift for my son who has long which is usually braided! It tangles a lot, but this brush has been a lifesaver and the conditioner spray gets a 10+ rating also! Highly recommend!
MR
Margaret R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
6 months ago
Detailing Bundle
Best brush I've had in a long time.
Works great on my finer 60+ years old hair and my teenage granddaughter's hair wet and dry.
CC
Clare C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
Oh My Goodness
So I’ve always loved the detangling spray, and I wanted to try this brush. First, how easy is this thing to clean?!? One easy swipe and all hair is removed from the brush. Literally. Next, it feels amazing in my scalp. I have used it just to massage my scalp!
Worthwhile purchase!
V
Victoria
I recommend this product
Rated 5 out of 5 stars
8 months ago
Must have for hair loss!
I bought this bundle as the medication I'm on causes hair loss, and I was desperate to try and get something that tamed frizz and pulled out less hair. The brush works fantastic on wet or dry hair, and the leave-in conditioner smells soooo good. I absolutely love both and highly recommend!
CN
Chelsea N.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
10/10!
10/10! I'd say "no notes", but that's the point of a review so lol Absolutely love the brush! Easy to get the fallen hair out of, doesn't snag, and its easy to clean! The main point that I needed checked off when looking for a new brush was that I didn't want one that collected water when I'd go to wash/rinse it and this solves that, but I love that its flexible! Each part of it moves with your scalp and I just love that!
The Spray that comes with it is nice too, but I hate the nozzle on it. It sprays really weirdly.. like, getting everything around you wet, some kind of weird cone/triangle spray pattern that I absolutely cannot stand tbh.. which is a shame, because I like the product itself, it smells nice, seems to make my hair nice and soft but the spray bottle itself? Wouldn't buy again just for that honestly.
SB
Susan B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
Yesterday
I give hundred points For what I bought
The Brush is a lifesaver. Conditioner helps very nice. If you never tried this try it does work I will never do without the brush. Thank you
EA
Elaine A. M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
BLACK DETANGLING BUNDLE!
I have to say at this point, yes, this is the absolute best brush I have ever used and I truly mean that!!! I completely recommend anyone who has thin hair but a ton of it, most definitely needs this brush!!! And the leave in conditioner goes hand in glove with this brush as it hydrates the hair allowing for the brush to glide right through, what would normally be one tangled mess!!!
P.S. I am also using the Kitch shampoo and conditioning bars, which I am not only surprisingly pleased with, they really have made a major difference in the texture of my hair!!! I am at his point completely happy I gave this amazing company a try!!!
Sincerely~Elaine Al Meqdad 🌹
Loading...
Loading...
Frequently Asked Questions
Considerala come il nuovo paradiso dei tuoi capelli. Questa spazzola flessibile e all-in-one scivola tra i nodi (bagnati o asciutti), massaggia delicatamente il cuoio capelluto e funziona su ogni tipo di capello, da quelli lisci come la seta a quelli ricci e crespi.
Certo che sì! La spazzola flessibile è stata creata per districare i capelli dopo la doccia. Scivola tra le ciocche bagnate senza strappi, tirate o drammi.
Al 100%. Che tu abbia capelli ricci, crespi o lisci, questa spazzola districa delicatamente e aiuta a definire la tua texture naturale senza fatica (e senza danneggiare i capelli).
Assolutamente sì. Usala per rinfrescare il tuo stile, distribuire il prodotto (come il nostro balsamo leave-in idratante al latte di argan, wink) o per massaggiare il cuoio capelluto in qualsiasi momento della giornata. È il prodotto multitasking indispensabile nella tua routine di bellezza.
Assolutamente no. Il design flessibile ad arco e le setole ultra lisce garantiscono un'esperienza indolore e senza tensioni che la tua testa ti ringrazierà.
Sì! La struttura monopezzo la rende facile da riciclare: basta gettarla nel cestino (anche se, ad essere sinceri, non crediamo che te ne libererai mai).
Arco flessibile. Manico ergonomico. Setole lenitive per il cuoio capelluto. Versatilità per capelli bagnati e asciutti. E abbiamo già detto che è carina e riciclabile? Sì. Ne hai bisogno.
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.