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

  • High Rise Twill Skinny Stretch Pants

    Add these basic twill skinny stretch pants to give your look a more classic and sophisticated vibe!

    Fit & Features

    • High rise elastic banded waist
    • Skinny pant legs
    • Woven twill fabric | Plenty of stretch
    • Form hugging fit
     Model is 5'6" with 31" bust, 26" waist and 36" hips. She is wearing a size small. 

    Style Number/Barcode: 06302-0099

    Category Name: Date Night Looks

    Price: $6.97 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Stylish Influence Ruched Mini Dress

    Showcase your stylish influence with a mini dress that is all the rage! The dress features a square neckline with a sweetheart bust, short puff sleeves, and a mini-length silhouette. The dress is composed of a mesh fabric that offers a form hugging fit with a moderate stretch. Complete look with mules.

    Fit & Features

    • Square neckline, sweetheart bust
    • Underwire at the bodice
    • Short puff sleeves
    • Mini length silhouette
    • Lined mesh fabric 
    • Form hugging fit, moderate stretch 
    • Runs true to size

    Style Number/Barcode: 05101-1032

    Category Name: Date Night Looks

    Price: $9.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Chicly Defined Halter Button Vest

    Define your chic look with this halter button vest to elevate your favorite denim!

    Fit & Features

    • Stretchy knit fabric
    • Halter V-neckline
    • Back zipper closure
    • Button front accents
    • Front faux pockets
    • Cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-2228

    Category Name: Date Night Looks

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Back In Stock
  • Baroque Bohemian Glam Mini Dress

    Stand out like the glam trendsetter you are with a mini dress that is a true one of a kind! The dress features a sleeveless cowl neckline, spaghetti straps, a bohemian paisley print with baroque-inspired accents, 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 mules

    Fit & Features

    • Sleeveless cowl neckline
    • Spaghetti straps
    • Bohemian paisley print
    • Baroque print
    • Mini length silhouette
    • Smooth knit fabric 
    • Form hugging fit, moderate stretch, runs true to size

    Style Number/Barcode: 05102-4148

    Category Name: Date Night Looks

    Price: $9.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • The Minimal Satin High Slit Mini Dress

    Keep it minimal and sleek with a mini dress that is perf to dress up for your next date night! The dress features a sleeveless V-neckline, adjustable spaghetti straps, and a mini side slit. The dress is composed of a satin fabric that offers a form hugging fit with minimal stretch. Complete look with rhinestone heels and statement earrings. 

    Fit & Features

    • Sleeveless V-neckline 
    • Adjustable spaghetti straps
    • Mini side slit
    • Satin fabric, additional knit lining 
    • Form hugging fit, minimal stretch 
    • Runs true to size

    Style Number/Barcode: 05102-4254

    Category Name: Date Night Looks

    Price: $9.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Leopard Long Line Faux Fur Coat

    Keep it sassy in spots with this wildly chic coat! It features a flat collar, long sleeves, hook and eye closure at center, and a long line length. Jacket is fully lined and composed of a faux fur fabric, perfect for the season! 

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

    Style Number/Barcode: 06201-0086

    Category Name: Date Night Looks

    Price: $21.97 $59.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Mesh With Me Cropped Tee
    Don't be afraid to mess with this tee! It has a basic crew neck, cap sleeves and a slim fit. The garment is composed of a sheer, unlined mesh, detailed with a wide lace hemline.

    Style Number/Barcode: 06001-1662

    Category Name: Date Night Looks

    Price: $9.97 $18.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Let's Have A Toast Rhinestone Crossbody Wallet

    Shine during any toast with this rhinestone crossbody wallet perfect for dressing up your look while keeping your phone, cards, and other essentials safe and secure.

    Fit & Features

    • Rhinestone embellished pattern
    • Front flap with snap-button closure
    • Detachable chain strap
    • Detachable wristlet strap
    • Cash pocket, card slot pockets, one large pocket
    • Metallic woven material

    Style Number/Barcode: 07201-000001

    Category Name: Date Night Looks

    Price: $24.90

    Availability: In Stock

    Available Color: SILVER, GOLD

    Available Size: NS

  • Fierce Leopard Sleeveless Midi Dress

    Get spotted in this sleek midi dress to make a fierce statement! It features sleeveless bodice, a cowl neckline, adjustable straps and a midi length silhouette. The all over leopard print is all you need to stay on trend. Dress is composed of a lined semi-sheer lightweight woven fabric that offers a relaxed fit with a minimal stretch. Includes a back zipper closure. 

     

    Style Number/Barcode: 05101-0352

    Category Name: Date Night Looks

    Price: $9.97 $48.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Stylishly Spotted Midi Skirt
    Stylishly spotted, this leopard printed midi skirt is fiercely on trend! It features a high rise elastic banded waist, a back slit, and a mid-length, curve hugging fit. The skirt is composed of a brushed knit fabric with plenty of stretch.

    Style Number/Barcode: 06501-0117

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Stylish Purrfection Crop Top

    Showcase stylish purrfection in this trendy sheer mesh crop top. It features a collared neckline, a complete button-down front with subtle ruched detailing, long fitted sleeves, and a form-hugging fit. The lightweight sheer mesh fabric has a fab all-over leopard print. Complete your look with a faux leather mini skirt and booties.

    Fit & Features

    • Collared neckline
    • Button-down front
    • Front ruching
    • Long sleeves
    • Cropped, form-hugging fit
    • Sheer mesh fabric, moderate stretch, leopard print
    • Runs true to size

    Style Number/Barcode: 06001-4100

    Category Name: Date Night Looks

    Price: $6.97 $26.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • She's All Business Wide-Leg Crepe Trouser Pants

    Achieve a business-chic look in these high-rise crepe trouser pants with a flattering wide-leg silhouette for the perfect polished look.

    Fit & Features

    • Crepe fabric
    • High-rise waist
    • Wide-leg silhouette
    • Runs true to size

    Style Number/Barcode: 06502-2578

    Category Name: Date Night Looks

    Price: $32.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Flared Satin Midi Skirt
    Spice up your style with a statement midi skirt! Composed of a satin like material that offers a relaxed fit, and an elastic waist band that adds the a touch of stretch where needed. Skirt has a hidden  zipper located at side hip, and showcases that print that we are all drooling over at the  moment!

    Style Number/Barcode: 06401-0087

    Category Name: Date Night Looks

    Price: $9.97 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sultry Lace-Up Back Bodycon Dress

    Sultry and stunning, this bodycon dress was made for a night out! It features a high crew neckline, long fitted sleeves, an open back with a lace-up design, ruched detailing, and a short, form-hugging fit that will hug your curves. Style this dress with chic statement earrings and heels.

    Fit & Features

    • High crew neckline
    • Long fitted sleeves
    • Open back, lace-up design
    • Ruching
    • Mini-length, curve-hugging silhouette
    • Runs true to size

    Style Number/Barcode: 05103-4080

    Category Name: Date Night Looks

    Price: $6.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Hot Commodity Mini Dress

    You'll be quite the hot commodity in this stunning mini. The dress features a sleeveless bodice, buckle detail shoulder straps, a bustier style top with padded cups, a square back with a zipper closure, vertical seam detailing running down the front, and a short, form hugging fit. The dress is composed of a smooth satin-like fabric with plenty of stretch.

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

    Style Number/Barcode: 05103-0293

    Category Name: Date Night Looks

    Price: $9.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • She's Flawless Lace Bodysuit

    Step out and feel flawless in an all black 'fit with a touch of lace! This form fitting bodysuit is an easy way to dress up any look without taking it over the top!

    Fit & Features

    • Deep V neckline
    • Long sheer sleeves
    • Sheer back
    • Lined surplice front
    • Thong bottom | Double snap closure
    • Lace knit material | Form-fitting
    • Moderate stretch

    Style Number/Barcode: 06003-0406

    Category Name: Date Night Looks

    Price: $11.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Snake Print A-Line Mini Dress
    Get on the animal print trend without being too flashy in this snake print A-line mini dress. It features a sleeveless bodice, spaghetti straps that lead to a halter back, a V neckline, and a short, flowy fit. The dress is composed of a chiffon fabric with a woven lining and has no stretch.

    Style Number/Barcode: 05101-0383

    Category Name: Date Night Looks

    Price: $12.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • On The Move Faux Suede Long Blazer

    Fit & Features

    • Faux suede fabric with minimal stretch
    • Lapel collar
    • Long sleeves
    • Side pockets
    • Long hem length, back slit detail
    • Runs true to size

    Style Number/Barcode: 06204-1952

    Category Name: Date Night Looks

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Heart Beat Faux Fur Ring Clutch

    Your heart will beat for this trendy clutch bag! It features a top handle, shoulder strap, and a clasp closure on faux fur material. Complete the look for the date night in a classy red dress. 

    Fit & Features

    • Heart-shaped design
    • Top handle
    • Shoulder strap
    • Clasp closure
    • Faux fur material

    Style Number/Barcode: 07203-0950

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Wild And Free Mini Dress

    Unleash your wild side in this fierce mini dress! It features a sleeveless bodice, a sweetheart neckline, padded cups with ruched detailing, spaghetti straps, vertical seams and a mini length silhouette. The trendy print is all you need to make a bold statement! Dress is composed of a lined mesh fabric that offers a form hugging fit with a moderate stretch.

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

    Style Number/Barcode: 05103-0232

    Category Name: Date Night Looks

    Price: $9.97 $35.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sultry Satin High Slit Skirt

    Create some serious appeal in satin! The skirt features a high waist fit, a curve hugging pencil length and a high slit. Skirt is composed of a lined stretchy satin fabric that offers a moderate stretch. Be sure to pick up the matching top to complete your look! 

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

    Style Number/Barcode: 06501-0093

    Category Name: Date Night Looks

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Sweet And Stylish Lace Mini Dress

    Keep it sweet and stylish with a lace mini dress that stuns with delicate details! The dress features a sleeveless square neckline, sleek bungee spaghetti straps, a backless design accented with sleek bar straps, and a floral lace body throughout. Complete look with heels and rhinestone hoops.

    Fit & Features

    • Sleeveless square neckline
    • Bungee spaghetti straps
    • Backless design, sleek bar straps
    • Sheer floral lace body, knit lining
    • Mini-length silhouette
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 05101-1063

    Category Name: Date Night Looks

    Price: $9.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Luxe Dreams Cubic Zirconia Layered Necklace

    The necklace of your dreams is here in a layered design with luxe cubic zirconia stones and a secure lobster clasp closure. Pair with a satin formal dress.

    Fit & Features

    • Layered three-row design
    • Cubic zirconia stones
    • Back adjustable chain with lobster clasp closure

    Style Number/Barcode: 07002-1945

    Category Name: Date Night Looks

    Price: $14.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

  • Dile Me In Mini Purse

    Treat yourself! This purse features an envelope style flap top with a snap closure. Also has a handle, and is composed of a faux leather material that is textured, and has a knit inner lining. Detachable shoulder strap included.

    Style Number/Barcode: 07203-0129

    Category Name: Date Night Looks

    Price: $13.97 $28.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free