After Dark Edit

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

  • Effortless Chic Knit Off-The-Shoulder Long Sleeve Bodysuit

    When your outfit needs a little “I didn’t try, but I did.” This off-the-shoulder knit bodysuit brings a soft, form-hugging fit with just the right touch of allure. Pair it with denim for the day or dress it up for the night—either way, it’s your go-to for instant polish.

    Fit & Features

    • Textured knit fabric, moderate stretch
    • Off-the-shoulder scoop neckline
    • Long fitted sleeves
    • Thong-cut bottom
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06005-000149

    Category Name: After Dark Edit

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK, IVORY

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Laced Intentions Faux Leather Mini Skort

    A mini skort that brings all the edge. This low-rise faux leather skort features grommet lace-up trim and a curve-hugging fit that gives major attitude. Perfect for pairing with the matching tube top.

    Shop Matching Top: Laced Intentions Faux Leather Tube Top

    Fit & Features

    • Faux leather fabric
    • Grommet lace-up trim
    • Low-rise waist
    • Side zipper closure
    • Mini-length overlay, hidden shorts
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06403-000066

    Category Name: After Dark Edit

    Price: $42.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Everyday Essential Halter Crop Top

    Your not-so-basic basic—this halter crop top is sleek, comfy, and made to style on repeat. Perfect with jeans, skirts, or layered under a jacket for that effortless cool-girl vibe.

    Fit & Features

    • Soft, smooth stretch knit fabric
    • Halter neckline
    • Fitted cropped silhouette
    • Open back detail with tie
    • Runs true to size

    Style Number/Barcode: 06002-000374

    Category Name: After Dark Edit

    Price: $22.90

    Availability: In Stock

    Available Color: BURGUNDY, OFF, WHITE

    Available Size: XS, S, M, L

  • Lucky Star Graphic Crop Tank Top

    Proof that confidence is your good luck charm. This crop tank top keeps it effortlessly cool with bold lettering, a raw hem, and a body-hugging ribbed fit. Perfect for layering under a jacket or wearing solo on your “main character in the city” days.

    Fit & Features

    • Soft rib knit fabric with stretch
    • Scoop neckline
    • Wide shoulder straps
    • Front "Lucky" script with star graphic
    • Fitted raw cut crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000438

    Category Name: After Dark Edit

    Price: $19.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

  • Off Duty Scoop Neck Crop Tank Top

    Your throw-on-and-go top just got an upgrade. The scoop neck with a cutout detail keeps it trendy but never basic. Perfect for layering or styling solo with denim.

    Fit & Features

    • Double-lined rib knit stretch fabric
    • Scoop neckline with notch cutout
    • Tank shoulder straps
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000439

    Category Name: After Dark Edit

    Price: $19.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

  • Level Up Halter Crop Top

    This rib knit halter top levels up your everyday look with bold grommet trim and a sleek fit—perfect with jeans by day or leather pants by night.

    Fit & Features

    • Stretch knit fabric
    • Halter square neckline, grommet trim
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000443

    Category Name: After Dark Edit

    Price: $26.90

    Availability: In Stock

    Available Color: BLACK, WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Chic Stroll Off-The-Shoulder Sweater

    Crisp air, a latte, and this sweater—fall just called and said you’re its muse. The soft knit and off-the-shoulder neckline keep you cozy while looking chic for dinner meetups or casual dates.

    Fit & Features

    • Soft knit stretch fabric
    • Foldover, off-the-shoulder neckline
    • Fitted long sleeves
    • Crop length hem
    • Runs true to size

    Style Number/Barcode: 06005-000213

    Category Name: After Dark Edit

    Price: $34.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: L

  • Streetwear Vibes Crop Tank Top

    Your not-so-basic basic—this rib knit crop tank top levels up with grommet trim that adds just the right amount of edge. Pair it with your go-to bottoms for any weekend plans.

    Fit & Features

    • Stretch rib knit fabric
    • Crew neck
    • Grommet trim
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06005-000216

    Category Name: After Dark Edit

    Price: $32.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Not So Basic Long Sleeve Cutout Top

    Cozy meets daring with this ribbed knit cutout top. The asymmetric neckline and sleek fit make it your go-to for dressing up denim or pairing with a mini skirt.

    Fit & Features

    • Ribbed knit fabric, high stretch
    • High neck, twisted strap, asymmetric cutout
    • Long fitted sleeves
    • Asymmetric mid-length hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06005-000210

    Category Name: After Dark Edit

    Price: $36.90

    Availability: In Stock

    Available Color: BLACK, BROWN

    Available Size: S, M, L

  • City Slick Coated Mid Rise Capri Pants

    Polished with a little edge—these coated capris were made for that cool-girl off-duty vibe. The sleek finish gives denim an upgrade, while the cropped cut keeps it fresh for day-to-night styling.

    Fit & Features

    • Coated woven fabric, slight stretch
    • Mid-rise waist
    • Back zipper closure
    • Form-hugging fit
    • Side slit accents
    • Capri-length fit
    • Runs true to size

    Style Number/Barcode: 06402-000016

    Category Name: After Dark Edit

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L