Adding product to your cart
So wearable, you'll reach for them again and again... Finely woven with a touch of stretch for a silky-soft hand, two slightly different textures gives the illusion of two slightly different grey tones. All-around stretch waist and wide leg are simply effortless. Side pockets.
- 55% polyester + 45% viscose
- Machine wash, line dry
- Designed & made in Israel
- Style: 7SP409D-Dove grey
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