Adding product to your cart
Sewn and hand dyed in San Francisco, CA, Cut Loose Clothing is comfortable everywhere. The black/blue striped deep sea design is great for casual women on the go or lounging with friends. The generous silhouette works well for petite and plus size. Sometimes you just need a comfy pullover. Featuring a dolman 3/4 length sleeve and slouchy side pocket, this is it!
- 65% Viscose, 15% Tencel, 15% Organic Cotton
- Machine wash warm, tumble dry low
- Approximate sizing (email susan@beyondcotton.com with questions)
- One size easily fits 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