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

  • Sun-Kissed Moments Triangle Bikini Top

    You'll have sun-kissed moments in this trendy triangle bikini top featuring the cutest seashell charm at the center of the bust. Style with the matching bikini bottoms.

    Shop Matching Bottoms: Sun-Kissed Moments Tie-Strap Bikini Bottoms

    Fit & Features

    • Nylon-blend fabric, high stretch
    • Triangle-shaped cups
    • Seashell metal charm
    • Adjustable spaghetti straps
    • Tie-back spaghetti straps, beaded details
    • Runs true to size

    Style Number/Barcode: 07104-000006

    Category Name: New Arrivals

    Price: $9.97 $25.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Romantic Sunny Days Crew Neck Poplin Midi Dress

    This sleeveless midi dress was made for romantic sunny days! It features a classic crew neck and a flattering drop waist seam that accentuates your figure along the A-line silhouette. 

    Fit & Features

    • Stretchy rib knit fabric, poplin woven fabric, stretchy knit lining
    • Crew neck
    • Drop waist seam
    • A-line silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000136

    Category Name: New Arrivals

    Price: $19.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Courtside Style Cutout Pleated Skater Dress

    Look cute courtside in this stylish tennis-inspired skater dress! Featuring a trendy cutout back and a flattering skater silhouette, this pleated dress combines playful charm with modern flair.

    Fit & Features

    • Attached panty lining
    • Scoop neckline, tank shoulder straps
    • Double-lined soft knit bodice
    • Cutout back design
    • Woven pleated mini-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000056

    Category Name: New Arrivals

    Price: $20.97 $46.90

    On Sale: Yes

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • Sale
  • Untamed Nights Zebra Print Maxi Dress

    Go full wild mode in this zebra mesh dress—plunging cowl neckline, open back with tie straps, and a daring thigh-high slit. The hardware trim at the waist adds just the right amount of edge for a dress that owns every room.

    Fit & Features

    • Zebra print, mesh fabric, stretch knit lining
    • Plunge halter cowl neckline
    • Open back with ties
    • Hardware waist trim
    • High front slit
    • Curve-hugging maxi silhouette
    • Runs true to size

    Style Number/Barcode: 05102-000292

    Category Name: New Arrivals

    Price: $46.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Untamed Vibes Abstract Halter Mini Dress

    Giving fierce with zero effort. This open-back mini dress hugs your curves in all the right places for your next night out or content moment.

    Fit & Features

    • Sheer mesh fabric, stretchy knit lining
    • Abstract animal print
    • Cowl halter neckline with adjustable neck ties
    • Open back with ties at the back
    • Body-hugging micro mini silhouette
    • Runs true to size

    Style Number/Barcode: 05103-000291

    Category Name: New Arrivals

    Price: $35.90

    Availability: In Stock

    Available Color: GRAY

    Available Size: XS, S, M, L

  • Wildly Flirty Zebra Print Tube Top

    Go wild with this zebra print tube top that was made for fearless 'fits. The sheer mesh, hardware accent, and flyaway front keep it flirty and fun for your next all-night look.

    Fit & Features

    • Sheer mesh fabric, lined bust, high stretch
    • Zebra print
    • Strapless sweetheart neckline, no-slip strip
    • Curved metal hardware accent at the bust
    • Front flyaway design
    • Cropped hem, flowy fit
    • Runs true to size

    Style Number/Barcode: 06001-000283

    Category Name: New Arrivals

    Price: $29.90

    Availability: In Stock

    Available Color: ZEBRA

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Untamed Allure Animal Print Cutout Maxi Dress

    For the nights you want all eyes on you. This sultry animal print cutout maxi dress hugs every curve and serves bold, untamed allure to keep you as the main focus.

    Fit & Features

    • Sheer mesh fabric with mini-length brushed knit lining, high stretch
    • Animal print
    • Sleeveless plunging halter neckline
    • Open back and sides, beaded accents, tie-back straps
    • Maxi-length hem, high-cut side slit
    • Bodycon silhouette
    • Runs true to size

    Style Number/Barcode: 05102-000278

    Category Name: New Arrivals

    Price: $44.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Wild Card Leopard Print Cutout Tube Top

    A little wild, a lot unforgettable. This leopard print tube top shows just the right amount of skin with sultry cutouts and beaded accents made for your boldest nights out. Style with the matching mini skort!

    Shop Matching Bottoms: Wild Card Leopard Print Mini Skort

    Fit & Features

    • Sheer mesh fabric with brushed knit lining, high stretch
    • Abstract leopard print
    • Strapless straight-across neckline
    • Front cutouts, beaded accents
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06001-000205

    Category Name: New Arrivals

    Price: $29.90

    Availability: In Stock

    Available Color: LEOPARD

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Floral Cutie Mesh Asymmetrical Top

    Romantic with a twist—this floral mesh top stuns with its strapless neckline, bold cutout, and side tie detail. Perfect for date nights, rooftop bars, or whenever you’re in the mood to flirt with fashion.

    Fit & Features

    • Floral abstract print, mesh-lined fabric
    • Tube strapless neckline
    • Cutout detail with tie closure
    • Asymmetrical fitted hem
    • Runs true to size

    Style Number/Barcode: 06001-000263

    Category Name: New Arrivals

    Price: $29.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Untamed Nights Leopard Mesh Mini Dress

    Born to be wild. This leopard mesh bodycon dress with a plunge halter neckline, ruched sides, and hardware trim is your go-to for a fierce night out that demands attention.

    Fit & Features

    • Leopard print, mesh fabric, sewn-in knit lining
    • Plunge halter neckline, tie closure, hardware insert
    • Side ruched seams
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000471

    Category Name: New Arrivals

    Price: $35.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Can’t Miss This Moment Mini Dress

    Your RSVP to every spotlight—this halter mini dress brings the sultriness. The luxe knit fabric hugs you just right, making it your new go-to for date nights to weddings, and cocktail soirees!

    Fit & Features

    • Luxe knit stretchy fabric, bust lining
    • Mock neck halter neckline
    • Partial open back
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000468

    Category Name: New Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: RED

    Available Size: XS, S, M, L

  • Miranda Off-The-Shoulder Mini Dress

    Special Occasion

    Designed for your next unforgettable night out, the Miranda turns up the charm with a sculpted bodycon fit and romantic off-the-shoulder neckline.

    Fit & Features

    • Sleek knit fabric, sewn-in knit lining, moderate stretch
    • Off-the-shoulder neckline, padded bra cups
    • Back zipper and hook-eye closure
    • Side ruched seams
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

     

    Where to Wear:

    Weddings, bachelorettes, Vegas weekends, birthdays, date night, parties, cocktail soirees

    Style Number/Barcode: 05001-000134

    Category Name: New Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK, RED

    Available Size: XS, S, M, L

  • Karla Corset Satin Mini Dress

    Special Occasion

    An unforgettable mix of polish and allure, the Karla satin mini dress is elevated by a beaded lace bodice that catches the light with every move. With its sleek silhouette and delicate straps, it’s a statement piece built for the spotlight.

    Fit & Features

    • Satin-lined fabric
    • Sweetheart neckline
    • Adjustable spaghetti straps
    • Corset bodice, sequin applique
    • Back zipper and hook-eye closure
    • Bodycon fit, mini-length hem
    • Runs true to size

     

    Where to Wear:

    Homecoming, bachelorettes, milestone celebrations, birthdays, date nights, cocktail soiree, rooftop hotel bars

    Style Number/Barcode: 05001-000041

    Category Name: New Arrivals

    Price: $89.90

    Availability: In Stock

    Available Color: RED, BLACK

    Available Size: XS, S, M

    Product Badge:
    • Ships Free
  • Kimia Sequin Floral Strapless Mini Dress

    Special Occasion

    Soft shimmer, floral detail—the Kimia formal dress feels like a love letter in dress form. Designed in lined floral mesh with glimmering sequin embroidery, this strapless mini dress defines your shape with soft structure, finished with a draped cowl detail at the neck and pleating at the waist for that effortlessly luxe effect.

    Fit & Features

    • Sheer mesh fabric with floral print, full-length knit lining, moderate stretch
    • All-over clear sequin embroidery
    • Strapless sweetheart neckline, no-slip strip, padded bust
    • Draped cowl neck overlay
    • Back zipper with hook-eye closure
    • Pleating, mini-length bodycon silhouette
    • Runs true to size

     

    Where to Wear:

    Homecoming, birthday parties, bridal showers, dressed-up dinners, and formal date nights.

    Style Number/Barcode: 05001-000074

    Category Name: New Arrivals

    Price: $69.90

    Availability: In Stock

    Available Color: LAVENDER

    Available Size: L

    Product Badge:
    • Best Seller
  • Athena Glitter Corset Lace-Up Skater Dress

    Special Occasion

    Made for twirls that steal the spotlight, the Athena short dress enchants with a glitter tulle skater silhouette and a delicately beaded corset bodice. A lace-up back completes the look with an effortlessly romantic finish.

    Fit & Features

    • Glitter, beaded, sequin embellishments
    • Tulle fabric lined with satin, no stretch
    • Square neckline, adjustable spaghetti straps, padded bra cups
    • Corset bodice with applique embroidery, flexible boning
    • Lace-up back design, lower zipper and hook-eye closure
    • Skater silhouette with a voluminous bonded short hem
    • Runs true to size

     

    Where to Wear:

    Homecoming, birthdays, date nights, milestone celebrations, fancy brunches, engagement parties, bridal celebrations, red-carpet occasions

    Style Number/Barcode: 05001-000137

    Category Name: New Arrivals

    Price: $99.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Untamed Aura Animal Print Halter Maxi Dress

    Giving wild energy in the sleekest way possible—this maxi dress is pure confidence wrapped in an abstract animal print. The halter neckline and curve-hugging fit make it perfect for nights when subtle just isn’t on the agenda.

    Fit & Features

    • Sheer mesh fabric with knit lining, high stretch
    • Abstract animal print
    • Sleeveless plunging V-neckline, cutout below the bust
    • Halter tie-back spaghetti straps, open back, lower back bar strap
    • Maxi-length hem
    • Curve-hugging silhouette
    • Runs true to size

    Style Number/Barcode: 05102-000253

    Category Name: New Arrivals

    Price: $45.90

    Availability: In Stock

    Available Color: PURPLE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Hot Pursuit Police Bodysuit And Accessories Costume Set

    Attention required—you’re reporting for duty in dangerously hot vibes. This police bodysuit and accessories Halloween costume set is fitted, fierce, and ready to take control of the party.

    Fit & Features

    • Stretchy knit bodysuit with a collared V-neckline, a zip-front, short sleeves with embroidered patches, "Police" embroidered patch, faux chest pockets, a cheeky bottom with a snap button closure, and a form-hugging fit
    • Latex belt with lace-up front, flexible boning, side zipper closure, and adjustable garter straps
    • Thigh-high fishnet stockings
    • Baseball cap with "Police" embroidery
    • Fake metal handcuffs and mini fake keys
    • Metal badge reading, "Special Police" with pin closure
    • Runs true to size

    Style Number/Barcode: 06001-000191

    Category Name: New Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: BLUE

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

    Product Badge:
    • Halloween Badge
  • Shine On A-Line Glitter Mini Dress

    When the light hits just right, this glitter mini dress steals the scene without even trying. The ruched fit hugs in all the right places while the flared hem keeps it playful and easy to dance in.

    Fit & Features

    • Glitter knit fabric
    • Sweetheart neckline
    • Spaghetti straps
    • A-line fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000238

    Category Name: New Arrivals

    Price: $38.90

    Availability: In Stock

    Available Color: DENIM

    Available Size: XXS, S, M, L

    Product Badge:
    • New Arrival
  • Edgy Reputation Sequin Snake Mini Skirt

    Shimmer with an edgy reputation in this sequin snake mini skirt for a night out!

    Fit & Features

    • Sequin embellished, snake print, stretchy knit lining
    • High-rise waist, hidden side zipper and hook-eye closure
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 06401-0744

    Category Name: New Arrivals

    Price: $32.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: XS, S, M, L

  • Flirt Factor Floral Sequin Lace-Up Mini Dress

    All eyes on you—this strapless sequin mini dress serves sparkle and sass with a lace-up back made for the perfect exit. Party ready and unapologetically glam.

    Fit & Features

    • Floral sequin-embellished pattern
    • Mesh fabric, stretchy knit lining
    • Tube strapless neckline, padded bra cups
    • Lace-up open back
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000263

    Category Name: New Arrivals

    Price: $52.90

    Availability: In Stock

    Available Color: PINK

    Available Size: L

    Product Badge:
    • New Arrival
  • Street Rebel Mock Neck Belt Crop Top

    The kind of top that makes you feel like you own the night. With a sleek mock neck, front zip, and belted detail, this faux leather crop top brings the perfect mix of edge and attitude.

    Fit & Features

    • Washed faux leather material, sewn-in knit lining
    • Adjustable belt mock neckline
    • Front zip-up closure
    • Front center slit
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000136

    Category Name: New Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

  • Venomous Vibes Snakeskin Shorts

    Low effort, high voltage—these snakeskin shorts were made to slay. Perfect for concert fits, nights out, or whenever you feel like showing off your wild side.

    Fit & Features

    • Snakeskin print, stretchy fabric
    • Mid-rise waist
    • Form-hugging fit
    • Cheeky bottom
    • Runs true to size

    Style Number/Barcode: 06503-000137

    Category Name: New Arrivals

    Price: $24.90

    Availability: In Stock

    Available Color: SNAKE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Boldy Untamed Buckle Crop Top

    This faux leather tube top is serving bold and untamed vibes. With edgy buckle details and a curve-hugging fit, it’s your go-to for nights that call for a little extra drama with your go-to jeans!

    Fit & Features

    • Vintage-inspired faux leather fabric
    • Strapless tube neckline
    • Back zipper and hook-eye closure, stretchy smocked panel
    • Front cutouts with buckles
    • Studded trim along the uneven crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000137

    Category Name: New Arrivals

    Price: $44.90

    Availability: In Stock

    Available Color: CHARCOAL

    Available Size: S, M, L

  • Afterparty Glow Sequin Ruffle Mini Dress

    Giving disco-ball energy but make it chic—the sequin bodycon dress is made for late nights and flirty vibes. The ruffle hem and strappy lace-up back keep it playful with just the right amount of drama.

    Fit & Features

    • Sequin-embellished mesh-lined fabric
    • Square halter neckline
    • Open lace-up strappy back
    • Bodycon silhouette
    • Ruffled mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000204

    Category Name: New Arrivals

    Price: $52.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: M, L

    Product Badge:
    • New Arrival