Adding product to your cart
Playful stripes are softened by our ever-popular crinkled fabric... And it doesn't get much easier... Cool, sleeveless, bra-friendly silhouette barely skims the bust, then falls to perfection in a maxi dress length, flaring gradually to the hemline. Scoop neck, roomy pockets and lengthening drop waist.
- 95% polyester + 5% elastane
- Machine wash, line dry
- Designed & made in Israel
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