Adding product to your cart
Sewn and hand dyed in San Francisco, CA, Cut Loose Clothing is comfortable everywhere. We love this duster jacket. Wear it as a suit with the matching pants or throw it on with your favorite denim and cowboy boots. You can adjust the sizing by rouching the back inner drawstring or leave it extended for a more boxy silhouette. Either way, you will be looking fab.
- 100% Linen
- Warm wash delicate, hang to dry
- Approximate sizing (email susan@beyondcotton.com with questions)
- Small- 42" bust, fully extended 32" shoulder to hem
- Medium- 46" bust, fully extended 34" shoulder to hem
- Large-48" bust, fully extended 36" shoulder to hem
- XLarge- 50" bust, fully extended 38" 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