Adding product to your cart
Girls Day OUT! The weave on this top is loose, so it is lightweight AND soft to the touch. Cute angular lines and one size fits so many! The shoulder drops which creates a great drape regardless of your size.
- 75% Polyester, 20% Rayon, 5% Spandex
- Hand wash cold, lay flat to dry
- One Size- 64" Bust
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