Adding product to your cart
This roomy one size T is constructed of the softest of cottons. A drop shoulder gives way to a three-quarter length unfinished sleeve. The neckline is soft and round while the hemline is notched. Great to throw on with your favorite jean - or maybe you should check out the black M2 pant!
- 95% Cotton, 5% Spandex
- Machine wash cold, tumble dry low
- Please call the store for all your sizing questions at 501-221-9195
- 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