Adding product to your cart
All the Fall feels! Elegant earth tones pair with sleek V neck styling and feminine bracelet length sleeve. Keep it simple by pairing with a dark denim or jazz it up with a mustard or olive bottom.
- 19114B - WHIMSY
- 3/4 Sleeve
- Sweater
- Imported
- Mustard
- 70% Polyester 20% Acrylic 10% Viscose
- Machine Wash Delicate, Lay Flat to Dry
- All Seasons
- 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