Adding product to your cart
A relaxed fit and flattering v neck cut makes this an easy piece that can be worn either in either a casual or formal style. Layer over a cool jacket or cardigan for a great cool weather combo.
- 2020763 - DYNASTY
- Long Sleeve
- Imported
- White
- 93% Polyester 7% Spandex
- Machine Wash, Do Not Bleach, Tumble Dry, Iron Low
- Fall/Winter
- S,M,L,XL
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