The Manzoni Footbed is a refined leather sandal designed for everyday comfort with effortless style. Crafted from premium cognac-brown leather, this modern silhouette features elegant knotted strap detailing, contrast hand-finished stitching across the straps, and a softly contoured footbed for lasting support and cushioning.
Designed for European summer escapes, long lunches, and elevated everyday wear, it balances comfort with understated refinement.
Details
Premium cognac-brown leather upper
Refined flat sandal silhouette
Elegant knotted strap detailing
Contrast hand-finished stitching across straps
Contoured cushioned footbed
Lightweight flexible EVA sole
Easy slip-on sandal design
Designed for European summer and everyday wear
Colour
Cognac Brown
Materials
Upper: Leather
Lining: Leather
Outsole: EVA
Fit
True to size. We recommend selecting your regular size. If between sizes, choose based on your preferred fit.
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
}
};