Adding product to your cart
This is the tried and true Eleven Stitch look. Made in a soft and cozy cotton/poly knit blend, the Layered Hem Top is simply sophisticated. Details include a round neckline, long sleeves and a swing layered hemline with thin striping that perfectly contrasts with the gray and white stripes.
- 51% polyester, 49% cotton
- machine wash cold, tumble dry low
- made in USA
- medium measures 46" bust, 26" length
- XL measures 50" bust, 26" length
- style #8111-1039
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