Adding product to your cart
This tailored line appeals to our more traditional girls. These basic capris are easy to wear and extremely comfortable with the breathable linen. You can pair them with any top, sandals, or however you wish to pair your linen.
- 100% Linen
- Machine Wash, Lay Flat to Dry, Tumble air dry to soften and iron as needed
- Size Chart (Approximate- Call store for specific measurements. 501.221.9195)
- XS- Fits women size 4
- S- Fits women size 6-8
- M- Fits women size 10-12
- L- Fits Women size 14-16
- XL- Fits women size 18
- XXL- equivilant to 1X
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