line-3.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://www.line-3.com/
Effective URL: https://line-3.com/
Submission: On December 08 via api from GB — Scanned from CA

Form analysis 12 forms found in the DOM

GET /search

<form action="/search" method="get" class="mobile-search__form" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" class="mobile-search__input" name="q" placeholder="Search..." value="" autofocus="autofocus" autocorrect="off" autocomplete="off">
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="6664976760929">
    <select class="product__option-selector" id="product-select-6664976760929" name="id">
      <option selected="selected" value="39583779356769" data-sku="CTYMPLST-SN">S / Red - $ 38.00</option>
      <option value="39583779389537" data-sku="CTYMPLST-MN">M / Red - $ 38.00</option>
      <option value="39583779422305" data-sku="CTYMPLST-LN">L / Red - $ 38.00</option>
      <option value="39583779455073" data-sku="CTYMPLST-1N">XL / Red - $ 38.00</option>
      <option value="39583779487841" data-sku="CTYMPLST-2N">2XL / Red - $ 38.00</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="1">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Red" data-value="Red" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-1-red" type="radio" name="option-1" value="Red" checked="">
          <label class="swatch__label" for="swatch-1-red" style="background-color: red; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/red.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="6664976760929"] .selector-wrapper:nth-of-type(2) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="6659239968865">
    <select class="product__option-selector" id="product-select-6659239968865" name="id">
      <option selected="selected" value="39570280382561" data-sku="">S / Red - $ 35.00</option>
      <option value="39570285297761" data-sku="">S / White - $ 35.00</option>
      <option value="39570280448097" data-sku="">M / Red - $ 35.00</option>
      <option value="39570285330529" data-sku="">M / White - $ 35.00</option>
      <option value="39570280513633" data-sku="">L / Red - $ 35.00</option>
      <option value="39570285363297" data-sku="">L / White - $ 35.00</option>
      <option value="39570280579169" data-sku="">XL / Red - $ 35.00</option>
      <option value="39570285396065" data-sku="">XL / White - $ 35.00</option>
      <option value="39570280644705" data-sku="">2XL / Red - $ 35.00</option>
      <option value="39570285428833" data-sku="">2XL / White - $ 35.00</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="1">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Red" data-value="Red" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-1-red" type="radio" name="option-1" value="Red" checked="">
          <label class="swatch__label" for="swatch-1-red" style="background-color: red; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/red.png?3274)"></label>
        </div>
        <div title="White" data-value="White" class="swatch__item ">
          <input class="swatch__input" id="swatch-1-white" type="radio" name="option-1" value="White">
          <label class="swatch__label" for="swatch-1-white" style="background-color: white; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/white.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="6659239968865"] .selector-wrapper:nth-of-type(2) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="4400789586017">
    <select class="product__option-selector" id="product-select-4400789586017" name="id">
      <option selected="selected" value="31429368217697" data-sku="CSPYMSTB-G-S">Grey / S - $ 9.99</option>
      <option value="31429368250465" data-sku="CSPYMSTB-G-M">Grey / M - $ 9.99</option>
      <option value="31429368283233" data-sku="CSPYMSTB-G-L">Grey / L - $ 9.99</option>
      <option value="31429368316001" data-sku="CSPYMSTB-G-1">Grey / XL - $ 9.99</option>
      <option value="31429368348769" data-sku="CSPYMSTB-G-2">Grey / 2XL - $ 9.99</option>
      <option value="31429368381537" data-sku="CSPYMSTB-G-3">Grey / 3XL - $ 9.99</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="0">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Grey" data-value="Grey" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-0-grey" type="radio" name="option-0" value="Grey" checked="">
          <label class="swatch__label" for="swatch-0-grey" style="background-color: grey; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/grey.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4400789586017"] .selector-wrapper:nth-of-type(1) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="4400749019233">
    <select class="product__option-selector" id="product-select-4400749019233" name="id">
      <option value="31429279907937" data-sku="CSPYWPT-XG">Grey / XS - $ 15.99</option>
      <option selected="selected" value="31429279940705" data-sku="CSPYWPT-SG">Grey / S - $ 15.99</option>
      <option value="31429279973473" data-sku="CSPYWPT-MG">Grey / M - $ 15.99</option>
      <option value="31429280006241" data-sku="CSPYWPT-LG">Grey / L - $ 15.99</option>
      <option value="31429280039009" data-sku="CSPYWPT-1G">Grey / XL - $ 15.99</option>
      <option value="31429280071777" data-sku="CSPYWPT-2G">Grey / 2XL - $ 15.99</option>
      <option value="31429280104545" data-sku="CSPYWPT-3G">Grey / 3XL - $ 15.99</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="0">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Grey" data-value="Grey" class="swatch__item ">
          <input class="swatch__input" id="swatch-0-grey" type="radio" name="option-0" value="Grey" disabled="">
          <label class="swatch__label" for="swatch-0-grey" style="background-color: grey; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/grey.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4400749019233"] .selector-wrapper:nth-of-type(1) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="4400806854753">
    <select class="product__option-selector" id="product-select-4400806854753" name="id">
      <option selected="selected" value="31429427593313" data-sku="CSTYMSTB-G-S">Grey / S - $ 9.99</option>
      <option value="31429427626081" data-sku="CSTYMSTB-G-M">Grey / M - $ 9.99</option>
      <option value="31429427658849" data-sku="CSTYMSTB-G-L">Grey / L - $ 9.99</option>
      <option value="31429427691617" data-sku="CSTYMSTB-G-1">Grey / XL - $ 9.99</option>
      <option value="31429427724385" data-sku="CSTYMSTB-G-2">Grey / 2XL - $ 9.99</option>
      <option value="31429427757153" data-sku="CSTYMSTB-G-3">Grey / 3XL - $ 9.99</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="0">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Grey" data-value="Grey" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-0-grey" type="radio" name="option-0" value="Grey" checked="">
          <label class="swatch__label" for="swatch-0-grey" style="background-color: grey; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/grey.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4400806854753"] .selector-wrapper:nth-of-type(1) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="4471156539489">
    <select class="product__option-selector" id="product-select-4471156539489" name="id">
      <option selected="selected" value="31690862788705" data-sku="CPYWPT-XG">Grey / XS - $ 17.99</option>
      <option value="31690862821473" data-sku="CPYWPT-SG">Grey / S - $ 17.99</option>
      <option value="31690862854241" data-sku="CPYWPT-MG">Grey / M - $ 17.99</option>
      <option value="31690862887009" data-sku="CPYWPT-LG">Grey / L - $ 17.99</option>
      <option value="31690862919777" data-sku="CPYWPT-1G">Grey / XL - $ 17.99</option>
      <option value="31690862952545" data-sku="CPYWPT-2G">Grey / 2XL - $ 17.99</option>
      <option value="31690862985313" data-sku="CPYWPT-3G">Grey / 3XL - $ 17.99</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="0">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Grey" data-value="Grey" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-0-grey" type="radio" name="option-0" value="Grey" checked="">
          <label class="swatch__label" for="swatch-0-grey" style="background-color: grey; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/grey.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4471156539489"] .selector-wrapper:nth-of-type(1) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="6668264800353">
    <select class="product__option-selector" id="product-select-6668264800353" name="id">
      <option value="39592035844193" data-sku="PCLSWPT-XB">XS / Black - $ 38.00</option>
      <option selected="selected" value="39592012021857" data-sku="PCLSWPT-SB">S / Black - $ 38.00</option>
      <option value="39592012054625" data-sku="PCLSWPT-MB">M / Black - $ 38.00</option>
      <option value="39592012087393" data-sku="PCLSWPT-LB">L / Black - $ 38.00</option>
      <option value="39592012120161" data-sku="PCLSWPT-1B">XL / Black - $ 38.00</option>
      <option value="39592012152929" data-sku="PCLSWPT-2B">2XL / Black - $ 38.00</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="1">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Black" data-value="Black" class="swatch__item ">
          <input class="swatch__input" id="swatch-1-black" type="radio" name="option-1" value="Black" disabled="">
          <label class="swatch__label" for="swatch-1-black" style="background-color: black; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/black.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="6668264800353"] .selector-wrapper:nth-of-type(2) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="6668263260257">
    <select class="product__option-selector" id="product-select-6668263260257" name="id">
      <option value="39592005206113" data-sku="PCMPT-SB">Black / S - $ 35.00</option>
      <option selected="selected" value="39592005238881" data-sku="PCMPT-MB">Black / M - $ 35.00</option>
      <option value="39592005271649" data-sku="PCMPT-LB">Black / L - $ 35.00</option>
      <option value="39592005304417" data-sku="PCMPT-1B">Black / XL - $ 35.00</option>
      <option value="39592005337185" data-sku="PCMPT-2B">Black / 2XL - $ 35.00</option>
      <option value="39592008351841" data-sku="PCMPT-SW">White / S - $ 35.00</option>
      <option value="39592008384609" data-sku="PCMPT-MW">White / M - $ 35.00</option>
      <option value="39592008417377" data-sku="PCMPT-LW">White / L - $ 35.00</option>
      <option value="39592008450145" data-sku="PCMPT-1W">White / XL - $ 35.00</option>
      <option value="39592008482913" data-sku="PCMPT-2W">White / 2XL - $ 35.00</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="0">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Black" data-value="Black" class="swatch__item ">
          <input class="swatch__input" id="swatch-0-black" type="radio" name="option-0" value="Black" disabled="">
          <label class="swatch__label" for="swatch-0-black" style="background-color: black; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/black.png?3274)"></label>
        </div>
        <div title="White" data-value="White" class="swatch__item ">
          <input class="swatch__input" id="swatch-0-white" type="radio" name="option-0" value="White" disabled="">
          <label class="swatch__label" for="swatch-0-white" style="background-color: white; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/white.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="6668263260257"] .selector-wrapper:nth-of-type(1) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

