Adding product to your cart
We love the hand of this heavier gauge linen. Featuring a split neck and straight sheath, this tunic is a staple. We have two colors....get both! Because of the narrow body, I would definitely size up, especially if you are curvy.
- 100% Linen
- Wash warm separately, tumble dry low
- Size chart (call the store or email susan@beyondcotton.com with any questions!)
- XS- women's size 4/6
- S- women's size 6/8
- M- women's size 8/10
- L- women's size 10/12
- XL- women's size 12/14
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