Skip to content

OTTODISANPIETRO

Get our app ✨

Download

Cart

Your cart is empty

Select your gift wrapping

Tod's Men

Tod's

Tod's shoes seamlessly combine Italian heritage and quality with contemporary comfort and styles. Hand crafted by skilled artisans, the modern design and attention to detail make each pair of Tod's shoes unique.

Find the best selection of Tod's Men below.

Sort by

Filters

Gommino ankle bootsGommino ankle bootsGommino ankle bootsGommino ankle bootsGommino ankle boots
Sale price375 € Regular price750 €
Gommino loafersGommino loafersGommino loafersGommino loafers
Sale price275 € Regular price550 €
Gommino tie loafersGommino tie loafersGommino tie loafersGommino tie loafers
Sale price275 € Regular price550 €
Ibrido loafersIbrido loafersIbrido loafersIbrido loafers
Sale price275 € Regular price550 €
Leather 55mm Monk shoesLeather 55mm Monk shoesLeather 55mm Monk shoesLeather 55mm Monk shoesLeather 55mm Monk shoes
Sale price375 € Regular price750 €
Bow detail loafersBow detail loafersBow detail loafersBow detail loafers
Sale price275 € Regular price550 €
}
document.addEventListener('DOMContentLoaded', function () { const dropdown = document.querySelector('.header__dropdown-menu'); const primaryNav = document.querySelector('.header__primary-nav'); function showMenu() { dropdown.style.display = 'block'; dropdown.style.opacity = '1'; } function hideMenu() { dropdown.style.opacity = '0'; setTimeout(() => { dropdown.style.display = 'none'; }, 300); } primaryNav.addEventListener('mouseenter', showMenu); primaryNav.addEventListener('mouseleave', hideMenu); primaryNav.addEventListener('click', function (event) { event.stopPropagation(); if (dropdown.style.display === 'block') { hideMenu(); } else { showMenu(); } }); document.addEventListener('click', function (event) { if (!primaryNav.contains(event.target) && !dropdown.contains(event.target)) { hideMenu(); } }); });