Discover the elegance of simplicity with our Montagine Ballet Flat, a must-have for any wardrobe. Expertly crafted in India, these flats are designed for supreme comfort without sacrificing style. The sleek design and versatile aesthetics make them perfect for everything from office wear to casual outings. Embrace the blend of tradition and modernity with every step you take in these charming flats. Perfect for those who appreciate understated elegance, the Montagine Ballet Flat is your go-to shoe that ensures both style and comfort day in and day out.
Subscribe to be the first to discover the latest collections, exclusive discounts & events, plus a special treat on your birthday!
Availability
// 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
}
};