Adding product to your cart
People who wear S K I F have an easy and comfortable confidence that shines through. The art to wear collection is hand stitched, pieced and painted and the one-size pieces are great on many body types! These pants feature an adjustable drawstring at the waist, straight legs with large side pockets.
- 100% Cotton
- Delicate wash or hand wash, hang to dry
- One Size- Email susan@beyondcotton.com with questions
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