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

  • Flirt Alert Lace Bow Stilettos

    She’s giving boudoir bombshell—just add a martini and a mood. These lace bow stilettos are your flirty secret weapon for elevated looks on date night or dressy occasions!

    Fit & Features

    • Stiletto heel
    • Almond toe
    • Lace bow strap
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000280

    Category Name: Date Night Looks

    Price: $38.90

    Availability: In Stock

    Available Color: BLACK-2

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

  • Lace Up Peasant Cropped Blouse

    Ready to bring the drama? This lace up peasant cropped blouse will do the trick.

    Fit & Features

    • Puff sleeves with tulle shoulder ruffle detailing | Triple buttons at the hem
    • Sweetheart neckline | Lattice detail
    • Boning to provide structure
    • Cropped
    • Woven fabric | Minimal stretch

    Style Number/Barcode: 06003-0629

    Category Name: Date Night Looks

    Price: $6.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Snake Print Brushed Knit Crop Top

    Cozy and chic, this snake print knit crop will be your new fave top.

    Fit & Features

    • Mock neckline
    • Long sleeves
    • Cropped
    • Soft, brushed knit fabric
    • Moderate stretch

    Style Number/Barcode: 06001-2304

    Category Name: Date Night Looks

    Price: $9.97 $19.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Rattle Them Snake Print Mini Skirt

    Rattle them when you walk into the room in a wrap style asymmetrical snake print mini skirt that has us shook!

    Fit & Features

    • High waist mini skirt
    • Asymmetrical wrap design
    • Faux lion head buttons
    • Zipper closure + Hook and eye center back
    • Lined with satin material
    • Smooth knit outer
    • Slight stretch

    Style Number/Barcode: 06501-0211

    Category Name: Date Night Looks

    Price: $6.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Leopard Print Mesh Wrap Top
    Amp up your everyday look with this sassy wrap top! It features long cuffed sleeves, a wrap front creating a V neckline, a tie waist, and a cropped, form-fitting style. The top is composed of a sheer mesh fabric with an embossed leopard print all over.

    Style Number/Barcode: 06001-1796

    Category Name: Date Night Looks

    Price: $11.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Better Together Heart Drop Earrings

    Add a touch of romance and a sweet vibe to your look with a pair of sleek heart drop earrings!

    • Sleek heart design
    • Large dangling drop heart
    • Post back closure
    Earrings are considered final sale merchandise. FINAL SALE and CLEARANCE merchandise may not be returned or exchanged.

      Style Number/Barcode: 07001-0261

      Category Name: Date Night Looks

      Price: $10.90

      Availability: Out of Stock

      Product Badge:
      • Ships Free
    • Sweet Persuasion Lace Off-The-Shoulder Mini Dress

      Serving romance with a sultry twist—this lace mini dress hugs in all the right places while giving just enough off-the-shoulder drama. Perfect for date nights, parties, or any scene you want to own.

      Fit & Features

      • Sheer lace fabric with knit lining, high stretch
      • Off-the-shoulder sweetheart neckline, no-slip strip, padded bust, short sleeve cuffs
      • Back zipper with hook-eye closure
      • Ruching
      • Mini-length bodycon silhouette
      • Runs true to size

      Style Number/Barcode: 05101-000366

      Category Name: Date Night Looks

      Price: $49.90

      Availability: In Stock

      Available Color: BLACK

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

    • Sequin Tiger Print Mini Skirt

      Stun in this trendy sequin adorned tiger print mini skirt! Pair with the matching crop top for the ultimate fierce look.

      Fit & Features

      • High rise elastic banded waist
      • Short, form hugging fit
      • All over clear sequins
      • Tiger print
      • Knit fabric | Moderate stretch
      • Matching crop top sold separately (06001-2060)

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

      Style Number/Barcode: 06501-0146

      Category Name: Date Night Looks

      Price: $9.97 $19.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Sale
    • Scoop Neck Velvet Mini Dress

      Be a vision in velvet with this smooth and sexy dress!

      Fits & Features

      • Adjustable Spaghetti Straps
      • Square Back I Scoop Neckline
      • Structured, Lined Cups
      • Mini Length Silhouette
      • Smooth Velvet
      • Form-Hugging Fit I Moderate Stretch
      • Zipper & Hook And Eye Closure At Back 

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

        Style Number/Barcode: 05103-0651

        Category Name: Date Night Looks

        Price: $9.97 $39.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • Sheer Balloon Sleeve Mock Neck Top

        Amp up your trendy winter style with this chic and elevated top!

        Fit & Features

        • Mock neckline
        • Long sheer balloon sleeves with liner pipe detailing | Ribbed knit cuffs
        • Mid-length, form hugging fit
        • Ribbed knit fabric
        • Plenty of stretch

        Style Number/Barcode: 06001-2267

        Category Name: Date Night Looks

        Price: $9.97 $24.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Ships Free
      • Tie Front Leopard Print Satin Blouse

        This season, leopard print is everything! Take on the trend with this gorg satin blouse.

        Fit & Features

        • Square neckline
        • Long puffed sleeves with elastic banded cuffs
        • Stretchy smocked back
        • Front ruched detailing with ties at the hem
        • Cropped
        • Satin-like fabric | No stretch
         Model is 5'6" with 31" bust, 26" waist and 36" hips. She is wearing a size small. 

        Style Number/Barcode: 06003-0634

        Category Name: Date Night Looks

        Price: $11.97 $36.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Sale
      • Collared Faux Fur Leopard Coat

        Add some class to your look! This brushed faux fur coat is designed with an over sized collar, three quarter sleeves, and a mid length hem that hits a little passed the waist line. Jacket includes two traditional pockets with a zipper, and a looped belt.

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

        Style Number/Barcode: 06204-0113

        Category Name: Date Night Looks

        Price: $21.97 $59.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • Afterparty Chic Cowl Neck Midi Dress

        It’s giving red carpet energy, minus the entourage. This slinky cowl neck midi dress hugs in all the right places and flares out just enough to serve drama with stiletto heels!

        Fit & Features

        • Slinky knit fabric with moderate stretch
        • Cowl neckline
        • Spaghetti straps
        • Form-hugging silhouette
        • Flared trumpet midi-length hem
        • Runs true to size

        Style Number/Barcode: 05101-000606

        Category Name: Date Night Looks

        Price: $36.90

        Availability: In Stock

        Available Color: HUNTER

        Available Size: XS, M, L, XL

      • Starburst Rhinestone Huggie Earrings

        Shine bright like the star you are with these sparkling huggies! They feature a rhinestone embellished starburst accent and small hoop with an omega back closure.

         

        Earrings are considered final sale merchandise. FINAL SALE and CLEARANCE merchandise may not be returned or exchanged.

        Style Number/Barcode: 07001-0182

        Category Name: Date Night Looks

        Price: $3.97 $8.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • Velvet Leopard Print Crop Top
        Velvet and leopard print have definitely become a go-to! This crop tank is designed with adjustable spaghetti straps, a v neckline that has a lace trim, and a horizontal stitching below the cup area. Tank has a cropped hemline and is composed of a velvet material that offer moderate stretch, a form fit, and a leopard print pattern!

        Style Number/Barcode: 06001-2124

        Category Name: Date Night Looks

        Price: $4.97 $24.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • Leopard Print Velvet Bodysuit
        Get some fierce fashion with this leopard print velvet bodysuit! It features a sleeveless bodice, adjustable spaghetti straps, a sweetheart neckline with underwire cups, a square back with a keyhole cut out and a single button closure, flattering vertical seam detailing down the front, and a thong bottom with dual snap button closures. The velvet fabric is unlined and offers moderate stretch and a form hugging fit.

        Style Number/Barcode: 06001-2128

        Category Name: Date Night Looks

        Price: $9.97 $29.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • Stylish Girl Next Door Mini Dress

        Bring those girl next door vibes to your stylish summer look with this adorable dress! It features a sleeveless scoop neckline with a tie-front detail, adjustable spaghetti straps, and a short, curve-hugging silhouette. Complete the outfit with casual sneakers.

        Fit & Features

        • Sleeveless scoop neckline
        • Tie-front
        • Adjustable spaghetti straps
        • Mini-length, form-hugging fit
        • Sweater knit fabric
        • Runs true to size

        Style Number/Barcode: 06005-0599

        Category Name: Date Night Looks

        Price: $14.97 $34.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Ships Free
      • In Bloom Floral Slit Midi Dress

        Soft florals meet a sultry silhouette—this midi dress is your date night fave. The body-hugging fit and flirty slit bring serious heart-eye energy.

        Fit & Features

        • Floral print, stretchy knit fabric with lining
        • Sweetheart cowl neckline
        • Spaghetti straps
        • Bodycon fit
        • Front slit
        • Midi-length hem
        • Runs true to size

        Style Number/Barcode: 05101-000214

        Category Name: Date Night Looks

        Price: $44.90

        Availability: In Stock

        Available Color: BROWN

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

      • Cute In Cuban Chain Necklace
        Make it cute with this Cuban style chain necklace ! Featuring smooth Cuban style links and a lobster claw clasp closure. This chain will jazz up any basic outfit , wear it to the office or on a night out with the girls !

        Style Number/Barcode: 07002-0083

        Category Name: Date Night Looks

        Price: $5.97 $12.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • After Hours Zip Front Mini Skirt
        Kick up your night wardrobe with something that has edge! This mini is composed of a shiny patent material that offers no stretch. Skirt features two large rectangular pockets at both sides, a double button snap closure at waist line, and a full zipper closure down the center.

        Style Number/Barcode: 06401-0050

        Category Name: Date Night Looks

        Price: $9.97 $24.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • O-Ring Beaded Bag

        Bring the bling babe with this gorg beaded evening bag!

        • Metal large O-ring handle
        • Faceted shining bead embellishments
        • Zipper closure
        • Satin lining 
        • Small inner pocket

        Style Number/Barcode: 07204-0065

        Category Name: Date Night Looks

        Price: $10.97 $22.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Sale
      • Vivid Viper Mini Dress

        Be prepared to pave the way to the dance floor in this seductive snake dress!

        Fits & Features

        • High Neckline
        • Fitted Long Sleeves 
        • Deep V At The Back 
        • Ruching Along The Sides & Center Back 
        • Mid Thigh Length Silhouette 
        • Stretchy Knit I Snake Print Throughout
        • Curve Hugging Fit I Ample Stretch  

         

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

        Style Number/Barcode: 05102-0382

        Category Name: Date Night Looks

        Price: $9.97 $32.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance
      • Laced With Drama Sweetheart Ruched Midi Dress

        Soft lace, snatched fit, and a neckline that knows what it’s doing. This midi dress was made for candlelit plans, chic arrivals, and unforgettable exits.

        Fit & Features

        • Lined lace fabric
        • Sweetheart neckline
        • Sheer fitted long sleeves
        • Bodycon silhouette
        • Center back slit
        • Midi-length hem
        • Runs true to size

        Style Number/Barcode: 05101-000560

        Category Name: Date Night Looks

        Price: $54.90

        Availability: In Stock

        Available Color: BLACK

        Available Size: S, M, L

      • Bodycon Bite Dress
        Say it with snake—this bodycon style has serious bite. Dress comes in a curve-hugging mini cut and features spaghetti straps and a rounded neckline. Dress is made from a soft brushed knit with a fair amount of stretch.

        Style Number/Barcode: 05103-0230

        Category Name: Date Night Looks

        Price: $9.97 $29.90

        On Sale: Yes

        Availability: Out of Stock

        Product Badge:
        • Clearance