www.goldenstatewarriorsshirt.com Open in urlscan Pro
2606:4700::6812:1595  Public Scan

URL: https://www.goldenstatewarriorsshirt.com/
Submission: On August 27 via manual from DE — Scanned from CH

Form analysis 4 forms found in the DOM

GET /search

<form class="search_slider" action="/search" method="get" role="search" itemprop="search" onsubmit="Mask.show()">
  <input type="hidden" name="type" value="product">
  <input class="input1" type="search" name="q" placeholder="SEARCH HERE..." aria-label="SEARCH HERE...">
  <button type="submit" class="btn1" style="display:none"><i class="photofont photo-search"></i></button>
  <i class="photofont icon photo-close suggest-close" data-slide-layer="close"></i>
</form>

GET /search

<form class="search_slider" action="/search" method="get" role="search" itemprop="search" onsubmit="Mask.show()">
  <input class="input1" type="search" name="q" placeholder="SEARCH HERE..." aria-label="SEARCH HERE...">
  <button type="submit" class="btn1"><i class="photofont photo-search"></i></button>
</form>

POST /cart/add

<form method="post" action="/cart/add" class="product-form" id="ProductFormcommon-product-detail">
  <input type="hidden" name="id" value="c15d8ccf-86e6-4bd7-ab7c-72afb48b5586">
  <div class="zen-customer-lr">
    <div class="zen-customers__right">
      <div class="asdqweqwewq">
        <style>
          .product-page-add_to_cart-section .select-option {
            width: 100%;
          }

          .product-page-add_to_cart-section .select-option .selector-wrapper span.icon.photofont.photo-unfold {
            position: absolute;
            right: 12px;
            top: 44%;
            pointer-events: none;
          }

          .dropdown-toggle::after {
            display: none;
          }

          .selector-wrapper-position {
            position: relative;
          }

          .ringsize-font {
            margin-top: 10px;
            font-size: 12px;
            line-height: 1.4;
          }

          .photocharms-warnfill,
          a.photocharms-warnfill:not([href]):not([tabindex]) {
            color: #00f;
            text-decoration: underline;
            cursor: pointer;
          }

          #examples_hide {
            max-height: 580px;
          }

          @media(max-width:768px) {
            #examples_hide {
              max-height: 100vh;
            }
          }
        </style>
        <div data-select="" class="select-option show">
          <div class="selector-wrapper product-form__item">
            <label class="select-field-title" for="OptionSelector-1" data-name="Size">Size :</label>
            <select onchange="Product.changeOption(this,1)" class="single-option-selector product-form__input" id="OptionSelector-1" data-index="0" data-option="option1" data-name="Size">
              <option value="Woman Tee - S" selected="selected">Woman Tee - S</option>
              <option value="Woman Tee - M">Woman Tee - M</option>
              <option value="Woman Tee - L">Woman Tee - L</option>
              <option value="Woman Tee - XL">Woman Tee - XL</option>
              <option value="Woman Tee - 2XL">Woman Tee - 2XL</option>
              <option value="Woman Tee - 3XL">Woman Tee - 3XL</option>
              <option value="Man Tee - XS">Man Tee - XS</option>
              <option value="Man Tee - S">Man Tee - S</option>
              <option value="Man Tee - M">Man Tee - M</option>
              <option value="Man Tee - L">Man Tee - L</option>
              <option value="Man Tee - XL">Man Tee - XL</option>
              <option value="Man Tee - 2XL">Man Tee - 2XL</option>
              <option value="Man Tee - 3XL">Man Tee - 3XL</option>
            </select>
            <span class="icon photofont photo-unfold"></span>
          </div>
        </div>
        <div class="common-standar_btn">
          <div class="qtyTitle">Qty:</div>
          <div class="product-form__item product-form__item--quantity">
            <div class="js-qty">
              <button type="button" class="js-qty__adjust--minus" onclick="minus()"><i class="photofont icon photo-move"></i></button>
              <input class="js-qty__input" type="text" id="Quantity" value="1" name="quantity" min="0" pattern="[0-99]*">
              <button type="button" class="js-qty__adjust--plus" onclick="plus()"><i class="photofont icon photo-add"></i></button>
            </div>
            <script>
              function minus() {
                var Quantity = $('#Quantity');
                var qty = parseInt(Quantity.val());
                var minus = qty - 1;
                if (minus < 1) {
                  minus = 1;
                }
                Quantity.val(minus);
              }

              function plus() {
                var Quantity = $('#Quantity');
                var qty = parseInt(Quantity.val());
                var plus = qty + 1;
                if (plus > 99) {
                  plus = 99;
                }
                Quantity.val(plus);
              }
            </script>
          </div>
          <div class="product-form__item product-form__item--submit">
            <button type="button" name="add" onclick="Product.addFormToCart(this.form)" class="btn product-form__cart-submit">
              <span>Add to Cart</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="csrf_token" value="{{ csrf }}">
  <input type="hidden" name="form_type" value="product">
  <input type="hidden" name="utf8" value="✓">
</form>

POST /contact#ContactFooter-pc

<form method="post" action="/contact#ContactFooter-pc" id="ContactFooter-pc">
  <div class="errors" style="display:none;" id="custom_subscribe_error">
    <ul>
      <li>
      </li>
    </ul>
  </div>
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="email_button">
    <input type="email" name="contact[email]" id="newsletter_footer-pc" class="input-text required-entry validate-email " value="" placeholder="Enter Email Address" autocorrect="off" autocapitalize="off">
    <button type="submit" title="Subscribe" class="button">
      <span>SUBSCRIBE</span>
    </button>
  </div>
  <script>
    $("#ContactFooter-pc").on("submit", function() {
      if ($("#newsletter_footer-pc").val() == '') {
        $("#custom_subscribe_error").show();
        $("#custom_subscribe_error").find("ul > li").text("This is a required field.")
        return false;
      }
    });
  </script>
  <input type="hidden" name="csrf_token" value="{{ csrf }}">
  <input type="hidden" name="form_type" value="customer">
  <input type="hidden" name="utf8" value="✓">
</form>

Text Content

America
 * US Dollar
 * Canadian Dollar
 * Mexican Peso
 * Brazilian Real
 * Chilean Peso
 * Colombian Peso

Europe
 * Euro
 * British Pound Sterling
 * Russian Ruble
 * Czech Republic Koruna
 * Norwegian Krone
 * Croatian Kuna
 * Swedish Krona
 * Ukrainian Hryvnia
 * Swiss Franc

Asia Pacific
 * New Taiwan Dollar
 * Hong Kong Dollar
 * Australian Dollar
 * Philippine Peso
 * New Zealand Dollar
 * Vietnamese Dong
 * Japanese Yen
 * Singapore Dollar
 * Thai Baht
 * Malaysian Ringgit
 * Israeli New Sheqel
 * Indian Rupee
 * Indonesian Rupiah
 * Macanese Pataca
 * Qatari Rial
 * South Korean Won
 * Saudi Riyal
 * United Arab Emirates Dirham

Africa
 * South African Rand

{{#each this}}
{{#if title}}
{{title}}
{{/if}}
   {{#each codes}}
 * {{label}}
   {{/each}}

{{/each}}

USD
 * FREE SHIPPING over $49.00

 * track order


SEARCH HISTORY


OTHERS ARE SEARCHING

 * Stephen Curry Shirt

SEARCH HERE



SEARCH HISTORY


OTHERS ARE SEARCHING

 * Stephen Curry Shirt

Search
0 Cart


 * * Shop All
   * Golden State Warriors T-shirt
   * Golden State Warriors Shirt
   * Stephen Curry Shirt
 * * Search
   * 0 Cart

 * 
 * track order
 * 

 * Shop All
 * Golden State Warriors T-shirt
 * Golden State Warriors Shirt
 * Stephen Curry Shirt

You've just added this product to the cart

{{ title }} x {{ quantity }}

Continue Shopping
View Cart & Checkout



Spend 49.00 to enjoy FREE SHIPPING!
{{#if_gt grandTotal freeshipping_total_price}}
{{ free_shipping_congratulations }}
{{/if_gt}} {{#if_lteq grandTotal freeshipping_total_price}}
{{{ free_shipping_spend}}}
{{/if_lteq}}
   {{#items}}

 * {{producttitle}}
   
   {{sku}}
   {{#if alphaText}}
   (Text: {{alphaText}})
   {{else if engravingText}}
   (Text: {{engravingText}})
   {{/if}}
   
   {{ lineprice }}
   {{/items}}

{{#if_gt itemCount 0}}
{{#products}}
{{ title }}
+ADD FOR

{{/products}} View Cart & Checkout
{{/if_gt}}

Hot Sale

1 / 3



GOLDEN STATE WARRIORS T-SHIRT, DRAYMOND GREEN T-SHIRT

SKU:ETX-2577296-1
$16.95 $25.00
32% OFF

Size : Woman Tee - S Woman Tee - M Woman Tee - L Woman Tee - XL Woman Tee - 2XL
Woman Tee - 3XL Man Tee - XS Man Tee - S Man Tee - M Man Tee - L Man Tee - XL
Man Tee - 2XL Man Tee - 3XL
Qty:

Add to Cart
description

A perfect shirt for summer, this high-quality and comfortable shirt is perfect
for a day at the beach or exploring outdoors. It is made of breathable and soft
cloth that is designed to allow your body temperature to be easily regulated.
With its stylish and trendy look, it can be worn anywhere and can easily be
matched with pants, skirts, and shorts.
Get a noticeable style update with our trendy, gender-neutral Draymond Green
T-shirt. Whether you are taking the plunge into a new trend or want to show your
individualistic style, this stylish shirt is your go-to.

shipping

Free shipping for orders over $49

You can choose the shipping method during checkout:

Standard shipping: $7.99

Arrives 7-15 business days after the production time

Express Shipping: $29.95

Delivery 4-6 business days after the production time

SHIPPING TO:
AfghanistanAland IslandsAlbaniaAlgeriaAndorraAngolaAnguillaAntigua And
BarbudaArgentinaArmeniaArubaAscension
IslandAustraliaAustriaAzerbaijanBahamasBahrainBangladeshBarbadosBelarusBelgiumBelizeBeninBermudaBhutanBoliviaBosnia
And HerzegovinaBotswanaBouvet IslandBrazilBritish Indian Ocean
TerritoryBruneiBulgariaBurkina FasoBurundiCambodiaCanadaCape VerdeCaribbean
NetherlandsCayman IslandsCentral African RepublicChadChileChinaChristmas
IslandCocos (Keeling) IslandsColombiaComorosCongoCongo, The Democratic Republic
Of TheCook IslandsCosta RicaCroatiaCubaCuraçaoCyprusCzech RepublicCôte
d'IvoireDenmarkDjiboutiDominicaDominican RepublicEcuadorEgyptEl
SalvadorEquatorial GuineaEritreaEstoniaEswatiniEthiopiaFalkland Islands
(Malvinas)Faroe IslandsFijiFinlandFranceFrench GuianaFrench PolynesiaFrench
Southern
TerritoriesGabonGambiaGeorgiaGermanyGhanaGibraltarGreeceGreenlandGrenadaGuadeloupeGuatemalaGuernseyGuineaGuinea
BissauGuyanaHaitiHeard Island And Mcdonald IslandsHoly See (Vatican City
State)HondurasHong KongHungaryIcelandIndiaIndonesiaIran, Islamic Republic
OfIraqIrelandIsle Of
ManIsraelItalyJamaicaJapanJerseyJordanKazakhstanKenyaKiribatiKorea, Democratic
People's Republic OfKosovoKuwaitKyrgyzstanLao People's Democratic
RepublicLatviaLebanonLesothoLiberiaLibyan Arab
JamahiriyaLiechtensteinLithuaniaLuxembourgMacaoMadagascarMalawiMalaysiaMaldivesMaliMaltaMartiniqueMauritaniaMauritiusMayotteMexicoMoldova,
Republic
ofMonacoMongoliaMontenegroMontserratMoroccoMozambiqueMyanmarNamibiaNauruNepalNetherlandsNetherlands
AntillesNew CaledoniaNew ZealandNicaraguaNigerNigeriaNiueNorfolk IslandNorth
MacedoniaNorwayOmanPakistanPalestinian Territory, OccupiedPanamaPapua New
GuineaParaguayPeruPhilippinesPitcairnPolandPortugalQatarRepublic of
CameroonReunionRomaniaRussiaRwandaSaint BarthélemySaint HelenaSaint Kitts And
NevisSaint LuciaSaint MartinSaint Pierre And MiquelonSamoaSan MarinoSao Tome And
PrincipeSaudi ArabiaSenegalSerbiaSeychellesSierra LeoneSingaporeSint
MaartenSlovakiaSloveniaSolomon IslandsSomaliaSouth AfricaSouth Georgia And The
South Sandwich IslandsSouth KoreaSouth SudanSpainSri LankaSt.
VincentSudanSurinameSvalbard And Jan
MayenSwedenSwitzerlandSyriaTaiwanTajikistanTanzania, United Republic
OfThailandTimor LesteTogoTokelauTongaTrinidad and TobagoTristan da
CunhaTunisiaTurkeyTurkmenistanTurks and Caicos IslandsTuvaluUgandaUkraineUnited
Arab EmiratesUnited KingdomUnited StatesUnited States Minor Outlying
IslandsUruguayUzbekistanVanuatuVenezuelaVietnamVirgin Islands, BritishWallis And
FutunaWestern SaharaYemenZambiaZimbabwe


Golden State Warriors Shirt
 * Golden State Warriors Shirt, Warriors Basketball Long Sleeve
   $35.95
   $60.00
   40% OFF
 * Golden State Warriors Shirt, Steph Curry T-shirt
   $16.95
   $26.00
   35% OFF
 * Golden State Warriors Shirt, Night Night Curry Brand Classic T-Shirt
   $16.95
   $24.00
   29% OFF
 * Golden State Warriors Shirt, Long Sleeve Black Golden State Air Curry
   $35.95
   $60.00
   40% OFF
 * Golden State Warriors Shirt, Klay Thompson Classic T-Shirt
   $16.95
   $26.00
   35% OFF
 * Golden State Warriors Shirt, Warriors Championship 2022 Golden State Warriors
   Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Golden State Warriors Shirt, Steph Gonna Steph Classic T-Shirt
   $16.95
   $27.00
   37% OFF
 * Golden State Warriors Shirt, Golden State Warriors Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Golden State Warriors Shirt, GOLDEN-CITY Classic T-Shirt
   $16.95
   $26.00
   35% OFF
 * Golden State Warriors Shirt, Golden State of Mind Classic T-Shirt
   $16.95
   $24.00
   29% OFF
 * Golden State Warriors Shirt, Splash City Essential T-Shirt
   $16.95
   $24.00
   29% OFF
 * Golden State Warriors Shirt, Warriors - GSW - 2019 - 2020 Classic T-Shirt
   $16.95
   $25.00
   32% OFF


Golden State Warriors T-shirt
 * Golden State Warriors T-shirt, NBA 30 T-shirt
   $16.95
   $25.00
   32% OFF
 * Golden State Warriors T-shirt, Logo T-Shirt
   $16.95
   $24.00
   29% OFF
 * Golden State Warriors T-shirt, The City T-shirt
   $16.95
   $26.00
   35% OFF
 * Golden State Warriors T-shirt, Golden State Champions Basketball 2022
   Essential T-Shirt
   $16.95
   $27.00
   37% OFF
 * Golden State Warriors T-shirt, Klay Thompson Shirt
   $16.95
   $24.00
   29% OFF
 * Golden State Warriors T-shirt, Steph Curry MVP Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Golden State Warriors T-shirt, Splash Brothers - Curry And Klay Champions
   Essential T-Shirt
   $16.95
   $27.00
   37% OFF
 * Golden State Warriors T-shirt, I'm a warrior Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Golden State Warriors T-shirt, Draymond Green T-shirt
   $16.95
   $25.00
   32% OFF
 * Golden State Warriors T-shirt, Draymond Green T-shirt
   $16.95
   $26.00
   35% OFF
 * Golden State Warriors T-shirt, Warriors - GSW - 2020 - 2021 Classic T-Shirt
   $16.95
   $27.00
   37% OFF
 * Golden State Warriors T-shirt, 30 > 23 | Curry > James Essential T-Shirt
   $16.95
   $26.00
   35% OFF


Stephen Curry Shirt
 * Stephen Curry Shirt, Chef Curry - Steph Curry Classic T-Shirt
   $16.95
   $27.00
   37% OFF
 * Stephen Curry Shirt, Steph-Curry Essential T-Shirt
   $16.95
   $24.00
   29% OFF
 * Stephen Curry Shirt, Steph Curry Tee Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Stephen Curry Shirt, Stephen Curry Classic T-Shirt
   $16.95
   $27.00
   37% OFF
 * Stephen Curry Shirt, Stephen Curry 30 Basketball Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Stephen Curry Shirt, Stephen Curry Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Stephen Curry Shirt, Stephen Curry Classic T-Shirt
   $16.95
   $24.00
   29% OFF
 * Stephen Curry Shirt, Stephen Curry Classic T-Shirt
   $16.95
   $24.00
   29% OFF
 * Stephen Curry Shirt, Stephen Curry 30 Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * Stephen Curry Shirt, Steph Curry Night Night Classic T-Shirt
   $16.95
   $27.00
   37% OFF
 * Stephen Curry Shirt, Stephen Curry Classic T-Shirt
   $16.95
   $27.00
   37% OFF
 * Stephen Curry Shirt, Stepen Cartoon Art Classic T-Shirt
   $16.95
   $24.00
   29% OFF



Thank you for visiting our store! Our official Golden State Warriors Shirt store
offers high quality custom-made products to our customers. Get quality Golden
State Warriors Shirt at an amazing price. Our goal is to provide our customers
with beautiful, well-crafted everyday items that make their lives easier. Our
store offers all of the creative Golden State Warriors Shirt to shop online,
which includes:

 

Golden State Warriors T-Shirt

Golden State Warriors Shirt

Stephen Curry Shirt

 

We are confident to provide you with the best service and the best quality
products. The price range is kept standard so that all the fans can shop without
thinking about the bills. You can pay us through PayPal and Credit/Debit cards.
Cards include visa, Mastercard, and American Express but are not limited to this
only.

 

We strive to provide the best customer service possible by answering any
questions you may have about our product, shipping, or payment options. Please
feel free to email us at cs@goldenstatewarriorsshirt.com. We want you to be
satisfied with your purchase and we hope that you will come back soon! 



 * FREE SHIPPING
   Over $49.00
 * RETURN & EXCHANGE
   within 60 days
 * PAYMENT
   100% Secure
 * Personalized Unique Design
   Personalized


TERMS & POLICIES

 * Intellectual Property Rights
 * Terms of Shipment
 * Return and Exchange Policy
 * Terms of Service
 * Privacy Policy


COMPANY INFO

 * About Us
 * Contact and FAQ
 * Track Order


SUBSCRIBE

 * Subscribe to our newsletter, so that you can be the first to know about new
   offers and promotions.

 * 

SUBSCRIBE
 * 

© 2023, goldenstatewarriorsshirt.com
 * Choosing a selection results in a full page refresh.