BUY NOW, PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

70% off

Brett Slide Black

Regular price $99.00 $30.00 Save $69.00
Unit price
per 
The Brett slide features an elegantly curved black leather strap and open toe detailing. Finished with a stacked wood sole with an angled square toe, this simple spring slide is a Sol Sana favourite.

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