Adding product to your cart
BEST SELLER!
The ultimate year round sandal! The crisscross stretchy straps give you a custom fit and allow your feet to expand throughout the day. These lightweight sandals are stylish, comfortable and great for all-day wear
* Stretch upper, crisscross strap, wide ankle strap, faux espadrille bottom
* Elastic upper
* Padded insole
* Approximately 2″ covered wedge heel
* Fit: Half sizes should size down
* Machine washable
* Bunion-friendly
* Made in Mexico
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device