Adding product to your cart
This is a fantastic vest! It's all in the details. Featuring a generous body, loop button holes and tucks along the pockets and hemline, this will go with and over anything.
- 100% Linen
- Wash gentle, Air dry or tumble low
- S/M- Bust 47", Hip 58", Back seam length 38.5"
- L/XL- Bust 58", Hip 59", Back seam length 38.5"
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