Adding product to your cart
Here’s a nautical stripe that’s cute as can be in a breezy linen gauze! Flattering boatneck can be pulled off one shoulder with a tank for a flirty look, or worn alone clean and simple. The boxy fit allows you to tie up or leave the high low hem as is. Plenty of style options! Made in Italy.
• Boatneck
• ¾ sleeve
• Easy cut with 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