SHOP NOW | PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

25% off

Manzoni Heel Off White

Regular price $229.00 $172.00 Save $57.00
Unit price
per 

The Manzoni Heel blends refined elegance with everyday wearability. Crafted from premium off-white leather and designed with comfort and stability in mind, this versatile style is perfect for elevating both evening looks and modern daywear.

Details

  • Refined, timeless silhouette

  • Designed for comfort and stability

  • 8cm heel height

  • Colour: Off White

  • Material: 100% Leather

Availability
 
Tax included. Shipping calculated at checkout.

// 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 } };