Adding product to your cart
Parkhurst has been a staple of the Canadian retail industry for almost a century. Combining ease of wear with feel good fibers, the result is comfortable quality clothing at reasonable prices. That's a win in our book! This sweater features a loose cowl and color contrast sleeves. Easy missy fit with fantastic results!
- 100% Cotton
- Wash cold, lay flat to dry
- See size chart

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