Your shopping cart is empty.

Skirts

15 Products
Special Collection
Trace Ruched Skirt
$54.00
This skirt features a pull on jersey waistband and ruching at sides, front and back for a flattering look. Pair with anything from a tee and sneakers to a blouse and heels. Stretch poplin body - 96% Cotton 4% Spandex, Jersey waistband - 92% Cotton 8% Spandex 18" long Model...
Florin Pleated Printed Midi Skirt
$79.00
100% Polyester. Machine Wash Cold Model wears size S by Compania Fantastica
SALE
Trace Tie Dyed Ruched Skirt
$25.00 $66.00
This skirt features a pull on jersey waistband and ruching at sides, front and back for a flattering look. Pair with anything from a tee and sneakers to a blouse and heels. Stretch poplin body - 96% Cotton 4% Spandex, Jersey waistband - 92% Cotton 8% Spandex. 18" long. Machine...
Golden Hour Knit Midi Skirt
$60.00
A true effortless essential, this classic midi is featured in the perfect knit fabrication for a cozy feel. 100% Cotton Measurements for size small: Waist: 24 in Length: 30.75 in Machine Wash by Free People
Phoebe Woven Plaid Skirt
$58.00
Wear with the coordinating Phoebe Jacket! Polyester  by Molly Bracken
Renee Skirt
$116.00
This skirt is perfect for both everyday and festive occasions. With its sophisticated look, it's perfect to style with a pair of tights and a pair of boots. 100% polyester by Nü Denmark
Marconi Cargo Skirt
$125.00
Fold over jersey waistband, cinch-able bubble hem and contrasting panels are just a few of the best features of the Marconi Cargo Skirt. Chunky cargo pockets with inserts, a side pleat and brass hardware make this daring skirt one of a kind! 97% cotton, 3% spandex Preshrunk. Machine washable by XCVI ...
SALE
Gobi Skort
$50.00 $68.00
Sporty and cute, the Gobi Skort by Free People goes great with your favorite babydoll tee, tank, and denim jackets.  100% Viscose Hand wash cold, line dry by Free People Final sale on clearance items!
SALE
Cape Town Skirt
$100.00 $142.00
The Cape Town Skirt features a beautiful multicolored floral print on a navy blue background with an elastic waist. 100% Cotton Wash cold & hang to dry by Vilagallo *Final Sale on All Sale Items!
Dixie Printed Mini Skirt
$52.00
100% Viscose Machine Wash Cold Model wears size S by Compania Fantastica
SALE
Isadora Embroidered Patterned Skirt
$79.00 $88.00
This fall maxi skirt features beautiful embroidery to create an elegant, boho look. Pair with a sweater and boots to create a cozy, fall outfit! Viscose by Nekane  Final sale on clearance items!
Asher Woven Plaid Skirt with Detachable Belt Bag
$72.00
With trendy tartan, we love the silhouette of this mini skirt with its removable pocket belt and its high waist, back zip closure.  100% Polyester by Molly Bracken
Prunille Mini Skirt
$72.00
Polyester Dry Clean Model wears size S by Garance Paris
Xia Plaid Mini Skirt
$88.00
Polyester, Viscose by Free People
Wild Roses Midi Denim Skirt
$98.00
Forever cool with a retro-inspired touch, this stunning midi from our We The Free collection will be a staple in your forever wardrobe. 100% Cotton True to size by Free People
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });