Can't decide between heels or flats? Find the perfect sweet-spot in these flatform sandals. The 4cm elevation instantly lengthens your frame while the strappy design including a buttoned ankle strap and adjustable buttoned front strap offer maximum comfort alongside its padded footbed.
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
}
};