Adding product to your cart
This super comfy top is constructed of cotton - and feels sensational! Easygoing, the rounded neckline is rolled - as is the slightly hi-lo rounded hemline. Three quarter length dolman sleeves complete the look of this sure to be go-to top!
- 100% Cotton
- Hand wash or gentle machine wash in cold water using a mild detergent. Lay flat to dry or machine dry on low heat. Gauze garments should be placed in a lingerie bag when washing and drying.
- General Size chart
- XS - size 4-6 Bust: 34-35" Waist: 25-26" Hip: 36-37"
- S - size 8-10 Bust: 36-37" Waist: 29.5-31.5" Hip: 38-39"
- M - size 12-14 Bust:38.5-40.5" Waist: 29.5-31.5" Hip: 40.5-42.5
- L - size 16-18 Bust: 43-45" Waist: 34-36" Hip: 45-47"
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