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 Berry Pink`;
let bundleHandle = `spugna-a-rete-africana-berry-pink`;
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 Berry Pink
$ 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 Berry Pink`;
let bundleHandle = `spugna-a-rete-africana-berry-pink`;
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.
It sheds a bit the first few uses, but I definitely feel cleaner using these sponges as opposed to just a rag or even the bar saver bags.
BG
Brittney G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Amazing
I love this product! It suds up perfectly, it exfoliates the body, it’s easy to rinse and fast to dry! Probably my favorite product.
LG
Laura G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Love it!!
recently tried the Kitchen African Sponge, and I’m genuinely impressed with how well it performs. The lather is excellent—it doesn’t take much soap at all to create a rich, satisfying foam that feels great on the skin.
What really stands out is the exfoliating action. It strikes the perfect balance: effective enough to leave my skin feeling smooth and refreshed, but not so harsh that it causes irritation. It’s made a noticeable difference in how soft my skin feels after each use.
Another big plus is the length and flexibility of the sponge. You can easily reach and scrub your back without any awkward stretching or extra tools, which is a huge bonus.
Overall, this sponge is simple, effective, and surprisingly versatile. I’ll definitely keep using it as part of my routine.
DL
Dawn L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Pure ease.
How much do I love these? Let me count the ways.
1> The ease of washing my entire body with these, genius.
2> It scrubs all the skin off and leaves it feeling like silk.
3> They are so great I shared with my daughter. She loves them.
KA
Kathi A.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
4 months ago
Best ever!
I have used the Japanese net wash cloths for years. These by Kitsch are by far the best!!
AA
Aria A.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
No longer skeptical
It's obviously not a miracle-worker, but i instantly noticed a difference in the type of clean i was getting. It's the type of deep clean that lifts away rough spots without harming sensitive skin. I love the colors, and I love that I'm actually able to scrub my back!
KC
Kim C.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Love!
I love how it lathers. I love how I can get everywhere, even my entire back!! The exfoliating is amazing!! I feel so clean after my shower!! This is a must have!!
MM
Mya M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Love them so much!
Lather up so well, with a gentle exfoliation! They last so long as well! Definitely recommend over a loofah!
LF
Lauri F.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Great for scrubbing
These are great for scrubbing your back! Not too rough of a texture. My husband uses them too
MK
Matthew K.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
3 months ago
Great exfoliation!!
These are awesome. Almost three feet long and about 10 inches wide. I'm a 6'1" 250 pound man. And these things are great. My wife no longer has to wash my back for me!
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.