Formula leggera e trasparente che liscia i capelli senza appiccicosità o residui bianchi
Domina istantaneamente crespo, ciocche ribelli e baby hair mentre aumenta la lucentezza
Arricchito con biotina, aloe vera e vitamina E per un'idratazione extra
Prodotto 2 in 1 che può essere utilizzato anche per domare sopracciglia ribelli
Gel simile a un siero mantiene i capelli in posizione tutto il giornosenza risultare rigido
Confezione compatta che facilita lo styling in movimento
Vegano, cruelty-free e certificato Leaping Bunny
Senza parabeni, fosfati, ftalati, siliconi, solfati, SLES, SLS e triclosan
Ogni tubo da 18ml equivale a circa 290 applicazioni*
(*Utilizzando un'immersione nel tubo per applicazione, la quantità media di prodotto per immersione è di 0,07g)
Acconcia i capelli come desideri, poi passa lo spoolie su ciocche ribelli, crespo e contorni per una finitura liscia e curata.
Consiglio professionale: Usalo con i Bun Twists di Kitsch per creare lo chignon perfetto da ballerina.
Vitamina E
La Vitamina E, rinforzante e ultra-idratante, offre alla pelle un supporto antiossidante per una pelle più sana dall'interno.
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.
Aloe Vera
Ricca di vitamine, antiossidanti, aminoacidi e acidi grassi e altri minerali, l'Aloe Vera lenisce il cuoio capelluto e le ciocche idratandole.
Ingredienti
Aqua/Acqua/Eau, Glicole Dipropilenico, PVP, Alcool Denat., Carbomero, Fenossietanolo, Idrossido di Sodio, Clorfenesina, EDTA Disodico, Glicerina, Biotina, Acetato di Tocoferile, Succo di Foglie di Aloe Barbadensis, Maltodestrina, Denatonio Benzoato, Sorbato di Potassio, Benzoato di Sodio.
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: 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;
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 = `Bacchetta per domare lo stile`;
let bundleHandle = `bacchetta-per-lo-styling`;
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:
Bacchetta per domare lo stile
$18.00$18.00
Glass Hair Shine Serum
$15.00$15.00
Set di spazzole per dettagli e definizione
$10.00$10.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;
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 = `Bacchetta per domare lo stile`;
let bundleHandle = `bacchetta-per-lo-styling`;
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">
Quattro motivi per passare alla bacchetta da domatore Kitsch
1. Doma mirata
Il design flessibile e compatto consente di concentrarsi facilmente sul crespo. Perfetta in caso di clima umido o quando si ha a che fare con l'elettricità statica!
2. Elegante e senza problemi
La formula leggera e trasparente liscia ogni ciuffo e ogni ciuffo indisciplinato senza ungere o lasciare residui bianchi e appiccicosi.
3. Spinta botanica
Un trio naturale nutriente composto da biotina, aloe vera e vitamina E idrata e rivitalizza i capelli a ogni utilizzo.
4. Bellezza a doppio uso
Usatelo sia sui capelli che sulle sopracciglia per una tenuta che dura tutto il giorno.
I received the Kitsch Styling Taming Wand complementary for review, and I like how easy it is to use; it goes on easily, keeping my flyaways in place and holding for most of the day. Although it feels a little rough when you touch it after drying, it did not affect my hair's overall appearance.
DB
Daney B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Better than expected.
I have thinish hair and it does get frizzy/flyaway's after blow drying. This is a MAGIC wand! It takes down the baby hairs and relaxes the all over frizz. It also adds a lovely shine. One tip: use the wand in one continuous motion from roots to tips. If you put too much on it will get too sticky. It acts as a great styling and holding spray as well. I will never be without it.
M
Mari
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Tamed my hair without looking greasy
Thank you Kitsch & Sourcerie for sending this product in exchange for an honest review. The Taming Wand has quickly become a staple in my hair care routine. At first glance, it doesn't look like there's much product in the wand, but once you start styling, you can definitely feel and see it working to tame frizz and flyaways. As someone with fine, thin hair, I appreciate how lightweight it is—it doesn't weigh my hair down or leave it looking greasy. It’s perfect for smoothing out baby hairs without making my hair feel heavy or sticky. After trying this and another Kitsch product, I'm becoming a big fan of the brand for offering effective solutions that actually work for my hair! I look forward to seeing what else Kitsch has to offer.
A
Angela
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Tanning wand
This /kitsch/ taming wand has changed my hair game in routine into something magnificent this keeps all my flyaways down and when I wear a slick back bun this is what I turn to The styling teaming wand I absolutely recommend this to all hair types because it will work and it does work. I did receive this free from sourcerier for my honest review and I absolutely love it I'm almost out of my first one so I'm going to have to purchase another!
K
Kristan
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Magic wand
This is not a styling wand...it is a magic wand. This came out of the tube looking like nothing was on it. I lightly brushed it on my crazy baby hairs that normally stand straight up and they immediately looked like they no longer existed with no wet or gel look! Just magic!
L
Lilian
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Appropriate name
Really does help tame those little hairs around your face when you wear it back just after washing it! Very content with how it works, does what they say it does.
SH
Samantha H.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
Where has this been all my life?!?
This little wand is magic! I've always had flyaways and split ends and have always been forced to use hair spray to tame them. This wand does exactly that without damaging my hair more. It comes in a convenient little tube you can keep in your purse. I definitely recommend!
M
Michelle
I recommend this product
Rated 5 out of 5 stars
4 months ago
Flyaways? Handled!
Okay wait… I didn’t know I needed this until I had it! 🙃 The Kitsch Styling Taming Wand is literally my go-to now for slicking back flyaways and baby hairs without making my hair look greasy or crunchy. It’s like a clear mascara for your hair, but way better. The formula is super lightweight, holds everything in place, and doesn’t leave that weird residue or flaking throughout the day. I keep it in my bag for quick touch-ups, especially on busy work days, and it just makes everything look more polished in seconds. Such a small product but makes a big difference, obsessed! 💁♀️✨
TR
Tina R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
8 months ago
No more Fly -Aways
The styling taming wand is a must have. I keep one in my purse for those just incase moments and another in my bathroom.
It gives me a nice clean finish on those days I wear my hair up
VL
Victoria L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
So Useful
I have thick curly hair and I usually wear slick back buns to work as my go to. Since my hair is curly I tend to have a lot of frizz and all I do is just use the wand and run it over my fly-aways. I love it!
Loading...
Loading...
Frequently Asked Questions
La bacchetta domatrice Kitsch è un prodotto compatto per lo styling che liscia istantaneamente l'effetto crespo, i capelli volanti e i capelli piccoli, lasciando i capelli lucidi, brillanti e nutriti.
È sufficiente acconciare uno chignon, una coda di cavallo o un altro look elegante, quindi far scorrere il rocchetto su eventuali ondulazioni, crespo e bordi per ottenere una finitura liscia e lucida. Per le sopracciglia, basta passare la bacchetta nella direzione desiderata.
Assolutamente no: la formula chiara e leggera scivola senza problemi, senza appiccicare o lasciare residui bianchi, ma solo con una finitura impeccabile.
Sì! Arricchito con una formula delicata contenente biotina, aloe vera e vitamina E, è perfetto per qualsiasi tipo di capelli e funge da regolatore per le sopracciglia per un look curato e naturale.
Assolutamente sì: la sua formula nutriente e non grassa è ideale per lo styling quotidiano, per mantenere il look fresco e controllato per tutto il giorno.
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.