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. I love the easy shape of this dress. It has a nice silhouette without clinging to the parts we don't want it to! Side pockets! Great year round fabric for mild climates.
- 90% Viscose, 9% Polyester, 1% Lycra
- Machine wash delicate, tumble dry low
- Approximate sizing (email susan@beyondcotton.com with questions)
- Size XS- fits size 4/6
- Size S- fits size 6/8
- Size M- fits size 8/10
- Size L- first size 10/12
- Size XL- fits size 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