Adding product to your cart
Shining pinstripes add edge to our mid-rise jeans in ultra-soft stretch cotton for an amazing fit. A more relaxed taper than standard-issue skinny jeans makes these deliciously comfy, not skin-tight and an adjustable drawstring waist provides extra breathing room when you need it. Detailed with gentle creasing, mock fly, side pockets, yoked back with patch pockets, and rivet trim. NOTE. Size down on this one.
- 65% cotton + 31% polyester + 4% elastane
- Machine wash, line dry
- Designed & made in Israel
- Style: 7SP421S-Silver/white
- Size 0 (US 4/6)
- Size 1 (US 6/8)
- Size 2 (US 8/10)
- Size 3 (US 10/12)
- Size 4 (US 12/14)
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