Adding product to your cart
The Bodil customer is an independent creative woman who wants her clothes to say something about her character and personality, rather than emphasizing her body. The designs are meant to reveal natural style and beauty through simple fabrics beautifully detailed. This one size popover is the perfect addition over a sleeveless top or dress or anything you want to add a little zip to!
- 100% Linen (Gauze)
- Hand wash or delicate, lay flat to dry
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