Adding product to your cart
Fun and casual for every day, this cotton/linen blend is so comfy! Add some style with a cuff at the sleeve, and this top is perfect when a Tee just won’t do. The high-low hemline makes this an easy piece to wear with any pull-on pant or your favorite jeans! Made in Italy.
• Scoop Neckline
• Raglan sleeve
• High-Low Hem
• One size fits most (REALLY!) *2 – 12/14
• Machine wash cold, delicate, with like colors. Lingerie bag recommended. Hang or lay flat to dry.
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