BUY NOW PAY LATER WITH AFTERPAY

Your cart

Your cart is empty

Wooster Slide Python/Silver

Regular price $179.00
Unit price
per 
Introducing the Wooster Slide, crafted for unparalleled comfort and effortless style. This slide is a standout in our shoe collection, made with premium materials sourced directly from India. Ideal for easygoing days and leisurely evenings, the Wooster Slide boasts a sleek design that combines traditional craftsmanship with contemporary aesthetics. Perfect for those who appreciate a touch of simplicity and quality in their footwear.
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 } };