Adding product to your cart
This is a fantastic year round tee. Featuring a round neckline, curved high low hemline, exposed seams and slouchy front pockets, there is nothing NOT to love about this top! And the color goes with everything. Wear it with white, black, navy, print, etc. LOVE!
- 96% Cotton Modal, 4% Spandex
- Wash Cold, Tumble dry low
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