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 little number is the perfect solution when you want to cover your arms without adding bulk. I love this dressed up over a pretty dress or blouse or dressed down over a tee with denim. You can't go wrong!
- 100% Linen
- Wash with similar colors, tumble dry low or dry clean
- Size chart (please email questions to susan@beyondcotton.com)
- Small
- Medium
- Large
- XLarge
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