University Collection

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

  • Scarlet And Slay Cropped Ohio State® Sweatshirt

    Game day, but make it fashion. This Ohio State® cropped sweatshirt gives you that effortlessly cool, off-duty vibe—perfect for the tailgate lineup or post-win pizza run.

    Fit & Features

    • Soft fleece fabric
    • Crew neckline
    • Cropped silhouette with raw hem
    • Bold "Scarlet & Gray®" front graphic
    • Runs true to size

    Style Number/Barcode: 06002-000288

    Category Name: University Collection

    Price: $64.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: M, L

  • Chill Mode Stanford® Cardinal™ Graphic Tee

    Big tee, bigger vibes. This oversized Stanford® tee is made for comfy-chic days, from tailgates to study sessions, with a lived-in feel and that effortlessly cool fit.

    Fit & Features

    • Soft cotton knit fabric
    • Crew neckline with relaxed short sleeves
    • Stanford® Cardinal™ graphic at front
    • Relaxed hem
    • Runs oversized

    Style Number/Barcode: 06002-000266

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Gator® Game Strong Florida Cropped Jersey Top

    This one’s for the girls who show up and show out on game day. With an oversized fit and bold Florida Gators® graphics, this cropped jersey top is giving comfy, cool, and ready-to-slay vibes.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • V-neckline, short sleeves
    • Front graphic reads, "53"
    • Back graphic reads, "Florida"
    • Florida Gators® logo graphic on the sleeve
    • Cropped hem
    • Oversized fit

    Style Number/Barcode: 06002-000091

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Game Face On Georgia® Cropped Jersey Top

    Big stadium energy in the cutest crop top. This University of Georgia® jersey top is oversized, ultra-comfy, and made for repping your Bulldogs® with effortless, sporty vibes.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • V-neckline, short sleeves
    • Front graphic reads, "85"
    • Back graphic reads, "Georgia®"
    • Bulldogs® logo graphic on the sleeve
    • Cropped hem
    • Oversized fit

    Style Number/Barcode: 06002-000098

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Star Status Michigan Wolverines™ Cropped Tee

    This Michigan Wolverines™ tee is giving game day slay with a side of star power. Bold graphics and a boxy crop make it a go-to for showing team spirit and stealing the show.

    Fit & Features

    • Soft cotton knit fabric
    • Crew neckline with short sleeves
    • "Michigan Wolverines™" graphic with star details
    • Boxy fit, cropped length
    • Runs true to size

    Style Number/Barcode: 06002-000274

    Category Name: University Collection

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Fight On!® Flair USC® Open Back Crop Top

    Repping USC® never looked this bold. This crop top keeps it classic in the front and surprise-open in the back—made for game days or post-win pics.

    Fit & Features

    • Cotton-blend knit fabric, high stretch
    • Crew neckline
    • Short cap sleeves
    • Open back
    • Front USC® graphic
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06002-000120

    Category Name: University Collection

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Victory Vibes Only USC® Bandeau Crop Top

    She’s giving campus cool with a side of confidence. This USC® bandeau crop top's ultra-cropped fit hugs just right for tailgates, content days, or wherever the vibe takes you.

    Fit & Features

    • Cotton-blend fabric, high stretch
    • Strapless straight-across elasticized neckline
    • Front embroidered USC® victory logo
    • Ultra-cropped elasticized hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000113

    Category Name: University Collection

    Price: $29.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Style Points Georgia® Bulldogs® Jersey Tube Top

    Score major style points with this sporty tube top. The Georgia® Bulldogs® graphic and varsity stripes bring game day vibes, while the tube top fit keeps it flirty and fresh for tailgates, parties, or content moments.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • Strapless straight-across neckline
    • Front graphic reads, "Bulldogs® 85"
    • Varsity striped sides
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06002-000129

    Category Name: University Collection

    Price: $36.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Cardinal™ Cutie Stanford® Ribbed Tank Top

    Study sesh? Tailgate? Content day? This ribbed tank top serves every vibe. Soft, stretchy, and easy to knot or layer—this Stanford® Cardinal™ tank’s got that cool-girl versatility on lock.

    Fit & Features

    • Ribbed cotton-blend fabric, soft feel, high stretch
    • Sleeveless crew neckline
    • Front graphic reads, "Stanford® Cardinal™"
    • Fitted mid-length hem
    • Easy to knot, layer, or wear as-is
    • Runs true to size

    Style Number/Barcode: 06002-000277

    Category Name: University Collection

    Price: $44.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Play to Win LSU® Tigers® Cropped Jersey Top

    Serving sporty with a side of sass. This cropped jersey top brings the LSU® pride and game day edge—perfect for layering over a bralette or styling solo for that bold, breathable slay.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • V-neckline, short sleeves
    • Front graphic reads, "60"
    • Back graphic reads, "LSU®"
    • LSU® Tigers® logo graphic on the sleeve
    • Cropped hem
    • Oversized fit

    Style Number/Barcode: 06002-000086

    Category Name: University Collection

    Price: $49.90

    Availability: In Stock

    Available Color: PURPLE

    Available Size: XS, S, M, L

  • U Vibes Only Miami™ Cropped Jersey Top

    Big energy from the beach to the bleachers. This University of Miami cropped jersey top delivers oversized vibes, varsity flair, and just the right amount of attitude for your next content moment or tailgate takeover.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • V-neckline, short sleeves
    • Front graphic reads, "25"
    • Back graphic reads, "Miami"
    • University of Miami logo graphic on the sleeve
    • Cropped hem
    • Oversized fit

    Style Number/Barcode: 06002-000099

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Game Plan Stanford® Jersey Top

    Play it smart, wear it sporty. This Stanford® jersey top brings oversized comfort with cool-girl attitude—made for study breaks, stadium days, and everything in between.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • V-neckline, short sleeves
    • Front graphic reads, "91"
    • Back graphic reads, "Stanford®"
    • Stanford® logo graphic on the sleeve
    • Oversized fit

    Style Number/Barcode: 06002-000104

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Squad Goals Texas A&M® Cropped Jersey Top

    Repping Texas A&M® never looked this good. This cropped jersey top serves oversized comfort, sporty vibes, and a whole lot of confident energy for game day or any day.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • V-neckline, short sleeves
    • Front graphic reads, "12"
    • Back graphic reads, "Texas A&M®"
    • Texas A&M® logo graphic on the sleeve
    • Cropped hem
    • Oversized fit

    Style Number/Barcode: 06002-000088

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Flirty Style Florida State® Jersey Halter Top

    Catch you in the crowd—or on everyone’s camera roll. This Florida State® jersey halter top is made for showing out at tailgates, campus hangs, and every post-win party. Fitted, flirty, and full of team spirit.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • Sleeveless halter crew neckline, tie-back design
    • Open back, lower tie-back design
    • Front graphic reads, "FSU® 51"
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06002-000144

    Category Name: University Collection

    Price: $44.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Florida Gators® Goals Cropped Tank Top

    Tailgate ‘fit? Handled. This cropped tank top reps Florida spirit with a sporty edge and a flattering crew neckline that keeps it cool and classic.

    Fit & Features

    • Soft cotton blend fabric with stretch
    • Crew neckline
    • Florida Gators® graphic at front
    • Cropped length hem
    • Runs true to size

    Style Number/Barcode: 06002-000132

    Category Name: University Collection

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Stay Cool Miami™ Cropped Tank Top

    For beach days, game days, or whenever you’re keeping it cool and casual. This University of Miami cropped tank top is stretchy, snatched, and ready to serve sporty-cute energy on demand.

    Fit & Features

    • Ribbed cotton-blend fabric, high stretch
    • Sleeveless crew neckline
    • Front graphic reading, “U Miami™”
    • Raw-cut cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000138

    Category Name: University Collection

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Catch Me Shining Sequin USC® Mini Skirt

    If “extra” was a sport, you’d be MVP. This USC® sequin mini skirt brings full-on sparkle with a flirty varsity edge—made for tailgates, game days, and glam content moments.

    Fit & Features

    • Sequin embellished fabric, sewn-in satin woven lining, minimal stretch
    • High-rise elasticized waistband
    • Side zipper closure
    • Varsity-inspired USC® text on back
    • Mini-length hem
    • Bodycon fit
    • Runs true to size

    Style Number/Barcode: 06401-000011

    Category Name: University Collection

    Price: $69.90

    Availability: In Stock

    Available Color: BLOOD, RED

    Available Size: XS, S, M, L

  • School Crush Stanford® Open Back Tee

    This tee’s got school spirit with a flirty twist—literally. The open back brings the drama while keeping it chill for class, game day, or grabbing coffee on the quad.

    Fit & Features

    • Soft, stretchy cotton-blend fabric
    • Short sleeves
    • Crew neck
    • Stanford® graphic across the front
    • Open back
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000119

    Category Name: University Collection

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Score To Style Florida State® Jersey Tube Top

    Tailgate ‘fit = solved. This Florida State® tube top brings jersey vibes with a fitted, flirty twist—made for game days, post-win parties, or just repping your squad in style.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • Strapless straight-across neckline
    • Front graphic reads, "Seminoles® 51"
    • Varsity striped sides
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06002-000133

    Category Name: University Collection

    Price: $36.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Score To Slay Texas A&M® Jersey Corset Top

    Serving school spirit with a snatched twist. This mesh corset crop top brings jersey vibes and a bold front embroidery—perfect for game day glam or post-win pics.

    Fit & Features

    • Jersey mesh fabric, sewn-in knit lining, moderate stretch
    • Square neck
    • Tank shoulder straps
    • Back zipper closure
    • Front embroidery reads, "Texas A&M® 12"
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000087

    Category Name: University Collection

    Price: $49.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Ohio State® Open Back Crop Tee

    Business in the front, total baddie in the back. This open-back crop top serves varsity vibes with a flirty twist—perfect for tailgates, TikToks, or turning heads on campus.

    Fit & Features

    • Cotton-blend knit stretchy fabric
    • Cap sleeves
    • Crew neck
    • "Ohio State®" front script
    • Open back
    • Fitted crop hem
    • Runs true to size

    Style Number/Barcode: 06002-000078

    Category Name: University Collection

    Price: $39.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • 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: University Collection

    Price: $16.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: NS

  • Game On Wolverines™ Jersey Tube Top

    Catch flights and first downs. This University of Michigan jersey tube top brings the sporty vibes with a bold graphic and a strapless fit that’s tailgate tested and game-day approved.

    Fit & Features

    • Jersey knit fabric, moderate stretch
    • Strapless straight-across neckline
    • Front graphic reads, "Wolverines 17"
    • Varsity striped sides
    • Fitted cropped hem
    • Runs true to size

    Style Number/Barcode: 06002-000123

    Category Name: University Collection

    Price: $36.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free
  • Fight On® Fit USC® Cropped Tank Top

    She’s giving straight-A slay. This USC® tank top brings that confident, cool-girl flex with a cropped fit that’s made for both rally days and rooftop selfies.

    Fit & Features

    • Soft cotton-blend knit fabric, high stretch
    • Sleeveless scoop neckline
    • Tank shoulder straps
    • Front logo graphic reads, "USC®"
    • Ultra-cropped hem
    • Form-hugging fit
    • Runs true to size

    Style Number/Barcode: 06002-000095

    Category Name: University Collection

    Price: $32.90

    Availability: Out of Stock

    Product Badge:
    • Ships Free