www.bonesmerch.com Open in urlscan Pro
2606:4700::6812:bcee  Public Scan

URL: https://www.bonesmerch.com/
Submission: On February 20 via manual from FI — Scanned from SG

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="327d5652-f581-4374-9406-5a92e5848897">
  <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="Design">Design :</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="Design">
              <option value="This Design" selected="selected">This Design</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

SEARCH HERE



SEARCH HISTORY

Search
0 Cart


 * * Shop All
   * Bones Hoodies
   * Bones Cloth
      * Bones T-shirts
      * Bones Hoodies
      * Bones Hats
      * Bones Hawaiian Shirts
      * Bones Boxers
      * Bones Socks
      * Bones Sweatshirts
   
   * Bones Decoration
      * Bones Puzzles
      * Bones Wall Clocks
      * Bones Plaques
      * Bones Posters
      * Bones Canvas
      * Bones Night Lamps
      * Bones Building Blocks
   
   * Bones Home & Living
      * Bones Blankets
      * Bones Aprons
      * Bones Fridge Magnets
      * Bones Mugs
      * Bones Pillows
      * Bones Air Freshener
   
   * Bones Bags & Accessories
      * Bones Totebags
      * Bones Backpacks
      * Bones Luggage Tags
   
   * Bones Accessories
      * Bones Phone Cases
      * Bones Post Cards
      * Bones Stickers
      * Bones Greeting Cards
      * Bones Wallet Cards
      * Bones Keychains
      * Bones Bound Notebooks
 * * Search
   * 0 Cart

 * 
 * track order
 * 

 * Shop All
 * Bones Hoodies
 * Bones Cloth
   * Bones T-shirts
   * Bones Hoodies
   * Bones Hats
   * Bones Hawaiian Shirts
   * Bones Boxers
   * Bones Socks
   * Bones Sweatshirts
 * Bones Decoration
   * Bones Puzzles
   * Bones Wall Clocks
   * Bones Plaques
   * Bones Posters
   * Bones Canvas
   * Bones Night Lamps
   * Bones Building Blocks
 * Bones Home & Living
   * Bones Blankets
   * Bones Aprons
   * Bones Fridge Magnets
   * Bones Mugs
   * Bones Pillows
   * Bones Air Freshener
 * Bones Bags & Accessories
   * Bones Totebags
   * Bones Backpacks
   * Bones Luggage Tags
 * Bones Accessories
   * Bones Phone Cases
   * Bones Post Cards
   * Bones Stickers
   * Bones Greeting Cards
   * Bones Wallet Cards
   * Bones Keychains
   * Bones Bound Notebooks

You've just added this product to the cart

{{ title }} x {{ quantity }}

Continue Shopping
View Cart & Checkout
Other Bones Fans Also Bought
 * $5.99
   Bones Wallet Insert Card Classic Celebrity Wallet Insert Card BONES On Record
   Labels by Bones Wallet Insert Card
   
 * $25.95
   Bones Boxers Custom Photo Boxers Men's Underwear Microphone Boxers Black
   
 * $35.95
   Bones Round Wall Clock Home Decor Wall Clock Gifts for Bones Fans Essential
   Photo Wall Clock
   
 * $9.99
   $12.95
   Bones Phone Case Bones Photo Phone Case
   23% 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

How to Design
Choose The Item You Want
There are Hoodies, shirts, blankets, etc. for your choice.
Choose The Design
Use the default picture or Upload your own.
Arrived Quickly
Make this item a meaningful gift!
1 / 2



TEAMSESH NECKLACE! POLISHED STAINLESS STEEL BONES PENDANT

SKU:EBPXL-2675672-1
$35.95 $36.00
0% OFF

Design : This Design
Qty:

Add to Cart
description TeamSESH pendant is laser cut from solid hypoallergenic stainless
steel. It is buffed to a highly polished finish creating a mirror-like surface.
The necklace is not prone to surface scratches and is rust & corrosion
resistant!  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

Bones T-shirts
 * TeamSesh T-shirt, Deadboys T-Shirt
   $16.95
   $27.00
   37% OFF
 * TeamSesh T-shirt, BONES INLOVINGMEMORY T-Shirt
   $16.95
   $25.00
   32% OFF
 * TeamSesh T-shirt, BONES SKELETON Classic T-Shirt
   $16.95
   $24.00
   29% OFF
 * TeamSesh T-shirt, Bones TeamSesh TillDeath T-Shirt
   $16.95
   $25.00
   32% OFF
 * TeamSesh T-shirt, DEADBOYS REAPER T-Shirt
   $16.95
   $25.00
   32% OFF
 * TeamSesh T-shirt, Drawn Up Sesh Bones T-Shirt
   $16.95
   $24.00
   29% OFF
 * TeamSesh T-shirt, TEAMSESHBONES WITHERED T-Shirt
   $16.95
   $26.00
   35% OFF
 * TeamSesh T-shirt, TEAMSESHONLINE T-Shirt
   $16.95
   $27.00
   37% OFF
 * TeamSesh T-shirt, Teamsesh Merch Skull T-Shirt
   $16.95
   $25.00
   32% OFF
 * TeamSesh T-shirt, TEAMSESH 1001 Classic T-Shirt
   $16.95
   $26.00
   35% OFF
 * TeamSesh T-shirt, BONES Angel Classic T-Shirt
   $16.95
   $25.00
   32% OFF
 * TeamSesh T-shirt, G59 Essential T-Shirt
   $16.95
   $27.00
   37% OFF

