Adding product to your cart
Dutchman V-neck is a long raglan sleeve thermal sweater with rib cuffs, neck and hems along with split side seams and twill tape tie closures.
- Valentina Thermal: 63/34/3 Poly/Rayon/Spandex .
- 2x1 Rib Finishes: 95/5 Cotton/Spandex.
- Center Front: ~18.25".
- Center Back: ~25.25".
- Color Description: Forest green, pumpkin orange, grass green and white striped layered wash.
- Preshrunk.
- Machine washable.
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