Adding product to your cart
The Paparazzi cardigan collections offers casual comfort and a luxurious feel. This drop shoulder cardigan is a cool charcoal hue and perfect for the fall fashion scene. So comfy and cool and will pair well with leggings, dark denim jeans. Front pockets for ease and balance. We wish we had this in every color. So, So soft
87% Polyester: 13% Acrylic Dry Clean only.
SM, M, L
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