Adding product to your cart
Elevate your look with this warm-weather essential. Amara features a jute-wrapped platform wedge to complement all your sunny styles. An ankle strap keeps you secure, while the two suede straps complete the sophisticated look. Pre-Pack of 12: 1x6, 2x7, 3x8, 3x9, 2x10, 1x11 or open sizes.
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