New Clothing 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

  • Sleek Agenda Satin Mini Dress

    Proof that simple can still steal the show. This satin mini dress flatters every curve with its sleek A-line silhouette, ruched bodice, and subtle shine—perfect for date nights, cocktail hours, or parties!

    Fit & Features

    • Stretch satin fabric
    • Sweetheart neckline
    • Adjustable spaghetti straps
    • Pleated ruched bodice
    • A-Line silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000551

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: HUNTER

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Brat Era Graphic Shorts

    Playful, bold, and unapologetic—these fitted shorts bring the attitude with a neon “brat” graphic that makes your vibe crystal clear. Perfect for concerts or nights out.

    Fit & Features

    • Cotton knit fabric, high stretch
    • Low-rise elasticized waist
    • Graphic "brat" on front and back
    • Form-hugging fit
    • Cheeky cut
    • Runs true to size

    Style Number/Barcode: 07103-000044

    Category Name: New Clothing Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • 365 Party Girl Graphic Halter Top

    For the girls who never take a night off. This graphic crop top brings bold, playful vibes with neon lettering—perfect for parties, concerts, or unapologetically lounging like the brat you are.

    Fit & Features

    • Cotton knit fabric, high stretch
    • Sleeveless V-neckline, halter strap
    • Partially open back
    • "365 Party Girl" front graphic script
    • Cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000343

    Category Name: New Clothing Arrivals

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Sweet And Flirty Velvet Ruffle Skater Dress

    Your night-out go-to just leveled up. This velvet skater dress hugs at the top, flares at the hem, and brings that flirty halter vibe that always feels on trend.

    Fit & Features

    • Velvet fabric, moderate stretch
    • Sleeveless V-neckline, surplice design
    • Tie-back halter straps, partially open back
    • Ruched waist
    • Tiered ruffle design
    • Short skater silhouette
    • Runs true to size

    Style Number/Barcode: 05101-000182

    Category Name: New Clothing Arrivals

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • All Eyes On You Sequin Bodycon Mini Dress

    All eyes? On you. This sparkling sequin mini dress hugs every curve with just the right amount of drama. Perfect for nights that don’t end early.

    Fit & Features

    • Textured knit fabric
    • All-over mini sequin embroidery
    • Sleeveless sweetheart neckline, halter strap
    • Partially open back, zipper closure
    • Mini-length bodycon silhouette
    • Runs true to size

    Style Number/Barcode: 05103-000647

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Behind The Scenes Long Sleeve Mini Dress

    Effortless in the front, unexpected in the back—this mini dress does both. With flowy dolman sleeves, a chic boat neckline, and an open tie-back detail, it’s the perfect mix of cozy and sultry.

    Fit & Features

    • Soft knit stretchy fabric
    • Dolman long sleeves
    • Boat neckline
    • Open tie back design
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000335

    Category Name: New Clothing Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: TAUPE, BURGUNDY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Downtown Sleek Faux Leather Booties

    Sleek and simple—these block heel booties are your new everyday pair. Easy to style, easy to wear, and always chic.

    Fit & Features

    • 3" Short block heel
    • Pointed toe
    • Side zipper closure
    • Ankle-length shaft
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07403-000045

    Category Name: New Clothing Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: WHITE

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

    Product Badge:
    • New Arrival
  • Stefani Lace-Up Slit Formal Dress

    Special Occasion

    Effortlessly sultry, the Stefani formal dress stuns with a draped cowl neckline, lace-up back, and ruched side seams that highlight your curves. A daring high slit adds the perfect dose of drama for any formal affair.

    Fit & Features

    • Stretchy knit fabric
    • Cowl neckline
    • Spaghetti straps
    • Lace-up back design
    • Side ruched seams
    • High side slit
    • Curve-hugging, floor-length silhouette
    • Runs true to size

     

    Where to Wear:

    Weddings, black-tie galas, rehearsal dinners, engagement parties, red-carpet events, fancy date nights, birthdays, formal celebrations

    Style Number/Barcode: 05002-000552

    Category Name: New Clothing Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: OLIVE, NAVY

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

    Product Badge:
    • New Arrival
  • Off-The-Shoulder Moments Slit Maxi Dress

    This off-the-shoulder maxi dress features ruched details that contour your shape, plus a high side slit for effortless allure. Perfect for shower celebrations, formal dinners, or anytime you want all eyes on you.

    Fit & Features

    • Smooth knit stretchy fabric
    • Folded off-the-shoulder neckline
    • Fitted long sleeves
    • High side slit
    • Form-hugging fit
    • Maxi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000344

    Category Name: New Clothing Arrivals

    Price: $45.90

    Availability: In Stock

    Available Color: RUST

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

    Product Badge:
    • New Arrival
  • Arielle Velvet Lace Appliqué Mini Dress

    Special Occasion

    The Arielle dress defines after-dark allure—velvet meets illusion with a sheer corset bodice traced in lace appliqué and sequins. The bodycon fit sculpts every curve, while delicate straps keep the look chic and sultry.

    Fit & Features

    • Velvet-lined fabric
    • Sweetheart neckline
    • Adjustable spaghetti straps
    • Sheer mesh lace applique bodice
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

     

    Where to Wear:

    HOCO, birthdays, bachelorettes, date nights, Vegas, rooftop hotel bars, birthday dinners, girl's night

    Style Number/Barcode: 05001-000544

    Category Name: New Clothing Arrivals

    Price: $94.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • Ships Free
  • Timeless Luxury Rhinestone Bangle Bracelet

    Sleek, polished, and endlessly versatile—this sleek bangle is accented with rhinestone studs for a subtle sparkle that goes with everything from denim to date-night fits.

    Fit & Features

    • Stainless steel material
    • Polished-tone bangle with luxe finish
    • Embedded rhinestone embellishments
    • Sleek and structured silhouette
    • Side closure

    Style Number/Barcode: 07003-000081

    Category Name: New Clothing Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Enticing Always Bodycon Mesh Mini Dress

    Your night is looking so enticing in this bodycon mesh mini dress! Designed with a semi-sheer design, you'll be the most alluring girlie. 

    Fit & Features

    • Semi-sheer mesh fabric, sewn-in knit lining
    • Sheer fitted long sleeves
    • Crew neck
    • Back zipper and hook-eye closure
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-6032

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Shimmer Step Strappy Mules

    Sleek, shiny, and ready for the spotlight. These metallic strappy mules feature an almond toe and slim stiletto heel that make every look a statement.

    Fit & Features

    • 2" metallic trim short stiletto heel
    • Almond toe
    • Strappy design
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000581

    Category Name: New Clothing Arrivals

    Price: $28.90

    Availability: In Stock

    Available Color: RED, WHITE

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

    Product Badge:
    • New Arrival
  • Lovers Past Sweetheart Midi Dress

    Serve sleek sophistication in this sultry midi dress. Featuring a draped cowl sweetheart neckline with a flirty cutout bust detail that flaunts skin and a curve-hugging fit that's sure to make your past lovers jealous.

    Fit & Features

    • Slinky knit stretch fabric
    • Sweetheart cowl neckline
    • Spaghetti straps
    • Cutout bust detail
    • Curve-hugging silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000621

    Category Name: New Clothing Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: PLUM

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

    Product Badge:
    • New Arrival
  • Rosé Evening Floral Mesh Midi Dress

    Romantic and sleek, this bodycon midi dress features a ruched fit with sheer floral mesh overlay. Perfect for weddings, date nights, or any evening that calls for effortless elegance.

    Fit & Features

    • Floral print, mesh-lined fabric
    • Cowl neckline
    • Adjustable spaghetti straps
    • Ruched bodycon silhouette
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000501

    Category Name: New Clothing Arrivals

    Price: $44.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • New Arrival
  • After Dark Animal Print Lace Up Romper

    Not your average little night-out fit—this animal print lace up romper brings fierce energy with a curve-hugging silhouette and ruffled hem. Perfect for parties, concerts, or any scene where you want the vibe to be bold.

    Fit & Features

    • Velvet and mesh burnout fabrication
    • Animal print pattern
    • Spaghetti straps with plunge lace-up v-neckline
    • Ruffle trim detail
    • Fitted romper silhouette with shorts
    • Runs true to size

    Style Number/Barcode: 06503-000161

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Sleek Luxe Strappy Stiletto Mules

    These strappy square toe stilettos feature a sleek mule silhouette topped with a chic gold ball accent that turns every step into a statement.

    Fit & Features

    • 3" Stiletto heel
    • Square toe
    • Strappy design with gold ball accent
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000521

    Category Name: New Clothing Arrivals

    Price: $30.90

    Availability: In Stock

    Available Color: BLACK, CAMEL, WHITE

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

    Product Badge:
    • New Arrival
  • Night Heat Cutout Mesh Mini Dress

    Daring and unapologetic—this mesh mini dress brings all the heat with bold ring cutouts and a bodycon fit. Perfect for after-hours adventures where blending in isn’t an option.

    Fit & Features

    • Animal print mesh-lined fabric, moderate stretch
    • Plunge neckline with hoop inserts
    • Sheer fitted long sleeves
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000502

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Rose Sparkle Rhinestone A-Line Mini Dress

    Pretty meets playful—this rhinestone rose mini dress sparkles with every move. The A-line silhouette and open back make it the perfect mix of sweet and sultry.

    Fit & Features

    • Sheer mesh fabric with knit lining
    • Tonal rhinestone embellishments, rose pattern
    • Sleeveless square neckline
    • Tie-back halter spaghetti straps
    • Open back, lower tie-back spaghetti straps
    • Mini-length fitted A-line silhouette
    • Runs true to size

    Style Number/Barcode: 05103-000457

    Category Name: New Clothing Arrivals

    Price: $34.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Everyday Sleek Wide Fit Block Heels

    These faux leather block heels bring an easy buckle detail and a short heel you can actually live in—aka your new day-to-night staple.

    Fit & Features

    • 2.5" Block heel
    • Almond toe
    • Strappy buckle design
    • Wide-fit 
    • Closed ankle with adjustable strap, buckle closure
    • Cushioned insole
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000578

    Category Name: New Clothing Arrivals

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

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

    Product Badge:
    • New Arrival
  • Midnight Mirage Mesh Strapless Maxi Dress

    All eyes on you. This strapless maxi dress features a ruched bust and hip detail with a sheer mesh skirt that flows for maximum drama. Finished with a gold accent at the neckline, it’s pure allure.

    Fit & Features

    • Partially lined sheer mesh fabric
    • Strapless sweetheart neckline, hardware trim
    • Curve-hugging sheer silhouette
    • Sheer flowy maxi-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000541

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Alessia Satin Cowl Neck Slit Formal Dress

    Special Occasion

    Striking in its simplicity, the Alessia satin floor-length dress features a pleated cowl neckline and a curve-hugging silhouette. A high side slit brings a sultry finish, perfect for sweeping into any evening affair with confidence.

    Fit & Features

    • Stretch satin fabric, bust knit lining
    • Pleated cowl neckline, padded bra cups
    • Adjustable spaghetti straps
    • Back zipper and hook-eye closure
    • High side slit
    • Form-hugging, floor-length silhouette
    • Runs true to size

     

    Where to Wear:

    Black-tie weddings, galas, red-carpet events, engagement parties, rehearsal dinners, elegant date nights and birthdays, holiday celebrations

    Style Number/Barcode: 05002-000457

    Category Name: New Clothing Arrivals

    Price: $69.90

    Availability: In Stock

    Available Color: HUNTER, NAVY

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

    Product Badge:
    • New Arrival
  • Game Time Striped Sneakers

    Sporty meets sleek—these faux leather sneakers keep it classic with bold side stripes and an easy lace-up fit. The pair you’ll grab for errands, coffee runs, or styling with laid-back athleisure.

    Fit & Features

    • Square toe
    • Front lace-up placket
    • Sporty side striped design
    • Rubber bottom
    • Faux leather material
    • Runs true to size

    Style Number/Barcode: 07405-000016

    Category Name: New Clothing Arrivals

    Price: $32.90

    Availability: In Stock

    Available Color: WINE, BEIGE

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

    Product Badge:
    • New Arrival
  • Merlot Nights Halter Maxi Dress

    Rich, sultry, and unforgettable—this halter maxi dress stuns with a draped cowl neckline, curve-hugging fit, and open back detail that brings the drama for any formal affair. Complete the look with jewelry and stiletto heels.

    Fit & Features

    • Slinky knit stretch fabric
    • Cowl halter neckline
    • Open strappy back
    • Curve-hugging silhouette
    • Relaxed maxi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000632

    Category Name: New Clothing Arrivals

    Price: $48.90

    Availability: In Stock

    Available Color: WINE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival