Adding product to your cart
Simple and low key is why we love this ribbed cardigan with the basket weave sides, It is so versatile and can match almost any outfit, We also have on line the sweater that is shown beneath for a multi colored look. The Winter white neutrals are a must do for autumn and winter. Soft and warm, plus you will want to wear this anywhere. A customer Favorite....
90% Acrylic; 10% Nylon
Sizes: Small, Medium, Large. Generous Fit.
Hand wash cold or Dry Clean
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