Adding product to your cart
Cut Loose takes classic designs and through the use of the finest fabrics and attention to detail, the collections never disappoint! This Blue Moon dress will wear as a favorite casual to club wear outing Featuring a hoodie with draw string neck ties, front pockets this easy wear dress goes from lounge to lunches! The color is a fall favorite!
Rayon, 26% Nylon, 20% Polyester, 4% Spandex
- 66% Viscose,15% Tencel, 15% Organic cotton
- Machine Wash Warm
- Approximate sizing (email susan@beyondcotton.com with questions)
- XS- size 4/6
- S- size 6/8
- M- size 8/10
- L- size 10/12
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