Adding product to your cart
This oversized tee drapes like a dream. Flattering boat neck and elbow length sleeves, not to mention fun colors make this easy to wear and cute to boot! Don't have the color you want? Just call the store. If we can get it, we will! 501.221.9195
- 100% Pima Cotton
- Wash cold, lay flat to dry
- One size
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