Adding product to your cart
Cut Loose Tees are comfortable everywhere. This laid back bias cut design is great for casual women on the go or lounging with friends. The vintage classic Tee shirt silhouette pairs well with your favorite jeans or with your favorite jean jacket. Timeless!
- 70% Cotton, 30% Linen
- Machine wash warm, tumble dry low
- Approximate sizing (email susan@beyondcotton.com with questions)
- The sizes work well up to size 18
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