Vai al contenuto

Lingua

Carrello

Il tuo carrello è vuoto

Ghōud

Ghōud, fondato a Venezia, è un brand di sneaker che si concentra sulla qualità del prodotto e sull'essenza di un edonismo minimalistico. Utilizzando solo i migliori materiali e mettendo enfasi sul design, Ghōud vuole creare prodotti unici e culturalmente distintivi che spingono oltre le frontiere del mercato indipendente delle sneaker. Disegnate e create nei laboratori di stile di Venezia, le sneaker Ghōud riflettono l'influenza culturale della città e sono progettate per essere esteticamente significative, durature e funzionali.

Ordina

Filtri

Ghoud sneaker Tweener pelle camoscio bianco bluGhoud sneaker Tweener pelle camoscio bianco blu
Ghoud sneaker Tweener pelle camoscio bianco blu Prezzo scontato€105,00 Prezzo €210,00
Ghoud Sneaker Lido pelle grigiaGhoud Sneaker Lido pelle grigia
Ghoud Sneaker Lido pelle grigia Prezzo scontato€105,00 Prezzo €210,00
Ghoud sneakers Rush Groove crema azzurroGhoud sneakers Rush Groove crema azzurro
Ghoud sneakers Rush Groove crema azzurro Prezzo scontato€175,00 Prezzo €350,00
Ghoud sneakers Rush GR2 verde military lillaGhoud sneakers Rush GR2 verde military lilla
Ghoud sneakers Rush GR2 verde military lilla Prezzo scontato€175,00 Prezzo €350,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