ORDER BEFORE DEC 21ST FOR PRE-CHRISTMAS DELIVERY

Your cart

Your cart is empty

25% off

Amalfi Footbed Black/Gold

Regular price $189.00 $142.00 Save $47.00
Unit price
per 

Step into comfort with the Amalfi Footbed. Crafted from premium leather, it fits any shoe and provides all-day support. Molds to your feet for a custom feel—perfect for work, errands, or adventures.

Details:

  • Premium leather with gold hardware

  • All-day support

  • Adapts to your foot shape

Material: 100% Leather
Hardware: Gold

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