Adding product to your cart
A dreamy watercolor motif lends a relaxed mood to this beautifully draped, boxy silhouette in a linen-blend sweater knit. So roomy, airy and comfy and perfect solo or layered. Pullover with pretty pointelle stitching at the scoop neck. Drop shoulders, long sleeves and rib trim at cuffs and hem.
- 69% viscose + 27% linen + 4% polyamid
- Hand wash, dry flat
- Designed in Israel & made in Italy
- Size S (US 8/12)
- Size M (US 12/14)
- Size L (US 14/16)
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