Women's Shorts

Show filters
Sort:
Size
Color
Price
All filters
Sort
Loading...
tag of the document. This will help to improve the load of the images // during color swatches interaction on PLP const preloadBackground = (entries, observer) => { entries.forEach(async (entry) => { if (entry.isIntersecting) { const swatch = entry.target; const images = swatch.dataset.varimg.split(','); images.forEach((img, index) => { // preload image const link = document.createElement('link'); link.href = buildSrc(img); link.imagesrcset = getSrcset(img); link.imagesizes = cssImageMediaCondition; link.rel = 'preload'; link.as = 'image'; document.getElementsByTagName('head')[0].appendChild(link); }); swatch.removeAttribute('data-varimg'); switchObserver.unobserve(swatch); } }); }; const switchObserver = new IntersectionObserver(preloadBackground, { root: null, // Default is the viewport rootMargin: '30px', threshold: 0.05, // Load image when 10% of the div is visible }); // Sort options function getPageParam() { const urlParams = new URLSearchParams(window.location.search); const pageParam = urlParams.get('page'); return pageParam ? parseInt(pageParam, 10) : 1; } domLoadedPage = getPageParam(); setupSortDropdown('.fs_sort_by_wrap_desktop', '.fs_sort_by_options_desktop', '.fs_sort_by_select_desktop'); const sortBySelect = document.getElementById('sortByDesktop'); let sortByValue = getSortBy(); // call the function and store the returned value sortBySelect.value = sortByValue; // update the desktop dropdown value on page load // update sort mobile dropdown value on page load const validSortOptions = ['price_min_to_max', 'price_max_to_min', 'creation_date', 'relevency']; sortByValue = validSortOptions.includes(sortByValue) ? sortByValue : 'relevency'; const inputField = document.querySelector(`form [data-value="${sortByValue}"]`); if (inputField) { inputField.checked = true; // update the value of the option } else { console.error(`No radio button found with data-value="${sortByValue}"`); } const form = document.getElementById('sortForm'); if (form) { form.addEventListener('change', (event) => { if (event.target.name === 'sort') { const selectedValue = event.target.getAttribute('data-value'); if (selectedValue && validSortOptions.includes(selectedValue)) { setUrlParam('sortBy', selectedValue, true); resetPageAndScroll(); updateOtherDropdown(selectedValue); } } }); } updateOtherDropdown(getSortBy()); if (sortBySelect) { sortBySelect.addEventListener('change', function () { if (sortBySelect.value && validSortOptions.includes(sortBySelect.value)) { setUrlParam('sortBy', sortBySelect.value, true); } }); } // Description 'read more' function toggleReadMore(button) { const container = button.parentNode; const isExpanded = container.getAttribute('aria-expanded') === 'true'; container.setAttribute('aria-expanded', !isExpanded); if (isExpanded) { button.querySelector('.button-text').textContent = 'more'; } else { button.querySelector('.button-text').textContent = 'Show less'; } } function visibleReadMore() { const toggleButtons = document.querySelectorAll('.fs_collection_top_toggle'); toggleButtons.forEach(button => { const description_children = button.previousElementSibling.children; let description_scroll_width = 0; let description_client_width = 0; for(const child of description_children) { description_scroll_width += child.scrollWidth; description_client_width += child.clientWidth; }; button.style.display = (description_scroll_width > description_client_width) ? 'block' : 'none'; }); } window.addEventListener('DOMContentLoaded', visibleReadMore); // category pills GTM const categories = document.querySelectorAll('.category-pills__pill'); let category; let categoryHandle; let categoryId; const pushCategoryPills = (category, categoryHandle, categoryId, typeCategory) => { if (category && categoryHandle && categoryId && typeCategory) { const categoryPills = { event: `categoryPills`, category: category, categoryHandle: categoryHandle, categoryId: categoryId, typeCategory: typeCategory }; window.dataLayer.push(categoryPills); } } categories?.forEach(category => { category.addEventListener('click', function(e) { try { category = e.currentTarget.getAttribute('data-category'); categoryHandle = e.currentTarget.getAttribute('data-collection-handle'); categoryId = e.currentTarget.getAttribute('data-collection-id'); typeCategory = e.currentTarget.getAttribute('data-type-category'); pushCategoryPills(category, categoryHandle, categoryId, typeCategory); } catch (error) { console.error('Error in category click event:', error); } }) })

Product Recommendations

Women’s Shorts That Bring the Heat This Season

