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

  • City Luxe Faux Fur Trim Trench Coat

    A little drama never hurt anyone. This faux leather trench coat turns every sidewalk into a runway with its plush faux fur trim and cinched waist belt. Equal parts glam and attitude, it’s the statement layer of the season.

    Fit & Features

    • Faux leather fabric, sewn-in woven lining
    • Long sleeves with faux fur trim cuffs
    • Faux fur collared neckline and front trim
    • Tie-waist belt
    • Side pockets
    • Faux fur trim longline hem
    • Runs true to size

    Style Number/Barcode: 06201-000031

    Category Name: New Clothing Arrivals

    Price: $89.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Command Attention Faux Leather Bustier

    Bring the drama with this faux leather corset—fitted, strapless, and designed to sculpt, it’s a piece that does the talking.

    Fit & Features

    • Distressed faux leather fabric, sewn-in knit lining
    • Strapless sweetheart neckline, underwire bust
    • Lace-up back placket
    • Flexible boning inserts
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06003-000168

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Star Studded Rhinestone Denim Skort

    This rhinestone denim mini brings serious Y2K energy with its studded rhinestone-embellished sparkle, frayed hem, and throwback fit, perfect for concerts and weekend fun. Pair it with a cropped tank or leather jacket for instant it-girl nostalgia.

    Fit & Features

    • Light wash denim fabric
    • Star rhinestone-embellished design
    • Mid-rise waist, front button closure, belt loops
    • Form-hugging fit
    • Five-pocket styling
    • Raw frayed mini-length hem, shorts lining
    • Runs true to size

    Style Number/Barcode: 06601-000017

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: LIGHT, DENIM

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Meet Me There Ruffle Mini Skort

    A little flirty, a little fearless — this ruffle skort brings the drama with a soft layered design that moves with you. It’s the perfect mix of comfy and cute, whether you’re out with the girls or making your coffee run look runway-ready.

    Fit & Features

    • Denim fabric
    • Mid-rise waist
    • Ruffled layered silhouette
    • Mini-length hem, shorts lining
    • Runs true to size

    Style Number/Barcode: 06603-000104

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Midnight Temptation Halter Mini Dress

    All eyes on you—exactly where they should be. This flocked mesh halter mini brings high drama with a plunging neckline, front strap cutouts, and a body-hugging fit that sculpts every curve. It’s equal parts mysterious and magnetic—the perfect dress for your next night out with the girls!

    Fit & Features

    • Flocked velvet knit-lined fabric, moderate stretch
    • Plunge strappy halter neckline
    • Open back design
    • Bodycon fit
    • Mini-length fit
    • Runs true to size

    Style Number/Barcode: 05103-000410

    Category Name: New Clothing Arrivals

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Halloween Badge
  • Sweet Obsession Bodycon Mini Dress

    Your go-to for every after-dark invite. This ruched mini dress features a structured bodice and wide straps for a sculpted, confident fit. Sleek, timeless, and a little daring—it’s the definition of effortless allure. Perfect for cocktail parties, date nights, or any dressy occasion.

    Fit & Features

    • Mesh-lined stretchy fabric
    • Sweetheart neckline, wide shoulder straps
    • Bodycon fit
    • Mini-length wrap hem
    • Runs true to size

    Style Number/Barcode: 05101-000451

    Category Name: New Clothing Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Dark Bloom Floral Lace Fishnet Tights

    These floral fishnet tights bring just the right mix of sultry and chic. Pair them under your favorite bottoms with an oversized sweater for a cool-girl finish or with a dress for a dressy soiree.

    Fit & Features

    • Sheer fishnet lace fabric
    • Floral pattern
    • Ultra high-waisted
    • 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-000020

    Category Name: New Clothing Arrivals

    Price: $12.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Edge Theory Faux Leather Moto Jacket

    Sleek, structured, and never out of line. This faux leather moto jacket is your go-to layer for instant attitude—whether you’re pairing it with shorts, jeans, or a bold red lip for nights out, concerts, or everyday looks.

    Fit & Features

    • Faux leather fabric, contrast trim, sewn-in woven lining
    • Long sleeves, shoulder strap accents
    • Lapel collar neckline with stud accents
    • Front zip-up and snap-button closures
    • Two faux front pockets, two open zippered pockets
    • Crop-length hem
    • Runs true to size

    Style Number/Barcode: 06204-000038

    Category Name: New Clothing Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival