Adding product to your cart
Sewn and hand dyed in San Francisco, CA, Cut Loose Clothing is comfortable everywhere and for everyone. The classic Boatneck neck Tee is for women on the go or just hanging out with friends. A trend that has lasted for decades! The Boatneck Tee is timeless and the perfect statement to wear with your favorite jeans.
- 70% cotton, 30% Linen
- Machine wash warm, tumble dry low
- Approximate sizing (email susan@beyondcotton.com with questions)
- XS to LG
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