Adding product to your cart
DETAILS
• Matte red is a fabulous and versatile hue that brings life to any look
• Completely waterproof to keep your feet protected in all weather
• Made with your comfort in mind - no pinching or rubbing
SPECS.
• Vegan
• Eco-Friendly
• Made from: Natural Rubber
• Outsole: Traditional Natural Rubber
• Lining: Quick Dry Knitted Cotton Lining
• Footbed: Multi-Layer Cushioned Sole
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