Adding product to your cart
LA Fixsun collection is designed for the generously figured woman. With linen season in full swing, having breathable fabric is a must, especially in hot climates! This tunic can easily double as a dress depending upon your height. The uneven hemline adds a funky cool element!
- 100% Linen
- Wash gentle cycle, tumble low
- Sizing is as accurate as we can be. Please email susan@beyondcotton.com with questions or call the store during our operating hours 9:30-5:30 Central time. 501.221.9195
- S- 46" bust
- M- 48" bust
- L- 50" bust
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