Adding product to your cart
Soft and cozy this v neck pullover sweater is waist length with a flattering fit and available in the colors of fall. Stretch knit makes this a win for all figures.
- 1908MUS - GLOW
- Long Sleeve
- Sweater
- Imported
- Mustard
- S,M,L,XL
- 100% Polyester
- Machine Wash, Do Not Bleach, Tumble Dry, Iron Low
- Fall/Winter
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