Adding product to your cart
The return of this tank has been greatly anticipated! For those that don't like the tight fit of the luxury or rouched tank, this one's for you. This is a great layering tank underneath the boxy tee or any other cropped top that needs a little "something" extra!
- 100% Matte Jersey
- Wash Cold, Lay Flat to Dry
- Size 1 and 2. Approximate sizes
- Size 1= women's size 8-10
- Size 2 = women's size 10-12
- Size 3= women's size 12-14
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