New Arrivals Tops

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

  • Yoga And Tequila Graphic Halter Top

    Balance is hot girl behavior. This graphic top says namaste, then time for shots. Stretchy enough for yoga, spicy enough for last-minute plans, this cheeky top features a halter V-neck and fitted, mid-length hem.

    Fit & Features

    • Knit fabric, moderate stretch
    • Sleeveless V-neckline
    • Halter strap, partially open back
    • Front script that reads, "I do yoga & drink tequila"
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06002-000163

    Category Name: New Arrivals Tops

    Price: $19.90

    Availability: In Stock

    Available Color: RED

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Support Your Local Dive Bar Graphic Tube Top

    The perfect graphic tube top for your next night out! This trendy style features a strapless neckline, a fitted mid-length hem, and a front script that reads, "Support your local dive bar."

    Fit & Features

    • Knit fabric, moderate stretch
    • Strapless straight-across neckline
    • Front script reading, "Support your local dive bar"
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06002-000160

    Category Name: New Arrivals Tops

    Price: $19.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Summer Pick Gingham Halter Crop Top

    The cutest gingham crop top for any summer day! Look and feel so cute in this top with a pretty open back with tie-back details and a ruffled crop hem to show off your figure.

    Fit & Features

    • Gingham print, woven fabric
    • Plunge halter neckline, spaghetti strap tie
    • Ruffled crop hem
    • Open back, tie-back details
    • Runs true to size

    Style Number/Barcode: 06003-000072

    Category Name: New Arrivals Tops

    Price: $26.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Alluring Edge Faux Leather Lace-Up Halter Top

    Add that alluring edge to your 'fits with this sleek faux leather halter top featuring a plunging V-neck, lace-up front and back for a snatched look, and a form-hugging silhouette.

    Fit & Features

    • Faux leather fabric, knit lining, minimal stretch
    • Sleeveless plunging V-neckline
    • Halter straps, snap button closures
    • Lace-up front with grommet design
    • Partially open back, lace-up back
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06003-000058

    Category Name: New Arrivals Tops

    Price: $42.90

    Availability: In Stock

    Available Color: BURGUNDY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Sweet Like Summer Crochet Bralette Top

    Sweet like summer, this crochet bralette top was made to flirt. With a plunging V-neck, scalloped trim, and open tie-back design, it's your new go-to for coastal vibes. Style with the matching maxi skirt.

    Shop Matching Bottoms: Sweet Like Summer Crochet Maxi Skirt

    Fit & Features

    • Crochet knit fabric, moderate stretch
    • Sleeveless plunge V-neckline
    • Tank shoulder straps
    • Scalloped trim
    • Open back, tie-back spaghetti straps
    • Fitted ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-000052

    Category Name: New Arrivals Tops

    Price: $32.90

    Availability: In Stock

    Available Color: YELLOW

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Breezy Nights Crop Crochet Sweater

    Embrace effortless style with this crochet sweater perfect for styling over a swimsuit or tank top. This sweater offers a blend of comfort and allure with relaxed long sleeves, a flirty one-shoulder neckline, and a cropped hem.

    Fit & Features

    • Sheer crochet knit fabric
    • One-shoulder neckline
    • Relaxed long sleeves
    • Cropped length hem
    • Runs true to size

    Style Number/Barcode: 06005-000047

    Category Name: New Arrivals Tops

    Price: $29.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Star Of The Show Crochet Sweater

    An effortless crochet sweater for layering or styling alone! It's designed with a star front design that adds a trendy touch and a relaxed fit for comfort. 

    Fit & Features

    • Sheer crochet fabric
    • Crew neck
    • Relaxed long sleeves
    • Front star design
    • Relaxed fit hem
    • Runs true to size

    Style Number/Barcode: 06005-000049

    Category Name: New Arrivals Tops

    Price: $32.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Perfect Symphony Floral Tube Top

    This floral tube top brings perfect tropical vibes to your weekend plans or vacation! Pair with the matching skirt to complete the look.

    Shop Matching Bottoms: Perfect Symphony Floral Maxi Skirt

    Fit & Features

    • Floral print, chiffon fabric, stretchy knit lining
    • Tie-back detail, stretchy smocked panel
    • Strapless tube neckline
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000053

    Category Name: New Arrivals Tops

    Price: $26.90

    Availability: In Stock

    Available Color: ORANGE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Knot Your Basic Flyaway Tube Top

    Giving effortless cool with a twist—literally. With a twist front and flyaway design, this ribbed knit tube top is your not-so-basic basic, perfect for rooftop drinks and summer dates.

    Fit & Features

    • Ribbed knit fabric, plenty of stretch
    • Strapless sweetheart neckline
    • Twist-front bust detail
    • Front fly-away design
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000041

    Category Name: New Arrivals Tops

    Price: $29.90

    Availability: In Stock

    Available Color: WHITE, BLUE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Main Squeeze Ribbed Knit Halter Top

    She’s cute, confident, and totally crush-worthy. This ribbed halter top brings the heat with a flirty hanky hem and body-hugging fit—perfect for rooftop sunsets, flings, and everything in between.

    Fit & Features

    • Ribbed knit fabric, plenty of stretch
    • Sleeveless halter neckline
    • Partially open back
    • Angled hanky hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06005-000042

    Category Name: New Arrivals Tops

    Price: $26.90

    Availability: In Stock

    Available Color: CHARTREUSE, ORANGE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • At Dusk Lace-Up Flare Corset Top

    Channel IT girl vibes in this faux leather crop top for going out or concerts! This stunning strapless top features eye-catching grommet accents and a lace-up front, and flared sides that accentuate your curves.

    Fit & Features

    • Faux leather fabric, sewn-in knit lining
    • Strapless neckline
    • Lace-up front, grommet accents
    • Flared sides, crop hem
    • Multiple back hook and eye fasteners
    • Runs true to size

    Style Number/Barcode: 06003-000045

    Category Name: New Arrivals Tops

    Price: $44.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Meet For Golden Hour Tie-Front Top

    The top that turns sunsets into photo shoots. Designed with long flowy sleeves and a flirty tie-front, it's made for vacays, day dates, and spontaneous weekend plans.

    Fit & Features

    • Airy woven fabric
    • Long bell sleeves
    • Tie-front closure
    • Fitted ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06204-000012

    Category Name: New Arrivals Tops

    Price: $32.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Casual Chic Ribbed Knit Tank Top

    Serve all the casual chic vibes in this ribbed knit tank top featuring a sleeveless V-neckline, a partial button-down front, and an alluring fly-away design. Style with a mini skirt and mules.

    Fit & Features

    • Ribbed sweater knit fabric, moderate stretch
    • Sleeveless V-neckline
    • Tank shoulder straps
    • Partial button-down front
    • Front fly-away design
    • Mid-length hem, relaxed fit
    • Runs true to size

    Style Number/Barcode: 06005-000032

    Category Name: New Arrivals Tops

    Price: $24.90

    Availability: In Stock

    Available Color: TAUPE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Breezy Moment Tie-Front Duster

    You're the moment in this breezy sleeveless tie-front duster, perfect for beach hangs or sunny getaways! 

    Fit & Features

    • Gauze cotton woven fabric
    • Sleeveless 
    • V-neckline
    • Tie-front with beaded ends
    • Flowy silhouette
    • Runs true to size

    Style Number/Barcode: 06204-000009

    Category Name: New Arrivals Tops

    Price: $39.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Adorably Chic Bow-Trim Linen Halter Top

    Adorably chic, this lightweight linen top features a halter square neckline, a dainty bow trim design leading to a front slit, and a fitted mid-length hem. Style with the matching mini skort for a cutesy vibe.

    Shop Matching Bottoms: Adorably Chic Pleated Linen Mini Skort

    Fit & Features

    • Linen-blend woven fabric
    • Sleeveless square neckline
    • Halter strap, partially open back
    • Bow trim front design, slit detail
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06003-000038

    Category Name: New Arrivals Tops

    Price: $34.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Top Tier Buckle Tube Top

    Minimal effort, maximum edge. With a buckle accent and fitted crop hem, this tube top levels up your everyday look.

    Fit & Features

    • Twill woven fabric
    • Buckled accent tube strapless neckline
    • Back zipper closure
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000030

    Category Name: New Arrivals Tops

    Price: $34.90

    Availability: In Stock

    Available Color: OLIVE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Serving Curves Denim Halter Corset Top

    This corset top? Instant confidence boost. The plunging halter neck and snatched fit bring the heat, while the denim keeps it cool and classic.

    Fit & Features

    • Denim fabric
    • Sleeveless plunging V-neckline
    • Halter strap with elastic detail
    • Front hook-eye closures
    • Partially open back, lower stretchy smocked back design
    • Form-hugging fit, mid-length hem
    • Runs true to size

    Style Number/Barcode: 06003-000018

    Category Name: New Arrivals Tops

    Price: $32.90

    Availability: In Stock

    Available Color: DENIM

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Miss Jetsetter Halter Tie-Back Print Crop Top

    Whether you're jet-setting to your next adventure, meeting friends for brunch, or creating the perfect vacation look, this printed dual tie-back crop printed crop top is essential for looking cute on the go! Shop the matching skirt to complete the look.

    Fit & Features

    • Printed design, cotton fabric, bust knit lining
    • Halter V-neckline
    • Dual tie-back details
    • Fitted crop hem
    • Runs true to size

     

    Shop The Matching Skirt: Miss Jetsetter High-Rise Print Mini Skort

    Style Number/Barcode: 06003-000022

    Category Name: New Arrivals Tops

    Price: $29.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • Part of a Set
  • Sweet Talk Bow Lace Cami Top

    She's soft, she's lacy, and she's totally crush-worthy. This lace bow cami brings the delicate details and fitted ruffle trim vibe that pairs with everything from jeans to mini skirts.

    Fit & Features

    • Lace fabric, partial lining
    • Square neckline
    • Spaghetti straps
    • Ruched bust with bow accent
    • Pleated lace trim bodice
    • Fitted hem
    • Runs true to size

    Style Number/Barcode: 06001-000080

    Category Name: New Arrivals Tops

    Price: $24.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Laced and Unbothered Crop Top

    Turn heads, then disappear like a plot twist. This lace crop top brings the drama with a cutout back and a fitted vibe that hugs you just right—perfect for date nights or downtown after dark.

    Fit & Features

    • Sheer lace-lined fabric with floral texture
    • Sweetheart neckline with scalloped trim
    • Crop fitted hem
    • Cutout back 
    • Runs true to size

    Style Number/Barcode: 06001-000039

    Category Name: New Arrivals Tops

    Price: $32.90

    Availability: In Stock

    Available Color: BLACK, PINK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Something Sultry Sheer Lace Bodysuit

    Satisfy your craving for sultry style with this sheer lace bodysuit, perfect for pairing with denim for any plans!

    Fit & Features

    • Sheer lace fabric, sewn-in mesh lining
    • Strapless neckline
    • Form-hugging fit
    • Thong bottom, snap-button closures
    • Runs true to size

    Style Number/Barcode: 06001-000014

    Category Name: New Arrivals Tops

    Price: $29.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Casual Plans Button-Down Linen Top

    Cute for casual plans, this relaxed button-down crop top offers a breezy style to your look! Shop the matching shorts.

    Fit & Features

    • Woven linen-blend fabric
    • Collared neckline
    • Button-down front closures
    • Cuffed dolman short sleeves
    • Relaxed cropped-length hem
    • Runs true to size

     

    Shop The Matching Shorts: Casual Plans Mid-Rise Linen Shorts

    Style Number/Barcode: 06003-000002

    Category Name: New Arrivals Tops

    Price: $32.90

    Availability: In Stock

    Available Color: OFF, WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival