New Arrivals

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

  • All About Shine Statement Earrings

    These statement round earrings make any outfit feel instantly elevated. Bold yet polished, they’re the perfect pair for dinner dates, celebrations, or turning your casual fit into a statement.

    Fit & Features

    • High shine finish
    • Oversized round design
    • Post-back closure

     

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

    Style Number/Barcode: 07001-000153

    Category Name: New Arrivals

    Price: $9.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Easy Chic Thong Block Heels

    These thong block heel sandals feature a square toe and sleek design that offers endless styling possibilities!

    Fit & Features

    • 2" Block heel
    • Square toe
    • Sleek thong toe strap
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000588

    Category Name: New Arrivals

    Price: $28.90

    Availability: In Stock

    Available Color: RED, NUDE

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

    Product Badge:
    • New Arrival
  • Shooting Star Rhinestone Ear Cuff

    Written in the stars—literally. These cascading rhinestone star earrings finish with a chic ear cuff, giving you that dreamy, celestial sparkle from top to bottom.

    Fit & Features

    • Rhinestone-embellished
    • Cascading star design
    • Post-back closure
    • Ear cuff bottom detail

     

    Earrings are final sale and may not be returned or exchanged

    Style Number/Barcode: 07001-000143

    Category Name: New Arrivals

    Price: $14.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Sleek Stance Faux Leather Stiletto Boots

    Cold-weather dressing just got elevated. These faux leather boots bring timeless polish with a pointed toe and sleek under-the-knee cut, with a stiletto heel that pairs effortlessly with fall layers.

    Fit & Features

    • 3” stiletto heel, 7.5” leg opening, 15” shaft
    • Pointed-toe
    • Side zipper closure
    • Under-the-knee length
    • Sleek faux leather material
    • Runs true to size

    Style Number/Barcode: 07402-000047

    Category Name: New Arrivals

    Price: $46.90

    Availability: In Stock

    Available Color: BROWN

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

    Product Badge:
    • New Arrival
  • Linked in Shine Disc Chain Belt

    A little shine goes a long way. This textured disc chain belt adds just the right pop of detail to cinch your waist and elevate any look.

    Fit & Features

    • Textured disc accents
    • Chain design
    • Lobster clasp closure

    Style Number/Barcode: 07301-000236

    Category Name: New Arrivals

    Price: $15.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Night Out Muse Abstract Print Mesh Maxi Skirt

    Your night-out look just leveled up. This abstract print mesh maxi skirt features sheer mesh fabric with a mini-length lining for a sultry look that pairs effortlessly with the matching halter top.

    Shop Matching Top: Night Out Muse Abstract Print Halter Top

    Fit & Features

    • Sheer mesh fabric, mini-length knit lining, high stretch
    • Abstract print
    • High-rise waist
    • Maxi-length hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06501-000077

    Category Name: New Arrivals

    Price: $34.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Street Chic Faux Suede Mini Dress

    A little jacket inspo, a lot of city attitude. This faux suede mini dress brings structure and edge to your fall lineup. Perfect for styling with a long sleeve top and boots on crisp autumn days.

    Fit & Features

    • Soft, smooth faux suede fabric
    • Mock neckline, dual snap-button closures
    • Front zip-up closure
    • A-line fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000202

    Category Name: New Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Can’t Look Away Tube Midi Dress

    Drama in the best way. This tube midi dress hugs your curves with side ruching and turns up the volume with ruffled high slits made for showing off a little leg.

    Fit & Features

    • Soft knit stretchy-lined fabric
    • Tube neckline
    • Side ruched seams
    • Bodycon fit
    • High side slits with ruffled trim detail
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000308

    Category Name: New Arrivals

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Rooftop Romance Floral Mesh Halter Maxi Dress

    Made for rooftop nights and lingering glances. This floral mesh halter maxi dress drapes effortlessly with a body-skimming fit that feels sultry yet effortless.

    Fit & Features

    • Sheer mesh fabric with knit lining, high stretch
    • Large floral print
    • Sleeveless cowl neckline
    • Tie-back halter spaghetti straps, partially open back
    • Maxi-length hem
    • Form-hugging silhouette
    • Runs true to size

    Style Number/Barcode: 05101-000631

    Category Name: New Arrivals

    Price: $44.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • New Arrival
  • Shaina Rhinestone Bodycon Mini Dress

    Special Occasion

    Made for the moments that deserve a little sparkle, the Shaina rhinestone bodycon mini dress features a sculpting fit and daring plunge neckline. Its sleek silhouette was designed to catch the light—and the attention—wherever the night takes you.

    Fit & Features

    • Rhinestone-embellished, knit-lined stretch fabric
    • Plunge sweetheart neckline, wired insert, padded bra cups
    • Wide shoulder straps
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

     

    Where to Wear:

    HOCO, birthdays, bachelorettes, cocktail parties, date nights, rooftop hotel bars

    Style Number/Barcode: 05001-000198

    Category Name: New Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: ROYAL, BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Sweet Talk A-Line Mini Dress

    Sweet with a little spice. This long sleeve mini dress serves soft romance with a ruched sweetheart bust and a subtle front slit that keeps it playful for day or night!

    Fit & Features

    • Stretchy knit-lined fabric
    • Fitted long sleeves
    • Sweetheart neckline, ruched bust seam
    • A-line fit
    • Front slit accent, mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000440

    Category Name: New Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Starlit Satin Rhinestone A-Line Dress

    All about the shine—this satin mini dress stuns with a draped cowl neckline, rhinestone trim that sparkles with every step, and a swingy A-line silhouette that keeps it playful. Perfect for bridal celebrations, cocktail receptions, and birthday dinners.

    Fit & Features

    • Silky satin fabric
    • Adjustable spaghetti straps
    • Rhinestone trim cowl neckline
    • Side zipper and hook-eye closure
    • A-line fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000759

    Category Name: New Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Turn Up The Heat One-Shoulder Mini Dress

    All eyes on you—this one-shoulder mini dress was made to bring the drama. With its ruched detailing and sleek, body-skimming fit, it’s the ultimate showstopper for dressy occasions or date nights.

    Fit & Features

    • Sleek knit stretchy fabric
    • Off-shoulder neckline
    • Curve-hugging silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000460

    Category Name: New Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: RED

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Season of Sleek Halter Midi Dress

    Effortlessly sultry with a sleek edge—this midi dress is your go-to for nights that call for a little extra allure. With its curve-hugging fit, plunging halter neckline, and open back, it’s a total confidence booster.

    Fit & Features

    • Stretchy knit fabric
    • Halter plunge neckline
    • Cutout back
    • Side slit
    • Bodycon silhouette, midi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000612

    Category Name: New Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: NAVY

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

    Product Badge:
    • New Arrival
  • Sydnee Velvet Corset Bodycon Mini Dress

    Special Occasion

    Sleek, sculpted, and made to steal the night—the Sydnee velvet bodycon dress pairs a structured sweetheart neckline with figure-hugging ruching. A luxe take on the classic mini, it’s built for every spotlight entrance.

    Fit & Features

    • Velvet fabric lined with stretch knit
    • Sweetheart neckline, padded bra cups
    • Wide shoulder straps
    • Corset-structured bodice, flexible boning
    • Back zipper and hook-eye closure
    • Side ruched seams, bodycon fit, mini-length hem
    • Runs true to size

     

    Where to Wear:

    HOCO, weddings, cocktail soirees, birthday dinners, date nights, bachelorettes, semi-formal galas or parties

    Style Number/Barcode: 05001-000350

    Category Name: New Arrivals

    Price: $79.90

    Availability: In Stock

    Available Color: NAVY

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

    Product Badge:
    • Ships Free
  • Evelina Mesh Velvet Mermaid Formal Dress

    Special Occasion

    Velvet and allure come together in the Evelina cold-shoulder gown, designed with a ruched body and a daring notch neckline. The sleek mermaid silhouette flows into a floor-length finish, made for the most glamorous evenings.

    Fit & Features

    • Flocked velvet mesh-lined fabric with stretch
    • Cold shoulder neckline with wired insert
    • Short-sleeve cuffs, adjustable spaghetti straps
    • Back zipper closure
    • Mermaid silhouette, floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie weddings, galas, charity and military balls, glamorous parties, elegant birthday soirees, rehearsal dinners, dressed-up date nights

    Style Number/Barcode: 05002-000344

    Category Name: New Arrivals

    Price: $79.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • Ships Free
  • On Point Strappy Sling-Back Stiletto Heels

    Sharp, sleek, and serving—these stiletto heels nail every outfit upgrade. With a strappy sling-back design and glossy patent finish, they’re the definition of chic on repeat.

    Fit & Features

    • 1.5" Stiletto heel
    • Open square-shaped toe
    • Thin strappy design
    • Adjustable sling-back with buckle detail
    • Patent faux leather material
    • Faux leather cushioned insole
    • Runs true to size

    Style Number/Barcode: 07401-000591

    Category Name: New Arrivals

    Price: $32.90

    Availability: In Stock

    Available Color: BLACK, BROWN

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

    Product Badge:
    • New Arrival
  • Clear Vision Blue Light Glasses

    Work, scroll, repeat—these sleek blue light glasses keep your eyes fresh while serving style with their colorful frames. The clear lenses make them perfect for both screen time and street style.

    Fit & Features

    • Clear blue light lenses
    • Sleek, square-shaped colored frames

    Style Number/Barcode: 07008-000063

    Category Name: New Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: BLOOD, RED

    Available Size: NS

    Product Badge:
    • New Arrival
  • Cherry Glam Hair Claw Clip

    Sweet but bold—this cherry-shaped hair claw adds a fun pop to your everyday looks. Perfect for securing messy buns, half-up styles, or just giving your outfit a juicy little upgrade.

    Fit & Features

    • Glossy cherries and leaf design
    • Claw clip closure

    Style Number/Barcode: 07006-000064

    Category Name: New Arrivals

    Price: $9.90

    Availability: In Stock

    Available Color: RED

    Available Size: NS

    Product Badge:
    • New Arrival
  • Glossed Up Patent Strappy Platform Heels

    Shiny, strappy, and built to slay—these patent block heels give you the height without the hurt. With a platform sole and strappy design, they’re made for day or night soirees.

    Fit & Features

    • 4.5" Block heel
    • Almond toe
    • Strappy design
    • Adjustable ankle strap with buckle closure
    • Platform sole
    • Patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000449

    Category Name: New Arrivals

    Price: $38.90

    Availability: In Stock

    Available Color: WINE, IVORY, NUDE

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

    Product Badge:
    • New Arrival
  • Charmed In Bows Fishnet Tights

    Fishnets, but make them sweet. These bow-detailed tights mix edgy mesh with playful appliqués—perfect for layering under your chic autumn looks!

    Fit & Features

    • Bow appliques
    • Ultra-high waist
    • Sheer fishnet design
    • Soft and comfortable

     

    Fashion tape, adhesive bras, adhesive panties, pasties, cosmetics, and lingerie are considered final sale merchandise. FINAL SALE and CLEARANCE merchandise may not be returned or exchanged.

    Style Number/Barcode: 07306-000029

    Category Name: New Arrivals

    Price: $14.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: NS

    Product Badge:
    • New Arrival
  • Gem Glow Etched Chain Belt

    Big shine, zero subtlety. This etched square chain belt with oversized gemstones was made to steal the spotlight and cinch every 'fit with bold glam energy.

    Fit & Features

    • Chain-link design
    • Etched square pendants with gemstone embellishments
    • Lobster clasp closure with extender
    • Adjustable fit

    Style Number/Barcode: 07301-000318

    Category Name: New Arrivals

    Price: $18.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Paint The Night Abstract Open Back Midi Dress

    It’s giving art, elegance, and effortless wow. This slinky slip dress was made to glide through gallery nights, rooftop drinks, and every “who is she?” moment in between.

    Fit & Features

    • Abstract print, woven fabric
    • V-neckline
    • Spaghetti straps
    • Open strappy back
    • Curve-hugging silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000615

    Category Name: New Arrivals

    Price: $52.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Goddess Drip Rhinestone Bra Chain Necklace

    All sparkle, no subtlety. This rhinestone chain bra necklace with cascading fringe drips in shine, serving full goddess energy for costume parties, nights out, or when your look calls for pure drama.

    Fit & Features

    • Rhinestone chain and fringe design
    • Draped chain shoulder detail
    • Lobster clasp closure
    • Please note bra is not included

    Style Number/Barcode: 07002-000231

    Category Name: New Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: GOLD, SILVER

    Available Size: NS

    Product Badge:
    • Halloween Badge