Adding product to your cart
Sewn and hand dyed in San Francisco, CA, Cut Loose Clothing is comfortable everywhere. The laid back design is great for casual women on the go or lounging with friends. The generous silhouette works well for all sizes. This tencel/cotton mix fabric feels fantastic. V neck, loose fit and 3/4 length sleeves will make a place among favs in your closet!
- 51% Cotton, 48% Tencel
- Cold wash delicate, hang to dry
- Approximate sizing (email susan@beyondcotton.com with questions)
- Small- 44" bust, 25" shoulder to hem
- Medium- 46" bust, 26" shoulder to hem
- Large-48" bust 27" shoulder to hem
- XLarge- 50" bust, 28" shoulder to hem
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