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 small-check shirt features a traditional collar, a-line frame and fun zip detail in the back. Nice oversized sleeve cuffs that can worn turned up or down.
- 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