New Formal Dresses

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

  • Maribeth Glitter Strappy Back Mermaid Formal Dress

    Special Occasion

    Sleek, sultry, and made to shine—the Maribeth glitter knit gown pairs a plunging halter neckline with daring back cutouts. The curve-hugging silhouette and floor-sweeping hem promise a show-stopping entrance at every occasion.

    Fit & Features

    • Glitter knit fabric lined with stretchy knit
    • Plunge Halter neckline with tie closure
    • Open strappy back
    • Mermaid silhouette
    • Floor-length hem
    • Runs true to size

     

    Where to Wear:

    Weddings, black tie galas, military balls, nights at the opera, elegant milestone celebrations, big birthday events, red-carpet occasions

    Style Number/Barcode: 05002-000420

    Category Name: New Formal Dresses

    Price: $59.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS

    Product Badge:
    • New Arrival
  • Vivienne Velvet Tie-Back Formal Dress

    Special Occasion

    Classic elegance meets modern allure in the Vivienne velvet gown, designed with a plunging halter neckline and an open back tied in a dramatic bow. The floor-grazing silhouette makes every entrance feel effortlessly glamorous.

    Fit & Features

    • Luxe velvet fabric
    • Plunging halter neckline
    • Open tie-back design
    • Mermaid silhouette
    • Floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie wedding, galas, formal milestone celebrations, engagement parties, red-carpet occasions, nights at the theatre, elegant dinner parties

    Style Number/Barcode: 05002-000340

    Category Name: New Formal Dresses

    Price: $74.90

    Availability: In Stock

    Available Color: BLACK, WINE

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

    Product Badge:
    • New Arrival
  • Marabella Mesh Corset Mermaid Formal Dress

    Special Occasion

    Effortlessly alluring, the Marabelle mesh gown captivates with a corset-style bodice, daring thigh-high slit, and lace-up back detail. The sleek mermaid silhouette was made for entrances that linger long after you’ve arrived.

    Fit & Features

    • Mesh-lined fabric with stretch
    • Cowl pleated neckline
    • Adjustable spaghetti straps
    • Corset-style bodice with flexible boning
    • High front slit
    • Mermaid silhouette, floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, galas, charity and military balls, red-carpet events, rehearsal dinners, engagement parties, upscale birthdays, formal milestone celebrations

    Style Number/Barcode: 05002-000210

    Category Name: New Formal Dresses

    Price: $64.90

    Availability: In Stock

    Available Color: PURPLE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Danika Satin Mermaid Sash Formal Dress

    Special Occasion

    Sleek and sophisticated, the Danika satin gown features a draped neckline and a sultry high slit. Finished with delicate straps and a figure-skimming silhouette, it’s the ultimate plus-one for nights that call for pure elegance.

    Fit & Features

    • Stretch satin fabric with sheen
    • Draped cowl neckline
    • Spaghetti straps
    • Mermaid silhouette, side draped sash
    • High side slit
    • Floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, galas, military balls, formal milestone celebrations, rehearsal dinners, engagement parties, upscale birthday events, banquets

    Style Number/Barcode: 05002-000135

    Category Name: New Formal Dresses

    Price: $69.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • New Arrival
  • Adrianna Faux Pearl Mermaid Formal Dress

    Special Occasion

    Delicate faux pearls meets timeless glamour in the Adrianna mesh gown, designed with a flattering ruched bodice and sleek mermaid silhouette. The floor-sweeping finish ensures every step feels like a red-carpet moment.

    Fit & Features

    • Faux pearl embellished, mesh-lined fabric
    • V-neckline
    • Adjustable spaghetti straps
    • Ruched bodice
    • Mermaid silhouette
    • Floor-length bonded hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, bridal celebrations, engagement parties, rehearsal dinners, galas, military balls, formal milestone celebrations, fancy birthday events, red-carpet occasions

    Style Number/Barcode: 05002-000137

    Category Name: New Formal Dresses

    Price: $89.90

    Availability: In Stock

    Available Color: RED

    Available Size: XS, S, M, L

    Product Badge:
    • Ships Free
  • Gemma Velvet Off-The-Shoulder Mermaid Dress

    Special Occasion

    Designed for your most glamorous moments, the Gemma velvet mermaid dress stuns with an off-the-shoulder neckline that frames every entrance with elegance. The sleek silhouette hugs in all the right places before flowing into a floor-sweeping hem.

    Fit & Features

    • Velvet fabric, moderate stretch
    • Off-the-shoulder cross-front neckline, short sleeve straps
    • Ruching
    • Floor-sweeping mermaid silhouette
    • Runs true to size

     

    Where to Wear:

    Black-tie parties, red-carpet events, galas, and formal affairs.

    Style Number/Barcode: 05002-000276

    Category Name: New Formal Dresses

    Price: $69.90

    Availability: In Stock

    Available Color: WINE

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

    Product Badge:
    • New Arrival
  • Preston Lace Heart Cutout Mini Dress

    Special Occasion

    Romance meets edge in the Preston lace corset mini, featuring a daring heart-shaped cutout framed in sparkling studs. With its body-skimming fit and statement detail, it’s a look made for unforgettable nights out.

    Fit & Features

    • Lace fabric with corset construction
    • Strapless neckline with heart-shaped cutout
    • Back zipper and hook-eye closure
    • Rhinestone stud embellishments
    • Curve-hugging mini silhouette
    • Side slit with draped lace detail
    • Runs true to size

     

    Where to Wear:

    Homecoming, bridal celebrations, birthdays, date nights, milestone celebrations, GNO

    Style Number/Barcode: 05001-000349

    Category Name: New Formal Dresses

    Price: $79.90

    Availability: In Stock

    Available Color: LIGHT, BLUE

    Available Size: XS, S, M, L

    Product Badge:
    • Ships Free
  • Angelina Leopard Print Satin Mermaid Dress

    Special Occasion

    Designed to turn heads, the Angelina satin mermaid dress hugs every curve in a bold leopard print with a sultry open back. The sleek cowl neckline and fluid floor-sweeping silhouette bring a touch of effortless allure to your luxe night out.

    Fit & Features

    • Premium satin fabric
    • Leopard print
    • Sleeveless cowl neckline
    • Spaghetti straps
    • Open back, lower tie detail
    • Floor-sweeping mermaid silhouette
    • Runs true to size

     

    Where to Wear:

    Birthday celebrations, dressed-up date nights, rooftop parties, and luxe nights out.

    Style Number/Barcode: 05002-000440

    Category Name: New Formal Dresses

    Price: $59.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Adrianne Plunge Bow Mermaid Formal Dress

    Special Occasion

    Smooth knit meets sophistication in the Adrianne formal gown, featuring a sleek mermaid silhouette, dramatic open back, and oversized bow detail. Made to move with effortless elegance, it’s your statement dress for the most unforgettable evenings.

    Fit & Features

    • Smooth knit stretch fabric with subtle sheen effect
    • Plunge halter neckline with twist detail
    • Open back design with bow tie
    • Mermaid silhouette
    • Floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, galas, charity balls, red-carpet events, glamorous parties, upscale birthday soirees, anniversaries, engagement parties

    Style Number/Barcode: 05002-000335

    Category Name: New Formal Dresses

    Price: $79.90

    Availability: In Stock

    Available Color: HUNTER

    Available Size: XS, S, M, L

    Product Badge:
    • Ships Free
  • Autumn Affair Plunge Halter Midi Dress

    Moody, rich, and perfect for the season, this halter midi dress is the definition of fall elegance. The ruched fit and dramatic plunge bring warmth and sophistication to every night out.

    Fit & Features

    • Smooth, stretchy knit fabric
    • Plunge cut halter neckline
    • Front sash detail
    • Bodycon silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000550

    Category Name: New Formal Dresses

    Price: $52.90

    Availability: In Stock

    Available Color: RAISIN

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

    Product Badge:
    • New Arrival
  • Saylor Velvet Lace-Up Slit Mermaid Formal Dress

    Special Occasion

    Created for nights that feel cinematic, the Saylor velvet gown features a sultry high slit, corset bodice, and lace-up back detail. The sweeping mermaid silhouette moves with elegance, ensuring every step feels like a statement.

    Fit & Features

    • Plush velvet with stretch
    • Cowl neckline
    • Adjustable spaghetti straps
    • Corset bodice, flexible boning
    • Lace-up back design
    • High front wrap slit
    • Mermaid silhouette, floor-length hem
    • Runs true to size

     

    Where to Wear: 

    Black tie weddings, galas, military balls, formal engagement parties, rehearsal dinners, nights at the theatre, red-carpet occasions

    Style Number/Barcode: 05002-000428

    Category Name: New Formal Dresses

    Price: $89.90

    Availability: In Stock

    Available Color: NAVY

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

    Product Badge:
    • Ships Free
  • Evelina Mesh Velvet Mermaid Formal Dress

    Special Occasion

    Velvet and allure come together in the Evelina cold-shoulder gown, designed with a ruched body and a daring notch neckline. The sleek mermaid silhouette flows into a floor-length finish, made for the most glamorous evenings.

    Fit & Features

    • Flocked velvet mesh-lined fabric with stretch
    • Cold shoulder neckline with wired insert
    • Short-sleeve cuffs, adjustable spaghetti straps
    • Back zipper closure
    • Mermaid silhouette, floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, galas, charity and military balls, glamorous parties, elegant birthday soirees, rehearsal dinners, dressed-up date nights

    Style Number/Barcode: 05002-000344

    Category Name: New Formal Dresses

    Price: $79.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • Ships Free
  • Lilia Off-The-Shoulder Corset Mermaid Dress

    Special Occasion

    A dress that speaks in glamour, the Lilia satin mermaid dress stuns with an off-the-shoulder neckline and sculpted corset bodice. The dramatic high slit and ruched detailing make it the ultimate statement for black-tie evenings.

    Fit & Features

    • Stretch satin fabric
    • Sweetheart neckline, off-the-shoulder straps
    • Corset bodice, padded bust, flexible boning
    • Back zipper with hook-eye closure, ruched lower back
    • Pleated faux-wrap front design, high-cut slit
    • Floor-length mermaid silhouette
    • Runs true to size

     

    Where to Wear:

    Formal weddings, black-tie parties, galas, red-carpet events, and fancy affairs.

    Style Number/Barcode: 05002-000195

    Category Name: New Formal Dresses

    Price: $89.90

    Availability: In Stock

    Available Color: BROWN

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

    Product Badge:
    • Ships Free
  • Elina Halter Cutout Mermaid Dress

    Special Occasion

    Made for unforgettable entrances, the Elina halter mermaid dress stuns with a keyhole cutout and an open back that flows into a sleek, sculpted silhouette. The slinky knit flatters every curve with effortless sophistication.

    Fit & Features

    • Slinky knit fabric, high stretch
    • Sleeveless twisted halter neckline, keyhole cutout
    • Tie-back halter straps
    • Open back, lower twist-back design
    • Ruching
    • Floor-length mermaid silhouette
    • Runs true to size

     

    Where to Wear:

    Weddings, bridesmaids, black-tie parties, dressed-up dinners, red-carpet events, galas, and formal affairs.

    Style Number/Barcode: 05002-000348

    Category Name: New Formal Dresses

    Price: $59.90

    Availability: In Stock

    Available Color: PURPLE, TEAL

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival