store.barstoolsports.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: https://thetunnelatbarstool.com/
Effective URL: https://store.barstoolsports.com/products/the-tunnel-tee?variant=41925660999777
Submission: On December 17 via api from BE — Scanned from US

Form analysis 7 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search-modal__form ais-SearchBox-form">
  <input class="ais-SearchBox-input" id="Search-In-Modal" type="search" name="q" value="" placeholder="What are you looking for?" role="combobox" aria-expanded="false" aria-owns="predictive-search-results" aria-controls="predictive-search-results"
    aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" autofocus="">
  <label class="field__label" for="Search-In-Modal"></label>
  <input type="hidden" name="options[prefix]" value="last">
  <button type="reset" class="reset__button ais-SearchBox-reset hidden" aria-label="Clear search">
    <svg xmlns="http://www.w3.org/2000/svg" class="icon-close" fill="white" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" tabindex="-1">
      <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12"></path>
    </svg>
  </button>
  <div class="predictive-search instantsearch predictive-search--header" tabindex="-1" data-predictive-search=""></div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form action="/cart/add" method="post" enctype="multipart/form-data" id="AddToCartForm" class="form-vertical" data-productid="7239707426913">
  <div class="selector-wrapper"><label for="productSelect-option-0">Color</label><select class="single-option-selector" data-option="option1" id="productSelect-option-0">
      <option value="Black">Black</option>
    </select></div>
  <div class="selector-wrapper"><label for="productSelect-option-1">Size</label><select class="single-option-selector" data-option="option2" id="productSelect-option-1">
      <option value="S">S</option>
      <option value="M">M</option>
      <option value="L">L</option>
      <option value="XL">XL</option>
      <option value="2XL">2XL</option>
      <option value="3XL">3XL</option>
    </select></div><select data-productid="7239707426913" name="id" id="productSelect" class="product-single__variants" style="display: none;">
    <option selected="selected" data-sku="XBAR18500-S" value="41925660999777"> Black / S - $32.00 USD </option>
    <option data-sku="XBAR18500-M" value="41925661032545"> Black / M - $32.00 USD </option>
    <option data-sku="XBAR18500-L" value="41925661065313"> Black / L - $32.00 USD </option>
    <option data-sku="XBAR18500-XL" value="41925661098081"> Black / XL - $32.00 USD </option>
    <option data-sku="XBAR18500-2XL" value="41925661130849"> Black / 2XL - $32.00 USD </option>
    <option data-sku="XBAR18500-3XL" value="41925661163617"> Black / 3XL - $32.00 USD </option>
  </select>
  <div class="product-form-swatches ">
    <div id="product-styles-section">
      <div class="js-product-styles__container" style="display: none;">
        <div class="product-styles__title">
          <span class="product-styles__heading">STYLE:</span>
          <span class="product-styles__style-type"> Tee </span>
        </div>
        <div class="product-styles-btn__container ">
          <div class="product-styles-btn active">
            <a href="/products/the-tunnel-tee" aria-label="tee">
                T-Shirt
              </a>
          </div>
        </div>
      </div>
    </div>
    <style>
      .product-styles-btn__container {
        display: flex;
        gap: 8px;
        margin: 15px 0 20px;
      }

      .product-styles__title {
        display: flex;
        gap: 10px;
      }

      .product-styles__title * {
        font-size: 14px;
        text-transform: uppercase;
      }

      .product-styles__heading {
        font-weight: 700;
        text-transform: uppercase;
      }

      .product-styles-btn {
        padding: 12px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        background: #ffffff;
        border-radius: 4px;
        border: 2px solid #d8d8d8;
      }

      .product-styles-btn a {
        color: black;
      }

      .product-styles-btn.active {
        border: 2px solid #000000;
      }
    </style>
    <script>
      const productStylesContainer = document.querySelector('.js-product-styles__container');
      const stylesBtnContainer = document.querySelector('.product-styles-btn__container');
      // If only one variant style is present, hide the parent container
      if (stylesBtnContainer && stylesBtnContainer.children.length === 1) {
        productStylesContainer.style.display = 'none';
      }
    </script>
    <style>
      label[for="product-select-option-0"] {
        display: none;
      }

      #product-select-option-0 {
        display: none;
      }

      #product-select-option-0+.custom-style-select-box {
        display: none !important;
      }
    </style>
    <script>
      $().on('load', function() {
        $('.selector-wrapper:eq(0)').hide();
        $('.selector-wrapper:eq(0)').addClass('color');
      });
    </script>
    <div class="swatch js-pdp-swatch clearfix regular-product-swatch color is-hidden" data-option-index="0">
      <div class="swatch-header">
        <h4>Color: <span class="swatch-selected">Black</span></h4>
        <div>
        </div>
      </div>
      <div class="swatch-options" data-swatch-type="Color">
        <div data-value="Color-Black" data-option-value="Black" class="swatch-element color black">
          <input class="offscreen" id="swatch-0-black" type="radio" data-wrapper-lookup="Color-Black" name="option-0" value="Black" checked="">
          <label for="swatch-0-black" class="black">
            <img class="black t-shirts-black the-tunnel-tee-black" src="//store.barstoolsports.com/cdn/shop/files/TheTunnel-Black3.jpg?v=1733900925&amp;width=1000" alt="Black" loading="eager" width="auto" height="auto">
          </label>
        </div>
      </div>
    </div>
    <style>
      label[for="product-select-option-1"] {
        display: none;
      }

      #product-select-option-1 {
        display: none;
      }

      #product-select-option-1+.custom-style-select-box {
        display: none !important;
      }
    </style>
    <script>
      $().on('load', function() {
        $('.selector-wrapper:eq(1)').hide();
        $('.selector-wrapper:eq(1)').addClass('size');
      });
    </script>
    <div class="swatch js-pdp-swatch clearfix regular-product-swatch size" data-option-index="1">
      <div class="swatch-header" id="swatch-header--size">
        <h4>Size: <span class="swatch-selected">Small</span></h4>
        <div>
          <!-- KIWI Sizing Guide Injected here -->
          <div class="ks-chart-container sizing-chart-container ks-container-with-modal">
            <div class="ks-modal-content-hidden" id="ks-chart-content-201345" style="position: absolute; top: -99999px; width: 70%; height: 4000px; left: 0px;">
              <div>
                <div class="ks-modal-header with-logo">
                  <div class="ks-modal-logo"><img data-src="https://cdn.kiwisizing.com/bss-beta-1626722492455.jpeg" class="lazyload" alt="Barstool Sports logo"></div>
                  <span class="modal-title">
                    <div class="modal-title-header">The Tunnel Tee</div>
                    <div class="modal-title-sub-header">Size / Fit Guide</div>
                  </span>
                </div>
                <div class="ks-modal-content ">
                  <div class="ks-chart-tab-container">
                    <div class="ks-chart-individual">
                      <div class="ks-table-content-wrapper ks-toggle-style-1">
                        <div class="ks-unit-toggle-wrapper">
                          <div class="ks-unit-toggle">
                            <div class="ks-unit-toggle-label kiwi-active" data-value="0"> inches </div>
                            <div class="ks-unit-toggle-label " data-value="1"> cm </div>
                          </div>
                        </div>
                        <div class="ks-table-wrapper">
                          <table class="ks-table">
                            <tbody>
                              <tr class="ks-table-row">
                                <td class="ks-table-cell ks-table-header-cell" role="rowheader">Size</td>
                                <td class="ks-table-cell ks-table-header-cell">S</td>
                                <td class="ks-table-cell ks-table-header-cell">M</td>
                                <td class="ks-table-cell ks-table-header-cell">L</td>
                                <td class="ks-table-cell ks-table-header-cell">XL</td>
                                <td class="ks-table-cell ks-table-header-cell">2XL</td>
                                <td class="ks-table-cell ks-table-header-cell">3XL</td>
                              </tr>
                              <tr class="ks-table-row">
                                <td class="ks-table-cell ks-table-header-cell" role="rowheader">Chest</td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;37&quot;,&quot;1&quot;:&quot;94&quot;}" data-unit-type="single"> 37 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;41&quot;,&quot;1&quot;:&quot;104&quot;}" data-unit-type="single"> 41 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;45&quot;,&quot;1&quot;:&quot;114&quot;}" data-unit-type="single"> 45 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;49&quot;,&quot;1&quot;:&quot;124&quot;}" data-unit-type="single"> 49 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;53&quot;,&quot;1&quot;:&quot;135&quot;}" data-unit-type="single"> 53 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;56&quot;,&quot;1&quot;:&quot;142&quot;}" data-unit-type="single"> 56 </td>
                              </tr>
                              <tr class="ks-table-row">
                                <td class="ks-table-cell ks-table-header-cell" role="rowheader">Length</td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;27&quot;,&quot;1&quot;:&quot;68.6&quot;}" data-unit-type="single"> 27 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;28 <sup>1</sup>⁄<sub>2</sub>&quot;,&quot;1&quot;:&quot;72.4&quot;}" data-unit-type="single"> 28 <sup>1</sup>⁄<sub>2</sub>
                                </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;30&quot;,&quot;1&quot;:&quot;76.2&quot;}" data-unit-type="single"> 30 </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;31 <sup>1</sup>⁄<sub>2</sub>&quot;,&quot;1&quot;:&quot;80&quot;}" data-unit-type="single"> 31 <sup>1</sup>⁄<sub>2</sub>
                                </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;32 <sup>3</sup>⁄<sub>4</sub>&quot;,&quot;1&quot;:&quot;83.2&quot;}" data-unit-type="single"> 32 <sup>3</sup>⁄<sub>4</sub>
                                </td>
                                <td class="ks-table-cell" data-unit-values="{&quot;0&quot;:&quot;33&quot;,&quot;1&quot;:&quot;83.8&quot;}" data-unit-type="single"> 33 </td>
                              </tr>
                            </tbody>
                          </table>
                        </div>
                        <div class="ks-table-footer"> Please note that sizes are men's body measurements and approximate. </div>
                      </div>
                      <div class="ks-html-content">
                        <p><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;"><strong>Materials &amp; Care</strong></span></p>
                        <ul>
                          <li><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;">100% ring-spun cotton</span></li>
                          <li><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;">Soft ring-spun cotton fabric with 100% cotton threads</span></li>
                          <li><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;">Relaxed fit</span></li>
                          <li><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;">Machine wash cold, turned inside out with like colors</span></li>
                          <li><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;">Hang dry or tumble dry low</span><br><br></li>
                        </ul>
                        <p><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;"><strong>How does it fit?</strong></span><br><br><span
                            style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;">Standard fit, relaxed, easy feel throughout. Compared with other shirt brands, customers have stated Comfort Colors are generally thicker but do
                            run true to size. So keep in mind when you making your selections, your go-to size may be a feel a little bigger on you due to the material.</span></p>
                      </div>
                      <div class="ks-image" style="margin-top: 1px; margin-bottom: 14px; text-align: center">
                        <img data-src="https://d3m0cglp1n0dg8.cloudfront.net/bss-beta-1573152737983.jpeg" class="lazyload" style="float:none; height: auto;width: auto; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; "
                          alt="The Tunnel Tee - size chart">
                      </div>
                      <div class="ks-html-content">
                        <p style="text-align:start;"><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;font-family: -apple-system, system-ui, " san="" francisco",="" roboto,="" "segoe="" ui" ,="" "helvetica="" neue"
                            ,="" sans-serif;"=""><strong>Need help measuring your chest? </strong></span></p>
                        <p><span style="color: rgb(0,0,0);background-color: rgb(255,255,255);font-size: 14px;font-family: -apple-system, system-ui, " san="" francisco",="" roboto,="" "segoe="" ui" ,="" "helvetica="" neue" ,="" sans-serif;"="">Place
                            the measuring tape flat completely around the fullest part of your chest from armpit to armpit. Don't puff out or flex your chest. Just stand normally. That number is doubled to determine the total chest
                            measurement.</span></p>
                      </div>
                    </div>
                  </div>
                </div>
                <div class="ks-powered-by" style="display:none">
                </div>
              </div>
            </div><span class="ks-chart-modal-link sizing-chart-modal-link " style=""><span><span class="_ks_text">Size Guide</span></span></span>
          </div>
          <div class="ks-calculator-container sizing-calculator-container ks-calculator-inject hide"></div><span class="product-quantity-add kiwi-size-guide"></span>
        </div>
      </div>
      <div class="swatch-options" data-swatch-type="Size">
        <div data-value="Size-S" data-option-value="S" class="swatch-element s black">
          <input class="offscreen" id="swatch-1-s" type="radio" data-wrapper-lookup="Size-S" name="option-1" value="S" checked="">
          <label class="single" for="swatch-1-s"> S </label>
        </div>
        <div data-value="Size-M" data-option-value="M" class="swatch-element m black">
          <input class="offscreen" id="swatch-1-m" type="radio" data-wrapper-lookup="Size-M" name="option-1" value="M">
          <label class="single" for="swatch-1-m"> M </label>
        </div>
        <div data-value="Size-L" data-option-value="L" class="swatch-element l black">
          <input class="offscreen" id="swatch-1-l" type="radio" data-wrapper-lookup="Size-L" name="option-1" value="L">
          <label class="single" for="swatch-1-l"> L </label>
        </div>
        <div data-value="Size-XL" data-option-value="XL" class="swatch-element xl black">
          <input class="offscreen" id="swatch-1-xl" type="radio" data-wrapper-lookup="Size-XL" name="option-1" value="XL">
          <label class="single" for="swatch-1-xl"> XL </label>
        </div>
        <div data-value="Size-2XL" data-option-value="2XL" class="swatch-element 2xl black">
          <input class="offscreen" id="swatch-1-2xl" type="radio" data-wrapper-lookup="Size-2XL" name="option-1" value="2XL">
          <label class="single" for="swatch-1-2xl"> 2XL </label>
        </div>
        <div data-value="Size-3XL" data-option-value="3XL" class="swatch-element 3xl black">
          <input class="offscreen" id="swatch-1-3xl" type="radio" data-wrapper-lookup="Size-3XL" name="option-1" value="3XL">
          <label class="single" for="swatch-1-3xl"> 3XL </label>
        </div>
      </div>
    </div>
  </div>
  <div class="variant-alternate-stock-message" data-variant-id="41925660999777" style="display: block;">
  </div>
  <div class="variant-alternate-stock-message" data-variant-id="41925661032545" style="display: none;">
  </div>
  <div class="variant-alternate-stock-message" data-variant-id="41925661065313" style="display: none;">
  </div>
  <div class="variant-alternate-stock-message" data-variant-id="41925661098081" style="display: none;">
  </div>
  <div class="variant-alternate-stock-message" data-variant-id="41925661130849" style="display: none;">
  </div>
  <div class="variant-alternate-stock-message" data-variant-id="41925661163617" style="display: none;">
  </div>
  <div class="product-cta-wrapper">
    <button type="submit" name="add" title="Add to bag" id="add-to-cart" class="button button--addToCart" style="display: inline-block;">
      <span id="add-to-cart-text">Add To Bag</span>
      <i class="cart-loading fa fa-spin fa-lg fa-spinner" style="display: none"></i>
    </button>
    <input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
    <div class="additional-checkout-buttons product-page">
      <div data-shopify="payment-button" class="shopify-payment-button"> <shopify-accelerated-checkout
          recommended="{&quot;name&quot;:&quot;shop_pay&quot;,&quot;wallet_params&quot;:{&quot;shopId&quot;:6652971,&quot;merchantName&quot;:&quot;Barstool Sports&quot;}}"
          fallback="{&quot;name&quot;:&quot;buy_it_now&quot;,&quot;wallet_params&quot;:{}}" access-token="b21a559002f0d520bf72005af2279310" buyer-country="US" buyer-locale="en" buyer-currency="USD"
          variant-params="[{&quot;id&quot;:41925660999777,&quot;requiresShipping&quot;:true},{&quot;id&quot;:41925661032545,&quot;requiresShipping&quot;:true},{&quot;id&quot;:41925661065313,&quot;requiresShipping&quot;:true},{&quot;id&quot;:41925661098081,&quot;requiresShipping&quot;:true},{&quot;id&quot;:41925661130849,&quot;requiresShipping&quot;:true},{&quot;id&quot;:41925661163617,&quot;requiresShipping&quot;:true}]"
          shop-id="6652971" requires-shipping=""><shop-pay-wallet-button access-token="b21a559002f0d520bf72005af2279310" buyer-country="US" buyer-currency="USD"
            wallet-params="{&quot;shopId&quot;:6652971,&quot;merchantName&quot;:&quot;Barstool Sports&quot;}" page-type="product" slot="button" requires-shipping="" call-to-action="">&nbsp;</shop-pay-wallet-button><more-payment-options-link
            buyer-country="US" access-token="b21a559002f0d520bf72005af2279310" recommended-instrument="ShopPay" slot="more-options"><a class="shopify-payment-button__more-options" id="more-payment-options-link" href="#">More payment options</a>
            <style>
              #more-payment-options-link {
                cursor: pointer
              }
            </style>
          </more-payment-options-link></shopify-accelerated-checkout> <small id="shopify-buyer-consent" class="hidden" aria-hidden="true"> This item is a recurring or deferred purchase. By continuing, I agree to the <span
            id="shopify-subscription-policy-button">cancellation policy</span> and authorize you to charge my payment method at the prices, frequency and dates listed on this page until my order is fulfilled or I cancel, if permitted. </small> </div>
    </div>
    <input type="hidden" name="product-id" value="7239707426913">
    <!-- outlink file- -->
  </div>
</form>

<form data-product-waitlist-form="">
  <div class="product-waitlist">
    <div class="waitlist-btn-container">
      <a role="button" id="waitlist-text-me-btn" class="active" title="Text Me">Text Me</a>
      <a role="button" id="waitlist-email-me-btn" title="Email Me">Email Me</a>
    </div>
    <div class="product-waitlist-input-container">
      <label id="waitlist-telephone-label" for="waitlist-telephone" class="hidden">Enter your phone number</label>
      <div class="waitlist-telephone-wrapper">
        <span class="waitlist-telephone-country-code">+1</span>
        <input type="tel" id="waitlist-telephone" minlength="10" maxlength="15" placeholder="(123)-456-7890" required="" aria-labelledby="waitlist-telephone-label" aria-required="true">
      </div>
      <label id="waitlist-email-label" for="waitlist-email" class="hidden">Enter your email address</label>
      <input type="email" id="waitlist-email" placeholder="Email address" disabled="" required="" aria-labelledby="waitlist-email-label" aria-required="true">
      <input data-product-hidden="" type="hidden" data-product-id="7239707426913" data-variant-id="" class="hidden">
    </div>
    <p class="waitlist-error"></p>
    <div class="marketing-checkbox-container">
      <input type="checkbox" name="accepts_marketing" value="true" id="waitlist-marketing" checked=""><label for="waitlist-marketing" class="waitlist-marketing-label">Send me exclusive deals &amp; new arrivals by text</label>
    </div>
    <p class="waitlist-compliance sms"> By submitting this form and signing up for texts, you consent to receive marketing text messages (e.g. promos, cart reminders) from Barstool Sports at the number provided, including messages sent by autodialer.
      Consent is not a condition of purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available).
      <a href="https://www.barstoolsports.com/privacy-policy" target="_blank" aria-label="Privacy">Privacy Policy</a> &amp; <a href="https://www.barstoolsports.com/messaging-terms" target="_blank" aria-label="Terms">Terms</a>. </p>
    <button id="waitlist-submit-btn" type="submit" title="Join Waitlist">
      <svg role="img" aria-labelledby="checkmark-title" class="icon-green-checkmark" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
        <title id="checkmark-title">Green checkmark</title>
        <circle cx="10" cy="10" r="10" fill="#00B353"></circle>
        <path d="M5 10.3544L8.70981 14.1666L15.8333 6.86766L14.8106 5.83325L8.70981 12.0832L6.00854 9.31271L5 10.3544Z" fill="white"></path>
      </svg> JOIN WAITLIST </button>
    <p> You'll recieve a one time email or text message when this item arrives in stock. We won't share your email or phone number with anyone else. </p>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_7239707426913" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <div class="shopify-installments-container"><shopify-payment-terms variant-id="41925660999777"
      shopify-meta="{&quot;type&quot;:&quot;product&quot;,&quot;variants&quot;:[{&quot;id&quot;:41925660999777,&quot;price_per_term&quot;:&quot;$16.00&quot;,&quot;full_price&quot;:&quot;$32.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2},{&quot;id&quot;:41925661032545,&quot;price_per_term&quot;:&quot;$16.00&quot;,&quot;full_price&quot;:&quot;$32.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2},{&quot;id&quot;:41925661065313,&quot;price_per_term&quot;:&quot;$16.00&quot;,&quot;full_price&quot;:&quot;$32.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2},{&quot;id&quot;:41925661098081,&quot;price_per_term&quot;:&quot;$16.00&quot;,&quot;full_price&quot;:&quot;$32.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2},{&quot;id&quot;:41925661130849,&quot;price_per_term&quot;:&quot;$16.00&quot;,&quot;full_price&quot;:&quot;$32.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2},{&quot;id&quot;:41925661163617,&quot;price_per_term&quot;:&quot;$16.00&quot;,&quot;full_price&quot;:&quot;$32.00&quot;,&quot;eligible&quot;:false,&quot;available&quot;:true,&quot;number_of_payment_terms&quot;:2}],&quot;min_price&quot;:&quot;$35.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;financing_plans&quot;:[{&quot;min_price&quot;:&quot;$35.00&quot;,&quot;max_price&quot;:&quot;$49.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:2}]},{&quot;min_price&quot;:&quot;$50.00&quot;,&quot;max_price&quot;:&quot;$149.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4}]},{&quot;min_price&quot;:&quot;$150.00&quot;,&quot;max_price&quot;:&quot;$999.99&quot;,&quot;terms&quot;:[{&quot;apr&quot;:0,&quot;loan_type&quot;:&quot;split_pay&quot;,&quot;installments_count&quot;:4},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]},{&quot;min_price&quot;:&quot;$1,000.00&quot;,&quot;max_price&quot;:&quot;$30,000.00&quot;,&quot;terms&quot;:[{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:3},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:6},{&quot;apr&quot;:15,&quot;loan_type&quot;:&quot;interest&quot;,&quot;installments_count&quot;:12}]}],&quot;installments_buyer_prequalification_enabled&quot;:false,&quot;seller_id&quot;:183034}"></shopify-payment-terms>
  </div>
  <input type="hidden" name="product-id" value="7239707426913">
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go1269470069 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-WKncsW" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 65px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_016JB91TTR00000000002A8B0V" class="needsclick go4198405729 kl-private-reset-css-Xuajs1"
            type="email" autocomplete="email" name="email" tabindex="0" placeholder="Your email" aria-label="Your email" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 0px; padding: 0px 0px 0px 16px; height: 65px; text-align: left; color: rgb(0, 0, 0); font-family: Helvetica, Arial, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(20, 30, 48);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 0 1 auto;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0" aria-label="join the newsletter"
          style="background: rgb(198, 34, 50); border-radius: 0px; border-style: solid; border-color: rgb(20, 30, 48); border-width: 2px; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 61px;">→</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

<form data-product-form="">
  <button id="modal-submit-btn" type="submit">Add To Bag</button>
</form>

<form data-product-waitlist-form="">
  <div class="product-waitlist">
    <div class="waitlist-btn-container">
      <a role="button" id="waitlist-text-me-btn" class="active" title="Text Me">Text Me</a>
      <a role="button" id="waitlist-email-me-btn" title="Email Me">Email Me</a>
    </div>
    <div class="product-waitlist-input-container">
      <label id="waitlist-telephone-label" for="waitlist-telephone" class="hidden">Enter your phone number</label>
      <div class="waitlist-telephone-wrapper">
        <span class="waitlist-telephone-country-code">+1</span>
        <input type="tel" id="waitlist-telephone" minlength="10" maxlength="15" placeholder="(123)-456-7890" required="" aria-labelledby="waitlist-telephone-label" aria-required="true">
      </div>
      <label id="waitlist-email-label" for="waitlist-email" class="hidden">Enter your email address</label>
      <input type="email" id="waitlist-email" placeholder="Email address" disabled="" required="" aria-labelledby="waitlist-email-label" aria-required="true">
      <input data-product-hidden="" type="hidden" data-product-id="7239707426913" data-variant-id="" class="hidden">
    </div>
    <p class="waitlist-error"></p>
    <div class="marketing-checkbox-container">
      <input type="checkbox" name="accepts_marketing" value="true" id="waitlist-marketing" checked=""><label for="waitlist-marketing" class="waitlist-marketing-label">Send me exclusive deals &amp; new arrivals by text</label>
    </div>
    <p class="waitlist-compliance sms"> By submitting this form and signing up for texts, you consent to receive marketing text messages (e.g. promos, cart reminders) from Barstool Sports at the number provided, including messages sent by autodialer.
      Consent is not a condition of purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available).
      <a href="https://www.barstoolsports.com/privacy-policy" target="_blank" aria-label="Privacy">Privacy Policy</a> &amp; <a href="https://www.barstoolsports.com/messaging-terms" target="_blank" aria-label="Terms">Terms</a>. </p>
    <button id="waitlist-submit-btn" type="submit" title="Join Waitlist">
      <svg role="img" aria-labelledby="checkmark-title" class="icon-green-checkmark" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
        <title id="checkmark-title">Green checkmark</title>
        <circle cx="10" cy="10" r="10" fill="#00B353"></circle>
        <path d="M5 10.3544L8.70981 14.1666L15.8333 6.86766L14.8106 5.83325L8.70981 12.0832L6.00854 9.31271L5 10.3544Z" fill="white"></path>
      </svg> JOIN WAITLIST </button>
    <p> You'll recieve a one time email or text message when this item arrives in stock. We won't share your email or phone number with anyone else. </p>
  </div>
