Adding product to your cart
Our signature architectural skirt is in sync with our brand’s DNA. The sum of our style includes modern lines, beautiful drape and ease with an elastic back waist. Wear our skirt with your favorite top. For added edge, wear with a sexy legging in our matte jersey.
- 100% Nylon
- Machine Wash Cold
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