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

Submitted URL: https://shop.line-3.com/
Effective URL: https://line-3.com/
Submission: On October 10 via api from GB — Scanned from DE

Form analysis 7 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="4884051460193">
    <select class="product__option-selector" id="product-select-4884051460193" name="id">
      <option selected="selected" value="34086283575393" data-sku="LTFWMT-X-G">Smoke / XS - $ 25.00</option>
      <option value="34086283608161" data-sku="LTFWMT-S-G">Smoke / S - $ 25.00</option>
      <option value="34086283640929" data-sku="LTFWMT-M-G">Smoke / M - $ 25.00</option>
      <option value="34086283673697" data-sku="LTFWMT-L-G">Smoke / L - $ 25.00</option>
      <option value="34086283706465" data-sku="LTFWMT-1-G">Smoke / XL - $ 25.00</option>
      <option value="34086283739233" data-sku="LTFWMT-2-G">Smoke / 2XL - $ 25.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="Smoke" data-value="Smoke" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-0-smoke" type="radio" name="option-0" value="Smoke" checked="">
          <label class="swatch__label" for="swatch-0-smoke" style="background-color: smoke; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/smoke.png?v=10411136559120214209)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4884051460193"] .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="4883991199841">
    <select class="product__option-selector" id="product-select-4883991199841" name="id">
      <option value="34086179078241" data-sku="LTFWMT-X-L">Lavender / XS - $ 25.00</option>
      <option value="34086179111009" data-sku="LTFWMT-S-L">Lavender / S - $ 25.00</option>
      <option value="34086179143777" data-sku="LTFWMT-M-L">Lavender / M - $ 25.00</option>
      <option value="34086179176545" data-sku="LTFWMT-L-L">Lavender / L - $ 25.00</option>
      <option selected="selected" value="34086179209313" data-sku="LTFWMT-1-L">Lavender / XL - $ 25.00</option>
      <option value="34086179242081" data-sku="LTFWMT-2-L">Lavender / 2XL - $ 25.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="Lavender" data-value="Lavender" class="swatch__item ">
          <input class="swatch__input" id="swatch-0-lavender" type="radio" name="option-0" value="Lavender" disabled="">
          <label class="swatch__label" for="swatch-0-lavender" style="background-color: lavender; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/lavender.png?3245)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4883991199841"] .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="4883984842849">
    <select class="product__option-selector" id="product-select-4883984842849" name="id">
      <option value="34086169804897" data-sku="LTFWTT-X-L">Lavender / XS - $ 25.00</option>
      <option value="34086169837665" data-sku="LTFWTT-S-L">Lavender / S - $ 25.00</option>
      <option value="34086169870433" data-sku="LTFWTT-M-L">Lavender / M - $ 25.00</option>
      <option value="34086169903201" data-sku="LTFWTT-L-L">Lavender / L - $ 25.00</option>
      <option value="34086169935969" data-sku="LTFWTT-1-L">Lavender / XL - $ 25.00</option>
      <option selected="selected" value="34086169968737" data-sku="LTFWTT-2-L">Lavender / 2XL - $ 25.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="Lavender" data-value="Lavender" class="swatch__item ">
          <input class="swatch__input" id="swatch-0-lavender" type="radio" name="option-0" value="Lavender" disabled="">
          <label class="swatch__label" for="swatch-0-lavender" style="background-color: lavender; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/lavender.png?3245)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4883984842849"] .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="4884031832161">
    <select class="product__option-selector" id="product-select-4884031832161" name="id">
      <option selected="selected" value="34086243369057" data-sku="LTFMBT-X-G">Smoke / XS - $ 25.00</option>
      <option value="34086243401825" data-sku="LTFMBT-S-G">Smoke / S - $ 25.00</option>
      <option value="34086243467361" data-sku="LTFMBT-M-G">Smoke / M - $ 25.00</option>
      <option value="34086243500129" data-sku="LTFMBT-L-G">Smoke / L - $ 25.00</option>
      <option value="34086243532897" data-sku="LTFMBT-1-G">Smoke / XL - $ 25.00</option>
      <option value="34086243565665" data-sku="LTFMBT-2-G">Smoke / 2XL - $ 25.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="Smoke" data-value="Smoke" class="swatch__item swatch__item--active">
          <input class="swatch__input" id="swatch-0-smoke" type="radio" name="option-0" value="Smoke" checked="">
          <label class="swatch__label" for="swatch-0-smoke" style="background-color: smoke; background-image: url(//cdn.shopify.com/s/files/1/0988/6776/t/4/assets/smoke.png?v=10411136559120214209)"></label>
        </div>
      </div>
    </div>
    <style>
      .product__variants[data-product="4884031832161"] .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>

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(92, 49, 94);"><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 $100
Contact Login Register Cart (0)
 * Facebook
 * Twitter
 * Instagram

 * Open menu
    * Apparel
      
      * Women
        
        * New Arrivals
        * 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
      
      * I Would, But I'm Playing Tennis
      * Balls 2020
      * Colorado
        
        * CO Yeti 2020
        * CO Flag 5280
        * USTA-PLAY Colorado
      * Pickleball
      * Skirts
      * Court Life
      * CLASSICS
      * LINE 3 ORIGINALS
      * Line 3 French Terry
      * Lucky!
      * Love Tennis
      * Flowy
      * Fun & Funny
      * USA
      * HOLIDAY
      * Plus Size
    * USTA
      
      * USTA Colorado
        
        * USTA CO District Gear 2021
        * USTA-PLAY Colorado
        * USTA CO Districts Gear
    * Teams
      
      * League Teams
      * Club Team Stores
    * Rewards
    * SALES
      
      * FINAL Clearance!
        
        * Women
        * Men

 * 
 * 0
 * 

 * Apparel
   * Women
     * New Arrivals
     * 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
   * I Would, But I'm Playing Tennis
   * Balls 2020
   * Colorado
     * CO Yeti 2020
     * CO Flag 5280
     * USTA-PLAY Colorado
   * Pickleball
   * Skirts
   * Court Life
   * CLASSICS
   * LINE 3 ORIGINALS
   * Line 3 French Terry
   * Lucky!
   * Love Tennis
   * Flowy
   * Fun & Funny
   * USA
   * HOLIDAY
   * Plus Size
 * USTA
   * USTA Colorado
     * USTA CO District Gear 2021
     * USTA-PLAY Colorado
     * USTA CO Districts Gear
 * Teams
   * League Teams
   * Club Team Stores
 * Rewards
 * SALES
   * FINAL Clearance!
     * Women
     * Men
 * 


