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 Ocean Blue`;
let bundleHandle = `spugna-rete-africana-ocean-blue`;
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 Ocean Blue
$ 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 Ocean Blue`;
let bundleHandle = `spugna-rete-africana-ocean-blue`;
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.
Just used this for the first time and I am so smooth. Little bumps on the backs of my arms? Almost gone. Legs so smooth, they’re shiny. Back cleaner than it’s been in years. Love this thing. Also - the listing is a little bit confusing, but the package does come with three sponges.
TL
Trisha L.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Better than I expected
These are a great addition to the body bars! I lather the bar on the sponge and use it to exfoliate my body. I am not as flexible as I used to be and this works great to reach my back. So glad a gave them a try!
ML
Michele L.
Verified Reviewer
I recommend this product
Rated 5 out of 5 stars
5 months ago
Great Prodcuct
I have used this for a week now and I will never buy another loofa sponge again! It is great for reaching my back and the Kitsch body bar lathers so well with it.
LG
Laura G.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
2 months ago
My husband loves them, too!
I gave one of my pink African sponges to my husband for hin to try. He loved it! He was impressed with the lather and the feeling of clean the sponge provided. I bought the Ocean Blue sponge for him.
VH
Vivien H.
Verified Reviewer
Rated 3 out of 5 stars
4 months ago
Not Stretchy
I haven't used it yet but it certainly feels nice and scratchy, will certainly do the job. The only thing is, it's not at all stretchy so why say that it is ?
K
Kitsch
4 months ago
Thanks for your honest feedback, and we are sad to hear that your experience wasn’t ideal. Feel free to initiate a return at mykitsch.loopreturns.com for a refund or exchange.
KP
Kim P.
Verified Buyer
Rated 3 out of 5 stars
4 months ago
African net sponge
Great colours and packaging.
Good quality
Wash well
A bit more smaller than expected
K
Kitsch
4 months ago
Thanks for your honest feedback. Feel free to initiate a return at mykitsch.loopreturns.com for a refund or exchange.
GR
Gayle R.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
5 months ago
works well
like the feeling of being really clean, getting rid of flaky skin
JM
Julie M.
Verified Buyer
I recommend this product
Rated 5 out of 5 stars
1 week ago
Net sponge
Works great! Soft ,dries fast and cleans great.
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.