Adding product to your cart
These pull on Ponte leggings are the true basic pull on for any look. Ponte means they wont lose their shape and so easy to pull on and GO. Pairs well with any look you want to happen.
- 6554PBLK - LITHIUM
- Pull-on waist
- Slim Fit
- Mid Rise - 1" Below the Navel
- Inseam 30"
- Stretch
- Imported
- Black
- 71% Rayon 25% Nylon 4% Spandex
- Ponte
- Machine Wash, Do Not Bleach, Tumble Dry, Iron Low
- Fall/Winter
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