Add a top or bottom, spend $40+, get free shipping!

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

  • Seriously Snake Sequined Skirt

    Shop Matching Top: Seriously Snake Sequined Top 

    Ready to shimmy and shake when you don this snake-print mini! Skirt has an abbreviated silhouette and features all-over iridescent sequin embellishment and an elasticized waist. Skirt is fully lined and made from a smooth poly blend with moderate stretch. Don't forget to pair it with the matching crop top!

    Style Number/Barcode: 06501-0052

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $6.97 $19.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Short And Sweet Cropped Tee

    This comfy ribbed tee is a perfect match to pair with your fave everyday jeans! The cropped closet staple features all-over ribbing for a form-fitting silhouette. A must-have top you can wear from shopping to a casual date night.

    Fit & Features

    • Crew neckline
    • Short fitted sleeves
    • Cropped hem
    • Lightweight ribbed knit fabric
    • Moderate stretch

    Style Number/Barcode: 06002-0159

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $9.97 $12.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Luxe In Lurex Tube Top
    Keep it luxe and fab in this glitzy top! It features a straight strapless neckline, a cropped fit and an all over glow worthy lurex fabric. Top offers a relaxed fit with a moderate stretch.

    Style Number/Barcode: 06001-1672

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $9.97 $18.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Rock That Bodysuit
    Lookin' fly, girl! This simple bodysuit is your newest wardrobe essential. Featuring a square neckline that leads to a thong back and button snap closure, this piece is super stretchy and fits to each and every curve. Pair with your favorite jeans or high-rise shorts for a laidback everyday vibe.

    Style Number/Barcode: 06001-1664

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $9.97 $26.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Babe in Skinny Cargo Pants

    Babe, you'll be lookin' good in those skinny cargo pants! Featuring a woven belt and a tight, super-flattering fit, these bottoms are a closet staple. Pair with a basic top and add on some heels for a cute day-out look.

    Fit & Features

    • High rise waist
    • Woven belt with a double D-ring closure
    • Front zipper closure
    • Slanted and button-flap leg pockets
    • Form-hugging fit
    • Twill fabric with moderate stretch
    • Runs true to size

    Style Number/Barcode: 06302-0057

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $15.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Chain Reaction Wrap Halter Top

    This wrap halter top brings the heat with a gold chain neckline, daring cutouts, and a tie-back wrap design that sculpts your waist. Perfect for a night out when basic just won’t cut it.

    Fit & Features

    • Smooth knit stretch fabric
    • Halter neckline with chain strap
    • Cutout bodice
    • Open back
    • Wrap tie crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000321

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $15.00 $34.90

    On Sale: Yes

    Availability: In Stock

    Available Color: BLACK

    Available Size: NS

  • Binz Mini Skirt
    You're so classic. This bodycon mini skirt features an elasticized waist with a hidden band. Constructed of a shiny stretch fabric, this piece has plenty of wiggle room while hugging your feminine curves. Skirt is unlined. Complete your look with the matching crop top!

    Style Number/Barcode: 06501-0061

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $9.97 $19.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Madame Bell Sleeve Blouse

    Pretty ladies deserve pretty blouses. This wrap top features a tie closure with an off the shoulder styling and adjustable shoulder straps. Topped with ruffle trim and elasticized sleeve openings, this garment is made of a cotton blend fabric with no stretch.

    Model is 5'8.5" with a 32" bust, 24" waist and 35" hips. She is wearing a size small.

    Style Number/Barcode: 06003-0354

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $11.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Faux Leather Fringe Mini Skirt

    Get totally festival season ready in this faux leather fringe mini! This skirt is totally post-worthy.

    Fit & Features

    • High rise waist
    • Back zipper closure
    • Fringe detailing at hem
    • Short, form hugging fit
    • Faux leather fabric | Knit lining
    • Moderate stretch

    Style Number/Barcode: 06401-0077

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $9.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • New Babe Strapless Slit Abstract Crop Top

    Elevate your babe status in something new! This strapless abstract crop top is designed to flaunt your figure and style with a trendy slit and asymmetrical hem.

    Fit & Features

    • Abstract print, knit fabric
    • Strapless neckline
    • Side slit with tie and hoop insert
    • Asymmetrical crop hem
    • Runs true to size

    Style Number/Barcode: 06001-000115

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $10.97 $26.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Issa Vibe Tie Front Crop Top
    You're giving off positive vibes in this sexy top. This piece features elasticized shoulders, an adjustable tie front, a back strap and elasticized sleeve openings. Fabric is a cotton synthetic blend and has no stretch.

    Style Number/Barcode: 06003-0352

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $11.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • She's A Romantic Satin Off-Shoulder Blouse

    Show them you got a romantic side too with a femme, flirty blouse! Designed with an off shoulder neckline that has elasticity, long sleeves that puff at the wrists, and a cropped hemline that has an elasticity as well. Top is composed of a satin-like material that offers a flowy fit and stretch at the trim! 

    Model is 5'8" with 35" bust, 24" waist and 34" hips. She is wearing a size small.  

    Style Number/Barcode: 06003-0355

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $6.97 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Single Sleeve Ribbed Crop Top
    Elevate your basics collection with this strategically revealing ribbed crop. Top features a one-shoulder design, single long sleeve, and waist tie at side. Top is made from a lightweight woven material with a touch of stretch.

    Style Number/Barcode: 06001-2936

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $6.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Boho Romance Vibes Long Sleeve Tie Front Top

    This pointelle knit crop top features a tie-front closure, dreamy bell sleeves, and delicate open-knit detailing. Perfect layered over a bralette or styled solo for that effortlessly flirty look.

    Fit & Features

    • Pointelle knit fabric
    • Bell long sleeves
    • Scoop neckline
    • Tie-front closure
    • Ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06005-000024

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $30.00 $36.90

    On Sale: Yes

    Availability: In Stock

    Available Color: IVORY

    Available Size: XS, S, M, L

  • 28 Crop Graphic Tee

    Effortlessly cool and essential, this graphic tee features a "28" graphic across the front on soft knit stretchy fabric. Pair with denim for a vibe!

    Fit & Features

    • Soft knit stretchy fabric
    • Short sleeves
    • Scoop neckline
    • "28" front graphic
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000150

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $9.97 $19.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Ruched In Side Tie Skirt

    Make a sultry statement in this slick satin mini! The skirt features a pull-on seamed waist, adjustable ruched ties at either side and curved hems. The skirt is made from a smooth woven material with ample stretch. 

    Fit & Features

    • High-rise elasticized waist
    • Adjustable side ruched ties
    • Bodycon silhouette
    • Mini-length hem
    • Smooth satin fabric
    • Moderate stretch
    • Fits true to size

    Style Number/Barcode: 06501-0051

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $10.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Cozy On Up Sweater
    Cozy on up in this seriously soft sweater perfect for fall! It features a mock neckline, long dolman style sleeves, and a relaxed, comfortable fit with side slit accents. Sweater is composed of a fuzzy knit with moderate stretch.

    Style Number/Barcode: 06005-0215

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $15.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Long-Line Leopard Cardigan

    Look classically trendy this season in a long cardigan! This sweater is designed with an open front, pockets, and long sleeves. Hemline and wrists are a contrasting black trim and sweater is composed of a knit material that is thick enough to offer warmth but light enough to layer. Cardigan offers moderate stretch, a trendy leopard print, and best of all a cozy fit!

    Model is 5'9" with a 34" bust, 24" waist and 35.5" hips. She is wearing a size small.

    Style Number/Barcode: 06005-0212

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $17.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Hot Graphic Tank Top

    Raise the temps whenever you step out in this "Hot" graphic tank top!

    Fit & Features

    • Stretchy knit fabric
    • Scoop neckline
    • Wide shoulder straps
    • Racerback design
    • Front graphic reads "HOT"
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000052

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $19.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: M

  • Cropped Leopard Print Satin Top

    Shop Matching Skirt: Leopard Print Mini Skirt

    Were just going to say it, you look bomb in leopard print. Designed with a square neckline, bungee spaghetti straps, and a cropped hemline that hits mid torso. This crop is composed of a satin like material that offers a form fit and showcases that leopard print pattern that we are all drooling over rn!

    Model is 5'7" with a 34" bust,  24" waist and 34" hips. She is wearing a size small.  

    Style Number/Barcode: 06001-1842

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $6.97 $16.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • One Shoulder Cut Out Jumpsuit

    Create a bold striking look with this sassy one shoulder jumpsuit! 

    Fit & Features

    • One Shoulder Neckline
    • Waist Cut Out 
    • Tie Waist Belt 
    • Straight Leg Pants | Flared Hem 
    • Crepe
    • Lined 
    • Form Hugging Fit | Moderate Stretch 

     

    Style Number/Barcode: 06502-0170

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $17.97 $44.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Fast Lane Babe Zip-Up Romper

    Rev up your look with this form-hugging romper that screams spotlight moment. The fitted silhouette, racing flag patches, and bold zip-up detail bring instant edge for Halloween nights out or themed parties!

    Fit & Features

    • Stretchy knit fabric
    • Checkered mock neck with fitted long sleeves
    • Front zip-up closure
    • Racing flag patches at the front
    • Form-hugging fit
    • Shorts bottom
    • Runs true to size

     

    How To Style For Spooky Season:

    Pair with edgy fingerless gloves and thigh-high boots for a fire DIY Halloween look!

    Style Number/Barcode: 06503-000145

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $20.97 $49.90

    On Sale: Yes

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

  • Satin Leopard Print Mini Skirt

    Stun in sultry leopard print in this satin mini skirt! It features a high rise waist, a hidden back zipper closure, and a short, mid-thigh length hem with a front slit. The sleek satin-like fabric offers moderate stretch.

    Model is 5'9" with a 32" bust, 23" waist and 34.5" hips. She is wearing a size small.

    Style Number/Barcode: 06401-0083

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $6.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Shake It Halter Fringe Crop Top

    Move it and shake in this halter fringe crop top at festivals or country concerts!

    Fit & Features

    • Faux suede fabric, slight stretch
    • Halter V-neckline, spaghetti strap tie
    • Fringe trim
    • Ultra-cropped hem
    • Runs true to size

    Style Number/Barcode: 06001-000024

    Category Name: Add a top or bottom, spend $40+, get free shipping!

    Price: $12.97 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free