Adding product to your cart
M Rena tummy tuck seamless leggings are a fan favorite! They are a must have for all legging loving people and stretch to easily accommodate a little roundness around the middle! These leggings are a must-have for the new season.
- Made in USA
- One Size- size 4-14
- 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