FEATURED PRODUCTS

Sold out


TASC-Rhythm Skirt-White Flower $ 30.00

Quick shop
 * 

Love Tennis Flower - Womens Mesh Back Tank $ 25.00
 * 


LOVE TENNIS FLOWER - WOMENS MESH BACK TANK

1 review
$ 25.00 $ 25.00 -0% $ 25.00
Smoke / XS - $ 25.00 Smoke / S - $ 25.00 Smoke / M - $ 25.00 Smoke / L - $ 25.00
Smoke / XL - $ 25.00 Smoke / 2XL - $ 25.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
 * 

Love Tennis Floral - Womens Mesh Back Top $ 25.00
 * 


LOVE TENNIS FLORAL - WOMENS MESH BACK TOP

No reviews
$ 25.00 $ 25.00 -0% $ 25.00
Lavender / XS - $ 25.00 Lavender / S - $ 25.00 Lavender / M - $ 25.00 Lavender /
L - $ 25.00 Lavender / XL - $ 25.00 Lavender / 2XL - $ 25.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
Sold out


TASC-Rhythm Skirt-Marine Flower From $ 30.00

Quick shop
 * 

Love Tennis Floral - Womens Tie Back Tank $ 25.00
 * 


LOVE TENNIS FLORAL - WOMENS TIE BACK TANK

No reviews
$ 25.00 $ 25.00 -0% $ 25.00
Lavender / XS - $ 25.00 Lavender / S - $ 25.00 Lavender / M - $ 25.00 Lavender /
L - $ 25.00 Lavender / XL - $ 25.00 Lavender / 2XL - $ 25.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
 * 

Love Tennis Flower - Womens Mesh Back Top $ 25.00
 * 


LOVE TENNIS FLOWER - WOMENS MESH BACK TOP

No reviews
$ 25.00 $ 25.00 -0% $ 25.00
Smoke / XS - $ 25.00 Smoke / S - $ 25.00 Smoke / M - $ 25.00 Smoke / L - $ 25.00
Smoke / XL - $ 25.00 Smoke / 2XL - $ 25.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
 * Twitter
 * 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