SHOP NOW | PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

Maritime Loafer Black/Gold

Regular price $249.00
Unit price
per 

The Maritime Loafer elevates a classic silhouette with Sol Sana’s signature hardware across the vamp. Crafted from polished black leather, this chunky loafer features a subtle platform sole that adds height while remaining comfortable and versatile for everyday wear.

Details:

  • Polished leather upper

  • Signature Sol Sana hardware

  • Chunky loafer silhouette

  • 3cm platform sole

Colour:
Black Leather with Gold Hardware

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