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 on petite and plus sizes. Elastic waist, side pockets and flowy style. How much more comfortable can you get?!
- 100% Linen
- Warm wash delicate, hang to dry
- Approximate sizing (email susan@beyondcotton.com with questions)
-
- S- 26-34" waist 26" inseam, 37.5" length
- M - 28-36" waist, 27" inseam, 38" length
- L- 30-38" waist, 27.5" inseam, 38.5" length
- XL - 32-40" waist, 28" inseam, 39" length
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