POST /cart/add

<form class="product__form form form--inline" action="/cart/add" method="POST">
  <div class="product__variants" data-product="6668180586593">
    <select class="product__option-selector" id="product-select-6668180586593" name="id">
      <option value="39591779696737" data-sku="PCLSMPT-SB">S / Black - $ 41.00</option>
      <option selected="selected" value="39591779729505" data-sku="PCLSMPT-MB">M / Black - $ 41.00</option>
      <option value="39591779762273" data-sku="PCLSMPT-LB">L / Black - $ 41.00</option>
      <option value="39591779795041" data-sku="PCLSMPT-1B">XL / Black - $ 41.00</option>
      <option value="39591779827809" data-sku="PCLSMPT-2B">2XL / Black - $ 41.00</option>
    </select>
    <div class="form__control selector-wrapper swatch" data-option-index="1">
      <label class="form__label" for="color">Color</label>
      <div class="swatch__colors">
        <div title="Black" data-value="Black" class="swatch__item ">
          <input class="swatch__input" id="swatch-1-black" type="radio" name="option-1" value="Black" disabled="">
          <label class="swatch__label" for="swatch-1-black" style="background-color: black; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/black.png?3274)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="6668180586593"] .selector-wrapper:nth-of-type(2) {
        display: none;
      }
    </style>
  </div>
  <div class="product__buy">
    <div class="form__control">
      <label class="form__label" for="quantity">Quantity</label>
      <input class="product__quantity" type="number" pattern="[0-9]*" name="quantity" min="1" rv-max="selected_variant | max_allowed_quantity" step="1" value="1" required="required">
    </div>
    <button type="submit" class="button button--full button--primary" data-action="add-to-cart" rv-disabled="is_adding_to_cart" rv-show="selected_variant | is_variant_sold_out">
      <span rv-hide="is_adding_to_cart">Add to cart</span>
      <span rv-show="is_adding_to_cart" style="display: none">Adding to cart...</span>
    </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_not_exist_or_sold_out" style="display: none"> Sold out </button>
    <button type="submit" class="button button--full button--secondary" disabled="disabled" rv-hide="selected_variant | does_variant_exist" style="display: none"> Unavailable </button>
    <div class="product__form-status" style="display: none">
      <p class="product__form-message product__form-message--success" rv-unless="added_error_message">Product was successfully added!</p>
      <p class="product__form-message product__form-message--error" rv-if="added_error_message">{ added_error_message }</p>
      <a href="#" data-action="close-form-status" class="product__form-continue">Continue to shop</a>
      <span class="product__form-or">or</span>
      <a href="/cart" class="button button--small button--secondary tdf_cart_icon">
          Go to cart
          <svg class="icon icon-arrow-right-2">
  <use xlink:href="#icon-arrow-right-2">
    
  </use>
