Adding product to your cart
This python print jean in stretchy fabric features a HIGH waist (YAY) and straight leg (DOUBLE YAY). Traditional zip enclosure. OOH LA LA! 30" inseam, 9" rise.
- 74% Cotton, 24% Polymide, 2% Elastane
- Machine Wash Cold on Gentle Cycle, Flat Dry, Low Iron or Dry Clean
- Size Chart General - please call the store for questions at 501.221.9195
- XS- 2/4
- Small - 4/6
- Medium - 8/10
- Large - 10/12
- XLarge- 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