www.preppystickers.store Open in urlscan Pro
2606:4700:10::6816:2458  Public Scan

URL: https://www.preppystickers.store/
Submission: On November 28 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="1-Word Searches Only " aria-label="1-Word Searches Only ">
  <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="1-Word Searches Only " aria-label="1-Word Searches Only ">
  <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="c3032c3a-ab8e-411f-aa0e-cda1b28f6eae">
  <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="5cm×7.5cm" selected="selected">5cm×7.5cm</option>
              <option value="10cm×15cm ">10cm×15cm </option>
              <option value="8cm×21cm ">8cm×21cm </option>
              <option value="14cm×36cm ">14cm×36cm </option>
            </select>
            <span class="icon photofont photo-unfold"></span>
          </div>
        </div>
        <div data-select="" class="select-option show">
          <div class="selector-wrapper product-form__item">
            <label class="select-field-title" for="OptionSelector-2" data-name="Style">Style :</label>
            <select onchange="Product.changeOption(this,1)" class="single-option-selector product-form__input" id="OptionSelector-2" data-index="1" data-option="option2" data-name="Style">
              <option value="Vinyl Stickers" selected="selected">Vinyl Stickers</option>
              <option value="Opaque Stickers">Opaque Stickers</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

Live Chat


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
 * RETURN AND EXCHANGE within 60 days
 * FREE SHIPPING over $49.00

 * track order


SEARCH HISTORY


OTHERS ARE SEARCHING

 * Cute Preppy Stickers

SEARCH HERE



SEARCH HISTORY


OTHERS ARE SEARCHING

 * Cute Preppy Stickers

Search
0 Cart


 * * Shop All
      * Purple Preppy Stickers
      * Pink Preppy Stickers
   
   * Preppy Stickers
   * Preppy Transparent Stickers
   * Cute Preppy Stickers
   * Preppy Letter Stickers
   * Preppy Water Bottle Stickers
   * Preppy Laptop Stickers
   * Track Order
 * * Search
   * 0 Cart

 * 
 * track order
 * 

 * Shop All
   * Purple Preppy Stickers
   * Pink Preppy Stickers
 * Preppy Stickers
 * Preppy Transparent Stickers
 * Cute Preppy Stickers
 * Preppy Letter Stickers
 * Preppy Water Bottle Stickers
 * Preppy Laptop Stickers
 * Track Order

You've just added this product to the cart

{{ title }} x {{ quantity }}

Continue Shopping
View Cart & Checkout
You May Also Like
 * $7.99
   $11.00
   Graduation Gift Stickers Personalized, Preppy Stickers, Floral and Preppy
   Graduation Labels
   27% OFF
 * $7.99
   $12.00
   Preppy Teddy Bear Thank You For Supporting My Small Business Sticker, Preppy
   Stickers
   33% OFF
 * $21.95
   $31.00
   Preppy Sticker Pack, Preppy Stickers, Vsco Sticker Pack (10 Stickers)
   29% OFF
 * $3.99
   $6.00
   Preppy Pink LOVE Sticker, Preppy Transparent Stickers
   33% OFF




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



BE KIND PREPPY PINK STICKER, PREPPY WATER BOTTLE STICKERS

SKU:ETZA-2452018-1
$5.99 $9.00
33% OFF

Size : 5cm×7.5cm 10cm×15cm 8cm×21cm 14cm×36cm
Style : Vinyl Stickers Opaque Stickers
Qty:

Add to Cart
description

Looking for the perfect way to decorate your laptop, phone, or coffee mug in
style? Look no further than our beautiful, high-quality Be Kind Preppy Pink
Sticker. These stickers can be used to beautify and decorate whatever they are
put on, or they can be used to identify the item that they are put on. Wherever
you need some extra decoration and personality, these stickers are sure to do
the trick.

We have got the Be Kind Preppy Pink Sticker you need for your life. Every
sticker is made of high-quality paper. From your favorite animals to your
favorite subject, we have everything you could ask for. And to keep you
organized, we have a number of different sets with their own unique look and
design.

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


Preppy Stickers
 * Anchor Sorority Pennant Sticker, Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Rainbow Summer Preppy Sticker Pack Sticker, Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Blue Preppy Star-Eyed Faces Sticker Sticker, Preppy Stickers
   $7.99
   $13.00
   39% OFF
 * HONOLULU Plane Ticket Sticker, Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Graduation Gift Stickers Personalized, Preppy Stickers, Floral and Preppy
   Graduation Labels
   $7.99
   $11.00
   27% OFF
 * Round Rainbow Stickers, Rainbow Envelope Seal, Rainbow Envelope Closure,
   Preppy hand painted, Rainbow Favor, Kids Party Sticker
   $7.99
   $11.00
   27% OFF
 * Bee Stickers, Bumble Bee Envelope Seal, Bee Lover Envelope Closure, Preppy
   Hand Painted, Bee Favor, Wedding Favor
   $7.99
   $12.00
   33% OFF
 * Donut Stickers, Matte Round Sticker, Donut Envelope Seal, Donut Lover
   Envelope Closure, Preppy Hand Painted, Donut Favor, Baby Shower Sticker
   $7.99
   $11.00
   27% OFF
 * Round Sheep Stickers Sticker, Lamb Envelope Seal, Farm Animal Envelope
   Closure, Sheep Lover Farmhouse Gift, Preppy Stickers
   $7.99
   $12.00
   33% OFF
 * Black Sheep Stickers, Matte Round Sticker, Be Yourself Envelope Seal, Be
   Unique Envelope Closure, Preppy Hand Painted, Sheep Lover Farm
   $7.99
   $13.00
   39% OFF
 * Preppy Teddy Bear Thank You For Supporting My Small Business Sticker, Preppy
   Stickers
   $7.99
   $12.00
   33% OFF
 * Preppy Bow Sticker, Preppy Stickers
   $4.99
   $8.00
   38% OFF

