Spugna a rete africana che insapona, deterge ed esfolia le aree più difficili da raggiungere: allungala per arrivare alla schiena e garantirti una pulizia total body
La sua texture a rete ultra-esfoliante rimuove le cellule morte per una pulizia profonda e levigante
Aiuta a prevenire i peli incarniti e mantiene i pori liberi e puliti
Il design lungo ed elastico raggiunge facilmente la schiena e altre zone difficili
Il materiale a rapida asciugatura riduce al minimo l'accumulo di batteri tra un uso e l'altro per un'igiene ottimale
Include una spugna a rete africana
Offre un'esfoliazione profonda che lascia la pelle liscia e morbidissima
Crea una schiuma ricca e abbondante con una minima quantità di sapone: più ecosostenibile e con meno sprechi
La sua struttura ultra resistente dura dai 3 ai 6 mesi con la giusta cura
Compatibile con le barre detergenti per il corpo Kitsch Bottle-Free Beauty® per un'esperienza di detersione superiore
Bagna la spugna a rete per ammorbidirla prima dell'uso. Strofina la tua barra detergente per il corpo Kitsch Bottle-Free Beauty® preferita sulla spugna per creare una schiuma ricca e abbondante. Usa la rete per massaggiare delicatamente il corpo con movimenti circolari, concentrandoti sulle zone secche o ruvide. Allunga la spugna per raggiungere la schiena e altre aree difficili. Risciacqua accuratamente e appendi la rete ad asciugare tra un uso e l'altro. Evita l'uso su ferite aperte, tagli e pelli sensibili o irritate.
{
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 = `Spugna a rete africana Aqua Grey`;
let bundleHandle = `spugna-rete-africana-aqua-grey`;
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:
Spugna a rete africana Aqua Grey
$ 234.00
$ 234.00
Guanto esfoliante - Leopardo
$ 234.00
$ 234.00
Spazzola per il corpo
$ 467.00
$ 467.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 = `Spugna a rete africana Aqua Grey`;
let bundleHandle = `spugna-rete-africana-aqua-grey`;
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">
4 motivi per cui hai bisogno della spugna a rete africana Kitsch
Esfoliazione profonda per tutto il corpo
La sua texture a rete ultra-esfoliante rimuove le cellule morte, leviga le zone ruvide e lascia il corpo morbido come una nuvola, dalla testa ai piedi.
Arriva dove le altre non possono
Il design lungo ed elastico si allunga per strofinare la schiena e altre aree difficili da raggiungere, così non tralasci nessun punto.
Una pulizia più sicura e igienica
Realizzata con un materiale a rapida asciugatura che riduce al minimo l'accumulo di batteri tra un uso e l'altro, così il tuo accessorio per la doccia rimane sempre fresco.
Design ecosostenibile
Realizzata con il 70% di nylon riciclato e il 30% di poliestere riciclato, questa spugna crea una schiuma ricca con pochissimo sapone: ottima per la tua pelle e per il pianeta.
Got my skin SO smooth! Love how easy it was to scrub my back and buff without irritating my sensitive skin.
CM
Carleen M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Great alternative to the mesh sponges
Easy to rinse and I can exfoliate my back too.i like that it is a gentle exfoliation you can use daily.
CB
Cindy B.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Just the right amount of scrubbiness!
I wasn't sure about the abrasion level when I unboxed the product, but I have been really pleased. It gives a good exfoliation, but doesn't irritate my skin at all. Recommend!
DY
Debra Y.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Love it!
Makes my skin feel wonderful!!
Loading...
Loading...
Frequently Asked Questions
Con la giusta cura, la tua spugna a rete può durare dai 3 ai 6 mesi. Risciacquala accuratamente dopo ogni utilizzo e appendila ad asciugare in una zona ben ventilata per prolungarne la durata.
Sì! Sebbene adoriamo abbinarla alle nostre barre detergenti per il corpo Kitsch Bottle-Free Beauty® per una schiuma ricca, funziona benissimo anche con qualsiasi bagnoschiuma liquido.
Consigliamo di evitarne l'uso su ferite aperte, tagli o pelle attivamente irritata o sensibile. In caso di dubbi, consulta il tuo dermatologo prima dell'uso.
Risciacqua accuratamente dopo ogni utilizzo per rimuovere sapone e residui. Appendi in un'area ben ventilata per prevenire l'accumulo di batteri. Lavare a mano e asciugare all'aria. Non lavare in lavatrice.
La spugna a rete africana Kitsch è realizzata al 70% in nylon riciclato e al 30% in poliestere riciclato: resistente, a rapida asciugatura ed ecosostenibile.
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.