SHOP NOW | PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

Vella Sandal Black / Gold

Regular price $189.00
Unit price
per 

The Vella Sandal is a refined leather style designed for effortless wear. Crafted from premium black leather, it features a clean, strappy silhouette finished with polished gold hardware for a subtle statement.

Designed to balance modern elegance with everyday ease, it’s a versatile choice for both daytime and evening wear.

Details:

  • Premium leather construction

  • Polished gold hardware

  • Open-toe sandal

  • Colour: Black

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