Adding product to your cart
Boho Chic takes classic designs and through the use of the finest fabrics and attention to detail, the collections never disappoint! This large plaid shirt features a traditional collar, full length hidden placket front enclosure, oversized sleeve cuffs and fringe hemline. Missy fit with a tailored look.
- 100% Linen
- Wash delicately in cold water, lay flat to dry
- Approximate sizing (email susan@beyondcotton.com with questions)
- S- size 4/6
- M- size 8/10
- L- size 10/12
- XL 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