Skip to content

Language

Cart

Your cart is empty

Men's bar shoes

Sort by

Filters

Botticelli mocassinodoppia fibbia pelle neroBotticelli mocassinodoppia fibbia pelle nero
Botticelli mocassinodoppia fibbia pelle nero Sale price€223,20 Regular price€279,00
Santoni mocassino doppia fibbia pelle bluSantoni mocassino doppia fibbia pelle blu
Santoni mocassino doppia fibbia pelle blu Sale price€570,00 Regular price€950,00
Botticelli mocassino doppia fibbia cuoioBotticelli mocassino doppia fibbia cuoio
Botticelli mocassino doppia fibbia cuoio Sale price€223,20 Regular price€279,00
40 41 42 43 44 45
Santoni mocassino doppia fibbia marroneSantoni mocassino doppia fibbia marrone
Santoni mocassino doppia fibbia marrone Sale price€492,00 Regular price€820,00
Migliore mocassini camoscio tdmMigliore mocassini camoscio tdm
41½ 42 42½ 43 44
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