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 dress features flirty and feminine tucks and pleats all over. The soft fabric is perfect for warm climates.
- 70% Rayon, 30% Lyocel
- Hand Wash separately, Hang to dry
- Size (call the store or email susan@beyondcotton.com with questions)
- S- Bust 42", HIp 56" Back center to hem 43"
- M- Bust 48", Hip 58", Back center to hem 45"
- L- Bust 52", Hip 60", Back Center to hem 47"
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