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

  • Such A Charmer Mini Skirt

    Charm them all with style with this sultry mini skirt! It features a high rise waist, a front twist accent, and a short, fitted look. The snake printed skirt is composed of a lightweight knit fabric that offers plenty of stretch and a form hugging fit. Don't forget to purchase the matching crop top!

    Style Number/Barcode: 06501-3023

    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
  • Say It Loud Pencil Skirt

    No need to be shy in this must have lime green pencil skirt. It features an elastic waist and a midi length. It is composed of a very smooth and stretchy knit. Don't forget the matching tube top! 

    Style Number/Barcode: 06501-3013

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

    Price: $17.97 $22.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Ultra Game NFL Detroit Lions Pull-Over Top

    Kick back but keep it cute—this off-the-shoulder Detroit Lions pull-over top is cozy with a flirty twist. Bold graphics and a relaxed fit make it a must for game day and beyond.

    Fit & Features

    • Cotton-blend fleece fabric, ribbed hems, moderate stretch
    • Off-the-shoulder neckline, raw-cut hem
    • Long sleeves, striped graphic
    • Front Detroit Lions graphic
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000177

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

    Price: $49.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: S, M, L

    Product Badge:
    • Best Seller
  • Pretty And Ruched Mini Skirt

    This mini skirt is pretty and ruched and ready for you to style! It features a high rise waist paired with ruched detailing along the sides. The white skirt is composed of a stretchy knit fabric that offers a form hugging fit. Complete your look with the matching crop top!

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

    Style Number/Barcode: 06501-3051

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

    Price: $19.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Blissful Illusion Lace Flared Pants

    Create some bliss in these intriguing black lace pants. They feature a high waist, a bell bottom cut, and a nude lining. Pants are composed of a floral lace fabric that offers a form hugging fit and a moderate stretch. Don't forget the matching crop top to complete your look!

    Style Number/Barcode: 06502-0019

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

    Price: $13.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Do It With Flair Pant
    Elevate hippie chic with these curve-hugging flares. Pants feature an all-over acid-wash print, a medium rise, and an elasticized waist. Pants are made from a super-soft woven material and offer a fair amount of stretch.

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

    Style Number/Barcode: 06502-0022

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

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Ultra Game NFL San Francisco 49ers Top

    Bring the sparkle to the sidelines—this top is anything but basic. With sequin details and a bold San Francisco 49ers graphic, it’s a winning look for every kickoff.

    Fit & Features

    • Knit fabric with stretch
    • V-neckline with striped trim
    • Short sleeves with striped sequin detail
    • Sequin-embellished San Francisco 49ers front graphic and back text graphic
    • Side slit accents
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000195

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

    Price: $49.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

  • Say It In Pinstriped Pants
    Call the shots in these boss babe black pinstripe pants. They feature a high waist with a tie waist, a white on black striped pattern, and a wide pant leg. Pants are composed of a stretchy knit fabric.

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

    Style Number/Barcode: 06502-0049

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

    Price: $12.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • On Repeat V-Neck Corset Top

    You'll love wearing this corset top again and again! Perfect for dressing up or down, this corset flaunts a flirty V-neckline and a fitted crop hem for a snatched appearance.

    Fit & Features

    • Crepe fabric, sewn-in lining
    • V-neckline, adjustable shoulder straps, underwire bust
    • Corset bodice, flexible boning
    • Front hook and eye closures
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-000016

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

    Price: $36.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Sleek And Stylin' Ponte High-Rise Leggings

    Keep your look sleek and styling in these high-rise leggings. Featuring elastic waist inserts for easy pull-on/off styling designed in a thick, ponte-knit fabric that hugs your body like a glove. Complete the look with a basic bodysuit and heels. 

    Fits & Features

    • High-rise waist
    • Elastic waist inserts
    • Front seam detail
    • Thick ponte-knit fabric 
    • Moderate stretch
    • Fits true to size

    Style Number/Barcode: 06502-1089

    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:
    • Sale
  • Fleece Shaper Leggings

    Comfy and flattering, these fleece leggings are perfect for lounging, traveling, and the office! They feature a high-waist fit with tummy control to smooth and shape your figure. These fleece-lined leggings will keep you cozy while appearing incredibly chic paired with an elevated crop top and tailored blazer or moto jacket for a fierce #OOTD look.

    Fit & Features

    • Tummy control waistband
    • Skinny leg fit
    • Cozy fleece-lined knit fabric
    • Moderate stretch 
    • Sizes run small

    Style Number/Barcode: 06502-1228

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

    Price: $6.97 $8.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Sealed With Style Tie-Waist Pants

    Create a polished look in these high-waist pants with a matching tie-front belt. These dressy crepe pants are the perfect versatile style that takes you from the office to cocktail hour. This elevated high-waist pant features a self-tie belt that cinches at the waist, and a slightly flared-leg silhouette for the perfect finishing touch. Seal the perfect polished look with a long-sleeve blouse bodysuit and blazer or swap out the top for a sexy bustier for a sexy night-out look.

    Fit & Features

    • High-rise waist
    • Tie-front accent
    • Wide pant legs with a flared hem
    • Crepe fabric
    • Plenty of stretch
    • Runs true to size

    Style Number/Barcode: 06502-1849

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

    Price: $15.97 $36.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Ultra Game NFL Miami Dolphins Tube Top

    Bring the heat to the stands—this strapless tube top is sporty, sleek, and made for standout moments. Perfect for repping the Miami Dolphins with a flirty edge.

    Fit & Features

    • Double-lined cotton-blend fabric, high stretch
    • Strapless straight-across neckline, elasticized hem
    • Front Miami Dolphins graphic
    • Cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000173

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

    Price: $26.90

    Availability: In Stock

    Available Color: TEAL

    Available Size: S, M, L

  • Style It Up High Waist Pants

    These high waist, wide-leg pants are so ready for you to style and make chic! Create stunning workwear outfits or dress up these pants for a formal date night. The pants feature a high-rise waist, straight legs that flare at the hem, and are composed of a stretchy crepe fabric that accentuates curves. Complete your look with a beaded sweetheart bustier and trendy block heels.

    Fits & Features

    • High-rise fit
    • Wide waistband
    • Flared pant legs
    • Flattering, form-hugging fit
    • Crepe fabric, moderate stretch
    • Runs true to size

    Style Number/Barcode: 06502-1940

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

    Price: $14.97 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Breezy Sheer Lace Tie-Front Top

    Cute and breezy, this sheer floral lace top features a V-neck with a tie-front design and long fitted sleeves with flared hems. Style with denim shorts and sandals for a casual summer look.

    Fit & Features

    • Sheer textured floral lace fabric
    • V-neckline
    • Tie-front design
    • Long fitted sleeves, flared hems
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06202-000029

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

    Price: $29.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Ruffle Ready Jumpsuit
    You'll look radiant in ruffles and be ready to go in this gorgeous jumpsuit! It features a deep V neckline, short ruffle detail sleeves, an open back with a criss cross design, and flowy, wide pant legs with a flared hem. The black jumpsuit is composed of a crepe fabric that offers moderate stretch.

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

    Style Number/Barcode: 06502-2095

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

    Price: $16.97 $42.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Upgrade Ya Liquid Leggings

    Elevate your faux leather leggings for a high-shine finish for a sleek and fierce look. Create a captivating going-out look with these high-waist leggings with a flattering wide waistband and skinny-leg silhouette. Style your faux leather leggings outfit with a lace bustier and sparkly statement earrings.

    Fit & Features

    • Wide high-rise waistband
    • Skinny leg design 
    • Pull-on/off styling
    • Stretchy faux leather fabric
    • Runs true to size

    Style Number/Barcode: 06502-2110

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

    Price: $9.97 $22.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Summer Ready Strapless Knit Tube Top

    A summer-ready staple, this knit tube top boasts a flirty cutout accent and a cropped hem perfect for styling with high-rise bottoms!

    Fit & Features

    • Sweater knit fabric
    • Strapless neckline
    • Cutout design
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06005-2301

    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
  • Ultra Game NFL San Francisco 49ers Tank Top

    Game day just got hotter—this tank top is laced up and ready to score. With its corset-inspired fit and bold San Francisco 49ers graphic, it’s the perfect mix of sporty and sultry.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front San Francisco 49ers graphic, back graphic reads, "46"
    • Sleeveless square neckline, tank shoulder straps
    • Lace-up back, tie closure
    • Angled cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000185

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

    Price: $39.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

  • Wild One Straight Leg Pants

    You're a wild one, so unleash that fierce side with these trendy straight leg pants! They feature a high rise waist paired with a straight leg fit with a flared hem. The snake print pants are composed of a brushed knit fabric that offers plenty of stretch and a form hugging fit.

    Style Number/Barcode: 06502-2142

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

    Price: $9.97 $28.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • Set Me Up In Basics Pants
    Set up in your look in cozy basics that speak for themselves! These ribbed sage hued pants feature a high rise waist and a straight leg fit. They are composed of a smooth to the touch ribbed knit fabric that offers a relaxed fit with plenty of stretch. Be sure to pick up the matching top to complete your look! 

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

    Style Number/Barcode: 06502-2157

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

    Price: $11.94 $29.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Rockstar Vibes Studded Faux Leather Tube Top

    Stage-ready and unapologetically bold. This studded faux leather tube top brings attitude with its edgy patchwork design and sleek, structured fit.

    Fit & Features

    • Faux leather and faux suede fabrics, patchwork design
    • Studded accents
    • Strapless straight-across neckline
    • Lace-up back design
    • Mid-length hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06003-000154

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

    Price: $39.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

  • Boho Wanderer Paisley Flared Pants
    Wander in all your boho glory in these flared pants! They feature a high rise fit with a stretchy waist band, a comfortable slim fit through the thighs, and a flared hem. Pants are composed of a soft knit fabric and has plenty of stretch.

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

    Style Number/Barcode: 06502-0044

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

    Price: $9.97 $24.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Trendy Twist Front Jumpsuit
    Turn heads in this trendy twist front jumpsuit! It features a sleeveless bodice, a halter neckline with a tie closure, a twist front detail with a cut out below, a ruched back, and wide pant legs. The rust hued jumpsuit is composed of a knit fabric that offers plenty of stretch.

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

    Style Number/Barcode: 06502-2191

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

    Price: $10.00 $34.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Ships Free