</svg>
        </a>
    </div>
    <p rv-show="selected_variant | does_variant_exist" class="product__form-hint">In Stock! Usually ships within 2 business days.</p>
  </div>
</form>

GET /search

<form action="/search" method="get" class="mega-search__form" role="search">
  <input type="hidden" name="type" value="product">
  <input type="search" class="mega-search__input" name="q" placeholder="Search..." value="" autofocus="autofocus" autocorrect="off" autocomplete="off">
  <div rv-show="loading" class="mega-search__spinner spinner" style="display: none;">
    <div class="spinner__bounce1"></div>
    <div class="spinner__bounce2"></div>
  </div>
</form>

POST /contact

<form action="/contact" method="POST" accept-charset="UTF-8" class="__seguno-email-capture-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="contact[tags]"
    value="newsletter,banner"><input type="text" name="contact[first_name]" value="" placeholder="First name"><input type="email" name="contact[email]" placeholder="Email address" autocorrect="off" autocapitalize="off" required="required"><button
    type="submit" name="commit" style="color: rgb(255, 255, 255); background-color: rgb(200, 24, 29);"><span>Subscribe</span></button></form>

Text Content

Tennis & Sports Clothing & T Shirts - Womens/Mens/Plus Size – Line 3
amazon-payments amex bitcoin cirrus discover fancy google-wallet interact jcb
mastercard paypal stripe twitter visa diners-club dankort facebook google-plus
instagram maestro pinterest rss tumblr vimeo youtube arrow-bottom arrow-right
arrow-left arrow-top cross search user cart minus plus arrow-right-2 comment

Free Shipping on orders over $75
Contact Login Register Cart (0)
 * Facebook
 * Instagram

 * Open menu
    * Apparel
      
      * Women
        
        * Tees
        * Tanks
        * Long Sleeve
        * Skirts
        * Flowy
        * Tennis Vacation
        * Pajama Sets
        * Caps & Visors
        * Shop All
      * Men
        
        * Tees
        * Long Sleeve
        * Performance
        * Shorts
        * Caps
        * Shop All
    * Gear & Gifts
      
      * Caps & Visors
      * Towels
      * Drinkware
      * Gift Cards
      * Shop All
    * Collections
      
      * Colorado
        
        * CO Yeti 2020
        * CO Flag 5280
        * USTA-PLAY Colorado
      * Pickleball
      * HOLIDAY
      * Love Tennis
      * Court Life
      * I Would, But I'm Playing Tennis
      * CLASSICS
      * LINE 3 ORIGINALS
      * Line 3 French Terry
      * Lucky!
      * Flowy
      * Fun & Funny
      * USA
      * Plus Size
      * Skirts
    * USTA
      
      * USTA Colorado
        
        * USTA-PLAY Colorado
        * USTA CO District Gear 2021
        * USTA CO Districts Gear
    * Teams
      
      * League Teams
    * Rewards
    * SALES
      
      * FINAL Clearance!
        
        * Women
        * Men

 * 
 * 0
 * 

 * Apparel
   * Women
     * Tees
     * Tanks
     * Long Sleeve
     * Skirts
     * Flowy
     * Tennis Vacation
     * Pajama Sets
     * Caps & Visors
     * Shop All
   * Men
     * Tees
     * Long Sleeve
     * Performance
     * Shorts
     * Caps
     * Shop All
 * Gear & Gifts
   * Caps & Visors
   * Towels
   * Drinkware
   * Gift Cards
   * Shop All
 * Collections
   * Colorado
     * CO Yeti 2020
     * CO Flag 5280
     * USTA-PLAY Colorado
   * Pickleball
   * HOLIDAY
   * Love Tennis
   * Court Life
   * I Would, But I'm Playing Tennis
   * CLASSICS
   * LINE 3 ORIGINALS
   * Line 3 French Terry
   * Lucky!
   * Flowy
   * Fun & Funny
   * USA
   * Plus Size
   * Skirts
 * USTA
   * USTA Colorado
     * USTA-PLAY Colorado
     * USTA CO District Gear 2021
     * USTA CO Districts Gear
 * Teams
   * League Teams
 * Rewards
 * SALES
   * FINAL Clearance!
     * Women
     * Men
 * 


FEATURED PRODUCTS


Quick shop
 * 

CO TENNIS Yeti - Men's Performance Long Sleeve Hoodie $ 38.00
 * 


CO TENNIS YETI - MEN'S PERFORMANCE LONG SLEEVE HOODIE

No reviews
$ 38.00 $ 38.00 -0% $ 38.00
S / Red - $ 38.00 M / Red - $ 38.00 L / Red - $ 38.00 XL / Red - $ 38.00 2XL /
Red - $ 38.00
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details

Quick shop
 * 
 * 

CO TENNIS Yeti - Women's LS Performance Tee $ 35.00
 * 
 * 


CO TENNIS YETI - WOMEN'S LS PERFORMANCE TEE

No reviews
$ 35.00 $ 35.00 -0% $ 35.00
S / Red - $ 35.00 S / White - $ 35.00 M / Red - $ 35.00 M / White - $ 35.00 L /
Red - $ 35.00 L / White - $ 35.00 XL / Red - $ 35.00 XL / White - $ 35.00 2XL /
Red - $ 35.00 2XL / White - $ 35.00
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details
On sale


Quick shop
 * 

CO Santa PICKLEBALL Yeti - MEN'S Tri-Blend Tee $ 9.99 $ 20.00
 * 


CO SANTA PICKLEBALL YETI - MEN'S TRI-BLEND TEE

No reviews
$ 20.00 $ 9.99 -50% $ 9.99
Grey / S - $ 9.99 Grey / M - $ 9.99 Grey / L - $ 9.99 Grey / XL - $ 9.99 Grey /
2XL - $ 9.99 Grey / 3XL - $ 9.99
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details
On sale


Quick shop
 * 

CO Santa PICKLEBALL Yeti - Women's Performance Tank $ 15.99 $ 30.00
 * 


CO SANTA PICKLEBALL YETI - WOMEN'S PERFORMANCE TANK

No reviews
$ 30.00 $ 15.99 -47% $ 15.99
Grey / XS - $ 15.99 Grey / S - $ 15.99 Grey / M - $ 15.99 Grey / L - $ 15.99
Grey / XL - $ 15.99 Grey / 2XL - $ 15.99 Grey / 3XL - $ 15.99
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details
On sale


Quick shop
 * 

CO Santa TENNIS Yeti - MEN'S Tri-Blend Tee $ 9.99 $ 20.00
 * 


CO SANTA TENNIS YETI - MEN'S TRI-BLEND TEE

No reviews
$ 20.00 $ 9.99 -50% $ 9.99
Grey / S - $ 9.99 Grey / M - $ 9.99 Grey / L - $ 9.99 Grey / XL - $ 9.99 Grey /
2XL - $ 9.99 Grey / 3XL - $ 9.99
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details
On sale


Quick shop
 * 

CO PICKLEBALL Yeti - Women's Performance Tee $ 17.99 $ 30.00
 * 


CO PICKLEBALL YETI - WOMEN'S PERFORMANCE TEE

No reviews
$ 30.00 $ 17.99 -40% $ 17.99
Grey / XS - $ 17.99 Grey / S - $ 17.99 Grey / M - $ 17.99 Grey / L - $ 17.99
Grey / XL - $ 17.99 Grey / 2XL - $ 17.99 Grey / 3XL - $ 17.99
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details

Quick shop
 * 

2021 PLAY CO-USA Women's LS Performance Tee $ 38.00
 * 


2021 PLAY CO-USA WOMEN'S LS PERFORMANCE TEE

No reviews
$ 38.00 -Liquid error: Computation results to '-Infinity'% $ 38.00
XS / Black - $ 38.00 S / Black - $ 38.00 M / Black - $ 38.00 L / Black - $ 38.00
XL / Black - $ 38.00 2XL / Black - $ 38.00
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details

Quick shop
 * 
 * 

2021 PLAY CO-USA Men's Performance Tee $ 35.00
 * 
 * 


2021 PLAY CO-USA MEN'S PERFORMANCE TEE

No reviews
$ 35.00 -Liquid error: Computation results to '-Infinity'% $ 35.00
Black / S - $ 35.00 Black / M - $ 35.00 Black / L - $ 35.00 Black / XL - $ 35.00
Black / 2XL - $ 35.00 White / S - $ 35.00 White / M - $ 35.00 White / L - $
35.00 White / XL - $ 35.00 White / 2XL - $ 35.00
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details

Quick shop
 * 

2021 PLAY CO-USA Men's LS Performance Tee $ 41.00
 * 


2021 PLAY CO-USA MEN'S LS PERFORMANCE TEE

No reviews
$ 41.00 -Liquid error: Computation results to '-Infinity'% $ 41.00
S / Black - $ 41.00 M / Black - $ 41.00 L / Black - $ 41.00 XL / Black - $ 41.00
2XL / Black - $ 41.00
Color

Quantity
Add to cart Adding to cart... Sold out Unavailable

Product was successfully added!

{ added_error_message }

Continue to shop or Go to cart

In Stock! Usually ships within 2 business days.

See more details


LINE 3 IS...

A new sports lifestyle brand that celebrates competition and camaraderie.

We all want to win, but let’s do it with style and a sense of humor!




ABOUT US

We are empowered by the opportunity to inspire the "competitive" in everyone
through our apparel and accessories. Learn more...


MORE LINKS

 * Shipping
 * Returns
 * Search
 * Privacy
 * Terms of Service


FOLLOW US

 * Facebook
 * Instagram


CONTACT US

Call us at 402.779.6342

courtlife@line-3.com

Line 3 / Powered by Shopify

 * Visa
 * MasterCard
 * AMEX
 * Discover
 * PayPal





Join our mailing list - Subscribe for Great Deals!
 
Subscribe