Adding product to your cart
The Amalia skirt is beautifully made with stretch faux suede and detailed with hand-cut fringe all around. Feels amazing and drapes beautifully. Super soft. Very stylish. Relax easy fit. Statement piece. Can you say YEE HAW?! Note: The waist is more fitted so if you carry extra weight in the middle, you may want to size up.
- 92% Polyester, 8% Spandex
- Delicate Cycle, Hang to Dry
- XS- general size 2/4
- S- general size 4/6
- M - general size 6-8
- L- general size 8-10
- XL- general size 10/12
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