Adding product to your cart
This crew neck drop sweater works wonders in your casual wardrobe with this cozy multi stripe pattern designed for matching with many tones in your closet. Winter White or Honey colored denims would make this a Boho look for the Retro chic. A fleecy feel that reeks casual comfort. The girls in the family will take this from you!!!
Sizes: S,M,L
87% Polyester: 13% Acrylic Dry Clean recommended
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