New 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

  • U Know the Vibes Miami Trucker Hat

    Hurricanes pride, locked in. This Miami trucker hat delivers effortless U energy with breathable mesh and a chill fit—perfect for game days, beach hangs, or anywhere you’re repping the Canes.

    Fit & Features

    • Classic trucker hat with structured foam front
    • Round top, button accent
    • Short curved brim
    • Front embroidery reads, "Miami" with swirl accent
    • Mesh back panels for breathability
    • Adjustable snap-back design

    Style Number/Barcode: 07302-000041

    Category Name: New Arrivals

    Price: $16.90

    Availability: In Stock

    Available Color: WHITE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Incredible Glow Rhinestone Mini Dress

    Be the center of attention with your incredible glow in this rhinestone party dress! This strapless dress features a bodycon silhouette that will hug your curves in all the right places while the mini-length hem adds flirty flair.

    Fit & Features

    • Rhinestone embellished, mesh fabric, stretchy knit lining
    • Strapless neckline
    • Back zipper and hook-eye closure
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000068

    Category Name: New Arrivals

    Price: $52.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: XS, S, M, L

    Product Badge:
    • New Arrival
  • Charge On Trucker Cap

    For the girl who’s all about spirit and spotlight moments. Whether you’re tailgating or taking on the town, this bold “Charge On!” cap reps UT™ Texas© pride with effortless cool.

    Fit & Features

    • Structured foam front with mesh back panels
    • "Charge On" embroidery 
    • Curved brim
    • Adjustable back strap

    Style Number/Barcode: 07302-000055

    Category Name: New Arrivals

    Price: $16.90

    Availability: In Stock

    Available Color: BEIGE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Starry Eyes Strapless Rhinestone Mini Dress

    Bring the sparkle, steal the spotlight—this flowy rhinestone mini dress has that twirl factor. Just add heels and a little attitude.

    Fit & Features

    • Rhinestone-embellished mesh fabric, stretch knit lining
    • Strapless neckline
    • Fitted bodice
    • Hanky flowy mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000039

    Category Name: New Arrivals

    Price: $46.90

    Availability: In Stock

    Available Color: PINK

    Available Size: XXS, XS, S, M, L

    Product Badge:
    • New Arrival
  • Crush Hour Lace Crossover Mini Dress

    Barely there and fully bold—this lace crossover mini is made for nights when you’re not shy about stealing the spotlight.

    Fit & Features

    • Abstract print, mesh-lined fabric
    • Lace crossover bust detail, tie closure
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000524

    Category Name: New Arrivals

    Price: $42.90

    Availability: In Stock

    Available Color: MAUVE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Gator Mode Florida Two-Tone Baseball Cap

    From stadium seats to off-duty vibes. This Florida two-tone baseball cap is giving sporty-cute energy for tailgates, campus hangs, or any moment you feel like repping the Gators® with style.

    Fit & Features

    • Structured cotton material
    • Two-tone design
    • Round paneled top, button accent
    • Short curved brim
    • Front embroidery reads, "Florida"
    • Adjustable snap-back design

    Style Number/Barcode: 07302-000042

    Category Name: New Arrivals

    Price: $16.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Talkin' Flirty Halter Floral Bodycon Mini Dress

    Get ready to turn heads in this mesh mini dress! The ruffled floral trim halter neckline adds a touch of elegance, while the bodycon silhouette and mini-length hem accentuate your curves.

    Fit & Features

    • Mesh-lined fabric
    • Ruffled floral trim halter neckline, spaghetti strap tie
    • Back zipper and hook-eye closure
    • Bodycon silhouette
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05103-000108

    Category Name: New Arrivals

    Price: $44.90

    Availability: In Stock

    Available Color: LIGHT, BLUE, BLACK

    Available Size: M, L, S

  • Chomp Vibes Only Two-Tone Baseball Cap

    Big bite energy incoming. This Chomp two-tone baseball cap is your go-to for game days, Gator pride, and any moment that calls for a little sporty sass.

    Fit & Features

    • Structured cotton material
    • Two-tone design
    • Round paneled top, button accent
    • Short curved brim
    • Front embroidery reads, "Chomp"
    • Adjustable snap-back design

    Style Number/Barcode: 07302-000043

    Category Name: New Arrivals

    Price: $16.90

    Availability: In Stock

    Available Color: ORANGE

    Available Size: NS

    Product Badge:
    • New Arrival
  • Running On Coffee Baseball Cap

    For the girl who runs on caffeine and compliments. This embroidered baseball cap is your grab-and-go essential for coffee runs, casual hangs, and bad hair day cover-ups.

    Fit & Features

    • Curved brim
    • Embroidered “Running on Coffee and Good Vibes” front
    • Adjustable back strap closure

    Style Number/Barcode: 07302-000086

    Category Name: New Arrivals

    Price: $15.90

    Availability: In Stock

    Available Color: BROWN

    Available Size: NS

    Product Badge:
    • New Arrival
  • Vibrant Side Geometric Print Bodycon Midi Dress

    Unleash your vibrant side in this stunning geometric midi dress on vacation, during weekend getaways, or at pool parties! Designed with a smooth knit fabric that effortlessly hugs your curves, it features a halter V-neck, open back, and center front slit for a trendy allure.

    Fit & Features

    • Smooth knit fabric, high stretch
    • Geometric tropical print
    • Sleeveless halter surplice V-neckline, open back
    • Ruching
    • Center front slit accent
    • Midi-length bodycon silhouette
    • Runs true to size

    Style Number/Barcode: 05101-3929

    Category Name: New Arrivals

    Price: $19.97 $44.90

    On Sale: Yes

    Availability: In Stock

    Available Color: ORANGE

    Available Size: XS, S, M, L

    Product Badge:
    • Sale
  • Summer Approved Sheer Lace Tie-Front Top

    This airy sheer lace top is totally summer approved, featuring short sleeves, a V-neckline, and a tie-front design. Style with the matching mini skort for a flirty vibe.

    Shop Matching Bottoms: Summer Approved Ruffled Lace Mini Skort

    Fit & Features

    • Sheer lace fabric with front knit lining, high stretch
    • V-neckline, tie-front design
    • Short sleeves
    • Fitted mid-length hem
    • Runs true to size

    Style Number/Barcode: 06202-000020

    Category Name: New Arrivals

    Price: $19.90

    Availability: In Stock

    Available Color: YELLOW

    Available Size: S, M, L

    Product Badge:
    • Part of a Set
  • Summer Approved Ruffled Lace Mini Skort

    This airy sheer lace mini skort is totally summer approved, featuring a tiered ruffled design with a short overlay and hidden fitted knit shorts. Style with the matching tie-front top for a flirty vibe.

    Shop Matching Top: Summer Approved Sheer Lace Tie-Front Top

    Fit & Features

    • Sheer lace fabric, high stretch
    • Mid-rise waist
    • Tiered ruffled design
    • Mini-length overlay
    • Hidden fitted knit shorts
    • Runs true to size

    Style Number/Barcode: 06503-000087

    Category Name: New Arrivals

    Price: $26.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Trendy Attitude Strapless Ruffled Skater Romper

    Show up and show off a trendy attitude at happy hour in this strapless skater romper. The drop waist leads to a mini-length overlay with the cutest ruffled design and hidden shorts for coverage.

    Fit & Features

    • Ponte knit fabric, moderate stretch
    • Strapless straight neckline
    • Drop waist
    • Mini-length overlay, tiered ruffled design
    • Skater silhouette
    • Hidden fitted shorts
    • Runs true to size

    Style Number/Barcode: 06503-000046

    Category Name: New Arrivals

    Price: $44.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

    Product Badge:
    • Best Seller
  • Flirty Flair Halter Pleated Romper

    Catch every eye in this halter pleated romper for an adorable look for brunch or a day date!

    Fit & Features

    • Ponte fabric
    • Halter neckline with tie closure
    • Form-hugging bodice
    • Pleated mini-length hem
    • Shorts lining
    • Runs true to size

    Style Number/Barcode: 06503-000012

    Category Name: New Arrivals

    Price: $46.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: XS, S, M, L

  • Fly With Me Butterfly Crochet Crop Top

    You'll fly in this butterfly crochet crop top at festivals, concerts, and any kind of fun in the sun!

    Fit & Features

    • Crochet fabric
    • Halter neckline, spaghetti strap ties
    • Padded bra cups
    • Butterfly design
    • Open back with spaghetti strap tie
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06003-2758

    Category Name: New Arrivals

    Price: $26.90

    Availability: In Stock

    Available Color: NATURAL

    Available Size: L

  • Going Places Peep Toe O-Ring Mules

    Make moves and go places with the right pair of heels! Style with cut off dress pants and a button up, or dress down with cut off denim and an over-sized tee!

    • Square peep toe
    • O-ring buckle detail
    • Slide on fit
    • Block heel
    • Textured snake embossing

    Style Number/Barcode: 07403-0230

    Category Name: New Arrivals

    Price: $22.97 $32.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • So Seductive Short Mesh Robe

    Take them to the candy shop in a robe that brings the sultriness!  It features an open front with a ribbon tie, bell sleeves, and faux fur trim. The robe is composed of an unlined, sheer mesh fabric that offers a flowy fit and plenty of stretch. Whether you're going for a sweet or naughty look, this robe is the perfect piece to pair with your favorite bra and panty sets!

    Fit & Features

    • Open front
    • Ribbon tie
    • Long bell sleeves
    • Faux fur trim 
    • Flowy fit, plenty of stretch 
    • Unlined mesh fabric 

     

    Model is 5'7" with a 32" bust, 24" waist and 37" hips.

    Style Number/Barcode: 07106-0022

    Category Name: New Arrivals

    Price: $31.97 $39.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Sale
  • Little Miss Preppy Schoolgirl Glasses
    Add the finishing touch to your preppy Halloween costume  with a sleek pair of frames! These glasses offer a black frame and clear lenses. Go for the extra credit and complete your costume with pieces from the Halloween Shop!

    Style Number/Barcode: 07308-0003

    Category Name: New Arrivals

    Price: $3.97 $8.90

    On Sale: Yes

    Availability: Out of Stock

    Product Badge:
    • Clearance
  • All Eyes On You Sequin Bow Mini Dress

    This dress does the flirting for you—sparkly sequins, a curve-hugging A-line fit, and a bow that steals the spotlight at school dances, birthdays, or any occasion that calls for sparkle.

    Fit & Features

    • Sequin-embellished mesh fabric, lined
    • Sweetheart neckline
    • Adjustable spaghetti straps
    • Bow back tie
    • Curve-hugging, A-line fit
    • Mini-length hem
    • Runs true to size

    Style Number/Barcode: 05101-000166

    Category Name: New Arrivals

    Price: $54.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: XXS, XS, S, M, L

    Product Badge:
    • New Arrival