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 Rosewood`;
let bundleHandle = `spugna-rete-africana-rosewood`;
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 Rosewood
$ 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 Rosewood`;
let bundleHandle = `spugna-rete-africana-rosewood`;
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.
Creates a rich lather with just a few turns of the soap bar. Great for exfoliating my feet and keeps me from having to try to balance on one foot while doing so! Love them!
JP
Jonna P.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Love it!
I’ve been using the African Net Sponge and overall I really like it. It exfoliates really well without feeling too rough, and I definitely feel cleaner after using it. It also lathers up easily, so you don’t need to use a ton of body wash. Don't be alarmed that it does shed a little.
Aa great addition to my shower routine especially for getting summer ready skin!
AF
Andrea F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Gentle on the skin
Love these net sponges, they are gentle on the skin, foam up beautifully with my added body wash then releasing the scent in the steam of the shower and relaxing the mind. The length is great ensuring good reach across my back. It dries quickly after use and I throw it in the washing machine to ensure a clean fresh net sponge on a regular basis. I highly recommend these African net sponges
C
Christina
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Fab addition to your shower routine!
Absolutely love these, any soap lathers up so well. Gentle exfoliation and my skin feels amazing afterwards.
LM
leise m.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Soft and wonderful to clean my back
Love the fact it can be used to clean my back, body and toes. Soft when wet and the width allows foam to reach your body thoroughly. It rinses easily and feels clean when used the next day.
KG
Kay G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
African Net Sponge
Works great, love how smooth my skin feels after a shower.
TV
TUAN V.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 month ago
Didn’t get to use but surely it’s good
So I ordered this thinking it was an Australian company and that it would come on time before my holiday but it didn’t haha, so it is lost to the world now :(
5 stars anyways lol, pls send me another one if posssssible!!
EG
Erica G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 week ago
Best Net Sponge
I absolutely love these net sponges. They exfoliate the skin so nicely without over scrubbing the skin and being too rough. My skin is left so soft and new
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.