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! This oversized body generously flows over your figure. The dropped shoulder sleeves loosely fit to the upper arm and then fit, creating a layered silhouette.
- 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