Adding product to your cart
Interesting seams are sprinkled throughout this slightly oversized top. A back yoke accompanies a pleated back panel to round out the breezy and comfy pullover.
- Pixel Waffle Thermal: 47.5/47.5/5 Cotton/Modal/Spandex.
- Center Front: ~18.5"
- Center Back: ~25.5"
- Color Description: Forest green, brick red and white splotchy 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