</form>

Text Content

Let us send you stuff. Sign Up for Email

Free U.S. Shipping On Orders $100+

Shop the Barstool Store with Shop Pay

Customer support you can count on. Contact Us

Let us send you stuff. Sign Up for Email

Free U.S. Shipping On Orders $100+

Shop the Barstool Store with Shop Pay

Customer support you can count on. Contact Us

Let us send you stuff. Sign Up for Email

 * Apparel
   * Apparel
   * 
   * Shop By
     * Men
     * Women
     * Kids
   * All Apparel
     * Footwear
     * Hoodies & Crewnecks
     * Jackets & Vests
     * Joggers & Sweatpants
     * Long Sleeves
   * * Polos
     * Pullovers
     * Shorts
     * Swimwear
     * T-Shirts
   * Collections
     * '47
     * Barstool Brand
     * Barstool Dogs
     * Best Sellers
     * Boy Mom
     * Charity
   * * Dad Collection
     * Jalen Hurts
     * Peter Millar
     * Rhoback
     * Shirt Of The Month
     * TaylorMade
     * UNRL
 * Brands
 * Hats
 * Cities & Sports
   * Cities & Sports
   * 
   * All Cities
     * Baltimore
     * Boston
     * Buffalo
     * Chicago
     * D.C.
     * Detroit
   * * Indiana
     * Kansas City
     * New York
     * Philadelphia
   * All Sports
     * Basketball
     * College Basketball
     * College Football
     * Football
     * Golf
     * Hockey
     * Pickleball
 * Accessories
   * Accessories
   * 
   * All Accessories
     * Belts
     * Drinkware
     * Flags
     * Food & Beverages
     * Golf Accessories
     * Sunglasses
   * * Home & Kitchen
     * Pet Accessories
     * Stickers
   * Featured
     * Games
     * Gift Card
     * Shady Rays
     * SKLZ x Barstool Golf
 * Gifts
   * Gifts
   * 
   * Featured
     * Holiday Gift Guide
     * Girl Dad
     * Saturdays Are For The Dads
   * Gifts By Price
     * Gifts Under $25
     * Gifts Under $50
     * Premium Gifts
     * Gift Cards
   * Gifts By Interest
     * For The Dads
     * For The Football Guy
     * For The Pet Lover
     * For The Pickleballer
     * For The Pizza Lover
 * New
 * Sale
   * Sale
   * Sale Categories
     * Shop All Sale
     * Beach & Swim
     * Bottoms
     * Drinkware & Home
     * Hoodies & Sweatshirts
     * Outerwear
   * Shop By Type
     * All Accessories
     * Men
     * Women
   Sign In

 * 
   Cancel
 * 
 * 0

 1. Home
 2. The Yak
 3. The Tunnel Tee

New
 * Go to slide 1
 * Go to slide 2

 * 
 * 


The Yak


THE TUNNEL TEE


$32.00
ColorBlack
SizeSMLXL2XL3XL
Black / S - $32.00 USD Black / M - $32.00 USD Black / L - $32.00 USD Black / XL
- $32.00 USD Black / 2XL - $32.00 USD Black / 3XL - $32.00 USD
STYLE: Tee
T-Shirt

COLOR: BLACK




SIZE: SMALL

The Tunnel Tee
Size / Fit Guide
inches
cm

Size S M L XL 2XL 3XL Chest 37 41 45 49 53 56 Length 27 28 1⁄2 30 31 1⁄2 32 3⁄4
33

Please note that sizes are men's body measurements and approximate.

Materials & Care

 * 100% ring-spun cotton
 * Soft ring-spun cotton fabric with 100% cotton threads
 * Relaxed fit
 * Machine wash cold, turned inside out with like colors
 * Hang dry or tumble dry low
   
   

How does it fit?

Standard fit, relaxed, easy feel throughout. Compared with other shirt brands,
customers have stated Comfort Colors are generally thicker but do run true to
size. So keep in mind when you making your selections, your go-to size may be a
feel a little bigger on you due to the material.



Need help measuring your chest?

Place the measuring tape flat completely around the fullest part of your chest
from armpit to armpit. Don't puff out or flex your chest. Just stand normally.
That number is doubled to determine the total chest measurement.


