Adding product to your cart
The Gabby Isabella knit racing stripe sweater pant is new to the style scene and is so very flattering. The rolled waistband with the drawstring does add a bit of racing charm.
These are the great pants that pair so well with the sweaters we use to coordinate this style. We have a cardigan and multi color sweater that looks exquisite with this pant. Cuffed waist band for ease of pull on support and comfort. A wide leg for the the well dressed woman that wants a little more polish than a legging. Did we mention soft and comfy?
Sizes: Small, Medium, Large
100% Acrylic, Hand wash cold, Lay flat to dry Or Dry Clean
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