Date Night Looks

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

  • Mix It Up Hoop And Stud Earring Set

    Why settle for one vibe when you can have them all? This earring set gives you everything—sleek gold hoops, textured studs, and bold resin styles—for endless mix-and-match looks.

    Fit & Features

    • Set of four earrings
    • Includes hoops, studs, and resin accents
    • Gold-tone and marbled finishes
    • Post-back closures

     

    Earrings are final sale and may not be returned or exchanged.

    Style Number/Barcode: 07001-000119

    Category Name: Date Night Looks

    Price: $12.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Satin Cowl Neck Bodysuit

    You're all about that satin trend this season! This bodysuit features a sleeveless bodice, bungee spaghetti straps, a cowl neck, a square back, and a thong bottom with dual snap button closures. The satin-like fabric offers an ample amount of stretch and a form-fit.

    Style Number/Barcode: 06003-0364

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Drop Stone Lariat Choker Necklace

    Emphasize that plunging neckline with a little sparkle bby!

    • Lariat + choker design
    • Adjustable bolo 
    • Rhinestone detailing
    • Pyramid stones
    • Lobster clasp closure

    Style Number/Barcode: 07002-0240

    Category Name: Date Night Looks

    Price: $6.97 $14.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Heat Up The Night Bodysuit

    Heat up the night like the glam babe you are in this embellished bodysuit!

    Fit & Features

    • Long fitted sleeves
    • V neckline
    • Dart seam detailing
    • Thong bottom | Dual snap button closures
    • Front heat stone embellishments
    • Glitter lurex fabric | Plenty of stretch
    • Form-fitting style

    Model is 5'6" with a 31" bust, 26" waist and 36" hips. She is wearing a size small.

    Style Number/Barcode: 06001-1929

    Category Name: Date Night Looks

    Price: $4.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Night-Out Allure Sleeveless Midi Dress

    Showcase an alluring vibe for a night out on the town in this sleek sleeveless midi dress! It features a trendy cowl neckline, spaghetti straps, shirring at the waist, an asymmetric midi-length hem creating a chic side slit, and a bodycon silhouette that will hug your curves. The smooth knit fabric offers a moderate stretch. Style with clear heels.

    Fit & Features

    • Sleeveless cowl neckline
    • Spaghetti straps
    • Shirring at the waist
    • Asymmetric midi-length hem, high side slit
    • Bodycon silhouette
    • Knit fabric, moderate stretch
    • Runs true to size

    Style Number/Barcode: 05101-1951

    Category Name: Date Night Looks

    Price: $9.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Long Line Fringe Coat

    Bring a city vibe to your wardrobe! This long-line coat features a yarn fringe and a hem that hits at the knee. The design features an open front and shaggy texture.

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

    Style Number/Barcode: 06201-0054

    Category Name: Date Night Looks

    Price: $9.97 $52.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Strut With Glamour Rhinestone Stiletto Heels

    Meet the heels that practically come with their own spotlight—sleek stilettos draped in rhinestone straps for the perfect mix of glam and sass. Made to pair with dressy evening looks or a chic GNO.

    Fit & Features

    • 4" Stiletto heel
    • Faux nubuck material
    • Open square-shaped toe
    • Rhinestone-embellished strappy design
    • Adjustable ankle strap with buckle closure
    • Luxe fit cushioned insole
    • Runs true to size

    Style Number/Barcode: 07401-000394

    Category Name: Date Night Looks

    Price: $33.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 10

  • Spotlight Stealin' Satin Mini Dress

    YASSS. You go steal the spotlight in that satin mini dress bby! 

    Fit & Features

    • V- neckline | Spaghetti straps
    • Vertical seams down the center
    • Ruche Detailing
    • Satin 
    • Minimal stretch
    • No Zipper
    • Mid-length

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

      Style Number/Barcode: 05101-0380

      Category Name: Date Night Looks

      Price: $9.97 $37.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Snake Print Bell Sleeve Top

      Stylish and sassy, this snake print top is perfect for your next party. It features a wrap front V neckline, long flowy bell sleeves, a tie front detail, and a mid-length hem. The top is made of a lightweight knit 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: 06001-1780

      Category Name: Date Night Looks

      Price: $11.97 $26.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Sale
    • On Your Radar Sweetheart Jumpsuit

      Sleek, sophisticated, and designed to flatter every curve, this jumpsuit will make a bold impression. It features an off-the-shoulder sweetheart neckline, a draped bodice with back zip and hook-and-eye closure, and high-rise slim-leg pants that taper towards hem. Jumpsuit is fully lined and made from a nylon blend with a fair amount of stretch.

      Style Number/Barcode: 06502-0052

      Category Name: Date Night Looks

      Price: $4.97 $39.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Classics Lover Off-The-Shoulder Satin A-Line Mini Dress

      This satin mini dress will be your favorite for celebrations, events, and date nights! Sleek and smooth satin shapes this off-the-shoulder dress, which features a flattering A-line silhouette perfect for styling with heels.

      Fit & Features

      • Smooth and sleek satin fabric, stretchy knit lining
      • Off-the-shoulder neckline
      • Short sleeve cuffs
      • A-line silhouette
      • Mini-length hem
      • Runs true to size

      Style Number/Barcode: 05101-000303

      Category Name: Date Night Looks

      Price: $32.90

      Availability: In Stock

      Available Color: ROYAL, WHITE, SAGE, YELLOW, WINE, RED

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

      Product Badge:
      • Best Seller
    • Captivating Chic Backless Mini Dress

      Captivate with a stunning LBD that will wow from all your best angles! The dress features a sleeveless square neckline, bungee spaghetti straps, a backless style with sleek bar straps, a ruched body, and a mini-length silhouette. The dress is composed of a smooth knit fabric that offers a form-hugging fit with a moderate stretch. Complete look with heels.

      Fit & Features

      • Sleeveless square neckline
      • Bungee spaghetti straps
      • Backless, bar straps
      • Smooth knit fabric 
      • Form-hugging fit, moderate stretch 
      • Runs true to size

      Style Number/Barcode: 05103-3828

      Category Name: Date Night Looks

      Price: $9.97 $34.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Sale
    • Fierce Leopard Faux Fur Jacket

      Keep it fierce and fab in this wildly-inspired jacket! It features a flat collar, a drape open front, long sleeves, hidden side pockets and a mid-thigh length. The all over leopard print features neutral hues. Jacket is composed of soft to the touch faux fur fabric that offers a relaxed fit with minimal stretch. Includes a smooth nylon-knit lining.

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

      Style Number/Barcode: 06201-0004

      Category Name: Date Night Looks

      Price: $16.97 $44.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Zip Up Chic Mini Dress

      Zip up into this chic LBD! Perf for a casual night out with the girls when you want to feel a little dressier than jeans!

      Fit & Features

      • Collared
      • Short sleeves
      • Half zip up front
      • Short, form hugging fit
      • Stretchy knit fabric

      Style Number/Barcode: 05102-0650

      Category Name: Date Night Looks

      Price: $9.97 $28.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Ruched & Ready Slinky Knit Crop Top

      Get ready for a night out in this ruched crop top featured in a one-shoulder neckline with a long sleeve, drawstring with self-tie, composed of a slinky-knit fabric with a moderate stretch. Complete the look with the matching skirt.

      Shop The Matching Skirt: Ruched & Ready Slinky Knit Mini Skirt

      Fit & Features

      • One-shoulder neckline
      • Long sleeve
      • Ruched, drawstring, self-tie
      • Cropped hem
      • Slinky-knit fabric, moderate stretch
      • Fits true to size

      Style Number/Barcode: 06001-3849

      Category Name: Date Night Looks

      Price: $32.90

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • On The A-List Pearl Duster

      Channel some Hollywood glam in this luxe duster! The metal pearls give this beauty a unique touch!

      Fit & Features

      • Drape Open Front | Satin Trim 
      • Long Sleeves | Elastic Cuffs
      • Pearls
      • Tie waist belt with loops
      • Tulle
      • Relaxed Fit 
      • Minimal Stretch 

       

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

      Style Number/Barcode: 06204-0264

      Category Name: Date Night Looks

      Price: $26.97 $49.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Ships Free
    • Ruffle Agenda Tube Bodycon Mini Dress

      For when sleek just isn’t enough. This strapless bodycon mini dress keeps it polished in the front and playful on the side with a cascading ruffle detail, perfect for date nights and GNOs!

      Fit & Features

      • Smooth knit fabric, sewn-in knit lining, moderate stretch
      • Strapless tube neckline
      • Ruched side seams
      • Side cascading ruffle trim
      • Bodycon silhouette, mini-length hem
      • Runs true to size

      Style Number/Barcode: 05103-000197

      Category Name: Date Night Looks

      Price: $36.90

      Availability: In Stock

      Available Color: PINK, HUNTER

      Available Size: S, M, L, XS

      Product Badge:
      • Best Seller
    • Stunning Babe Strapless Mini Dress

      Hey babe, get a chic and stunning look in this sleek faux leather mini dress. It features a strapless straight across neckline, a back zipper closure, a high waist seam, and a short, curve-hugging silhouette. Style this dress with clear heels and a clutch for your next GNO.

      Fit & Features

      • Strapless straight across neckline
      • Back zipper closure
      • High waist seam, front vertical seams
      • Mini-length, form-fitting silhouette
      • Faux leather fabric, moderate stretch
      • Runs true to size

      Style Number/Barcode: 05103-4067

      Category Name: Date Night Looks

      Price: $6.97 $29.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Sale
    • Perfect Stripes Sequin Party Dress

      Perfectly striped and ready to party! This sequin mini dress features a sleeveless Plunge V-neckline, a built-in padded bust, adjustable spaghetti straps, and a form-hugging fit. Complete the look in stiletto heels for a club night!

      Fit & Features

      • Sleeveless plunge V-neckline
      • Built-in padded bust
      • Adjustable spaghetti straps
      • Back zipper and hook-eye closure
      • Form-hugging fit, mini-length hem
      • Sequin striped pattern, mesh fabric, sewn-in knit lining, minimal stretch
      • Runs true to size

      Style Number/Barcode: 05103-4973

      Category Name: Date Night Looks

      Price: $5.97 $54.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Slither In Style Stiletto Boots

      Slither in style in these of the moment snake print stiletto boots! The trendy below the knee fit elevates your look!

      • Pointed toe
      • Knee high fit
      • Inner zipper closure
      • Stiletto heel
      • Snake print

      Style Number/Barcode: 07402-0079

      Category Name: Date Night Looks

      Price: $15.97 $42.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Shine On Them Rhinestone Stiletto Heels

      Shine on them and show them what it looks like to sparkle like a goddess!

      • Open pointed toe
      • Strappy bands
      • Rhinestone detailing
      • Wrap around ankle strap
      • Pin buckle closure
      • Clear lucite stiletto heel

      Style Number/Barcode: 07401-0769

      Category Name: Date Night Looks

      Price: $13.97 $35.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Double Take Cubic Zirconia Earrings

      These cubic zirconia stunners bring maximum shine with minimal effort—perfect for every RSVP-worthy moment.

      Fit & Features

      • High-shine cubic zirconia stones
      • Double rectangular drop silhouette
      • Pave halo detail
      • Post-back closure

       

      Earrings are final sale and may not be returned or exchanged.

      Style Number/Barcode: 07001-000104

      Category Name: Date Night Looks

      Price: $10.90

      Availability: In Stock

      Available Color: SILVER

      Available Size: NS

    • Sultry In Lace Cap Sleeve Bustier

      Give your look a sultry touch in this lace cap sleeve bustier! It features a sweetheart neckline with padded cups, underbust support, a fitted bodice with flexible boning, and an alluring open back with zipper closure. Complete the look with a bodycon skirt and boots.

      Fit & Features

      • Lace cap sleeves
      • Sweetheart neck, padded cups, underbust support
      • Fitted bodice, flexible boning
      • Open back, zipper closure
      • Cropped length hem
      • Crepe-lined fabric, moderate stretch
      • Runs true to size

      Style Number/Barcode: 06003-1381

      Category Name: Date Night Looks

      Price: $6.97 $36.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Sleek Satin Sleeveless Mini Dress

      Keep it sleek and stylish with this statement mini dress! It features a sleeveless bodice, a mini mock neck and a high waist that leads to a mini length silhouette. Dress is composed of a stretchy satin fabric that offers a body hugging fit with a slight stretch. Includes a back zipper closure.

       

      Style Number/Barcode: 05103-0307

      Category Name: Date Night Looks

      Price: $9.97 $32.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance