Windsor x NFL Drop

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

  • Off-Duty Win Philadelphia Football Team Pull-Over Top

    Serving cozy with a side of edge—this pull-over top brings that effortless off-duty vibe. Perfect for repping your Philadelphia football team while keeping it cute and comfy.

    Fit & Features

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

    Style Number/Barcode: 06002-000181

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: GREEN

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Kickoff Cutie Philadelphia Football Team Tube Top

    All eyes on you at kickoff—this tube top is a total score. Stretchy, body-hugging, and perfect for repping your Philadelphia football team with a little flirty twist.

    Fit & Features

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

    Style Number/Barcode: 06002-000171

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: GREEN

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Stadium Star Dallas Football Team Pull-Over Top

    Big star energy—this Dallas football team off-the-shoulder pull-over is sporty, cozy, and lowkey flirty. Perfect for layering on game day or keeping it casual with your weekend 'fit.

    Fit & Features

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

    Style Number/Barcode: 06002-000174

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • End Zone Energy Philadelphia Football Team Tank Top

    Game day just got hotter—this lace-up tank top is serving sporty with a flirty twist. Perfect for repping your Philadelphia football team while keeping the vibe fierce.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front Philadelphia football team graphic, back graphic reads, "33"
    • 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-000191

    Category Name: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: GREEN

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Star Status Dallas Football Team Top

    Shine bright on game day. This sequin-detailed Dallas football team top nails the balance of sporty cool and glam vibes, perfect for repping your team with a little extra sparkle.

    Fit & Features

    • Knit fabric with stretch
    • V-neckline with striped trim
    • Short sleeves with striped sequin detail
    • Sequin embellished Dallas football team star front graphic and back text graphic
    • Side slit accents
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000194

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Game Day Heat Dallas Football Team Tube Top

    Bring the heat from kickoff to afterparty in this Dallas football team graphic tube top. Fitted and stretchy, it’s your MVP piece for tailgates, concerts, or just serving sideline chic.

    Fit & Features

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

    Style Number/Barcode: 06002-000164

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Star Status Dallas Football Team Tank Top

    Bring the heat to the field—this tank top is giving sporty, sleek, and effortlessly bold. The lace-up back and curve-hugging fit make repping your Dallas football team a total style win.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front Dallas football team graphic, back graphic reads, "60"
    • 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-000184

    Category Name: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: NAVY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Game Day New York Football Team Tube Top

    Show off your team spirit with a flirty twist. This strapless New York football team tube top hugs just right, making it perfect for kickoff, concerts, or your next weekend hang.

    Fit & Features

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

    Style Number/Barcode: 06002-000234

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: ROYAL

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Winning Streak San Francisco Football Team 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 football team graphic, it’s the perfect mix of sporty and sultry.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front San Francisco football team 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: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Touchdown Babe San Francisco Football Team Tube Top

    Score major style points in this San Francisco football team graphic tube top that’s equal parts sporty and flirty. The fitted silhouette makes it perfect for game day ‘fits or a casual night out with the crew.

    Fit & Features

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

    Style Number/Barcode: 06002-000165

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Sideline Glow San Francisco Football Team Pull-Over Top

    Cute, cozy, and a little off-duty chic—this pullover knows how to rep in style. With its slouchy off-the-shoulder neckline and San Francisco football team graphic, it’s a win-win look 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 San Francisco football team graphic
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000175

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Hot Streak New York Football Team Tank Top

    When the tailgate feels like a runway, this New York football team tank top's got your back. Featuring bold graphics and lace-up detail, it’s the ultimate mix of sporty and sultry.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front New York football team graphic, back graphic reads, "60"
    • 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-000189

    Category Name: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: GREEN

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Glitz And Glory Kansas City Football Team Top

    Bring the sparkle to the sidelines. This sequin-trimmed Kansas City football team top mixes laid-back game day vibes with just the right amount of glam to keep your look undefeated.

    Fit & Features

    • Knit fabric with stretch
    • V-neckline with striped trim
    • Short sleeves with striped sequin detail
    • Sequin embellished Kansas City football team front graphic and back text graphic
    • Side slit accents
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000198

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Stadium Crush Miami Football Team Tube Top

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

    Fit & Features

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

    Style Number/Barcode: 06002-000173

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: TEAL

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Tailgate Babe Detroit Football Team Pull-Over Top

    Kick back but keep it cute—this off-the-shoulder Detroit football team 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 football team graphic
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000177

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • First Down Flirt Las Vegas Football Team Tank Top

    Score big style points in this Las Vegas football team lace-up tank that’s equal parts sporty and sultry. A must-have for game day looks that keep you in the spotlight.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front Las Vegas football team graphic, back graphic reads, "60"
    • 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-000231

    Category Name: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: GRAY

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Level Up Detroit Football Team Top

    Add some sparkle to your sideline style—this Detroit football team top shines with sequin accents that make every touchdown feel like a fashion win. Sporty but glam, it’s made for game day and going out.

    Fit & Features

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

    Style Number/Barcode: 06002-000197

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Game Day Glow Kansas City Football Team Tube Top

    For the girl who wants her ‘fit to hit as hard as the scoreboard—this tube crop top is game day glam done right. Easy, fitted, and built for cheering (and selfies), it’s the one you’ll reach for every kickoff.

    Fit & Features

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

    Style Number/Barcode: 06002-000168

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Sporty Cute Las Vegas Football Team Tube Top

    This Las Vegas football team tube top is your go-to for a touchdown-style look. Fitted, cropped, and team-proud, it’s made to flex from the tailgate to the after-party.

    Fit & Features

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

    Style Number/Barcode: 06002-000166

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Sunday Funday Detroit Football Team Tube Top

    Tailgate vibes but make it cute—this Detroit football team tube top brings the perfect mix of sporty and flirty. With a fitted silhouette that stays put, it’s made for cheering, dancing, and every celebratory touchdown moment.

    Fit & Features

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

    Style Number/Barcode: 06002-000167

    Category Name: Windsor x NFL Drop

    Price: $26.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Weekend Win Las Vegas Football Team Pull-Over Top

    Laidback but still a look—this pull-over top is giving cozy cool-girl energy. Perfect for lounging or layering up on game day in Las Vegas.

    Fit & Features

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

    Style Number/Barcode: 06002-000176

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: BLACK

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Score And Slay Kansas City Football Team Tank Top

    Your sideline ‘fit just scored big. This Kansas City football team lace-up tank top brings the perfect mix of sporty and spicy so you can cheer hard and keep all eyes on you.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front Kansas City football team graphic, back graphic reads, "60"
    • 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-000188

    Category Name: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Major Glow Detroit Football Team Tank Top

    Bring the heat to kickoff with this bold Detroit football team corset tank top. Featuring a fierce team graphic and lace-up back, it’s the perfect mix of sporty chic and weekend glam.

    Fit & Features

    • Knit fabric with lining, moderate stretch
    • Front Detroit football team graphic, back graphic reads, "34"
    • 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-000187

    Category Name: Windsor x NFL Drop

    Price: $39.90

    Availability: In Stock

    Available Color: BLUE

    Available Size: S, M, L

    Product Badge:
    • New Arrival
  • Sideline Spark San Francisco Football Team Top

    Bring the sparkle to the sidelines—this top is anything but basic. With sequin details and a bold San Francisco football team 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 football team front graphic and back text graphic
    • Side slit accents
    • Relaxed fit
    • Runs true to size

    Style Number/Barcode: 06002-000195

    Category Name: Windsor x NFL Drop

    Price: $49.90

    Availability: In Stock

    Available Color: RED

    Available Size: S, M, L

    Product Badge:
    • New Arrival