Adding product to your cart
The perfect everyday skinny jean that flexes in all the right ways, Nora features a comfortable mid rise and flattering slim fit that's not too tight. It's crafted in slub power stretch denim that moves and bends exactly where you need it. Finished with our easy signature pull-on waistband and a black shade that's perfect for dressing up or down.
- 9.75" mid rise
- Power stretch vertical slub denim with maximum flexibility
- 11.5" leg opening, 31" inseam
- Fiber Content: 77% Cotton 21% Polyester 2% Spandex
- Fabric Type: Comfort Denim
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