Adding product to your cart
These can be worn as a shirt or jacket. So so cute and perfect for all but extreme cold and extreme heat (unless you are in air conditioning!)
- 55% Linen, 45% Viscose
- Machine wash cold, gentle cycle. Tumble dry low.
- If we are out of your size, call during our store hours. We are happy to see if we can order one for you! 501.221.9195
- Kleën sizing:
- XS = 2/4
- Measured: bust 32.5"-33.5"; waist 25"-26"; hip 35" -36"
- S = 6-8
- Measured: bust 34.5"-35.5"; waist 27"-28"; hip 37"-38"
- M = 10/12
- Measured: bust 36.5"-38"; waist 29"-30.5"; hip 39"-40.5"
- L = 14/16
- Measured: bust 39.5"-41"; waist 32"-33.5"; hip 42"-43.5"
- XL = 18/20
- Measured: bust 42.5"-44"; waist 35"-36.5"; hip 45"-46.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