Adding product to your cart
Sleek and sassy. This soft fitted sweater is a must have for your cool weather wardrobe. Wear solo or layer under a black topper. Perfect for the black jeans we just got in. A night out with this sweater will get you noticed!!!!
- LL2115 - ROAR
- Long Sleeve
- Sweater
- Imported
- Multi-Color
- 100% Polyester
- Machine Wash, Do Not Bleach, Tumble Dry, Iron Low
- Fall/Winter
- 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