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

  • Bite Back Velvet Snake Mini Dress
    Create a fierce impression with this stand out mini dress! It features an all over snake print, a square neckline, corded straps and a mini length silhouette. Dress is composed of an unlined velvet fabric that offers a form hugging fit with a slight stretch.

    Style Number/Barcode: 06001-1844

    Category Name: Date Night Looks

    Price: $4.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sleeveless Velvet Leopard Mini Dress

    Stay on trend with fierce animal print!

    Fits & Features

    • Square neckline
    • Corded straps
    • Mini length silhouette
    • Velvet composition I Fully lined
    • Form hugging fit with slight stretch 
    • Zipper not included

     

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

    Style Number/Barcode: 05102-0356

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Heavy On The Leopard Midi Skirt

    We are heavy on the leopard trend and we are not looking back! Can you blame us? This midi skirt is high waist and features a laced hem that hits mid thigh. Skirt has a laced side slit and features an exaggerated leopard pattern. Skirt is composed of a satin like material that offers a relaxed fit.

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

     

    Style Number/Barcode: 06401-0092

    Category Name: Date Night Looks

    Price: $13.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Play On Puff Sleeve Corset Top

    This top is not here to play! Designed with puff short sleeves, a square neckline, and a corset style bodice that has boning down the center. Hem meets mid waist and top is composed of a fitted nylon material that offers moderate stretch. Pair with high waist denim for a fun and flirty look!

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

    Style Number/Barcode: 06001-1981

    Category Name: Date Night Looks

    Price: $6.97 $26.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Serve Style High Slit Bodycon Midi Dress

    Serving style with every step, this high slit bodycon midi dress is made for double-takes. The sleek fit and sultry side slit bring effortless chic vibes to any night out.

    Fit & Features

    • Smooth knit fabric, high stretch
    • Sleeveless square neckline, pleated cowl neck overlay
    • Spaghetti straps
    • Ruching
    • High-cut side slit
    • Midi-length bodycon silhouette
    • Runs true to size

    Style Number/Barcode: 05101-000604

    Category Name: Date Night Looks

    Price: $39.90

    Availability: In Stock

    Available Color: RED

    Available Size: XS, S, M, L

  • Real Show Stopper Croc Embossed Stiletto Booties

    Ur a real show stopper with that style babee! Make a statement with every step you take in a pair of stiletto booties with all the right vibez.

    • Pointed toe
    • Lace up front
    • Inner zipper closure
    • Croc embossed
    • Faux leather
    • Skinny tall stiletto heel
    • Mid-calf fit

    Style Number/Barcode: 07403-0238

    Category Name: Date Night Looks

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • The Glam Standard Ruched Mini Dress

    Elevate your look to that glam standard with a sleek dress! The dress features a sleeveless square neckline, dual ruched drawstrings, 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
    • Dual ruched drawstrings
    • Mini length silhouette
    • Smooth knit fabric 
    • Form hugging fit, moderate stretch 
    • Runs true to size

    Style Number/Barcode: 05103-3902

    Category Name: Date Night Looks

    Price: $9.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Sweet In Satin Mini Skirt

    Hey there sweet thing! Whether it's date night or a night on the town with your babes this mini is bound to add some sweetness to your look! It is high waisted and has a zipper closure at the center back. Hem hits mid thigh and is compose of a satin like material that offers a form fit with minimal stretch. Mini is also fully lined. Pair with some strappy  heels the matching top to complete the look!

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

    Style Number/Barcode: 06401-0026

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sleek In Satin Liquid Leggings
    Keep it sleek and chic in these essential leggings! They feature a high waist and a curve hugging slim straight leg fit. Leggings are composed of a satin-like fabric that offer a slight stretch.

    Style Number/Barcode: 06502-0158

    Category Name: Date Night Looks

    Price: $10.97 $26.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Snake It Like You Mean It Midi Dress

    Say what you mean in sassy snake print boo! 

    Fit & Features

    • Scoop Neckline | Lace Trim
    • Corded Straps
    • Snake Print 
    • Midi Length Silhouette 
    • Form Fit | Moderate Stretch 
    • Fully Lined 
    • No Zipper 

     

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

    Style Number/Barcode: 05101-0305

    Category Name: Date Night Looks

    Price: $11.97 $30.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • So Obsessed Metallic Strappy Block Heels

    You'll have everyone head over heels for you in these sleek metallic block heels perfect for dressy occasions!

    Fit & Features

    • 3" thin block heel
    • Square toe
    • Dual toe straps
    • Adjustable ankle strap, buckle closure
    • Luxe fit cushioned insole
    • Metallic faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-5325

    Category Name: Date Night Looks

    Price: $28.90

    Availability: In Stock

    Available Color: SILVER

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

    Product Badge:
    • Best Seller
  • Sultry Satin Mini Skirt

    Sultry and a little edgy, this mini skirt will have you ready for a night out! It features a high rise scalloped edge waist paired with a short hem. The skirt is composed of a satin-like fabric, offering a form hugging fit. Complete your night out look with the matching crop top!

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

    Style Number/Barcode: 06401-0113

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Faux Suede Snake Print Pants

    Yes girl, get your fierce on with these snake print pants!

    Fit & Features

    • High rise elastic banded waist
    • Front exposed gold zipper closure | O-ring detail
    • Tapered skinny pant legs
    • All over snake print
    • Faux suede fabric | Moderate stretch
    • Form-fitting style

    Style Number/Barcode: 06402-0140

    Category Name: Date Night Looks

    Price: $16.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sweet And Chic Lace-Trim Knit Midi Dress

    So sweet and chic, this lace-trim knit midi dress is perfect for elevating your date night look! Designed with a stretchy ribbed knit fabric, this mid-length dress includes an airy mesh lining. The sleeveless V-neckline has spaghetti straps and is accented with a dainty sheer lace trim for a stylish touch, and includes an angled underbust seam to accentuate your figure. The bodycon silhouette will show off your gorgeous curves. Pair this adorable midi dress with hoop earrings and strappy mules!

    Fit & Features

    • Stretchy ribbed knit fabric, full-length mesh lining
    • Sheer lace trim
    • Sleeveless V-neckline, underbust seam
    • Spaghetti straps
    • Mid-length hem
    • Bodycon fit
    • Runs true to size

    Style Number/Barcode: 05102-5497

    Category Name: Date Night Looks

    Price: $9.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Date Night Vibes Mesh And Satin Short Dress

    This mesh and satin short dress brings the date night vibes with its chic allure! It features sheer mesh sleeves with flared hems, an alluring back cutout with a button closure, a sleek satin body with a V-neckline, a fitted waist, and a short flared-out hem with angled sides and an A-line silhouette. Style this short dress with rhinestone fringe earrings and platform heels.

    Fit & Features

    • Sheer mesh sleeves, flared hems
    • Back cutout, single button closure
    • Satin-knit body, V-neckline, dart seams
    • Fitted waist, short flared-out hem, angled sides
    • A-line silhouette
    • Sheer mesh and satin-knit fabrics, moderate stretch
    • Runs true to size

    Style Number/Barcode: 05101-2804

    Category Name: Date Night Looks

    Price: $44.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Oh You Fancy Faux Fur Coat

    Ohhh shes fancy, shes girly, and shes a romantic! This coat says it all doll!

    Fit & Features

    • Collared neckline
    • Long hem
    • Fully lined
    • Pockets
    • Faux fur
    • No Stretch

     

    Model is 5'3" with a 32" bust, 22.5" waist and 34" hips. She is wearing a size small.

    Style Number/Barcode: 06201-0025

    Category Name: Date Night Looks

    Price: $18.97 $49.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • The A-List Satin Jumpsuit
    Stand out like the diva you are in this star-inspired jumpsuit! It features a sleeveless bodice, a square neckline with a wired U-shaped inset, wide shoulder straps and a sexy mid-drift cut out. The straight leg has a flattering elongating effect and leads to a flared hem. Jumpsuit is composed of satin-like fabric that offers a form hugging fit with a minimal stretch.

    Style Number/Barcode: 06502-0145

    Category Name: Date Night Looks

    Price: $4.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • See You In My Dreams Crepe Blazer

    Have them dreaming of you in this romantic lewk bby! Don't forget to pick up the matching mini dress to complete your total femme vibe~

    Fit & Features

    • Collarless neckline
    • Form fit
    • Moderate stretch | Lined
    • Mid-length hemline
    • Looped waist belt
    • Crepe material
    • Matching mini dress (05101-0177)
    Model is 5'9" with a 34" bust, 24" waist and 34.5" hips. She is wearing a size small.

      Style Number/Barcode: 06202-0034

      Category Name: Date Night Looks

      Price: $12.97 $34.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Patent Faux Leather Snake Print Mini Skirt

      Sleek and sultry, this patent faux leather mini will amp up your look! It features a high rise waist, dual snap button closures, a complete front zipper, slanted pockets, and a short, A-line fit. The skirt offers moderate stretch and showcases a trendy all over snake print.

      Style Number/Barcode: 06401-0090

      Category Name: Date Night Looks

      Price: $18.97 $26.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Sale
    • Velvet Allure Floral Burnout Midi Dress

      Low-key sultry, high-key unforgettable. This floral velvet burnout midi dress hugs in all the right places and is perfect for date nights, rooftop cocktails, or wherever you feel like being the vibe.

      Fit & Features

      • Sheer mesh fabric with knit lining
      • Floral velvet burnout pattern
      • Sleeveless plunge V-neckline, U-shaped metal accent, keyhole cutout
      • Spaghetti straps, open back, cross-back strappy design
      • Lower back zipper closure
      • Midi-length bodycon silhouette
      • Runs true to size

      Style Number/Barcode: 05101-000425

      Category Name: Date Night Looks

      Price: $52.90

      Availability: In Stock

      Available Color: BLACK

      Available Size: XS, S, M, L

    • A Classy Affair Mini Faux Leather Purse
      For the days you feel like being a classy lady, this adorable mini purse completes your oh so put together look! Designed with a mini handle, a detachable matching cross body strap, and a snap fold over closure with a gold bar detailing. Purse is composed of a saffiano faux leather that has a textured matte finish.

      Style Number/Barcode: 07203-0201

      Category Name: Date Night Looks

      Price: $14.97 $30.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Ruffle Some Feathers Mini Dress
      Ruffle some feathers in this sexy mini dress! It features a sleeveless bodice, adjustable spaghetti straps, a V neckline, a square back, and a short, mid-thigh length hem with flirty feather detailing. The satin-like fabric has minimal stretch.

      Style Number/Barcode: 05101-0554

      Category Name: Date Night Looks

      Price: $9.97 $52.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance
    • Dating Around Croc Embossed Booties

      Introduce a little croc print into your life! Rock these staple faux leather booties on a date night, or even maybe dinner with the galz!

      • Pointed toe
      • Tube heel
      • Ankle fit
      • Zipper closure
      • Croc embossed PU

      Style Number/Barcode: 07403-0246

      Category Name: Date Night Looks

      Price: $12.97 $32.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Sale
    • Stripe A Pose Sweater Dress

      Now this is a look that'll have anyone stopping dead in their tracks! Show your bold and fierce side in our Stripe A Pose sweater dress.

      Fits & Features

      • Crew Neckline
      • Long Fitted Sleeves
      • Keyhole Opening At Back I Button Closure At Nape 
      • Mini Length Silhouette
      • Curve-Hugging Fit I Moderate Stretch
      • Ribbed Knit 

       

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

      Style Number/Barcode: 06005-0539

      Category Name: Date Night Looks

      Price: $4.97 $44.90

      On Sale: Yes

      Availability: Out of Stock

      Product Badge:
      • Clearance