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); } }) })

Now Trending

  • Kairi Velvet Strapless Mermaid Satin Formal Dress

    Special Occasion

    Sleek with a touch of intrigue, the Kairi strapless mermaid gown is designed for evenings that call for confident elegance. Snake print velvet shapes the bodice while a silky woven satin skirt flows to the floor, creating contrast that feels modern, sculpted, and unmistakably chic.

    Fit & Features

    • Snake print velvet-lined strapless attached thing bodysuit, snap-button closures
    • Side zipper and hook-eye closure. padded bra cups
    • Side cutout detail at the waist
    • Smooth satin skirt with mermaid silhouette, floor-length hem
    • Runs true to size 

     

    Where to Wear:

    Weddings, black tie galas, upscale cocktail receptions, formal birthday dinners, milestone celebrations, anniversaries, romantic destination events, fashion-forward parties, city soirees, special occasion nights

    Style Number/Barcode: 05002-000690

    Category Name: New Formal Dresses

    Price: $79.90

    Availability: In Stock

    Available Color: WINE

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

    Product Badge:
    • Ships Free
  • Bailee Velvet Pattern Lace-Up Formal Dress

    Special Occasion

    The Bailee dress is made for moments that feel effortlessly elevated, combining romantic damask floral velvet burnout with a sleek, sculpted silhouette. A flattering V-neck, lace up back, and high front slit bring just the right balance of softness and drama to this refined mermaid gown.

    Fit & Features

    • Velvet burnout damask pattern, mesh lined fabric
    • V-neckline, padded bra cups, spaghetti straps
    • Defined waist with contouring seam placement
    • Floor-length mermaid skirt with front slit
    • Open back with lace-up detail, zipper and hook-eye closure
    • Runs true to size.

     

    Where to Wear:

    Weddings, black tie galas, winter formals, holiday soirees, upscale receptions, rehearsal dinners, engagement parties, big birthday events, anniversaries, honeymoons, destination resorts

    Style Number/Barcode: 05002-000803

    Category Name: New Formal Dresses

    Price: $99.90

    Availability: In Stock

    Available Color: NAVY

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

    Product Badge:
    • Ships Free
  • Mackinley Rhinestone Lace-Up Column Formal Dress

    Special Occasion

    Made for moments that deserve a little drama, the Mackinley rhinestone column dress delivers sleek glamour with a refined edge. The sweetheart halter neckline and lace-up back create a striking balance of structure and allure.

    Fit & Features

    • Rhinestone embellished mesh with a smooth, sculpting feel
    • Sweetheart halter neckline with supportive bust shaping
    • Column silhouette that skims the body
    • Lace up back placket with slit for movement
    • Long-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, galas, formal celebrations, red-carpet occasions, award ceremonies, special date nights, anniversaries, honeymoons, destination resort celebrations

    Style Number/Barcode: 05002-000745

    Category Name: New Formal Dresses

    Price: $129.90

    Availability: In Stock

    Available Color: RED

    Available Size: XS, S, M, L

    Product Badge:
    • Ships Free
  • Hollie Floral Halter Mermaid Formal Dress

    Special Occasion

    Designed to command attention from every angle, the Hollie mesh mermaid dress pairs a statement floral print with a halter keyhole neckline for a look that feels both sculptural and fluid. The open back and floor-length finish create an unforgettable balance of drama and refinement.

    Fit & Features

    • Mesh-lined fabric with all-over floral print
    • Halter neckline with deep V-shaped keyhole cutout
    • Twist-front bust with ruched detailing
    • Open back with adjustable halter tie
    • High-waist seam for a contoured fit
    • Floor-length mermaid silhouette
    • Runs true to size

     

    Where to Wear:

    Weddings, destination resorts, honeymoons, birthday dinners, dressy cocktail parties, gala dinners, engagement parties, rehearsal dinners, black tie occasions

    Style Number/Barcode: 05002-001156

    Category Name: New Formal Dresses

    Price: $74.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • New Arrival
  • Lily Abstract Print Mermaid Formal Dress

    Special Occasion

    The Lily dress is made for nights that feel artful and unforgettable, where every detail deserves attention. A multi-print abstract fabric shapes a form-hugging long silhouette, finished with a sweetheart neckline, cutout bust, and a high side slit that brings movement and allure.

    Fit & Features

    • Spaghetti straps with sweetheart neckline and twist-front bust detail
    • Front cutout at bodice
    • Ruched mesh overlay through bodice and skirt
    • High front slit at hem
    • Floor-length mermaid silhouette
    • Runs true to size

     

    Where to Wear:

    Destination weddings, evening ceremonies, dressy cocktail parties, birthday dinners, engagement parties, fashion forward events, anniversaries, honeymoons, vacations

    Style Number/Barcode: 05002-000573

    Category Name: New Formal Dresses

    Price: $69.90

    Availability: In Stock

    Available Color: RED-2

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

    Product Badge:
    • New Arrival