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. Great top for an easy sillhouette.
- 50% Cotton, 40% Rayon, 5% Linen, 5% Polyester
- Machine wash delicate inside out, tumble dry low inside out
- Approximate sizing (email susan@beyondcotton.com with questions)
- Size L fits 10/12
- Size XL fits 12/14
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