Adding product to your cart
This is the most excellent legging jacket for the season. Cute and funky, it totally kicks up your running errands style, don't ya think?
- 97% Cotton, 3% Spandex
- Machine Wash Cold, lay flat to dry, or dry clean
- Approximate sizes (Call store if you have specific questions at 501.221.9195)
- 0 - Size 2-4
- 1 - Size 6-8
- 2 - Size 10-12
- 3 - Size 14-16
- 4 - Size 18-20
- 5 - Size 22-24
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