The Faith heel boasts elegant lines and strong, angular sole details that are mirrored in a rectangular wood stacked 9cm heel. Delicate black leather straps secure the front of the foot and wrap around the ankle, adding a feminine touch to this strong power heel.
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
}
};