Adding product to your cart
Simple but Elegant is how we describe this cardigan. The creamy colors with the button on the collar and cuff sleeves is so versatile and can match almost any outfit. It is not your traditional button up cardigan. It has such such a swing to it and a is a nice length to cover the hips. Wear it now to casual outings or out to dinner with friends. The fabric is so soft and very comfy.
Sizes: S,M,L,XL,XXL.
60% Cotton; 40% Rayon
Machine Wash Cold Gentle Cycle. Lay flat to dry.
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