Adding product to your cart
This shirt features a dramatic collar AND sleeve. In CRISP Cotton! Are you a drama queen? If so, better get yours fast!
- 100% Cotton
- Wash cold, lay flat to dry
- Approximate Size Chart. Please call store during our hours with specific questions on measurements 501.221.9195 or email susan@beyondcotton.com
- XS- Fits women size 4
- S- Fits women size 6-8
- M- Fits women size 8-10
- L- Fits women size 10-12
- XL- Fits women 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