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

  • For The Frill Of It Lace-Up Ruffled Romper

    Dance to your rhythm in this lace romper boasting a lace-up back that turns heads and a ruffled silhouette that moves with you! Perfect for concerts, festivals, or bachelorette trips.

    Fit & Features

    • Lace fabric, sewn-in knit lining, moderate stretch
    • Strapless tube neckline
    • Satin lace-up back
    • Ruffled form-hugging silhouette
    • Runs true to size

    Style Number/Barcode: 06503-000080

    Category Name: New Clothing Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Americana Star Print Pajama Shorts

    Catch some beauty sleep after the celebrations in this star print pajama shorts! Pair with the matching pajama top to complete the look.

    Fit & Features

    • Multi-colored star print, soft knit stretchy fabric
    • Mid-rise elasticized waistband
    • Mini side ruched seams
    • Cheeky fit hem
    • Runs true to size

     

    Shop The Matching Pajama Top: Americana Star Print Pajama Top

    Style Number/Barcode: 07103-000023

    Category Name: New Clothing Arrivals

    Price: $17.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Catch Me Twirlin' Ruffle Chiffon Skater Dress

    One spin and you're giving main character energy! With dreamy chiffon ruffles, sweet side cutouts, and an open back moment, this skater dress is made for sunny flings and girls’ night things.

    Fit & Features

    • Sheer chiffon fabric with lining
    • Sleeveless sweetheart neckline
    • Tie-back halter straps, smocked back
    • Side cutouts leading to an open lower back
    • Tiered ruffled design
    • Mini-length A-line silhouette
    • Runs true to size

    Style Number/Barcode: 05101-000146

    Category Name: New Clothing Arrivals

    Price: $49.90

    Availability: In Stock

    Available Color: IVORY

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

    Price: $32.90

    Availability: In Stock

    Available Color: WHITE

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

    Price: $32.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Glow Getter Strapless Cutout Mini Dress

    Catch flights and compliments. This strapless mini hugs you in all the right places with a ruched bust ring detail and cheeky cutout that turns the charm up. Brunch, beach, or bae date—it’s a serve every time.

    Fit & Features

    • Rib knit stretchy fabric
    • Strapless sweetheart tube neckline with hardware trim
    • Cutout accent
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 06005-000033

    Category Name: New Clothing Arrivals

    Price: $39.90

    Availability: In Stock

    Available Color: YELLOW

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Sunset Drip Retro Aviator Sunglasses

    With retro-inspired frames and luxe metal detailing, these aviator sunglasses give the final touch for pool parties, matcha runs, and paparazzi-level entrances.

    Fit & Features

    • Lightweight metal frame with retro aviator shape
    • Gradient-tinted lenses with UV protection
    • Slim bridge with supportive nose pads

    Style Number/Barcode: 07008-000018

    Category Name: New Clothing Arrivals

    Price: $11.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

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

    Price: $39.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Butterfly Effect Rimless Square Sunglasses

    Giving fairycore with a side of don’t talk to me. These rimless tinted lenses and butterfly accents are straight-up magical for brunch, beach, or bossing up.

    Fit & Features

    • Rimless square tinted lenses
    • Delicate butterfly accents on frame corners
    • Lightweight plastic arms
    • Nose support pads

    Style Number/Barcode: 07008-000014

    Category Name: New Clothing Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: PINK

    Available Size: NS

    Product Badge:
    • New Arrival
  • 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 Clothing Arrivals

    Price: $24.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Legs for Days Mid-Rise Pocket Denim Shorts

    Short, sweet, and made to serve. These fitted shorts are your go-to for festival weekends, beach hangs, or just showing off those legs.

    Fit & Features

    • Denim cotton-blend fabric, slight stretch
    • Mid-rise waist with belt loops
    • Front button and hidden zipper closure
    • Front and back pockets with stitched trim
    • Fitted hem with cheeky length
    • Runs true to size

    Style Number/Barcode: 06603-000019

    Category Name: New Clothing Arrivals

    Price: $32.90

    Availability: In Stock

    Available Color: KHAKI

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Serving Shade Square Oversized Sunglasses

    These oversized square sunglasses with tinted lenses = instant it-girl upgrade!

    Fit & Features

    • Oversized square frames
    • Tinted 100% UV protection lenses
    • Smooth plastic frame with luxe finish

    Style Number/Barcode: 07008-000007

    Category Name: New Clothing Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: NUDE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Too Glam To Shade Square Rhinestone Trim Sunglasses

    These sleek square frames with rhinestone-embellished trim bring full diva energy wherever you go!

    Fit & Features

    • Rhinestone-embellished trim on arms
    • Sleek square metal frames
    • Tinted lenses
    • 100% UV protection

    Style Number/Barcode: 07008-000008

    Category Name: New Clothing Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

    Product Badge:
    • New Arrival
  • Mystical Charmer Concho Chain Belt

    Intricately crafted conchos paired with a layered o-ring chain design, this belt adds a bold look that captivates attention effortlessly!

    Fit & Features

    • Conchos
    • Layered O-ring chain design
    • Lobster clasp closure

    Style Number/Barcode: 07301-000007

    Category Name: New Clothing Arrivals

    Price: $18.90

    Availability: In Stock

    Available Color: SILVER, GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Cue the Cameras Cutout Mini Dress

    Because subtle was never the assignment. This halter mini dress brings max drama with a plunging neckline and waist cutout that eats every time.

    Fit & Features

    • Smooth knit stretchy fabric
    • Plunge halter neckline, tie straps
    • Cutout waist
    • Open back with tie design
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000116

    Category Name: New Clothing Arrivals

    Price: $34.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Fringe Benefits Oversized Denim Jacket

    Not just a denim jacket—this one enters the chat with a vibe! With an oversized fit and fringe that moves when you do, it’s made for festivals, photo ops, and showing up unannounced. 

    Fit & Features

    • Denim cotton fabric
    • Long sleeves with button cuffs
    • Collar neckline
    • Button-down front closures
    • Oversized fit, front pockets
    • Fringe trim across front and back
    • Runs true to size

    Style Number/Barcode: 06203-000009

    Category Name: New Clothing Arrivals

    Price: $59.90

    Availability: In Stock

    Available Color: DENIM

    Available Size: S, M, L, XL

    Product Badge:
    • New Arrival
  • Elegance in Every Drop Necklace and Earrings Set

    Dripping in grace and glamour. This rhinestone necklace and earrings set is your RSVP to unforgettable entrances—perfect for black-tie moments, formal soirees, or whenever you feel like being the vision.

    Fit & Features

    • Necklace and earrings set
    • V-shaped collar necklace
    • Single row of rhinestones, two-row center rhinestone design, hanging teardrop rhinestone with rhinestone outline
    • Back lobster clasp closure with adjustable extender
    • Drop earrings, round stud, hanging teardrop rhinestone with rhinestone outline
    • Post-back closures

     

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

    Style Number/Barcode: 07002-000010

    Category Name: New Clothing Arrivals

    Price: $12.90

    Availability: In Stock

    Available Color: SILVER

    Available Size: NS

    Product Badge:
    • New Arrival
  • Glow Up Essentials Hoop Earrings Set

    Proof that good things come in tiny, shiny trios. This three-pack hoop earrings set is your everyday glow-up—ideal for leveling up your ear game from coffee runs to late-night plans.

    Fit & Features

    • Three-pack hoop earrings set
    • Three varying small hoop designs
    • Post-back closures

     

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

    Style Number/Barcode: 07001-000034

    Category Name: New Clothing Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival
  • Trending Now Faux Pearl Ring Set

    These rings are straight from your FYP. This five-pack faux pearl ring set is giving quiet luxury meets cool-girl core—aka the perfect add-to-cart energy.

    Fit & Features

    • Five-pack ring set
    • Varying shapes and designs
    • Includes chunky, textured, and minimalist styles
    • Faux pearl embellishments

    Style Number/Barcode: 07004-000007

    Category Name: New Clothing Arrivals

    Price: $10.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: 7, 8

    Product Badge:
    • New Arrival
  • Chic On Vacay Geometric Print Maxi Tube Dress

    You'll be chic on vacay in this trendy maxi tube dress designed with a lightweight woven fabric with a bold geometric print. The strapless bodice features a V-shaped front overlay with a fringe trim, leading to a long-length fitted silhouette with a thigh-high side slit to show off some leg.

    Fit & Features

    • Woven fabric with woven lining, no stretch
    • Geometric print
    • Strapless straight-across neckline, no-slip strip
    • V-shaped front overlay, fringe trim
    • Tie-back design, lower open back, hidden zipper with hook-eye closure
    • High-cut side slit
    • Maxi-length fitted silhouette

    Style Number/Barcode: 05102-000142

    Category Name: New Clothing Arrivals

    Price: $46.90

    Availability: In Stock

    Available Color: IVORY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Keep It Gorgeous Rhinestone Spiral Block Heels

    Serving red carpet energy with every step. These rhinestone-wrapped spiral heels bring the sparkle and drama to every special occasion!

    Fit & Features

    • Block heel
    • Almond toe
    • Rhinestone embellished spiral strap with fringe trim
    • Metallic faux leather material
    • Runs true to size

    Style Number/Barcode: 07401-000213

    Category Name: New Clothing Arrivals

    Price: $46.90

    Availability: In Stock

    Available Color: SILVER, GOLD

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

    Product Badge:
    • New Arrival
  • Chill Girlie Foldover Hot Shorts

    Not your average lounge shorts—these bring heat even on off days. Made with rib knit fabric and a foldover mid-rise waistband, they’re cozy enough for the couch and cute for coffee runs.

    Fit & Features

    • Rib knit fabric with stretch
    • Foldover mid-rise waistband
    • Form-hugging fit
    • Seamless design
    • Runs true to size

    Style Number/Barcode: 06503-000074

    Category Name: New Clothing Arrivals

    Price: $26.90

    Availability: In Stock

    Available Color: PINK, BROWN

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Cutie Fave Woven Halter Top

    Because looking cute is a priority! You'll be obsessed with this flirty woven halter top featuring a sleeveless V-neck, flowy flyaway front, and open tie-back design.

    Fit & Features

    • Linen-like woven fabric, no stretch
    • Sleeveless V-neckline, lined bust
    • Tie-back halter straps
    • Open back, lower tie-back spaghetti straps
    • Front flyaway design
    • Mid-length flowy fit
    • Runs true to size

    Style Number/Barcode: 06003-000088

    Category Name: New Clothing Arrivals

    Price: $26.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Major Flutter Vibes Linear Butterfly Earrings

    Turn heads and spark convos in these flirty flutter-faves. With a cascading butterfly design, these linear earrings bring major shine to your selfie game and beyond.

    Fit & Features

    • Linear design
    • Textured butterfly silhouettes
    • Fish hook closure

     

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

    Style Number/Barcode: 07001-000040

    Category Name: New Clothing Arrivals

    Price: $7.90

    Availability: In Stock

    Available Color: GOLD

    Available Size: NS

    Product Badge:
    • New Arrival