Adding product to your cart
Blue jeans are great -- but sometimes you need to change it up. Like with these medium grey denim pants for women that feature an eye-catching frayed hem. The perfect grey jeans for fall!
- Mid-rise
- Five-pocket construction
- Zip fly closure
- Frayed hem detail
- Stretchy denim
Size
|
Waist |
Hips |
0 |
26" |
35.5" |
2 |
27" |
36.5" |
4 |
28" |
37.5" |
6 |
29" |
38.5" |
8 |
30" |
39.5" |
10 |
31.5" |
41" |
12 |
33.5" |
43" |
14 |
35.5" |
45" |
16 |
37.5" |
47" |
18 |
39.5" |
49" |
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