Adding product to your cart
Match Point linen is a staple among linen lovers and this pant is no exception. Designed with ultra comfort in mind, this features an elastic waistband, straight leg and side pockets. This yarn dyed pant is perfect for the denim look without the denim weight!
- 100% Linen
- Wash gentle cycle, tumble low
- Sizing is as accurate as we can be. Please email susan@beyondcotton.com with questions or call the store during our operating hours 9:30-5:30 Central time. 501.221.9195
- S- 38" fully extended waist, 14.5" rise, 26" inseam
- M- 36" fully extended waist, 15" rise, 28" inseam
- L- 48" fully extended waist, 15.5" rise, 28" inseam
- XL- 48" fully extended waist, 16"rise, 28.5" inseam
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