Adding product to your cart
The Sienna fuzzy cardigan is made with textured blends of viscose rayon, poly, stretch and cashmere. Featured in this stunning animal print, it features open front and long sleeves with side pockets. Super soft and comfy. Feels like butter. Stylish and timeless. Relaxed easy fit!
50% Nylon, 48% Acrylic, 2% Cashmere
Hand wash or dry clean, Do not put in dryer
S- size 2/6
M- size 8/12
L- Size 12/16
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