Size Guide

S
M
L
XL
2XL
3XL






Add To Bag
 More payment options This item is a recurring or deferred purchase. By
continuing, I agree to the cancellation policy and authorize you to charge my
payment method at the prices, frequency and dates listed on this page until my
order is fulfilled or I cancel, if permitted.
Text Me Email Me
Enter your phone number
+1
Enter your email address



Send me exclusive deals & new arrivals by text

By submitting this form and signing up for texts, you consent to receive
marketing text messages (e.g. promos, cart reminders) from Barstool Sports at
the number provided, including messages sent by autodialer. Consent is not a
condition of purchase. Msg & data rates may apply. Msg frequency varies.
Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where
available). Privacy Policy & Terms.

Green checkmark JOIN WAITLIST

You'll recieve a one time email or text message when this item arrives in stock.
We won't share your email or phone number with anyone else.


Description

The Tunnel Tee from The YAK's Kyle "KBNoSwag" Bauer and his legion of friends:
Nick, Brandon Walker, Rone, Lil Sas, Kate, Steven Cheah and Big Cat.





Material + Care
 * • 100% ring-spun cotton
 * • Soft washed garment dyed fabric
 * • Printed on a unisex Comfort Colors tee
 * • Machine wash cold, turned inside out with like colors
 * • Hang dry or tumble dry low

Shipping + Returns
Due to increased demand, please allow for additional processing time. Orders
typically ships in 1-2 weeks. Delivery of this item is not guaranteed by
12/25/2024. More details. Due to the print to order nature of this product, this
item is not eligible for return or exchange. All sales are final.

All sales are final

Ships in 1-2 weeks


RELATED PRODUCTS

The YAK Yak Tee
Price $32.00
Add to Cart
Big Customer Beach Tee
Price $32.00
Add to Cart
Big Customer Tee
Price $32.00
Add to Cart
Family Graphic Tee
Price $32.00
Add to Cart
 1. 


BRAND SPOTLIGHT

A rotation of your favorite Barstool personalities from Barstool's The Yak.

Shop The Collection



LET US SEND YOU STUFF

→

By submitting this form, I agree to this site's Terms of Use and Privacy Policy


HELP

 * Holiday Order Guide
 * Contact Us
 * Wholesale
 * Fit & Sizing
 * Shipping
 * Orders
 * Returns
 * Shirt of the Month FAQ
 * Military, Medical + First Responder Discount


SHOP

 * New Arrivals
 * Apparel
 * Accessories
 * Gift Cards
 * Shirt of the Month Club
 * Send Us Your Best Merch Photos


MORE BARSTOOL

 * BarstoolSports.com
 * Podcasts & Shows
 * Rough N' Rowdy
 * Barstool Sports Canada
 * Best Sports Betting Site
 * Barstool Sports & One Bite NFT
 * Stella Blue Coffee by Big Cat