view all

Preppy Water Bottle Stickers
 * Preppy Three Monkeys Sticker, Preppy Water Bottle Stickers
   $3.99
   $6.00
   33% OFF
 * Reagan Bush 84 Pink Preppy Republican Sticker, Preppy Water Bottle Stickers
   $4.99
   $7.00
   29% OFF
 * Preppy Sandals Sticker, Preppy Water Bottle Stickers
   $4.99
   $7.00
   29% OFF
 * Martha's Vineyard Beach Preppy Sticker, Preppy Water Bottle Stickers
   $4.99
   $7.00
   29% OFF
 * Preppy Watercolor Flowers Sticker, Preppy Water Bottle Stickers
   $3.99
   $6.00
   33% OFF
 * Cool Supplies Preppy School Sticker, Preppy Water Bottle Stickers
   $3.99
   $6.00
   33% OFF
 * TIGER PREPPY STICKER Sticker, Preppy Water Bottle Stickers
   $3.99
   $6.00
   33% OFF
 * Preppy Lightning Bolts Sticker, Preppy Water Bottle Stickers
   $3.99
   $6.00
   33% OFF
 * Blue Preppy Monkeys Sticker, Preppy Water Bottle Stickers
   $5.99
   $10.00
   40% OFF
 * Pink Preppy Heart Abstract Sticker, Preppy Water Bottle Stickers
   $5.99
   $9.00
   33% OFF
 * Be Kind Preppy Pink Sticker, Preppy Water Bottle Stickers
   $5.99
   $9.00
   33% OFF
 * Preppy Xoxo Art Print Sticker, Preppy Water Bottle Stickers
   $5.99
   $10.00
   40% OFF


Cute Preppy Stickers
 * Preppy Pink Love Heart Art Sticker, Cute Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Preppy Pennant Sticker, Preppy Transparent Stickers
   $3.99
   $6.00
   33% OFF
 * Golden Retriever Preppy Tennis Dog Sticker, Cute Preppy Stickers
   $4.99
   $7.00
   29% OFF
 * Preppy Cheetahs Sticker, Cute Preppy Stickers
   $4.99
   $8.00
   38% OFF
 * PREPPY PATRICK Sticker, Preppy Transparent Stickers
   $4.99
   $8.00
   38% OFF
 * Preppy Retriever Dog Sticker, Cute Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Cute Preppy Tennis Balls In Mouth Sticker, Cute Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Cute Preppy Pink Florida Map Sticker, Cute Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Nautical Preppy Dogs Sticker, Cute Preppy Stickers
   $3.99
   $6.00
   33% OFF
 * Preppy Cherry Sticker, Cute Preppy Stickers
   $3.99
   $6.00
   33% OFF



Welcome to Preppy Stickers Shop

Welcome to our shop. This is a shop specializing in Preppy Stickers. If you are
a two-dimensional fan, if you are a sticker fan, then you have come to the right
place. Here, you can click on each of our categories at will, and I believe each
product will surprise you.

Each sticker is carefully prepared for you. Do not miss it!


 

Why Should You Choose Our Preppy Stickers?

Our stickers are brightly colored and can provide a positive feeling to
everyone. We are providing various types of Preppy Stickers, such as Preppy
Letter Sticker, Preppy Laptop Stickers, and so on. You can choose the right
stickers according to your preferences. In addition, our stickers are of
excellent quality and perfect for dressing up your notebook and water bottle.

You may as well get inventive with all of the merchandise in our assortment as
you will discover all the pieces right here.

 

What Are Preppy Stickers?

Here are a few Preppy Stickers to liven up your Preppy cover. Of course, they
can also stick on laptops, phones, skateboards, water bottles, and more! The
perfect and affordable gifts for parties, birthdays, teachers, teens, or
students. Stick them on your bottle, laptop, wall, or anything! Not just for
friends, but for yourself, this is a great way to decorate your items with
Preppy Stickers and give them their perfect personal touch!

 

Where to Buy Preppy Stickers Merchandise?

Do you want to buy Preppy sticker merchandise? Well, you've come to the right
place. Our store is the best place to buy Preppy Stickers online. It offers
great deals on high-quality products and fast shipping. We have a wide selection
of high-quality Preppy Stickers and cheap prices. Our stickers are long-lasting
if you don't touch the water.

 

Cute Preppy Stickers

Our Preppy Sticker Store offers a wide variety of beautiful stickers You can buy
your favorite Cute Preppy Stickers for your friends, family, kids, and more. I
believe that the gift stickers sent will get a high feedback evaluation.  

 

Our Mission

Here, we are not content to offer you Stickers. You will also enjoy the
following services.

Customer First: We put the customer first. If you have any questions about
shopping, you can always contact us. We will do our best to help you.

Affordable Price: Because so many people like Preppy stickers, we want to make
Preppy stickers available for everyone. So our price comparison is cheap. You
can buy it even if you are a student.

High Quality: Our products are all high quality, and you will be delighted when
you receive the item.

Fast Shipping: Knowing that you want to have items fast, we will make
arrangements as quickly as possible so that you can receive your items as
quickly as possible.

 


 * 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, preppystickers.store
 * Choosing a selection results in a full page refresh.