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 french terry cowl will soon become your best friend. Uber comfort with a stylish edge. NOTE: Color in Stock is RAISIN (Brown) NOT BLACK. The picture is for fit and style only.
- 100% Cotton
- Hand Wash delicate cycle, 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