Search no more for a timeless pair of slip-on flat sandals that effortlessly combines both style and functionality. Featuring a classic strappy design with a contemporary twist, courtesy of its unique cross footdetail, these gems provide an easy and chic way to elevate any casual ensemble. Their understated charm, always in vogue, ensures that these flats remain a staple in your regular wardrobe rotation.
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
}
};