Adding product to your cart
Match Point linen has long been a customer favorite at Beyond Cotton. The simple designs paired with fantastic fabric means easy wearable style! This V neck top features 3/4 sleeves and A line frame.
- 100% Linen
- Delicate wash, tumble dry low
- Sizes
- Small- 46" Bust
- Medium- 47.5" Bust
- Large- 49" Bust
- XLarge 51" Bust
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