Must-have shorts for every summer mood, from casual days to after-dark adventures. High-rise jean shorts and ruffle shorts pair perfectly with crop tops, while faux leather shorts and cargo styles add an edge when you’re feeling daring.

Trendy Shorts for Every Summer Scene

Distressed jean shorts and romper shorts offer instant “throw-on-and-go” ease for those whirlwind days. Skorts and linen-blend styles bring playful flair to brunch dates and park hangs, and hot shorts with hardware details or statement prints keep the spotlight on you at every backyard bash.

Jean Shorts, Rompers & Skorts—Your Summer Essentials

  • Women’s jean shorts – The ultimate go-to for pairing with tees, bodysuits, and breezy blouses.
  • Shorts rompers – Effortless one-and-done outfits for brunch or seaside strolls.
  • Trendy skorts – The perfect fusion of skirt vibes and shorts comfort.

Looking for styling inspo? Check out our guide to summer looks with shorts for easy outfit ideas.

Ready for your next pair? Discover all the latest bottoms and step into summer style online, in‑app, or at your nearest Windsor store.

  • A Lot Iconic Pleated Belt Mini Skort

    This pleated skort serves cool-girl energy with a sleek belted accent and an effortlessly bold look that elevates your everyday style.

    Fit & Features

    • Faux leather fabric, stretchy knit shorts lining
    • Mid-rise waist, side zipper closure
    • Belted waist accent
    • Pleated mini-length hem with slit accent
    • Runs true to size

    Style Number/Barcode: 06403-000042

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: WINE

    Available Size: XS, S, M, L

  • Shimmer And Shine Glitter Romper

    Made for dance floors and flirty exits. This strapless romper hugs in all the right places, while the layered ruffle skirt brings the twirl-worthy drama.

    Fit & Features

    • Glitter knit fabric
    • Strapless tube neckline
    • Fitted bodice
    • Layered ruffled mini-length hem, shorts lining
    • Runs true to size

    Style Number/Barcode: 06503-000094

    Category Name: Women's Shorts

    Price: $49.90

    Availability: In Stock

    Available Color: SAGE

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Ruffle Up Sparkle Romper

    Flirty, fun, and made to shine—this strapless romper is all about sparkle and movement with its glitter finish and layered ruffle shorts. Perfect for parties where you plan on dancing all night.

    Fit & Features

    • Glitter knit fabric
    • Strapless neckline
    • Fitted bodice
    • Ruffled layered shorts bottom
    • Runs true to size

    Style Number/Barcode: 06503-000095

    Category Name: Women's Shorts

    Price: $49.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Buckle Up Faux Leather Mini Skort

    This isn’t just a skort—it’s a mood. The faux leather finish and statement belt bring instant edge, making it your go-to for concerts or parties!

    Fit & Features

    • Faux leather fabric
    • Low-rise belted waist
    • Form-hugging fit
    • Mini-length front skirt overlay, shorts bottoms
    • Runs true to size

    Style Number/Barcode: 06403-000044

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: S, M, L

  • Crush On You Lace Ruffle Romper

    Romance is in full bloom with this lace ruffle mini that’s equal parts sweet and sultry. Strapless with a form-hugging fit, it’s made for date nights, parties, and those moments you want to own the room.

    Fit & Features

    • Lace-lined fabric
    • Strapless neckline
    • Form-hugging fit
    • Ruffled layer mini-length skirt overlay
    • Shorts lining
    • Runs true to size

    Style Number/Barcode: 06503-000100

    Category Name: Women's Shorts

    Price: $42.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Street Edge Belted Denim Mini Skort

    Low-rise looks are back and bolder than ever—this belted denim skort is basically built for your weekend lineup. The contrast stitching and mini fit give it that perfect mix of retro and now.

    Fit & Features

    • Denim fabric, contrast stitching
    • Mid-rise belted waist
    • Front pockets
    • Form-hugging fit
    • Mini skirt overlay, shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000083

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L, XL

  • Flirty And Bold Belted Denim Skort

    A little soft, a little spicy. This belted mini skort brings sweet-girl energy with an edge—made for content moments and coffee runs alike.

    Fit & Features

    • Denim fabric
    • Mid-rise belted waist
    • Hidden side zipper and hook-eye closure
    • Mini skirt overlay, shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000079

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

  • Sassy Era Tie-Front Denim Mini Skort

    Giving Y2K with a new twist. This denim mini skort is short, sassy, and made to be seen—perfect for content days or leveling up your weekend 'fit.

    Fit & Features

    • Denim fabric
    • Mid-rise waist
    • Five-pocket and belt loop design
    • Dual front button closures, tie-front belt
    • Grommet detailing
    • Fitted mini-length overlay, hidden shorts
    • Runs true to size

    Style Number/Barcode: 06603-000084

    Category Name: Women's Shorts

    Price: $36.90

    Availability: In Stock

    Available Color: LIGHT, DENIM

    Available Size: M, L

  • Cell Block Cutie Inmate Belted Hot Shorts

    Serving “too hot for lockdown” vibes—these costume shorts are a total scene-stealer. The belted low-rise waist and cheeky hem are your ticket to an unforgettable entrance.

    Shop Matching Top: Cell Block Cutie Inmate Tie-Front Top

    Fit & Features

    • Smooth stretch knit fabric
    • Low-rise belted waist
    • Form-hugging fit
    • Cheeky hem
    • Runs true to size

    Style Number/Barcode: 06503-000101

    Category Name: Women's Shorts

    Price: $29.90

    Availability: In Stock

    Available Color: ORANGE

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Enchanted Sparkle Glitter Tulle Ruffled Romper

    Cue the magic wand—this glitter tulle ruffled skater romper is pure fairytale fantasy. Flirty, sparkly, and totally enchanting, it’s perfect for casting spells and stealing spotlights.

    Fit & Features

    • Sheer glitter tulle fabric, partial knit lining
    • Off-the-shoulder neckline with short sleeve straps
    • Sweetheart padded bust, lace trim
    • Sheer corset-style bodice, flexible boning, open lace-up back, lower back zipper with hook-eye closure
    • Tiered ruffled overlay, short skater silhouette
    • Peeking sheer lace shorts with knit lining, ruffled trim, cheeky fit
    • Runs true to size

     

    How To Style For Spooky Season:

    Style with the rhinestone wand and spiral strap heels for a gorgeously glam Halloween costume.

    Style Number/Barcode: 06403-000045

    Category Name: Women's Shorts

    Price: $64.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Coquette Glam Halter Bow Romper

    Giving coquette with a kick—this halter romper brings soft glam with a snatched fit and a flirty skirted flare. That rhinestone bow? Just the icing on your slay.

    Fit & Features

    • Ponte fabric, shorts lining
    • Halter neckline, rhinestone-embellished bow
    • Partial open back
    • Flare skater silhouette
    • Mini-length skirt overlay
    • Runs true to size

    Style Number/Barcode: 06503-000102

    Category Name: Women's Shorts

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Shimmer Nights Halter Glitter Romper

    This halter glitter romper is built for dancing, glowing, and making the room yours. The skater silhouette keeps it fun and flattering while the shimmer says, “yeah, I showed up to shine.”

    Fit & Features

    • Glitter knit fabric
    • Halter plunge neckline
    • Flowy short length hem
    • Runs true to size

    Style Number/Barcode: 06503-000103

    Category Name: Women's Shorts

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Sugar Rush Sparkle Tie-Back Romper

    Sweet like candy, this romper brings the shimmer with tiered ruffles, a flirty tie-front, and the cutest bow-back detail. Perfect for date nights, parties, or just living your fairycore fantasy.

    Fit & Features

    • Glitter knit fabric
    • Sweetheart ruffle trim neckline, bust tie
    • Spaghetti straps
    • Tie-back detail
    • Flowy layered ruffle hem
    • Shorts lining
    • Runs true to size

    Style Number/Barcode: 06503-000104

    Category Name: Women's Shorts

    Price: $49.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Too Cool To Pleat Mini Skort

    Serving attitude with every pleat—this skort is your new off-duty fave. The drop waist and zipper accents give it that edgy-meets-effortless vibe that pairs perfectly with everything from graphic tops to corsets.

    Fit & Features

    • Denim fabric
    • High-rise waist
    • Zipper front accents, back zipper closure
    • Pleated mini-length skirt overlay
    • Shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000093

    Category Name: Women's Shorts

    Price: $42.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Can't Blend In Mid-Rise Camouflage Denim Skort

    This one’s giving combat cutie. With built-in shorts and a statement belt, this camo denim skort is ready for concerts or weekend fun.

    Fit & Features

    • Camouflage print, denim cotton fabric, stretchy knit shorts lining
    • Mid-rise belted waist
    • Front flap pockets, 93' embroidered patch detail
    • Form-hugging fit, frayed mini-length hem
    • Front button and hidden zipper closure, belt loop accents
    • Runs true to size

    Style Number/Barcode: 06603-000089

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: CHARCOAL

    Available Size: XS, S, M, L

  • Ruffle With It Denim Mini Skort

    Flirty meets edgy—this ruffled denim skort brings major attitude with a playful twist. Pair it with boots, sneakers, or heels and let your legs do the talking.

    Fit & Features

    • Denim fabric with contrast stitching
    • Mid-rise belted waist
    • Tiered ruffle layered design
    • Mini length hem
    • Shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000088

    Category Name: Women's Shorts

    Price: $44.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Rebel Edge Belted Denim Shorts

    Not your average shorts—this pair brings the attitude with a wide grommet belt and sleek denim finish. Style them with an oversized tee or crop top for that cool-girl, off-duty vibe.

    Fit & Features

    • Denim fabric
    • Studded waist belt
    • Mid-rise waist
    • Classic short length
    • Runs true to size

    Style Number/Barcode: 06603-000091

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Strings Attached Lace-Up Denim Skort

    This isn’t your regular denim skort. Designed with lace-up sides and raw edge details, it’s equal parts effortless and unapologetic. Wear it when you want your outfit to do the talking.

    Fit & Features

    • Denim fabric
    • High-rise waist
    • Front zip-up closure
    • Lace-up sides
    • Bodycon silhouette
    • Mini-length skirt overlay, shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000094

    Category Name: Women's Shorts

    Price: $46.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Zip It Up Denim Mini Skort

    Utility meets flirty—this denim mini skort is all about zips, pockets, and attitude. Rock it with a crop top and boots when you’re ready to serve rebel glam.

    Fit & Features

    • Denim fabric
    • Mid-rise waist
    • Utility design
    • Front zip-up and button closure
    • Zippered pockets, back pockets
    • Mini-length hem, shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000096

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L, XL

    Product Badge:
    • New Arrival
  • Twist And Twirl Lace-Up Romper

    Made for dance floors, date nights, and every flirty moment in between. This halter romper cinches up top, flares just right, and shows off a playful lace-up back.

    Fit & Features

    • Sleek knit stretchy fabric
    • Halter neckline
    • Lace-up strappy back
    • Skater silhouette
    • Shorts lining, mini hem
    • Runs true to size

    Style Number/Barcode: 06503-000107

    Category Name: Women's Shorts

    Price: $42.90

    Availability: In Stock

    Available Color: PLUM

    Available Size: M, L

    Product Badge:
    • Best Seller
  • Frill Seeker Strapless Knit Romper

    Romper season, but make it flirty. This strapless ruffled romper in sleek knit fabric is your grab-and-go piece for nights out, brunch plans, or anything in between.

    Fit & Features

    • Sleek stretch knit fabric
    • Strapless neckline
    • Fitted bodice
    • Ruffled short-length hem
    • Ruffled trim shorts lining
    • Runs true to size

    Style Number/Barcode: 06503-000108

    Category Name: Women's Shorts

    Price: $42.90

    Availability: In Stock

    Available Color: DARK, MARSALA

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Edgy Flirt Bow Mini Skort

    This mini skort pairs a cute bow with a cool-girl twist, thanks to the drawstring waist and faux leather finish.

    Fit & Features

    • Faux leather fabric, stretchy knit shorts lining
    • Mid-rise drawstring waist bow tie
    • Flared mini-length silhouette
    • Runs true to size

    Style Number/Barcode: 06403-000050

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Ruffle Agenda Floral Mesh Skort

    Romantic but not too sweet—this floral skort is your soft-girl staple with a side of sass. Layer it up with a baby tee or go full flirt with a corset top.

    Fit & Features

    • Flocked floral pattern, mesh fabric, stretchy knit shorts lining
    • High-rise waist
    • Curve-hugging fit
    • Ruffled layer mini-length hem
    • Runs true to size

    Style Number/Barcode: 06503-000110

    Category Name: Women's Shorts

    Price: $39.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Wild Card Leopard Print Mini Skort

    A little wild, a lot unforgettable. This leopard print mini skort is the perfect amount of flirty with a sultry short overlay and hidden fitted shorts for coverage. Style with the matching tube top!

    Shop Matching Top: Wild Card Leopard Print Cutout Tube Top

    Fit & Features

    • Sheer mesh fabric, high stretch
    • Abstract leopard print
    • Mid-rise waist, ruched sides
    • Asymmetric mini-length overlay, A-line fit
    • Hidden fitted knit shorts
    • Runs true to size

    Style Number/Barcode: 06503-000112

    Category Name: Women's Shorts

    Price: $29.90

    Availability: In Stock

    Available Color: LEOPARD

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set