Adding product to your cart
Chic and understated, this tone-on-tone belt is just what you need for any outfit! The belt sections stretch for comfort and can be worn at natural waist or lower on the hips. Touches of basket woven texture adorn the buckle to add some depth, but also provide a simple tonal color palette so you can easily wear her with everything! A must have in your wardrobe and your suitcase! Sourced in Italy.
• Comfortable stretch design
• Neutral tone-on-tone
• Basketweave texture
• One size fits most (REALLY!)
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