Adding product to your cart
This short offers all the comfort of Flax's Flood pant as well as great coverage over the thigh. A full elastic waist and a roomy fit make this a short you’ll want in more than one color.
- 100% Linen
- full elastic waistband
- side pockets
- long rise
- roomy through hips
- available in sizes S-L
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