Adding product to your cart
This lovely v-neck tunic features a three-quarter length raglan sleeve and a boxy cut. Constructed of a lightweight textural linen, it pairs perfectly with linen or jeans!
- 90% Linen, 10% Poly
- Hand wash cold, Lay flat to dry. Do not bleach. Warm iron as needed.
- Size chart is approximate. A person can generally wear a range of sizes. Please call the store with questions. 501-221-9195.
- Small - Size 4-6
- Medium - Size 8-10
- Larges - Size 10-12
- XLarge - 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