Adding product to your cart
The very best thing about this legging is that it wears like a slim pant. It has classic lines throughout the legs which is similar to an English riding pant. The fabric has substance therefore it does not show any.....imperfections underneath. Pull on comfort for ease and a GREAT length for our taller girls, this is a fantastic option to wear with your favorite sweaters or tunics. We love the style and the fit.
Sizes: S,M,L,XL
95% Polyester: 5% Spandex
Machine wash cold with like colors, gentle cycle
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