Stick con cera 100% vegana e a base vegetale arricchito con olio di ricino nutriente
Domina le ciocche ribelli per uno stile liscio e ordinato
Leviga facilmente i capelli con un pratico stick solido perfetto per i ritocchi ovunque tu sia
Il nostro Hair Wax Stick potrebbe non apparire perfetto appena aperto, ma è perché diamo priorità a imballaggi sostenibili e riciclabili in carta piuttosto che all’estetica.
Formula senza residui facile da pettinare, rimodellare e lavare
Tenuta per tutto il giorno fissa il tuo look senza consistenza o untuosità
Il packaging è realizzato in carta biodegradabile certificata FSC
Prodotto negli USA, vegano, cruelty-free, certificato Leaping Bunny
1pc Hair Wax Stick
Rimuovere il cappuccio e spingere la parte inferiore del bastoncino per capelli verso l'alto per rivelare la cera.
Far scorrere la cera direttamente sui capelli, concentrandosi sulle aree che si desidera rendere lisce
Usare le dita o una spazzola morbida per fissare la cera in posizione per uno stile elegante e privo di scosse.
Olio di ricino
Nutri i tuoi capelli dalle radici alle punte con l'aiuto dell'olio di ricino, un olio rinforzante per le ciocche e riequilibrante per il cuoio capelluto, per capelli puliti e sani.
Ingredienti
Lauril laurato, estratto di radice di Maranta Arundinacea, olio di semi di Ricinus Communis (ricino), cera di crusca di Oryza Sativa (riso), caolino, olio di ricino idrogenato, stearato di glicerile, acido poliidrossistearico, acqua, poliquaternium-69, silice, acetato di tocoferile, fenossietanolo, alcool denaturato, glicole butilenico, iodopropinilcarbammato.
{
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 = `Stick di cera per capelli`;
let bundleHandle = `hair-wax-stick`;
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:
Stick di cera per capelli
$16.00$16.00
Crema lisciante per asciugatura all’aria
$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 = `Stick di cera per capelli`;
let bundleHandle = `hair-wax-stick`;
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">
Generated by AI from 100 most recent customer reviews
Last updated 1 year ago
Customers say this styling stick effectively tames flyaways and baby hairs. Many reviews mention it controls frizz without feeling greasy or heavy. While some note white residue issues and packaging concerns, most appreciate its portability and natural-looking results. Frequent comments address its effectiveness for ponytails and slicked-back styles.
The best thing about this stick is that it smooths your unruly hair and flyaways without being sticky, crunchy helmet hair! It is still soft and flexible but with medium hold! I believe you could work it up by using more product to build a super high hold. This Wax stick does NOT make your hair oily with normal use. I used it 3 days in a row without washing hair. I did multiple styles with this stick (see photos below) It is fantastic!
SM
Stacey M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Works Great.
It may be a wax but you wouldn’t know it in your hair. It’s light and has very minimal smell, which actually when I applied it, I never smelled it in my hair at all. I used it to keep the hair ,that I usually push behind my ears, in place so that I could I could enjoy a meal that hair doesn’t fall into. It is exactly what I needed!!!! Ponytail season is upon us so this is a must have!!! Give it a try and enjoy !!’
A
Ashley
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Simply wonderful!
I was delighted to be selected to test this product, as my kiddos love to try fun hairstyles and we’re always battling those baby hair fly-aways. We used this product for several days and found that it really helped tame the fine wisps of hair when styling ponies and braids. Having never used this type of product, there was a slight learning curve for me as to how much to apply and combing it through smoothly. I can definitely tell the difference on my daughter’s style by the end of the school day versus not using anything. And it makes your hair soft and touchable without any greasy/sticky residue or texture. I love that there isn’t a strong fragrance, it’s safe to use for littles, and has eco-friendly packaging. Thank you KITSCH for another fabulous product!
JA
Jennifer A.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Hair WoW Stick
This hair wax stick is amazing! I love that it’s environmentally friendly and it works so effectively! My flyaways were held in place for the entire day, and it required very little product.
ET
Erin T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 years ago
Works so well!!
I tested out the wax stick on my walk tonight. First pic is my pre walk frizzies. Second Pic is with the wax before I left the house. Last Pic is after a 3 mile walk in moderate humidity & 80 degrees. Not a hair out of place!! I also used it last weekend when it was as hot as the surface of the sun outside and not a single hair out of place then either. I'm sooooo happy I bought this!!
DW
Denise W.
Verified Buyer
I recommend this product
Rated 4 out of 5 stars
1 year ago
Great for dance recitals!!
This was perfect for my daughter’s dance recital and picture day too! Helped to hold back fly-aways with her hair in a bun. Some issues of clumping at first but we smoothed it out with our fingers and she was good to go!
A
Alycia
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
9 months ago
Perfects your look
With so much regrowth happening, I’ve got tons of unruly baby hairs. This wax stick is perfect to make them lay flat while those little babies work on growing out.
A little goes a long way!
T
Tasha
I recommend this product
Rated 5 out of 5 stars
5 months ago
This thing is black magic! I love it!
I bought this on a whim. I love having my hair up but hate the fuzzy little flyaways you get. This fixed them right up! Doesn't make your hair greasy and only the faintest smell. Well done Kitsch, great product!
BS
Brittany S.
Verified Reviewer
I recommend this product
Rated 4 out of 5 stars
2 years ago
Works great!
I like this product! It has so many uses, my husband used it in his beard as a light weight taming that did not break his skin out. I used it on my hair for fly aways and my eyebrows as a lightweight shaper!! The word “wax” threw me a little but once i used it I realized it is not heavy, greasy, sticky or thick AT ALL which was relieving ❤️
The packaging is great and super portable, i like that i can take it with me anywhere.
Literally the only reason it didnt get 5 stars is because it is unscented and I personally love a scent in my hair products since im so short its the first think people see snd smell when im around
LS
Lourdes s.
Verified Reviewer
I recommend this product
Rated 4 out of 5 stars
2 years ago
Easy hairstyle
I received this sample for an honest review. I like that there is no strong scent, it holds my baby hairs and crazy short curly hairs. I get to do easy hair styles in the morning by just putting the wax on my hair, no need for hair pins to tame it. The packaging was really nice and it makes for easy application without touching the product. Its non greasy too. And it makes my hair shiny!! I am used to using gels and hair spray but mostly hair pins. The only thing i am not accustomed with the hair stick is that, my hair style dont stay put for long, maybe 2-3 hours, but that is good enough for my daily morning school run. Congratulations to Kitsch for another innovative product, and thank you for the opportunity to try it.
Loading...
Loading...
Frequently Asked Questions
- Applicare la cera direttamente sui capelli, concentrandosi sulle aree che si desidera lisciare.
- Usare le dita o una spazzola morbida per fissare la cera in posizione e ottenere uno stile elegante e privo di onde.
- Riportare il cappuccio sul bastoncino di cera per capelli e premere delicatamente verso il basso.
Sì, la nostra formula di cera vegana è arricchita con olio di ricino che aiuta a idratare e nutrire i capelli durante lo styling.
Sì, la nostra formula vegana assicura uno styling deciso senza tossine e si lava via facilmente.
The Hair Wax Stick works for all hair types and textures. It's especially effective for taming flyaways, baby hairs, and edges on straight, wavy, curly, and coily hair.
No — our no-residue formula holds your style in place all day without stiffness, texture, or greasiness. It combs through easily and washes out at the end of the day.
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.