Adding product to your cart
Your go-to boyfriend jean just got a slimmer, more feminine update with Jag's Carter Girlfriend. It's designed with a comfortable mid rise and ease through the hip and thigh for a perfectly relaxed silhouette. Crafted in power stretch denim that molds to your body and features great retention but still looks classic. Finished with a medium-light indigo wash with destruction at the knees and a frayed released hem.
- Girlfriend jeans with a distressed dark indigo wash
- 10" mid rise
- Power stretch denim that molds to your body and features great shape retention
- 5-pocket styling with a zip fly
- 13.5" leg opening, 26" inseam
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