Skip to content

Language

Cart

Your cart is empty

Garden of god

Sort by

Filters

Garden of God sneaker EARTH pelle camoscio neraGarden of God sneaker EARTH pelle camoscio nera
Garden of God sneaker EARTH pelle camoscio nera Sale price€153,30 Regular price€219,00
Garden of God sneaker EARTH pelle camoscio biancaGarden of God sneaker EARTH pelle camoscio bianca
Garden of God sneaker EARTH pelle camoscio bianca Sale price€153,30 Regular price€219,00
Garden of God sneaker EARTH pelle camoscio biancaGarden of God sneaker EARTH pelle camoscio bianca
Garden of God sneaker EARTH pelle camoscio bianca Sale price€153,30 Regular price€219,00
document.addEventListener('DOMContentLoaded', function() { // Trova tutti i contenitori JSON dei prodotti const productJson = document.querySelectorAll('[id^=ProductJson-]'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); const unavailableVariants = product.variants.filter(variant => !variant.available); // Nascondere le varianti esaurite se esistono if (unavailableVariants.length > 0) { // Cerca tutti i selettori delle varianti (ad esempio, i