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

  • Edgy Shine Sequin Zebra Print Mini Tube Dress

    Own the room—this sequin zebra print mini dress delivers shimmer with an edge. The strapless tube silhouette shows off every curve while the glam shine keeps all eyes on you.

    Fit & Features

    • Sheer mesh fabric with knit lining, moderate stretch
    • Zebra print, clear sequin embroidered swirl pattern
    • Strapless straight-across neckline
    • Back zipper closure
    • Mini-length bodycon silhouette
    • Runs true to size

    Style Number/Barcode: 05103-000479

    Category Name: New Clothing Arrivals

    Price: $54.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Untamed Denim Strapless Mini Dress

    Bold, fitted, and a stunner. This strapless lace-up denim mini dress is the perfect piece for when you want to keep it casual but still turn heads.

    Fit & Features

    • Denim fabric
    • Strapless neckline
    • Back zipper closure
    • Front lace-up placket
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000272

    Category Name: New Clothing Arrivals

    Price: $45.90

    Availability: In Stock

    Available Color: DENIM

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Chill Time Rib Knit Flare Pants

    Your new fave bottoms just entered the chat. These pants feature a flattering foldover waistband, while the flare leg brings just enough style to take these beyond the couch to your fave coffee shop or running errands.

    Fit & Features

    • Rib knit stretch fabric
    • High-rise foldover waistband
    • Hip-hugging fit
    • Flare hem
    • Runs true to size

    Style Number/Barcode: 06502-000044

    Category Name: New Clothing Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: WINE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Jungle Luxe Backless Maxi Dress

    Unapologetically bold, this maxi dress is made for making an entrance. The plunging halter neckline and curve-hugging fit keep it sleek, while the strappy lace-up back and animal print bring all the wild energy.

    Fit & Features

    • Animal multi-print design, stretchy knit fabric
    • Halter plunge neckline
    • Strappy back with hard trim insets
    • Curve-hugging fit
    • Maxi-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000473

    Category Name: New Clothing Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: BROWN

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

    Product Badge:
    • New Arrival
  • Throwback Cool Pleated Denim Mini Skort

    Y2K vibes on lock—this pleated denim mini skort is made for low-rise moments and weekend plans. Pair it with crop tops, corsets, or oversized knits for that effortless it-girl edge.

    Fit & Features

    • Dark wash denim fabric, stretchy knit shorts lining
    • Low-rise waist, belt loop accents
    • Side zipper and hook-eye closure
    • Pleated mini-length hem
    • Runs true to size

    Style Number/Barcode: 06603-000090

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: DARK, DENIM

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Stacked Vibes Four-Piece Bracelet Set

    Your wrist just got an upgrade. This multi-strand bracelet set mixes black and gold beading with a touch of sparkle, giving you that effortlessly cool stacked look—no styling required.

    Fit & Features

    • Four-piece bracelet set
    • Beaded stretch strands
    • Rhinestone cross charm

    Style Number/Barcode: 07003-000145

    Category Name: New Clothing Arrivals

    Price: $9.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Lover’s Lure Halter Mini Dress

    Designed with a sultry halter neckline, corset lace-up back, and flirty tiered skirt, this mini dress brings total it-girl after-dark energy.

    Fit & Features

    • Mesh-lined fabric
    • Halter V-neckline with grommet trim
    • Corset-structured bodice
    • Lace-up back placket
    • Tiered ruffled mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000451

    Category Name: New Clothing Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: BURGUNDY, BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Kathleen Velvet One-Shoulder Midi Formal Dress

    Special Occasion

    Sleek and sculpted, the Kathleen velvet midi dress captivates with its one-shoulder neckline, bodycon fit, and a daring slit perfect for nights that demand a striking silhouette.

    Fit & Features

    • Velvet fabric, stretchy knit lining
    • One-shoulder neckline
    • Adjustable shoulder strap
    • Front slit
    • Bodycon silhouette
    • Midi-length hem
    • Runs true to size

     

    Where to Wear:

    Weddings, engagement parties, rehearsal dinners, birthdays, cocktail parties, semi-formal soirees, date nights

    Style Number/Barcode: 05001-000451

    Category Name: New Clothing Arrivals

    Price: $54.90

    Availability: In Stock

    Available Color: NAVY

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

    Product Badge:
    • New Arrival
  • Glossy Finish Bow Platform Block Heels

    Sweet but bold—these patent heels are the upgrade your shoe game’s been waiting for. The almond toe keeps it classic, while the chunky block heel and bow detail add that perfect mix of playful and polished.

    Fit & Features

    • 4" Block heel
    • Almond toe
    • Wide strap with bows
    • Platform sole
    • Adjustable ankle strap with buckle closure
    • Luxe fit cushioned insole
    • Patent faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000353

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: BURGUNDY

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

    Product Badge:
    • New Arrival
  • Opulent Touch Faux Pearl Chain Belt

    Add timeless sophistication to any look with this faux pearl chain belt. The alternating faux pearl and textured gold details give it a luxe, vintage-inspired vibe that instantly elevates your outfit.

    Fit & Features

    • Chain-link design
    • Faux pearl and textured gold details
    • Polished metal finish
    • Lobster clasp closure with extender

    Style Number/Barcode: 07301-000076

    Category Name: New Clothing Arrivals

    Price: $14.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Chic Style Ribbed Knit Off-Shoulder Midi Dress

    Minimal effort, major effect. This off-shoulder ribbed knit midi dress is your go-to for sleek confidence with a side of chic style. Pairs perfectly with a red lip and your best “don’t need to try” attitude.

    Fit & Features

    • Ribbed knit fabric, plenty of stretch
    • Asymmetric off-shoulder neckline, fold-over design
    • Long fitted sleeves
    • High-cut side slit
    • Midi-length bodycon silhouette
    • Runs true to size

    Style Number/Barcode: 05102-5919

    Category Name: New Clothing Arrivals

    Price: $38.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Dangerous Curves Cutout Mini Dress

    All eyes on you. This faux leather mini dress brings the heat with a sultry cutout bust detail and a sleek bodycon fit that hugs in all the right places. Perfect for nights when subtle just won’t cut it.

    Fit & Features

    • Faux leather fabric
    • Sweetheart neckline, cutout accent
    • Adjustable spaghetti straps
    • Back zipper closure
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000674

    Category Name: New Clothing Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: WINE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Wrapped Up Cute Denim Pleated Skort

    Flirty meets functional—this denim skort has a wrap front with side tie detail and playful pleats for that perfect mix of cute and casual. 

    Fit & Features

    • Dark wash denim
    • Mid-rise waist
    • Back zipper and hook-eye closure
    • Wrap side tie design
    • Pleated mini-length silhouette
    • Runs true to size

    Style Number/Barcode: 06603-000122

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: DARK, DENIM

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Cozy Girl Platform Faux Fur Slippers

    Like walking on clouds but make it chic—these platform slippers keep you cute and comfy from lounging at home to coffee runs. The plush trim gives major cozy-core vibes you’ll never want to take off.

    Fit & Features

    • Round closed-toe with faux fur plush trim
    • Platform sole
    • Faux fur plush lining
    • Sturdy traction bottom
    • Runs true to size

    Style Number/Barcode: 07405-000005

    Category Name: New Clothing Arrivals

    Price: $28.90

    Availability: In Stock

    Available Color: TAN, BROWN

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

    Product Badge:
    • New Arrival
  • Estelle Velvet Backless Mermaid Formal Dress

    Special Occasion

    Sleek and sultry, the Estella velvet gown is designed with a plunging halter neckline that flows into an open back and a floor-sweeping hem. The form-hugging fit and subtle ruching at the waist ensure a silhouette that’s as timeless as it is striking.

    Fit & Features

    • Velvet fabric
    • Halter plunge neckline
    • Backless design
    • Ruching at the waist
    • Mermaid silhouette
    • Floor-length hem
    • Runs true to size

     

    Where to Wear:

    Black tie galas, weddings, charity balls, milestone celebration, formal holiday occasions, red-carpet events, anniversaries, engagement parties, rehearsal dinners

    Style Number/Barcode: 05002-000499

    Category Name: New Clothing Arrivals

    Price: $74.90

    Availability: In Stock

    Available Color: ROYAL

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Sunlit Petal Statement Earrings

    Flower power, but make it chic. These floral earrings feature an airy petal design with a sparkling center, giving your look a fresh and feminine finish. Perfect for dressing up basics or completing your night-out fit.

    Fit & Features

    • Floral petal design
    • Rhinestone-embellished center
    • Post-back closure

     

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

    Style Number/Barcode: 07001-000146

    Category Name: New Clothing Arrivals

    Price: $8.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Lounge Goals Rib Knit Flare Pants

    Made for slow mornings and casual weekend plans, these rib knit flares keep you comfy but styled. The foldover waistband and side drawstrings let you adjust the vibe from relaxed to snatched.

    Fit & Features

    • Rib knit fabric with stretch
    • High-rise foldover waistband, adjustable side drawstrings
    • Hip-hugging fit
    • Flare hem
    • Runs true to size

    Style Number/Barcode: 06502-000043

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Dark Desires Faux Leather Corset Top

    Bring the drama in this lace-up corset top, featuring a halter neckline and sleek faux leather finish. Perfect for a night out or a bold costume moment.

    Fit & Features

    • Faux leather fabric
    • Halter neckline
    • Corset-structured bodice with lace-up plackets
    • Fitted crop hem, slit accents
    • Runs true to size

     

    How To Style For Spooky Season:

    Pair with angel wings and a headband for a sultry angelic allure this Halloween.

    Style Number/Barcode: 06003-000166

    Category Name: New Clothing Arrivals

    Price: $32.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Gilded Elegance Medallion Chain Belt

    Add a touch of old-world charm to your fit. This chain belt features ornate medallions with intricate etching, giving your look a luxe, vintage-inspired finish. Perfect for cinching dresses or elevating denim.

    Fit & Features

    • Etched medallion design
    • Lobster clasp closure
    • Chain design

    Style Number/Barcode: 07301-000195

    Category Name: New Clothing Arrivals

    Price: $16.90

    Availability: In Stock

    Available Color: GOLD, SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Party For You Graphic Tube Top

    The invite is on your outfit. This strapless cropped tube top says it all with its bold "PARTY 4 U" graphic and bodycon fit—made for nights that never end early.

    Fit & Features

    • Cotton knit fabric, high stretch
    • Strapless elasticized tube neckline
    • "Party 4 U" front graphic script
    • Cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000341

    Category Name: New Clothing Arrivals

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Wine And Roses Lace Mini Dress

    This strapless lace mini dress brings romantic energy with its floral lace overlay and curve-hugging silhouette. Perfect for dinner dates or cocktail parties.

    Fit & Features

    • Velvet lace fabric lined with stretchy knit
    • Strapless corset bodice, flexible boning inserts
    • Back zipper and hook-eye closure
    • Bodycon fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000438

    Category Name: New Clothing Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: WINE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Laced in Luxe Strapless Lace Jumpsuit

    A jumpsuit perfect for nights that call for a little extra drama. The strapless lace bodice with lace-up detail showcases your shape, while the flared legs and semi-sheer finish keep it effortlessly glamorous. 

    Fit & Features

    • Lace fabric, bust lining, sewn-in panty lining
    • Strapless sweetheart neckline, eyelash lace trim
    • Built-in padded underwire bra bust
    • Sheer bodice with lace-up detailing
    • Back zipper and hook-eye closure
    • Hip-hugging fit, flare hem
    • Runs true to size

    Style Number/Barcode: 06502-000066

    Category Name: New Clothing Arrivals

    Price: $69.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Effortless Aura Long Sleeve Midi Dress

    Minimal effort, maximum effect. This off-the-shoulder ribbed midi dress hugs in all the right places with a soft stretch knit that’s made for cozy-chic moments. Style it with gold hoops and strappy heels for that quiet luxury vibe.

    Fit & Features

    • Soft rib knit fabric, sewn-in knit lining, moderate stretch
    • Foldover off-the-shoulder neckline
    • Fitted long sleeves
    • Center back slit
    • Bodycon fit
    • Midi-length hem
    • Runs true to size

    Style Number/Barcode: 05102-000331

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Treasure Trove Gemstone Chain Belt

    Instant heirloom vibes. This chain belt shines with bold, jewel-toned stones set in ornate gold frames—perfect for cinching a dress or elevating your favorite denim.

    Fit & Features

    • Chain-link design
    • Colored gemstone embellishments
    • Lobster clasp closure with extender

    Style Number/Barcode: 07301-000341

    Category Name: New Clothing Arrivals

    Price: $18.90

    Availability: In Stock

    Available Color: MULTI

    Available Size: NS

    Product Badge:
    • New Arrival