Adding product to your cart
This classic fit knit top with long sleeves and scoop neck is perfect for layering, but just as perfect on its own. Wear it solo with jeans or pants when the weather's warm, then layer on a jacket or sweater when our days get cooler. Get it now before they are gone. NOTE: Due to this top's versatility it is a fast seller.
Sizes S,M,L,XL,XXL
72% Rayon; 24% Polyester; 4% Spandex
Machine Wash in Cold Water Lay flat to dry
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