Going-Out Tops

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

Trend-Forward Going-Out Tops for Every Night Out

Turn heads in going-out tops that bring style, sparkle, and an effortlessly bold vibe. From cocktail hours to date nights and weekend plans with friends, Windsor’s collection serves elevated looks for every RSVP.

Statement Styles & Luxe Fabrics

Make a statement in corset tops, cropped bustiers, and sleek bodysuits designed in standout fabrics like lace, mesh, satin, and chiffon. Prefer a little edge? Try faux leather, denim, or sheer-paneled styles with eye-catching details that keep your look fresh and modern.

Colors & Pairings That Pop

Explore trending shades from bold brights to soft pastels, as well as classic neutrals that never go out of style. These tops pair effortlessly with mini skirts, wide-leg pants, sleek trousers, or high-rise jeans for a polished finish that transitions from day to night.

Details That Steal the Show

Rhinestones, ruching, open backs, and asymmetrical necklines give your outfit that scroll-stopping energy. Whether you’re dressing for a night out, a concert, or a special celebration, these tops deliver big main-character energy every time.

Find your perfect match in Windsor’s latest going-out tops collection—online, in-app, or in-store.

  • All Tied Together Bungee Corset Top

    A daring twist on classic corsetry—this strapless corset top features all-over lace-up bungee detail for a bold, body-sculpting fit.

    Fit & Features

    • Woven fabric, sewn-in knit lining, slight stretch
    • Strapless neckline
    • All over bungee lace-up designs
    • Flexible boning inserts
    • Back zipper and hook-eye closure
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000167

    Category Name: Going-Out Tops

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • City Flirt Polka Dot Halter Top

    This halter top turns classic polka dots into a modern moment with its high neckline, cowl drape, and open back tie—perfect for dinner dates, city strolls, and spontaneous mimosa brunches!

    Fit & Features

    • Polka dot print, knit stretchy fabric
    • High halter neckline with tie closure
    • Cutout front bust
    • Open strappy back design
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000344

    Category Name: Going-Out Tops

    Price: $32.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

  • Coffee Run Striped Sweater Topper

    Easy, cozy, and effortlessly cute—this striped knit sweater topper is your new go-to for errands, study sessions, or hangouts.

    Fit & Features

    • Striped pattern, knit fabric
    • Crew neckline
    • Long sleeves
    • Ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-000145

    Category Name: Going-Out Tops

    Price: $32.90

    Availability: In Stock

    Available Color: OLIVE

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Play It Bold Faux Leather Crop Top

    Turn up the heat. This faux leather halter top serves major edge with its draped cowl neckline and open back—perfect for when the vibe is bold, confident, and just a little dangerous.

    Fit & Features

    • Faux leather slinky fabric, sewn-in knit stretchy lining
    • Cowl halter neckline with a bar accent
    • Open back design
    • Crop fitted hem
    • Runs true to size

    Style Number/Barcode: 06001-000302

    Category Name: Going-Out Tops

    Price: $34.90

    Availability: In Stock

    Available Color: BURGUNDY, BROWN, BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Shimmer Frequency Halter Top

    All shine, no effort. This beaded halter crop top features a soft cowl neckline and open back that drapes just right—perfect for pairing with low-rise denim or a sleek mini for your next night out.

    Fit & Features

    • Sheer mesh fabric with all-over beading
    • Draped cowl neckline
    • Adjustable halter strap with open back
    • Cropped hemline
    • Runs true to size

    Style Number/Barcode: 06001-000207

    Category Name: Going-Out Tops

    Price: $49.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Dazzle Mode Halter Crop Top

    Turn up the shine. This sequin halter top stuns with a plunging neckline, lace-up front, and cropped fit—made to steal the spotlight from happy hour to after hours.

    Fit & Features

    • All-over sequin embellishment
    • Plunge halter neckline
    • Lace-up front with tie detail
    • Open back design
    • Cropped hemline
    • Runs true to size

    Style Number/Barcode: 06003-000209

    Category Name: Going-Out Tops

    Price: $39.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Spark Intentions Rhinestone Crop Top

    Turn the lights down and glam up. This rhinestone halter top shines with a draped cowl neckline and open back tie—made for statement nights, dance floors, and unapologetically bold moments.

    Fit & Features

    • Rhinestone chainmail material, knit lining
    • Cowl halter neckline
    • Open tie back design
    • Crop-length hem
    • Runs true to size

    Style Number/Barcode: 06003-000208

    Category Name: Going-Out Tops

    Price: $46.90

    Availability: In Stock

    Available Color: SILVER, BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Confidence On Cue Faux Leather Tube Top

    A little sultry, a little sophisticated—this faux leather tube top is serving confidence on cue. With its curve-hugging fit and ruched detailing, it’s made for nights when subtle isn’t on the agenda.

    Fit & Features

    • Faux leather fabric
    • Strapless sweetheart neckline, center U-wire design
    • Ruching
    • Cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06001-000301

    Category Name: Going-Out Tops

    Price: $39.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Cue The Sparkle Rhinestone Fishnet Halter Top

    Cue the sparkle—this rhinestone fishnet halter top was made to own the night. With its draped cowl neckline and trendy shine, it'll give off effortless cool-girl glam.

    Fit & Features

    • Rhinestone fishnet fabric, knit lining
    • Sleeveless plunging cowl neckline
    • Halter strap, partially open back
    • Back zipper closure
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06001-000293

    Category Name: Going-Out Tops

    Price: $44.90

    Availability: In Stock

    Available Color: COPPER

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Fierce Instinct Leopard Print Open Back Halter Top

    For the girls who love a little drama from every angle. This leopard print halter top brings all eyes to you with its sultry open back and bold O-ring detail that’s made to turn heads.

    Fit & Features

    • Knit fabric, high stretch
    • Leopard print
    • Sleeveless cowl neckline
    • Tie-back halter spaghetti straps
    • Open back, lower back metal O-ring accent
    • Mid-length hem, form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06001-000386

    Category Name: Going-Out Tops

    Price: $32.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Midnight Muse Satin Corset Top

    For when subtle just won’t cut it. This satin corset top serves up sleek curves and a sultry silhouette—perfect for nights that call for a little extra allure.

    Fit & Features

    • Satin fabric, sewn-in knit lining, slight stretch
    • Sleeveless plunge neckline, adjustable straps
    • Underwire bust
    • Flexible boning inserts
    • Back zipper with hook-eye closure
    • Angled cropped hem, form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06003-000174

    Category Name: Going-Out Tops

    Price: $36.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival