Adding product to your cart
This artful piece has three-quarter-length sleeves and a fold over collar. The silhouette is full and quite A-line, with a button-front placket; it's done in a very lightweight, crinkled poly blend. This top is a store favorite and is what we refer to as Casual Elegance
- Fit note: A size 1 should work for US sizes 6-10; a size 2, for US sizes 12-16.
- 100 percent polyester.
- Machine wash, cold; tumble dry, low. Or dry clean.
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