BUY NOW PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

Faust Footbed Siblings

2 Results

60% off

Faust Footbed Tan/Silver

Regular price $189.00 $76.00 Sale

Unit price
per 

50% off

Faust Footbed Olive Suede/Gold

Regular price $189.00 $94.50 Sale

Unit price
per 

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