view all

Bones Hats
 * TeamSesh Hat, SIMPLESESH BEANIE
   $22.95
   $36.00
   36% OFF
 * TeamSesh Hat, SESHSKULL BEANIE
   $22.95
   $32.00
   28% OFF
 * TeamSesh Hat, TEAM SESH Logo Cap
   $19.95
   $29.00
   31% OFF
 * TeamSesh Hat, Dead Boy TeamSesh Cap
   $19.95
   $28.00
   29% OFF
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Bones
   Photo
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans TEENAGER
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Essential
   Photo
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Bones
   Classic Photo
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Ruminates
   in the Rain in the PopRocks Video
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Waterboys
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Bones
   TeenWitch
   $15.95
 * Bones Fisherman Hat Unisex Fashion Bucket Hat Gifts For Bones Fans Bones
   Rapper
   $15.95

view all

Team Sesh Hoodie
 * Team Sesh Hoodie, BONES Angel Pullover Hoodie
   $35.95
   $56.00
   36% OFF
 * Team Sesh Hoodie, BONES Team Sesh Design Hoodie
   $35.95
   $51.00
   30% OFF
 * Team Sesh Hoodie, Team Sesh Merch Teamsesh Skull Hoodie
   $35.95
   $55.00
   35% OFF
 * Team Sesh Hoodie, Bones Vintage Bootleg Shirt Lightweight Hoodie
   $35.95
   $54.00
   33% OFF
 * Team Sesh Hoodie, TEAM SESH Till I Rest Pullover Hoodie
   $35.95
   $55.00
   35% OFF
 * Team Sesh Hoodie, Team Sesh Logo Shhh Bones Meme Hoodie
   $35.95
   $54.00
   33% OFF
 * Team Sesh Hoodie, Pullover Hoodie
   $35.95
   $52.00
   31% OFF
 * Team Sesh Hoodie, BONES Lightweight Hoodie
   $35.95
   $52.00
   31% OFF
 * Team Sesh Hoodie, BONES Punk Hoodie
   $29.95
   $47.00
   36% OFF
 * Team Sesh Hoodie, Bones Team Sesh Lightweight Hoodie
   $35.95
   $57.00
   37% OFF
 * Team Sesh Hoodie, TEAM SESH Box Logo Hoodie
   $35.95
   $54.00
   33% OFF
 * Team Sesh Hoodie, Skeleton Wizard Pullover Hoodie
   $35.95
   $56.00
   36% OFF



Welcome to Bones Merch!

Hey! You found us! Thank you for visiting our online store! Feel free to browse
our site to find your favorite Bones. Bones store is a one-stop shop because you
can buy many different items you want. Whether you’re looking for something
subtle or eye-catching, there’s sure to be something that catches your eye.

 

Who is Bones?

Elmo Kennedy O 'Connor, known by his stage name Bones, is an American rapper and
songwriter from Howell, Michigan. He is also the founder of the music group
TeamSesh. O 'Connor is known for his pioneering work in hip-hop's subgenres emo
rap and trap metal. Since 2010, O 'Connor has released numerous records and
amassed a huge following .When he was 16, he started releasing music online
under the alias Th@Kid. After moving to Los Angeles, O 'Connor joined other
music creators he had met online, including Xavier Wulf, Chris Travis, and Eddy
Baker, then members of the now-semi-defunct Raider Klan. In 2012, he officially
changed his stage name to Bones.

 

Where Can I Buy Bones Collections?

Alright here! You can't find any more trustworthy shop than ours. We believe
that all the fans or customers can get a satisfying item from us. This site is
the official Bones Store that offers a huge variety of high-quality merchandise
and every merch category provides a huge variety of variations. We carry a wide
range of Bones like 

Bones T-shirts

Bones Hoodies

Bones Hats

and more. We also provide custom-made service for our customers, where we make
the product just for them and ship it out to their address.

 

The Mission of Our Bones Merch!

Our mission is to provide quality Bones Merch that is stylish, comfortable and
affordable. We believe in the power of fashion to empower and inspire. We want
to make sure that our products are accessible for all people. That's why we
offer a variety of sizes, styles, and price points - so that you can find what
you're looking for. 

 

Our modes of payment are guaranteed safe and easy for the peace and well-being
of our beloved customers, including Paypal, Credit/Debit Cards(together with but
not limited to Visa, Mastercard, and American Express).

 

Got a question? Need some advice? Have a problem with delivery? Feel free to
email us at cs@bonesmerch.com.


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