Step into luxury with our Neo Nova Heel! Crafted from 100% leather with a sleek synthetic sole, these heels are both stylish and comfortable. Designed in Australia and made from our globally sourced factories, these heels are the perfect combination of quality and fashion.
Thin, butter soft straps made of high quality leather cross the front of the foot And extend upwards to secure at the ankle. Finished with an angular square toe sole and modern 8cm cylinder heel, this date night special is sure to make a statement.
Elevate your look and strut your stuff with the Neo Nova 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
}
};