ORDER BEFORE DEC 21ST FOR PRE-CHRISTMAS DELIVERY

Your cart

Your cart is empty

25% off

Antibes Mule Off White

Regular price $219.00 $164.00 Save $55.00
Unit price
per 

Step into style and comfort with the Antibes Mule. Made from 100% premium leather, this off-white mule features a 6cm heel for a chic, wearable lift. Perfect for errands, brunch, or a night out—effortless style wherever you go.

Details:

  • Premium leather

  • 6cm Heel

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