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, prepare to be wowed! To whoever says they don't love a boxy tee....we don't believe! This is a staple for our customers and a huge seller.
- 100% Cotton
- Hand Wash delicate cycle, lay flat to dry
- One size fits most. Please call the store with questions 501.221.9195 or email susan@beyondcotton.com
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