L'atomizzatore a nebulizzazione fine spruzza il prodotto in modo uniforme e delicato
Ottimo per reidratare ricci e onde il giorno dopo lo shampoo o per il plopping.
Multiuso e ricaricabile con liquidi leggeri come tonici e soluzioni a base alcolica. *Evitare di utilizzare prodotti densi o oleosi in questo spruzzatore.
Il design compatto garantisce facilità d'uso senza contaminazione dell'acqua dovuta a un uso prolungato.
Perfetto per lo styling dei capelli
Realizzato con materiali riciclati.
Riempi la bottiglia con acqua, balsamo senza risciacquo (leave-in) o il tuo prodotto per lo styling liquido preferito.
Regola l'erogatore per scegliere tra la modalità nebulizzatore (brume) o getto.
Tieni lo spray a circa 15-20 cm dai capelli e nebulizza uniformemente ciocca per ciocca.
Usalo per rinfrescare i ricci, inumidire i capelli prima di realizzare trecce o twist, oppure per fissare la piega.
Risciacqua la bottiglia con acqua pulita dopo l'uso per evitare che l'erogatore si ostruisca.
{
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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Spray continuo - Terracotta`;
let bundleHandle = `rociado-continuo-terracota`;
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:
Spray continuo - Terracotta
$ 280.00
$ 280.00
Spray continuo - Nero
$ 280.00
$ 280.00
Spray continuo - Bianco
$ 280.00
$ 280.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;
return total - extraDiscount;
},
addToCart(){
let cartObj = [];
let bundleTitle = `Spray continuo - Terracotta`;
let bundleHandle = `rociado-continuo-terracota`;
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">
L'erogatore atomizzatore produce una brume ultra-fine e uniforme: senza gocciolamenti né spruzzi irregolari. È perfetto per applicare il balsamo senza risciacquo, rinfrescare i ricci o inumidire i capelli prima dello styling.
Comfort del grilletto a 360°
Il design ergonomico del grilletto permette di spruzzare comodamente da qualsiasi angolazione: funziona sia in posizione verticale che capovolta, consentendoti di raggiungere ogni ciocca con estrema facilità.
Versatilità multiuso
Riempilo con acqua, prodotti diluiti o il tuo leave-in preferito; questa bottiglia spray fa davvero tutto. Ideale per la cura dei capelli, della pelle, per rinfrescare le piante e molto altro.
Stile Terracotta
La calda tonalità terracotta starà benissimo sulla tua postazione trucco o sulla mensola della doccia: uno stile funzionale, tanto estetico quanto pratico.
Fantastic Spray Bottle With Multiple Ways to Use It!
This pretty spray bottle has multiple uses. You can use it to re-set your wavy/curly hair in the morning. You can use it to hydrate your face before adding moisturizer. You can use it to cool off while outside on a hot day. You can even use it to water your plants. I love my new terracotta continuous spray bottle. I've used it everyday for all the above and more. I'm sure I will find even more ways to use it. It's a beautiful color, pretty to look at, and a must to have for every day beauty care.
SM
Stacey M.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love the Continuous mist!!!
Just what I was looking for !!! Finally, a spray bottle that has a continuous mist instead of having to pump, pump, pump and ending up with my hair too wet. This is perfect for refreshing your curls or waves and the mist is just right for that little bit of dampness when using the heatless curlers. The bottle is very easy to hold and did I mention it sprays just the right amount to get that fine mist without soaking your hair ?
GN
Gemma N.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this!!
This has been great for when I want to do heatless curls after my hair has dried, or attempt french braids in my daughter hair. It wets the hair just enough. I also add a few sprays of their leave in conditioner into the water too. Just remember to empty the bottle of water when you're done and spray until nothing comes out. If you leave any water in it, it can end up smelling a bit stagnant when you use it. But if you dry it out, no problem at all
ML
Megan L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love it
Perfect size bottle, not too big, annd I love that it is clear so I can see how much water is in there or if it needs to be cleaned. The fine mist that comes out does an excellent job rehydrating my curls on non wash days. 10/10
MV
Mayra V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
12 months ago
10/10 spray bottle!
I bought two of these for my daughter and one for myself. The quality is great, and the continuous spray works perfectly!
BD
Béatrice D.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Perfect for moistening hair before styling in the morning and removing creases at night.
Diffusion in a light and continuous mist in a nice spray bottle. Perfect for moistening hair before styling in the morning and removing creases at night regardless of hair texture or density. Very happy with my purchase;)
Translated from French
ET
Erin T.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
kitsch never disappoints
I filled my spray bottle with witch hazel for a quick refreshing spritz during the day and have been loving it!
TF
Theresa F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
Love this hair sprayer!
I got this a free item on my rewards list, but it’s totally worth paying for. I use it for my son’s hair that is very bunched up every morning, and with the way the spray mists and keeps flowing out of this bottle it takes no time. He use to fight me now his hair went from 15, to 8 minutes. So this product is definitely worth getting.
NM
Nina M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 year ago
What I was looking for!
I was looking for this type of spray bottle since seeing it at my hairdresser’s. It’s perfect for rehydrating my curls before drying with diffuser or as part of refresh. The mist is very smooth. Perfect!
CA
Cecy A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Easier to use
I've recently bought this spray since I've heard that the continous spray has been great and it's honestly so much easier than constantly pushing for water to come out and I get to style my hair in a faster pace
Loading...
Loading...
Frequently Asked Questions
Puoi riempirlo con acqua, balsamo senza risciacquo diluito, spray per ravvivare i ricci, brume fissante o qualsiasi prodotto liquido dalla consistenza leggera. Evita oli densi o burri, poiché potrebbero ostruire l'erogatore.
La punta dell'erogatore può essere ruotata per passare facilmente dalla modalità brume fine al getto continuo. Ti basta ruotarla nella posizione desiderata prima di premere il grilletto.
Risciacqua la bottiglia con acqua tiepida dopo ogni utilizzo. Per una pulizia più profonda, riempila con una piccola quantità di acqua tiepida e un goccio di aceto bianco, spruzza la miscela per pulire i condotti dell'erogatore e infine risciacqua abbondantemente con acqua pulita.
Sì, la bottiglia di Spray continuo Kitsch è realizzata con materiali 100% privi di BPA, il che la rende completamente sicura per l'uso con acqua e prodotti per la cura della pelle o dei capelli.
Lo Spray continuo Terracotta ha una capacità generosa, ideale per l'uso quotidiano. Puoi verificare i millilitri o le once esatte nella sezione dei dettagli del prodotto in questa stessa pagina.
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.