Adding product to your cart
We know spring has sprung when Blueberry arrives!
With an emphasis on superb materials, quality construction, and outstanding craftsmanship, Blueberry pieces are destined to be wardrobe favorites! Created in Italy, this collection never disappoints! We love the shape of this blouse. The generous cut makes this a great choice whether small in stature or plus size. The capped sleeves drape to cover the upper arm and the back features an updated tuxedo tail. A white flowy pant and date on the beach are definitely in order!
- 100% Linen
- Wash with similar colors, tumble dry low
- Size chart (please email questions to susan@beyondcotton.com)
- T1
- T2
- T3
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