Adding product to your cart
Boho Chic takes classic designs and through the use of the finest fabrics and attention to detail, the collections never disappoint! This gray pullover looks like like a sweater, but wears like your favorite fleece top! Featuring a cowl neck, dolman sleeves and diamond pattern fabric, this easy wear top goes from lounge to lunches! And we love the button back detail!
- 50% Rayon, 26% Nylon, 20% Polyester, 4% Spandex
- Wash delicately in cold water, lay flat to dry
- Approximate sizing (email susan@beyondcotton.com with questions)
- S- size 4/6
- M- size 8/10
- L- size 10/12
- XL 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