FOLLOW US

 * 
 * 
 * 
 * 


ACCESSIBILITY

Reviewed by Allyant for accessibility

©2024 Barstool Sports - All rights reserved Privacy & Terms


Add To Bag
Text Me Email Me
Enter your phone number
+1
Enter your email address



Send me exclusive deals & new arrivals by text

By submitting this form and signing up for texts, you consent to receive
marketing text messages (e.g. promos, cart reminders) from Barstool Sports at
the number provided, including messages sent by autodialer. Consent is not a
condition of purchase. Msg & data rates may apply. Msg frequency varies.
Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where
available). Privacy Policy & Terms.

Green checkmark JOIN WAITLIST

You'll recieve a one time email or text message when this item arrives in stock.
We won't share your email or phone number with anyone else.

0


YOUR BAG

Your bag is empty.

Let's fix that.

 * Bestsellers
 * T-Shirts
 * Hoodies & Crewnecks
 * Hats
 * Golf


BARSTOOL FAVORITES




MISS PEACHES & PETE THE BEAGLE CREWNECK

$60.00


MISS PEACHES & PETE THE BEAGLE HOODIE

$65.00


ADOPT DON’T SHOP HOODIE

$65.00


BARSTOOL GOLF TIGER SWING CREWNECK

$60.00


GIRL DAD EMBROIDERED HOODIE

$50.00


GIRL DAD '47 CHAMBERLAIN SNAP HITCH HAT II

$35.00


BARSTOOL GOLF FLAG POCKET TEE

$35.00


BARSTOOL GOLF FLAG LONG SLEEVE POCKET TEE

$40.00


BARSTOOL GOLF FLAG HOODIE

$65.00


BARSTOOL PICKLEBALL CLUB POCKET TEE

$35.00


BARSTOOL PICKLEBALL CLUB PIGMENT DYED HOODIE

$65.00


GIRL DAD EMBROIDERED TEE

$35.00







×