Pants

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

Trendy Pants That Serve Every Mood

Step into the season with trendy pants designed to fit your every vibe—whether you’re catching golden hour with the group chat or slaying solo on the 'gram. Windsor’s latest pants drop is all about bold energy, soft textures, and silhouettes that stun from brunch dates to beach escapes. Think flare pants with a vintage kick, black pants that do double duty for work and play, and wide-leg styles that bring the drama—without you breaking a sweat.

Serving options? Absolutely. From high-rise cargo pants and ankle-length joggers to polished trouser fits and beachy jumpsuits in tropical prints, your new seasonal wardrobe starts here. Play it cool in crochet pants, elevate your edge with faux leather pants, or keep things casual in our soft-knit leggings and skinny styles that contour and move with you. And don’t sleep on our matching pant sets and new prints—they’re made for mixin’, matchin’, and maximum impact.

We’re talking pant perfection that pairs effortlessly with corset tops, trendy bodysuits, and that blazer you’ve been waiting to style. Need outfit ideas? A flared silhouette plus strappy heels is your throwback moment. A classic black pant with a pop-color top? That’s your main character energy.

Not sure where to start? Get the vibe check from our fave styling how-tos:

Whether you're planning a weekend fit or a wow-worthy workday look, Windsor’s trendy pants collection delivers bold prints, luxe fabrics, and must-have styles for your every moment. Shop online, in-app, or IRL at a Windsor store near you.

  • Paper Bag High Waist Plaid Trousers

    Dive right into the fall season! These high waist trousers feature an elastic paper bag waist with an attached belt accent at the front, and a wide leg hem. Pants are composed of a woven plaid material that offers a relaxed fit with slight stretch.

    Style Number/Barcode: 06502-0168

    Category Name: Pants

    Price: $6.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Serious Style Spotted Tie Waist Pants
    You've got some serious style, and these leopard printed pants are no exception. They feature a high rise elastic banded paper bag waist, a sassy tie front belt, slanted front pockets, and wide pant legs. The bottoms are composed of a smooth woven fabric with no stretch and include a short knit lining.

    Style Number/Barcode: 06402-0117

    Category Name: Pants

    Price: $16.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Keep It In Check Paper Bag Joggers
    Keep your stylish look in check with these fall-ready joggers. They feature a high rise elastic banded paper bag waist, a tie front detail, slanted front pockets, and a tapered jogger hem with elastic cuffs. The bottoms are composed of a knit fabric, offering moderate stretch, and showcase a trendy glen check print.

    Style Number/Barcode: 06502-0165

    Category Name: Pants

    Price: $12.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • A Touch Of Shine Jumpsuit

    Add a touch of shine to your look! This jumpsuit features a wired plunging V neckline, and a sleeveless bodice with tank straps that lead to a low square back with a zipper closure. Sides of bodice feature a three bar rhinestone cut out detail, everything we love about this look! Bodice meets pant legs high waist with a band detail, and flare into a wide leg hem.

     Model is 5'9" with a 34" bust, 24" waist and 34.5" hips. She is wearing a size small.

    Style Number/Barcode: 06502-0127

    Category Name: Pants

    Price: $9.97 $46.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Jumping To Conclusions Jumpsuit

    This one piece wonder features a low round neckline, with spaghetti straps that are adjustable and lead to a square back. Bodice is fitted and has a cut out detail at high torso. Pants of this jumpsuit meet high waist with a button detailing. Hem hits passed ankles and suit is composed of a crepe material that offers moderate stretch.

    Model is 5'7" with a 34" bust,  24" waist and 34" hips. She is wearing a size small.  

    Style Number/Barcode: 06502-0140

    Category Name: Pants

    Price: $4.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Embossed Snake Leggings

    Step up that legging game girl! This pair features a high waistline, a thin band at the waist, and a hem that reaches ankle length. Leggings are composed of a faux leather material that offers moderate stretch and is embossed with a snake print pattern.

    Model is 5'7" with a 34" bust,  24" waist and 34" hips. She is wearing a size small.  

    Style Number/Barcode: 06502-0164

    Category Name: Pants

    Price: $6.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Tapered Glen Plaid Trousers
    Checkered pants are a fun way to transition into the fall season! This softly woven pair of trousers features a high waisted fit with a long tie detail at the front. They offer a straight tapered leg and a form fit and are composed of a soft knit material that offers moderate stretch and showcases a glen plaid design.

    Style Number/Barcode: 06502-0166

    Category Name: Pants

    Price: $12.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Doing Too Much Tapered Pants
    Step out in a pair that screams style! They feature a high waist that is paper bag style, a zipper closure, and a belt with a rectangular double pin buckle closure. Pants offer a pleated detail and a straight hem. They are composed of a knit poly material that offers a relaxed fit with no stretch.

    Style Number/Barcode: 06402-0107

    Category Name: Pants

    Price: $9.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Leopard Tapered Pants
    Make a bold statement! This pair of tapered trousers has a high waist fit, a zipper closure at the back and a straight cropped leg. Pants are composed of a thick material that offers a form fit with slight stretch. They showcase a bold leopard pattern that we are obsessed with at the moment!

    Style Number/Barcode: 06402-0112

    Category Name: Pants

    Price: $25.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Button Down Cargo Pants
    Take charge like the baddie you are in these essential cargo pants! They feature a high waist, button fly closure, five belt loop design, two hidden side pockets, two additional pockets on the legs, and an elastic band hem. Pants are composed of a light weight relaxed material that offers no stretch.

    Style Number/Barcode: 06402-0111

    Category Name: Pants

    Price: $9.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Straight Class Wide Leg Trousers

    Show up looking straight classy!

    This pair of trousers offers a trendy and relaxed design that features a high waist, a hidden zipper at the back, and a belt detail at the front that has circular belt holes and a circular belt buckle pin closure. Legs of pants have a wide fit, and they are composed of a linen material offers no stretch.

    Style Number/Barcode: 06402-0108

    Category Name: Pants

    Price: $9.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Easy Going Wide Leg Trousers

    For an easy going yet formal style these trousers are definitely a go to. They feature a high waist line, with a thick double looped attached belt that has a circular pin buckle closure as well as a zipper. Trousers have long square pockets and a wide leg. They are composed of a lightweight linen material that offers a relaxed fit.

    Style Number/Barcode: 06402-0109

    Category Name: Pants

    Price: $9.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sleek In Satin Liquid Leggings
    Keep it sleek and chic in these essential leggings! They feature a high waist and a curve hugging slim straight leg fit. Leggings are composed of a satin-like fabric that offer a slight stretch.

    Style Number/Barcode: 06502-0158

    Category Name: Pants

    Price: $10.97 $26.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • High Waist Belted Straight Leg Pants

    These belted straight leg pants are a must for the fall season! They feature a high rise waist, a back zip and hook and eye closure, a belt with a rectangular buckle, and straight pant legs. The bottoms are composed of a crepe fabric with moderate stretch.

    Model is 5'7" with a 34" bust, 24" waist and 36" hips. She is wearing a size small.

    Style Number/Barcode: 06502-0132

    Category Name: Pants

    Price: $4.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Tie It All Together Striped Pants

    Tie your chic and stylish look all together with these classic pants! They feature a high rise waist, a back zipper closure, a slight V detail at the waist with an adorable tie front, embossed stripe detailing all over, and form-fitting pant legs. The bottoms are composed of a stretchy knit fabric.

    Model is 5'9" with a 32" bust, 24.5" waist and 35" hips. She is wearing a size small. 

    Style Number/Barcode: 06402-0077

    Category Name: Pants

    Price: $6.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • The A-List Satin Jumpsuit
    Stand out like the diva you are in this star-inspired jumpsuit! It features a sleeveless bodice, a square neckline with a wired U-shaped inset, wide shoulder straps and a sexy mid-drift cut out. The straight leg has a flattering elongating effect and leads to a flared hem. Jumpsuit is composed of satin-like fabric that offers a form hugging fit with a minimal stretch.

    Style Number/Barcode: 06502-0145

    Category Name: Pants

    Price: $4.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Glow Goddess Glitter Jumpsuit
    Glow like the goddess you are in this dazzling jumpsuit! It features a sleeveless bodice, a wired V neckline, overlapping surplice straps with glitter accents throughout and spaghetti straps. The slim fit bodice leads to a straight leg fit with a flared hem. Jumpsuit is composed of a combination crepe and mesh fabric that offers a relaxed fit with a moderate stretch.

    Style Number/Barcode: 06502-0120

    Category Name: Pants

    Price: $4.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Oasis Princess Sequin Joggers

    Sparkle like the princess you are this Halloween with a magical costume! These pants feature a high waist, hidden side pockets, a back zipper and hook and eye closure, and a straight leg fit with an elastic hem. Pants are composed of a mesh fabric adorned with dazzling sequins throughout. Pick up the matching top and accessories to complete your enchanting costume!

    Model is 5'9" with a 34" bust, 24" waist and 34.5" hips. She is wearing a size small

    Style Number/Barcode: 06402-0018

    Category Name: Pants

    Price: $4.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Such A Sweetheart Tie Waist Jumpsuit

    Darling and chic, this jumpsuit will sweeten up your look. It features a sleeveless bodice, tank-like shoulder straps, a sweetheart neckline, a square back, a flattering high waist seam with a tie front belt, and wide pant legs with a flared hem. Jumpsuit is composed of a knit fabric with moderate stretch.

    Model is 5'6.5" with a 32" bust, 23.5" waist and 35" hips. She is wearing a size small.

    Style Number/Barcode: 06502-0128

    Category Name: Pants

    Price: $15.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Leopard Forever Jumpsuit
    Leopard print is here to stay! This jumpsuit features a v-neckline, a sleeveless bodice with spaghetti straps that are adjustable, a hidden zipper at the back, and pockets! Jumpsuit has a matching tie yourself belt that cinches at one side, and legs flare to a cropped hem. Composed of a lightweight woven fabric that offers a relaxed fit with no stretch. Fully lined.

    Style Number/Barcode: 06402-0114

    Category Name: Pants

    Price: $16.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • High Waist Wide Leg Trousers
    With a tie waist and a wide leg, these pants do all the work in creating a trendy look! They feature a looped tie yourself belt and an exaggerated flare that offers a relaxed fit. Pants feature a hidden back zipper and hook and eye closure and are composed of a woven fabric with minimal stretch. Include a short knit lining.

    Style Number/Barcode: 06402-0101

    Category Name: Pants

    Price: $16.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Relaxed And Ribbed Crop Pants
    With a relaxed fit, these pants offers a vibe that is effortless while also stylish. They feature a high waist fit, a flared and cropped hem. They are detailed with non-functioning marble buttons down the center and are composed of a ribbed knit material that is lightweight and offers moderate stretch.

    Style Number/Barcode: 06502-0163

    Category Name: Pants

    Price: $7.97 $19.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Belted Cutie Cargo Pants

    Belt up in these cute must haves to stay on trend bby! They feature a high rise belted waist, a single button with zipper closure, slant pockets, large utility-styled pockets and a straight leg fit with an elastic cuffed hem. Pants are composed of a sturdy cargo knit fabric that offers a relaxed fit with a slight stretch.

    Model is 5'8" with a 32" bust, 23" waist and 36" hips. She is wearing a size small.

    Style Number/Barcode: 06302-0060

    Category Name: Pants

    Price: $13.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Josie Mid Rise Skinny Jeans

    Oasis By Eunina

    Introducing your new favorite skinnies. These jeans feature a high waist, zip fly, 5-pocket styling and light destruction detail. They're made of a stretchy denim and have a body-hugging fit.

    Style Number/Barcode: 06602-0004

    Category Name: Pants

    Price: $6.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance