Adding product to your cart
NEW update! Modern easy cargo washable silk pants now in camo are best when paired with any boxy tees, pima knits or matte jersey. How 'bout that for a taking athleisure to new heights?!
- Washable Silk
- Cold, hang to dry or lay flat
- Call or email with questions about sizing (susan@beyondcotton.com)
- Size 0- women's 4/8
- Size 1- women's size 8/12
- Size 3 Women's size 10/14
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