Adding product to your cart
This is a BIT favorite style. First of all, we love the name. Frog pant. Because frogs get no love. We love the eye hook and front zip closure and bell legs and most of all the comfy fabric. There are elastic button bands on the inside that can be adjusted for fit in the waist.
- 97% Rayon, 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