Adding product to your cart
Susan made a Bee line to the runway to purchase this Bee must have top. Oh the life of Bees... The embroidered bee design adds a touch of whimsy and style to this ivory cuffed hem sweater. This stylish top is perfect for a day or evening out. Wear autumn, winter and fall. It will be a conversation. piece wherever you land. BZZZZZ. Our favorite.
Sizes: Small< Medium, Large
60% Cotton: 40% Acrylic
Hand wash cold with like colors; Dry flat to dry; Fold to store, do not hang so that it will keep it shape.
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