Adding product to your cart
These high waist leggings by M. Rena feature slimming tummy control waistband and a multi-colored pattern that is perfect for hiding imperfections, if you know what I mean. These leggings seriously go with everything!
- Made in USA
- One Size Plus easily fits women's sizes 12-18
- 67% Viscose, 25% Polyester, 8% Spandex
- Hand wash cold, Dry flat
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