Adding product to your cart
Dress up any look with this classic long cardigan. It features long sleeve, open front with draped neckline, and our cozy colossal knit body.
- Colossal Knit: 100% Cotton.
- Heavy Slub Knit: 92/8 Cotton/Spandex
- Center Front: ~32.5"
- Center Back: ~35.5"
- Color Description: Forest green, navy and white splotchy wash
- Preshrunk
- Machine washable
Sizes: S,M,L, Generous Fit
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