Using our unmissable signature hardware across the vamp, takes our Maritime chunky loafer to the next style level. The chunky embellishment complements the sleek slight glossy black leather perfectly, adding a hint of edge to your ensembles. This pair also comes fitted with a walkable low 3cm platform sole and easy slip on design.
Subscribe to be the first to discover the latest collections, exclusive discounts & events, plus a special treat on your birthday!
Availability
// Save scroll position
window.onbeforeunload = function() {
localStorage.setItem('scrollPosition', window.scrollY);
};
// Restore scroll position
window.onload = function() {
var scrollPosition = localStorage.getItem('scrollPosition');
if (scrollPosition) {
window.scrollTo(0, scrollPosition);
localStorage.removeItem('scrollPosition'); // Clear saved position after use
}
};