Adding product to your cart
Renuar clothing is a product of our northern neighbor (Canada, not Missouri). Taking an eclectic range of styles, this line blends luxury and value to achieve a look of relaxed elegance. Bottom line...modern trends made easy to wear for the woman on the go. Sophisticated elegance is yours all day in this stunning lightweight sweater tank.
- 72% Viscose, 28% Nylon
- Machine wash cold, gentle cycle, no bleach, lay flat to dry
- Size Chart (approx) Call store if you have questions. 501.221.9195
- XS- Women's 0-2
- S- Women's 4-6
- M-Women's 8-10
- L-Women's 10-12
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