Boho Revival

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

Boho Chic Clothing Made for That Mainstage Moment

If your vibe is flowy, fearless, and a little bit flirty—Windsor’s boho chic clothing is your go-to for living your best festival life. From small-town concerts to all-weekend music fests, these looks hit every note with their modern take on carefree style.

Discover a boho revival in stores, in-app, or online. Windsor’s bohemian clothing for women features textures and fabrics that bring the outfit energy—think faux leather minis, lace-up bodices, tie-front blouses, and denim silhouettes that know how to move. Create polished, on-trend looks with dramatic dusters, dreamy lace sets, or curve-hugging jumpsuits that scream front row ready.

Shopping for boho concert outfits? Start with a crochet crop top, layer it with a faux suede fringe jacket, and finish with platform boots or western-inspired kicks. Going full festival mode? Add statement belts, tinted sunnies, and clear bags to build bohemian festival outfits that are as Instagrammable as they are dance floor-ready.

Whether you're vibing in the crowd or headed to the after-party, these pieces blend effortless layering with standout details. Windsor makes styling simple—so you can get dressed, get noticed, and go. Shop more concert and festival looks to build your lineup of headliner-worthy outfits.

  • Vintage Vibes Denim Lace-Up Bustier

    Giving off cool-girl edge with a throwback twist, this strapless denim bustier is your shortcut to instant confidence. Pair it with jeans or shorts for any weekend plans.

    Fit & Features

    • Denim fabric
    • Strapless neckline
    • Lace-up back design
    • Bustier-inspired bodice
    • V-cut crop fitted hem
    • Runs true to size

    Style Number/Barcode: 06003-000128

    Category Name: Boho Revival

    Price: $36.90

    Availability: In Stock

    Available Color: TAN

    Available Size: XS, S, M, L

  • Wild Streak Strapless Tube Top

    Serving fierce vibes only. This strapless tube top hugs just right and adds a bold pop to your weekend rotation, whether it’s styled with denim or layered under a blazer.

    Fit & Features

    • Mesh-lined fabric, animal print, moderate stretch
    • Strapless neckline
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000226

    Category Name: Boho Revival

    Price: $26.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: XS, S, M, L

  • Lace Me Up Strapless Denim Halter Top

    She’s giving flirty, fitted, and ready for rooftop drinks. This lace-up denim crop top is made to turn heads—just add attitude.

    Fit & Features

    • Vintage-inspired denim fabric, slight stretch
    • Sweetheart halter neckline, spaghetti strap tie
    • Front lace-up placket
    • Fitted curved crop hem
    • Stretchy smocked back
    • Runs true to size

    Style Number/Barcode: 06003-000130

    Category Name: Boho Revival

    Price: $36.90

    Availability: In Stock

    Available Color: DENIM

    Available Size: XS, S, M, L

  • Constant Stunner Open Back Halter Crop Top

    You'll always stun in this sexy halter crop top boasting an open back and front design that leaves many speechless!

    Fit & Features

    • Eyelet floral embroidery, woven-lined fabric
    • Halter plunge neckline
    • Open front design
    • Cropped hem
    • Open back with spaghetti strap tie
    • Runs true to size

    Style Number/Barcode: 06003-2742

    Category Name: Boho Revival

    Price: $6.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Trendy Girl Denim Strapless Corset Crop Top

    Serve trendy girl energy in this strapless denim corset crop top featuring a lace-up back and a V-cut hem for a snatched look.

    Fit & Features

    • Denim fabric
    • Strapless sweetheart neckline
    • Lace-up back design
    • V-cut cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06003-000187

    Category Name: Boho Revival

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK, DENIM, LIGHT

    Available Size: XS, S, M, L

  • Bring The Edge Buckled Square Toe Boots

    Buckle up like an edgy babe in these faux leather boots adorned with a cool buckled side and a sleek square toe. 

    Fit & Features

    • Short block heel
    • Square toe
    • Buckled side design
    • Calf length shaft height
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07402-000032

    Category Name: Boho Revival

    Price: $45.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Studs and Stares Cowl Halter Top

    A little edgy, a lot hot—this halter top brings drama with metal studs and a sultry neckline that does the most with your favorite skirts, perfect for concerts or festivals.

    Fit & Features

    • Smooth knit stretch fabric
    • Halter cowl neckline, tie closure
    • Studded trim
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000239

    Category Name: Boho Revival

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Catch Flights Crochet Sweater Topper

    She’s giving jet-setter vibes with just a touch of drama. Layer this crochet sweater topper over your fave tanks or dresses when your outfit needs a little extra flirt.

    Fit & Features

    • Sheer crochet knit fabric
    • Long sleeves with flare cuffs
    • Boat neckline
    • Ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-000105

    Category Name: Boho Revival

    Price: $32.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Compelling Romantic Off-The-Shoulder Pleated Maxi Dress

    Make a toast to looking lovely in this off-the-shoulder pleated maxi dress as the bride-to-be or party guest! With a flowy silhouette and flattering drop waist seam, you'll look and feel so dreamy.

    Fit & Features

    • Woven fabric
    • Folded off-the-shoulder neckline
    • Drop waist seam
    • Pleated flowy silhouette
    • Maxi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-3867

    Category Name: Boho Revival

    Price: $9.97 $49.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • In the Mix Abstract Mesh Plunge Top

    A little sheer, a lot daring. This abstract print mesh top features fitted long sleeves and a deep plunge neckline with hardware detail—aka your new night-out fave.

    Fit & Features

    • Abstract print, mesh-lined fabric with stretch
    • Fitted long sleeves
    • Plunge neckline with hardware insert
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000274

    Category Name: Boho Revival

    Price: $34.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: XS, S, M, L

  • Wildly Iconic Animal Print Long Sleeve Mini Dress

    A little wild, a lot iconic—this abstract animal print mini dress brings the heat with its bold vibe and sultry sheer sleeves. Perfect for nights out or when you want your outfit to do all the talking.

    Fit & Features

    • Sheer mesh fabric with partial knit lining, high stretch
    • Abstract animal print
    • Mock neckline
    • Sheer long fitted sleeves, slit accents
    • Mini-length bodycon silhouette
    • Short side slit
    • Runs true to size

    Style Number/Barcode: 05102-000216

    Category Name: Boho Revival

    Price: $34.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: XS, S, M, L

  • Spill The Secrets Abstract Print Halter Top

    For when your outfit's louder than your group chat. This abstract print mesh halter top is light, effortless, and made for catching stares you weren’t even trying for.

    Fit & Features

    • Mesh fabric, high stretch
    • Abstract print
    • Sleeveless plunge V-neckline
    • Tie-front detail under the bust, front flyaway design
    • Halter spaghetti straps, tie-back design, partially open back
    • Mid-length hem, flowy fit
    • Runs true to size

    Style Number/Barcode: 06001-000162

    Category Name: Boho Revival

    Price: $29.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

  • Fringe Benefits Oversized Denim Jacket

    Not just a denim jacket—this one enters the chat with a vibe! With an oversized fit and fringe that moves when you do, it’s made for festivals, photo ops, and showing up unannounced. 

    Fit & Features

    • Denim cotton fabric
    • Long sleeves with button cuffs
    • Collar neckline
    • Button-down front closures
    • Oversized fit, front pockets
    • Fringe trim across front and back
    • Runs true to size

    Style Number/Barcode: 06203-000009

    Category Name: Boho Revival

    Price: $59.90

    Availability: In Stock

    Available Color: DENIM

    Available Size: S, M, L, XL

    Product Badge:
    • Best Seller
  • Call Me Cutie Lace-Up Floral Eyelet Corset Top

    Get ready for everyone to call you cute in this floral corset top designed with a flirty lace-up back that captures attention and a cropped hem that lets you flaunt your figure. Pair with the matching bottoms.

    Shop Matching Bottoms: Call Me Cutie Floral Eyelet Mini Skirt

    Fit & Features

    • Floral print, eyelet woven lined fabric
    • Strapless neckline
    • Front hidden hook and eye fasteners
    • Flexible boning
    • Lace-up back
    • Cropped hem
    • Runs true to size

    Style Number/Barcode: 06003-2726

    Category Name: Boho Revival

    Price: $6.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Flirty Flair Lace Ruffle Romper

    This lace romper brings flirty movement with tiered ruffles and a fitted bodice—ideal for concerts, brunch, or anywhere the vibe is playful yet chic.

    Fit & Features

    • Lace-lined fabric
    • Sweetheart neckline
    • Adjustable spaghetti straps
    • Form-hugging fit
    • Ruffled mini skirt overlay, shorts lining
    • Runs true to size

    Style Number/Barcode: 05101-000179

    Category Name: Boho Revival

    Price: $49.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M

  • Ruffle and Ready Lace Halter Mini Dress

    Your going-out lineup just leveled up. With a plunge halter neckline and flirty ruffles, this lace mini dress is ready to dance, flirt, and own every concert or country bar!

    Fit & Features

    • Lace fabric, soft, stretchy knit lining
    • Plunge halter neckline, spaghetti strap tie
    • Open strappy back
    • Form-hugging fit
    • Ruffled trim mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000338

    Category Name: Boho Revival

    Price: $42.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

  • Cute In Crochet Long Sleeve Sweater

    Perfect for any season, this crochet sweater can be styled as a coverup or worn with a cute bralette or fitted tank. It's designed with long bell sleeves and a relaxed fit, this sweater adds a boho charm to any look.

    Fit & Features

    • Sheer crochet fabric
    • Boat neckline
    • Long bell sleeves
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06005-000027

    Category Name: Boho Revival

    Price: $26.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Strap Into Style Denim Halter Top

    This halter top hugs just right with bold cutouts and statement buckles that bring the drama from brunch to rooftop bars.

    Fit & Features

    • Dark wash denim
    • Halter plunge neckline
    • Front cutouts with buckle accents
    • Back zipper closure
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000158

    Category Name: Boho Revival

    Price: $39.90

    Availability: In Stock

    Available Color: DARK, DENIM

    Available Size: XS, S, M, L

  • Boho Flair Ruffled Lace Drop Waist Skort

    Bring the boho flair to your everyday looks with this adorable lace drop waist skort. The mini-length ruffled overlay features a cute A-line silhouette over fitted shorts.

    Fit & Features

    • Sheer lace fabric, moderate stretch
    • Drop waist design
    • Mini-length tiered ruffled overlay, A-line fit
    • Brushed knit fitted shorts
    • Skort in size small has a 7" front rise with a 2.5" inseam
    • Runs true to size

    Style Number/Barcode: 06503-1258

    Category Name: Boho Revival

    Price: $26.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Laced and Floral Ruffled Shorts

    These floral shorts are all about ruffled-soft glam for girls who like to add a flirty allure to their going-out or concert looks!

    Fit & Features

    • Floral print, lace fabric, stretchy knit lining
    • Low-rise waist
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06503-000115

    Category Name: Boho Revival

    Price: $29.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M, L

  • Chic Breezes Halter Boho Satin Maxi Dress

    Enter the room in this chic boho satin maxi dress to make a bold impression! The sleeveless dress boasts a halter neckline and a flowy silhouette adorned with a high front slit. Style with stiletto heels.

    Fit & Features

    • Boho print, satin woven fabric. sewn-in woven lining
    • Halter neckline
    • Spaghetti strap
    • Flowy silhouette
    • High front slit
    • Maxi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-5865

    Category Name: Boho Revival

    Price: $12.97 $59.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Current Mood Lace Long Sleeve Corset Top

    A lace corset top that's a total mood! Collect compliments everywhere you go in this sultry top with an open back and waist-snatching bodice that flaunts your figure.

    Fit & Features

    • Partially lined lace fabric
    • Sheer bell long sleeves
    • Sweetheart neckline
    • Open back with spaghetti strap tie
    • Flexible boning inserts
    • Cropped hem
    • Runs true to size

    Style Number/Barcode: 06001-5688

    Category Name: Boho Revival

    Price: $6.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Saddle Up Cow Print Denim Mini Dress

    Serving western attitude with a side of yeehaw chaos. This cow-print mini dress brings the edge with a snap-front design and pockets for full rodeo realness.

    Fit & Features

    • Cow print, cotton denim fabric, no stretch
    • Sleeveless V-neckline
    • Button front closures
    • Two front pockets
    • Curve-hugging fit, mini-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000230

    Category Name: Boho Revival

    Price: $54.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M

  • Studded And Stunning Suede Shoulder Bag

    The perfect complement to any outfit. This faux suede shoulder bag nails the vibe with bold stud accents and a slouchy shape that works from coffee run to nights out.

    Fit & Features

    • Top shoulder strap
    • Studded trim
    • Slouchy silhouette
    • Spacious interior
    • Micro faux suede material

    Style Number/Barcode: 07203-000090

    Category Name: Boho Revival

    Price: $28.90

    Availability: In Stock

    Available Color: BLACK, KHAKI

    Available Size: NS