Adding product to your cart
I have no idea what a grumpy cat and caterpillar have to do with each other except make a stinkin cute top! Love this v neck flouncy pullover and you will too! The fabric is soft to the touch and lightweight.
- 75% Polyester, 20% Rayon, 5% Spandex
- Hand wash cold, lay flat to dry
- Small- Bust- 34", Back seam 29"
- Medium- Bust 38", Back seam 30"
- Large- Bust 40", Back seam 31"
- XLarge- Bust 42", Back seam 32"
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