Adding product to your cart
Luxe melange goes freestyle. Designed for a relaxed, oversized fit, this pullover has a classic crew neckline, not too fitted fashion sleeves, and dropped shoulders. Easy like a tee, cozy like a sweater is the perfect add-on to your closet.
STYLE the LOOK
Pair with our leggings, jeggings or your favorite pair of skinny jeans.
- Pima Cotton Sweater
- Machine Wash Cold, Delicate Cycle, Remove Immediately, Lay Flat to Dry
- One Size (Sizeless)
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