Ruffled Skirt-Black
Ruffled Skirt-Black
Ruffled Skirt-Black
Ruffled Skirt-Black
Ruffled Skirt-Black

Ruffled Skirt-Black

Regular price
LE 495.00 EGP
Sale price
LE 495.00 EGP
Regular price
Sold out
Unit price
per 

Ruffled Skirt.

Sizes are accurate

Made in Egypt.

Delivery within 3 days.

Please check the order while the courier is at the door. If anything is not suitable, just give it back to him & deduct the price from the total.

Delivery fees must be paid in all cases.

// Override default values of shop.strings for each template. // Alternate product templates can change values of // add to cart button, sold out, and unavailable states here. theme.productStrings = { addToCart: "Add to cart", soldOut: "Sold out", unavailable: "Unavailable" }; if(sessionStorage.backToCollection) { theme.backToCollection = {}; theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection); var productCollections = [{"id":435288768730,"handle":"casual-wear","updated_at":"2026-05-29T14:12:49+03:00","published_at":"2026-02-24T18:24:22+02:00","sort_order":"manual","template_suffix":"","published_scope":"web","title":"Women's Casual Wear","body_html":""}]; 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); } }