SHOP NOW | PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

25% off

Verne Heel Mocha

Regular price $235.00 $176.00 Save $59.00
Unit price
per 

The Verne Heel blends sophistication with everyday wearability. Crafted from premium leather, this versatile heel offers comfort and durability, making it perfect for the office, special events, or elevating any outfit.

Details:

  • Premium leather upper

  • Timeless, elegant silhouette

  • Comfortable and durable construction

  • 8cm heel height

Colour:
Mocha

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