Adding product to your cart
Planet designs are thoughtfully crafted out of the finest natural fabrics. The collection is size-less, season-less and age-less and if you have not worn this line before, prepared to be wowed. 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
- One Size
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