Adding product to your cart
Bryn Walker designs are for women who demand comfort, quality and easy sophistication. With a preference for luxurious fabrics, they create comfortable, honest and beautifully constructed garments and dye them in a rich palette every season.
- 100% Linen
- Machine wash warm, tumble dry low.
- General Sizing, call store at 501.221.9195 for questions:
- S: Size- 6-8, Bust- 35.5-36.5, Waist- 28-29, Hip- 38.5-39.5
- M: Size- 10-12, Bust- 37.5-39, Waist- 30-30.5, Hip- 40.5-42.5
- L: Size- 14-16, Bust- 40.5-42.5, Waist- 33-35, Hip- 43.5-45.5
- XL: Size- 18-20, Bust- 45.5-48.5, Waist- 38-41, Hip- 48.5-51.5
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