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! This dress features a round neck, short sleeves and loose shift. Contrasting panels add delightful depth and side pockets make a very happy wearer!
- 100% Linen
- Wash with similar colors, tumble dry low
- Size chart (please email questions to susan@beyondcotton.com)
- Small
- Medium
- Large
- XLarge
- XXLarge
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