www.getbacknecklaces.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: http://getbacksupplyco.com/
Effective URL: https://www.getbacknecklaces.com/
Submission: On November 14 via api from US — Scanned from CA

Form analysis 9 forms found in the DOM

GET /search

<form class="search search-bar__form" action="/search" method="get" role="search">
  <button class="search-bar__submit search__submit btn--link" type="submit">
    <svg width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 90" class="icon icon-search" style="enable-background:new 0 0 90 90;"
      xml:space="preserve">
      <style type="text/css">
        .st0 {
          fill: #010101;
        }

        .st1 {
          fill: none;
          stroke: #000000;
          stroke-width: 8;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-miterlimit: 10;
        }

        .st2 {
          fill: none;
          stroke: #000000;
          stroke-width: 8;
          stroke-linecap: round;
          stroke-miterlimit: 10;
        }

        .st3 {
          fill: none;
          stroke: #000000;
          stroke-width: 8;
          stroke-linejoin: round;
          stroke-miterlimit: 10;
        }

        .st4 {
          fill: none;
          stroke: #000000;
          stroke-width: 7;
          stroke-linecap: round;
          stroke-miterlimit: 10;
        }

        .st5 {
          fill: none;
        }
      </style>
      <path class="st0" d="M41.29,8.57C22.28,6.15,6.15,22.28,8.57,41.29c1.68,13.2,12.4,23.72,25.63,25.19
	c8.56,0.96,16.47-1.87,22.36-6.98l1.77,1.77v3.14c0,1.44,0.57,2.82,1.59,3.83l21.73,21.73c0.93,0.93,2.44,0.93,3.37,0l4.97-4.97
	c0.93-0.93,0.93-2.44,0-3.37L68.25,59.92c-1.02-1.02-2.39-1.59-3.83-1.59h-3.14l-1.77-1.77c5.11-5.89,7.93-13.79,6.98-22.36
	C65.01,20.97,54.49,10.26,41.29,8.57z M36.55,16.69c12.31-0.54,22.29,9.45,21.76,21.76c-0.46,10.66-9.2,19.4-19.87,19.87
	c-12.31,0.54-22.29-9.45-21.76-21.76C17.15,25.89,25.89,17.15,36.55,16.69z"></path>
    </svg>
    <span class="icon__fallback-text">Submit</span>
  </button>
  <input class="search__input search-bar__input" type="search" name="q" value="" placeholder="Search" aria-label="Search" id="ispbxii_0">
</form>

GET /pages/search-results

<form action="/pages/search-results" method="get" class="" role="search">
  <span role="status" aria-live="polite" class="isp_polite_powered_by_id ui-helper-hidden-accessible"></span><input class="ui-autocomplete-input" type="search" name="q" placeholder="Search..." aria-label="Search" id="ispbxii_1" autocomplete="OfF"
    autocorrect="off" autocapitalize="off" aria-autocomplete="list" isp_ac="OfF">
</form>

GET /search

<form action="/search" method="get" role="search">
  <input class="" type="search" name="q" placeholder="SEARCH NECKLACES, BRACELETS, &amp; MORE" aria-label="SEARCH NECKLACES, BRACELETS, &amp; MORE" id="ispbxii_2">
</form>

//manage.kmail-lists.com/subscriptions/subscribe

<form id="email_signup3" class="klaviyo_gdpr_embed_ENNHU9" action="//manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="//manage.kmail-lists.com/ajax/subscriptions/subscribe" novalidate="novalidate">
  <input type="hidden" name="g" value="ENNHU9">
  <div class="klaviyo_messages">
    <div class="success_message" style="display:none;"></div>
    <div class="error_message" style="display:none;"></div>
  </div>
  <div class="input-group password__input-group klaviyo_form_actions">
    <input type="email" name="email" id="k_id_email" class="input first" value="" placeholder="Your email address" autocorrect="off" autocapitalize="off">
    <button type="submit" class="klaviyo_submit_button button first" name="commit" id="Subscribe">Subscribe</button>
  </div>
  <script type="text/javascript" src="//www.klaviyo.com/media/js/public/klaviyo_subscribe.js"></script>
  <script type="text/javascript">
    KlaviyoSubscribe.attachToForms('#email_signup3', {
      hide_form_on_success: true,
      extra_properties: {
        $source: 'Shopify form',
        $method_type: "Klaviyo Form",
        $method_id: 'embed'
      }
    });
  </script>
  <!-- <script type="text/javascript" src="//www.klaviyo.com/media/js/public/klaviyo_subscribe.js"></script>
          <script type="text/javascript">
             $("#email_signup").one('submit', function(e) {
               
               jQuery('p.errors1').remove();
                e.preventDefault();
                var email = $("#k_id_email").val();
                var settings = {
                    "async": true,
                    "crossDomain": true,
                    "url": "https://manage.kmail-lists.com/subscriptions/external/subscribe",
                    "method": "POST",
                    "headers": {
                        "content-type": "application/x-www-form-urlencoded",
                        "cache-control": "no-cache"
                    },
                    "data": {
                        "g": "ENNHU9",
                        "$fields": "$source",
                        "email": email,
                        "$source": "Shopify form"
                    }
                };
                $.ajax(settings).done(function (response) {
                    console.log(response)
                    if (response.success == true){
                      $("#email_signup").append("<p class='errors1' style='text-align: center'>Thank you!</p>");
                    }
                }).fail(function(textStatus){
                  if(textStatus.status == 400){
                    $("#email_signup").append("<p class='errors1' style='text-align: center'>You've already signed up for our emails!</p>");
                  }
                });
            });
        </script> -->
</form>

<form class="form-klaviyo-back-in-stock">
  <button class="klaviyo-close" aria-label="Close Back In Stock Pop-up Form" type="button" data-close-dialog="bis">
    <svg class="icon-close" width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(-1172.000000, -64.000000)" fill="#000" fill-rule="nonzero">
          <g transform="translate(1172.000000, 64.000000)">
            <path
              d="M9.9010989,8.59340659 L16.7384615,1.75604396 C17.0934066,1.4010989 17.0934066,0.821978022 16.7384615,0.448351648 C16.3835165,0.0747252747 15.8043956,0.0934065934 15.4307692,0.448351648 L8.59340659,7.28571429 L1.75604396,0.448351648 C1.4010989,0.0934065934 0.821978022,0.0934065934 0.448351648,0.448351648 C0.0747252747,0.803296703 0.0934065934,1.38241758 0.448351648,1.75604396 L7.28571429,8.59340659 L0.448351648,15.4307692 C0.0934065934,15.7857143 0.0934065934,16.3648352 0.448351648,16.7384615 C0.635164835,16.9252747 0.859340659,17 1.1021978,17 C1.34505495,17 1.56923077,16.9065934 1.75604396,16.7384615 L8.59340659,9.9010989 L15.4307692,16.7384615 C15.6175824,16.9252747 15.8417582,17 16.0846154,17 C16.3274725,17 16.5516484,16.9065934 16.7384615,16.7384615 C17.0934066,16.3835165 17.0934066,15.8043956 16.7384615,15.4307692 L9.9010989,8.59340659 Z">
            </path>
          </g>
        </g>
      </g>
    </svg>
  </button>
  <h4 class="klaviyo-heading">We'll Get Back To Ya!</h4>
  <p class="klaviyo-textarea">...once this item is restocked! Leave us your email address, and we'll shoot you a message when it's available.</p>
  <div class="klaviyo-input-block">
    <label for="section-klaviyo-back-in-stock">Email:</label>
    <input data-k-form-variant-id="null" id="section-klaviyo-back-in-stock" placeholder="Email" type="email" class="input first" required="">
    <button class="button first">Submit</button>
  </div>
  <p style="display: none;" class="klaviyo-result" data-k-form-success="We will notify you when the product is back in stock!" data-k-form-error="There was something wrong with your request. Please try again."></p>
</form>

GET /pages/search-results

<form class="search search-bar__form" action="/pages/search-results" method="get" role="search">
  <button class="search-bar__submit search__submit btn--link" type="submit">
    <svg width="20" height="20" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 100 90" class="icon icon-search" style="enable-background:new 0 0 90 90;"
      xml:space="preserve">
      <style type="text/css">
        .st0 {
          fill: #010101;
        }

        .st1 {
          fill: none;
          stroke: #000000;
          stroke-width: 8;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-miterlimit: 10;
        }

        .st2 {
          fill: none;
          stroke: #000000;
          stroke-width: 8;
          stroke-linecap: round;
          stroke-miterlimit: 10;
        }

        .st3 {
          fill: none;
          stroke: #000000;
          stroke-width: 8;
          stroke-linejoin: round;
          stroke-miterlimit: 10;
        }

        .st4 {
          fill: none;
          stroke: #000000;
          stroke-width: 7;
          stroke-linecap: round;
          stroke-miterlimit: 10;
        }

        .st5 {
          fill: none;
        }
      </style>
      <path class="st0" d="M41.29,8.57C22.28,6.15,6.15,22.28,8.57,41.29c1.68,13.2,12.4,23.72,25.63,25.19
	c8.56,0.96,16.47-1.87,22.36-6.98l1.77,1.77v3.14c0,1.44,0.57,2.82,1.59,3.83l21.73,21.73c0.93,0.93,2.44,0.93,3.37,0l4.97-4.97
	c0.93-0.93,0.93-2.44,0-3.37L68.25,59.92c-1.02-1.02-2.39-1.59-3.83-1.59h-3.14l-1.77-1.77c5.11-5.89,7.93-13.79,6.98-22.36
	C65.01,20.97,54.49,10.26,41.29,8.57z M36.55,16.69c12.31-0.54,22.29,9.45,21.76,21.76c-0.46,10.66-9.2,19.4-19.87,19.87
	c-12.31,0.54-22.29-9.45-21.76-21.76C17.15,25.89,25.89,17.15,36.55,16.69z"></path>
    </svg>
    <span class="icon__fallback-text">Submit</span>
  </button>
  <span role="status" aria-live="polite" class="isp_polite_powered_by_id ui-helper-hidden-accessible"></span><input class="search__input search-bar__input ui-autocomplete-input" type="search" name="q" value="" placeholder="Search" aria-label="Search"
    id="ispbxii_3" autocomplete="OfF" autocorrect="off" autocapitalize="off" aria-autocomplete="list" isp_ac="OfF">
</form>

GET /pages/search-results

<form action="/pages/search-results" method="get" class="" role="search">
  <span role="status" aria-live="polite" class="isp_polite_powered_by_id ui-helper-hidden-accessible"></span><input class="ui-autocomplete-input" type="search" name="q" placeholder="Search..." aria-label="Search" id="ispbxii_4" autocorrect="off"
    autocapitalize="off" aria-autocomplete="list" autocomplete="OfF" isp_ac="OfF">
</form>

//manage.kmail-lists.com/subscriptions/subscribe

<form id="email_signup3" class="klaviyo_gdpr_embed_ENNHU9" action="//manage.kmail-lists.com/subscriptions/subscribe" data-ajax-submit="//manage.kmail-lists.com/ajax/subscriptions/subscribe" novalidate="novalidate">
  <input type="hidden" name="g" value="ENNHU9">
  <div class="klaviyo_messages">
    <div class="success_message" style="display:none;"></div>
    <div class="error_message" style="display:none;"></div>
  </div>
  <div class="input-group password__input-group klaviyo_form_actions">
    <input type="email" name="email" id="k_id_email" class="input first" value="" placeholder="Your email address" autocorrect="off" autocapitalize="off">
    <button type="submit" class="klaviyo_submit_button button first" name="commit" id="Subscribe">Subscribe</button>
  </div>
  <script type="text/javascript" src="//www.klaviyo.com/media/js/public/klaviyo_subscribe.js"></script>
  <script type="text/javascript">
    KlaviyoSubscribe.attachToForms('#email_signup3', {
      hide_form_on_success: true,
      extra_properties: {
        $source: 'Shopify form',
        $method_type: "Klaviyo Form",
        $method_id: 'embed'
      }
    });
  </script>
  <!-- <script type="text/javascript" src="//www.klaviyo.com/media/js/public/klaviyo_subscribe.js"></script>
          <script type="text/javascript">
             $("#email_signup").one('submit', function(e) {
               
               jQuery('p.errors1').remove();
                e.preventDefault();
                var email = $("#k_id_email").val();
                var settings = {
                    "async": true,
                    "crossDomain": true,
                    "url": "https://manage.kmail-lists.com/subscriptions/external/subscribe",
                    "method": "POST",
                    "headers": {
                        "content-type": "application/x-www-form-urlencoded",
                        "cache-control": "no-cache"
                    },
                    "data": {
                        "g": "ENNHU9",
                        "$fields": "$source",
                        "email": email,
                        "$source": "Shopify form"
                    }
                };
                $.ajax(settings).done(function (response) {
                    console.log(response)
                    if (response.success == true){
                      $("#email_signup").append("<p class='errors1' style='text-align: center'>Thank you!</p>");
                    }
                }).fail(function(textStatus){
                  if(textStatus.status == 400){
                    $("#email_signup").append("<p class='errors1' style='text-align: center'>You've already signed up for our emails!</p>");
                  }
                });
            });
        </script> -->
</form>

<form class="form-klaviyo-back-in-stock">
  <button class="klaviyo-close" aria-label="Close Back In Stock Pop-up Form" type="button" data-close-dialog="bis">
    <svg class="icon-close" width="17px" height="17px" viewBox="0 0 17 17" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
      <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
        <g transform="translate(-1172.000000, -64.000000)" fill="#000" fill-rule="nonzero">
          <g transform="translate(1172.000000, 64.000000)">
            <path
              d="M9.9010989,8.59340659 L16.7384615,1.75604396 C17.0934066,1.4010989 17.0934066,0.821978022 16.7384615,0.448351648 C16.3835165,0.0747252747 15.8043956,0.0934065934 15.4307692,0.448351648 L8.59340659,7.28571429 L1.75604396,0.448351648 C1.4010989,0.0934065934 0.821978022,0.0934065934 0.448351648,0.448351648 C0.0747252747,0.803296703 0.0934065934,1.38241758 0.448351648,1.75604396 L7.28571429,8.59340659 L0.448351648,15.4307692 C0.0934065934,15.7857143 0.0934065934,16.3648352 0.448351648,16.7384615 C0.635164835,16.9252747 0.859340659,17 1.1021978,17 C1.34505495,17 1.56923077,16.9065934 1.75604396,16.7384615 L8.59340659,9.9010989 L15.4307692,16.7384615 C15.6175824,16.9252747 15.8417582,17 16.0846154,17 C16.3274725,17 16.5516484,16.9065934 16.7384615,16.7384615 C17.0934066,16.3835165 17.0934066,15.8043956 16.7384615,15.4307692 L9.9010989,8.59340659 Z">
            </path>
          </g>
        </g>
      </g>
    </svg>
  </button>
  <h4 class="klaviyo-heading">We'll Get Back To Ya!</h4>
  <p class="klaviyo-textarea">...once this item is restocked! Leave us your email address, and we'll shoot you a message when it's available.</p>
  <div class="klaviyo-input-block">
    <label for="section-klaviyo-back-in-stock">Email:</label>
    <input data-k-form-variant-id="null" id="section-klaviyo-back-in-stock" placeholder="Email" type="email" class="input first" required="">
    <button class="button first">Submit</button>
  </div>
  <p style="display: none;" class="klaviyo-result" data-k-form-success="We will notify you when the product is back in stock!" data-k-form-error="There was something wrong with your request. Please try again."></p>
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting

Skip to content
Submit
Close search

 * Shop
   
   
   The Classics
   
   Chokers
   
   Rings
   
   Chains
   
   Earrings
   
   Bracelets
   
   Mystery
   
   Accessories

 * New Arrivals
 * Best Sellers
 * Brand Ambassador
 * $5 + $10 Styles
 * Gold
 * Silver
 * Log in

free shipping on U.S Orders over $40


expand/collapse




0




 * Shop
   
   The Classics
   
   Chokers
   
   Rings
   
   Chains
   
   Earrings
   
   Bracelets
   
   Mystery
   
   Accessories

 * New Arrivals
 * Best Sellers
 * Brand Ambassador
 * $5 + $10 Styles
 * Gold
 * Silver

Sale 0

0
expand/collapse

The Classics

Chokers

Rings

Mystery

Bracelets

Sale

Earrings

Accessories

celebrate the season with


COASTAL GIFTS

shop now


CLASSIC ST. CHRISTOPHERS

Previous
Best Seller
Small - Aqua / White
Regular price $20
Add to cart Notify me
Best Seller
Small - Gold / Baby Blue
Regular price $35
Add to cart Notify me
Best Seller
Medium - Gold / Pink
Regular price $40
Add to cart Notify me
Best Seller
Small - Gold / Pink
Regular price $35
Add to cart Notify me
Best Seller
Medium - Aqua / White
Regular price $23
Add to cart Notify me
Best Seller
Medium - Gold / Baby Blue
Regular price $40
Add to cart Notify me
Best Seller
Medium - Fuchsia / Pink
Regular price $23
Add to cart Notify me
Rectangle St. Christopher - Sandy / Blonde
Regular price $26
Add to cart Notify me
Rectangle St. Christopher - Pink / White
Regular price $26
Add to cart Notify me
Best Seller
Medium - Silver / Black
Regular price $23
Add to cart Notify me
Rectangle St. Christopher - Silver / White
Regular price $26
Add to cart Notify me
Small - Emerald / Cactus
Regular price $20
Add to cart Notify me
Rectangle St. Christopher - Silver / Pink
Regular price $26
Add to cart Notify me
Rectangle St. Christopher - Silver / Baby Blue
Regular price $26
Add to cart Notify me
Medium - Pink / Black
$15 $23 (35% off)
Add to cart Notify me
Best Seller
Small - Silver / White
Regular price $20
Add to cart Notify me
Best Seller
Small - Melon / Blush
Regular price $20
Add to cart Notify me
Best Seller
Medium - Coral / Lagoon
Regular price $23
Add to cart Notify me
Medium - Emerald / Cactus
Regular price $23
Add to cart Notify me
Small - Silver / Baby Blue
Regular price $20
Add to cart Notify me
Medium - Silver / White
Regular price $23
Add to cart Notify me
Medium - Silver / Baby Blue
Regular price $23
Add to cart Notify me
Small - Silver / Petal
Regular price $20
Add to cart Notify me
Medium - Pink / White
Regular price $23
Add to cart Notify me
Medium - Silver / Petal
Regular price $23
Add to cart Notify me
Medium - Sandy / Blonde
Regular price $23
Add to cart Notify me
Small - Coral / Lagoon
Regular price $20
Add to cart Notify me
Small - Silver / Lavender
Regular price $20
Add to cart Notify me
Medium - Silver / Lavender
Regular price $23
Add to cart Notify me
Medium - Red / Red
$8 $23 (65% off)
Add to cart Notify me
Rectangle - Aqua / White
Regular price $26
Add to cart Notify me
Best Seller
Small - Fuchsia / Pink
Regular price $20
Add to cart Notify me
Small - Silver / Black
Regular price $20
Add to cart Notify me
Best Seller
Small - Pink / White
Regular price $20
Add to cart Notify me
Rectangle - Gold / Red
$15 $40 (63% off)
Add to cart Notify me
Buy 3 Classics, Get 3 Free
Medium - Gold / Red
$15 $40 (63% off)
Add to cart Notify me
Next


SHOP BY CATEGORY

Previous
Chokers
Earrings
Sets & Stacks
bracelets
Mystery Necklaces
Rings
Accessories
Next


NEW ARRIVALS

Previous
New
Satellite Chain - Silver
Regular price $32
Add to cart Notify me
New
Paperclip Chain - Silver
Regular price $40
Add to cart Notify me
New
Gold St. Christopher Medallion Necklace
Regular price $32
Add to cart Notify me
New
Our Lady of The Waves Sticker
Regular price $5
Add to cart Notify me
New
Our Saint of Surf Sticker
Regular price $5
Add to cart Notify me
New
Safe Travels Truck Sticker
Regular price $5
Add to cart Notify me
New
Shoreline Pearl Hoop Earrings - Silver
Regular price $32
Add to cart Notify me
New
Shoreline Pearl Choker - Silver
Regular price $46
Add to cart Notify me
New
Satellite Chain - Gold
Regular price $32
Add to cart Notify me
New
Concrete Queenz St. Christopher Necklace - Silver
Regular price $35
Add to cart Notify me
New
Paperclip Chain - Gold
Regular price $40
Add to cart Notify me
New
Knotted Barb Wire Chain - Gold
Regular price $40
Add to cart Notify me
New
5
6
7
8
Stack Ring - Gold
Regular price $40
Add to cart Notify me
New
Snake Chain - Gold
Regular price $32
Add to cart Notify me
New
Get Back Oceanside Bumper Sticker
Regular price $8
Add to cart Notify me
New
St. Christopher Traveler / Herringbone Stack - Gold
Regular price $77
Add to cart Notify me
New
St. Christopher Earrings - Gold / Baby Blue
Regular price $40
Add to cart Notify me
New
St. Christopher Earrings - Gold / Pink
Regular price $40
Add to cart Notify me
New
Shoreline Pearl Bracelet - Silver
Regular price $40
Add to cart Notify me
New
Knotted Barb Wire Chain - Silver
Regular price $40
Add to cart Notify me
New
Satellite Curb Chain - Gold
Regular price $40
Add to cart Notify me
New
Our Saint of Surf Air Freshener
Regular price $5
Add to cart Notify me
New
Concrete Queenz / Shoreline Pearl Choker Stack - Gold
Regular price $72
Add to cart Notify me
New
5
6
7
8
Stack Ring - Silver
Regular price $40
Add to cart Notify me
New
Safe Travels Truck Air Freshener
Regular price $5
Add to cart Notify me
New
Our Lady of the Waves Air Freshener
Regular price $5
Add to cart Notify me
New
Summer State of Mind Set - Gold
Regular price $65
Add to cart Notify me
New
Snake Chain - Silver
Regular price $32
Add to cart Notify me
New
Satellite Curb Chain - Silver
Regular price $40
Add to cart Notify me
New
Itty Bitty Wave Bumper Sticker
Regular price $8
Add to cart Notify me
New
Shoreline Pearl Set - Gold
Regular price $100
Add to cart Notify me
New
St. Christopher Traveler / Herringbone Stack - Silver
Regular price $77
Add to cart Notify me
New
Shop Local Bumper Sticker
Regular price $8
Add to cart Notify me
New
Diamond Cut Ball Chain - Gold
Regular price $32
Add to cart Notify me
New
Sun Bleached Beaded Set
Regular price $50
Add to cart Notify me
New
Pastel Sunsets Beaded Set
Regular price $50
Add to cart Notify me
New
90's Chunky Ball Chain Set - Orange / Hot Pink
Regular price $43
Add to cart Notify me
New
Shell Pocket Mirror
Regular price $12
Add to cart Notify me
New
Mariner Chain - Gold
Regular price $40
Add to cart Notify me
New
Curb Chain - Gold
Regular price $35
Add to cart Notify me
New
Rainbow Beaded Set
Regular price $50
Add to cart Notify me
New
90's Chunky Ball Chain Set - Silver / White
Regular price $43
Add to cart Notify me
New
Small Waves Only Pocket Mirror
Regular price $12
Add to cart Notify me
New
Go Surf Pocket Mirror
Regular price $12
Add to cart Notify me
New
Figaro Chain - Silver
Regular price $32
Add to cart Notify me
New
Figaro Chain - Gold
Regular price $32
Add to cart Notify me
New
Curb Chain - Silver
Regular price $35
Add to cart Notify me
New
Summer State of Mind Set - Silver
Regular price $65
Add to cart Notify me
New
Concrete Queenz / Shoreline Pearl Choker Stack - Silver
Regular price $72
Add to cart Notify me
New
Medium Aqua White / Sunbleached Choker Stack
Regular price $46
Add to cart Notify me
Next


GOLD

Shop All


SILVER

Shop All


GIFT GUIDE

best sellers
$5 + $10 Styles
sets & Stacks
chains
Gold Gifts
Silver Gifts


ORIGINAL SAINT CHRISTOPHER SURF MEDALLIONS

Get Back Necklaces was founded in 1998 to bring back The Original St.
Christopher Surf Necklaces to travelers, surfers, and adventurers worldwide.
Worn for good luck and exchanged as a symbol of goin' steady

Shop the Classics

wanna join the GB team?


BECOME A BRAND AMBASSADOR

Join now


FOLLOW US ON INSTAGRAM @GETBACKNECKLACES




SIGN UP FOR EMAIL OR SMS AND GET 15% OFF YOUR FIRST ORDER!

Stay in the mix! Receive GB offers and get first dibs on new arrivals, sales,
exclusive content, events and more!

Subscribe

By signing up via text, you agree to receive recurring automated promotional and
personalized marketing text messages (e.g. cart reminders) from Get Back at the
cell number used when signing up. Consent is not a condition of any purchase.
Reply HELP for help and STOP to cancel. Msg frequency varies. Msg & data rates
may apply. Terms and Privacy

TEXT GETBACK to 61215 for 15% OFF!

SHOP

The Classics
Chokers
Rings
Earrings
Mystery
Accessories

GET INVOLVED

Our Story
Become a Brand Ambassador
Storefront
Blog
Wholesale

SUPPORT

Returns & Exchanges
Contact Us
Help Center

LEGAL

Privacy Policy
Terms & Conditions
Cookie Policy
 * 
 * 
 * 
 * 

Contact Us info@getbacknecklaces.com
© 2024, Get Back Necklaces
My Cart

Oops! There is a $10 Minimum to Checkout!
Oops! Your cart looks a little empty!


--------------------------------------------------------------------------------


START YOUR JOURNEY HERE...

 * NECKLACES
 * Accessories
 * Earrings
 * ‎Rings

Today's Top Seller Shop Now
Subtotal: $0.00



FOLLOW US ON INSTAGRAM @GETBACKNECKLACES

WE'LL GET BACK TO YA!

...once this item is restocked! Leave us your email address, and we'll shoot you
a message when it's available.

Email: Submit



Cookies Settings





By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts.

Cookies Settings Reject All Accept All Cookies

404 Not Found – Get Back Necklaces

Skip to content
Submit
Close search

 * Shop
   
   
   The Classics
   
   Chokers
   
   Rings
   
   Chains
   
   Earrings
   
   Bracelets
   
   Mystery
   
   Accessories

 * New Arrivals
 * Best Sellers
 * Brand Ambassador
 * $5 + $10 Styles
 * Gold
 * Silver
 * Log in

free shipping on U.S Orders over $40


expand/collapse

0

 * Shop
   
   The Classics
   
   Chokers
   
   Rings
   
   Chains
   
   Earrings
   
   Bracelets
   
   Mystery
   
   Accessories

 * New Arrivals
 * Best Sellers
 * Brand Ambassador
 * $5 + $10 Styles
 * Gold
 * Silver

Sale 0

0
expand/collapse


404 PAGE NOT FOUND

The page you requested does not exist.

Continue shopping


CUSTOMER FAVORITES

Shop all favorites
Previous
Best Seller
Rainbow Bead Choker
Regular price $35
Add to cart Notify me
Best Seller
Shoreline Pearl Hoop Earrings - Gold
Regular price $32
Add to cart Notify me
Shoreline Pearl Bracelet - Gold
Regular price $40
Add to cart Notify me
Best Seller
Small - Aqua / White
Regular price $20
Add to cart Notify me
Best Seller
Medium - Fuchsia / Pink
Regular price $23
Add to cart Notify me
Best Seller
Gold Oceanside Herringbone Choker
Regular price $46
Add to cart Notify me
Medium - Pink / White
Regular price $23
Add to cart Notify me
Best Seller
Medium - Gold / Pink
Regular price $40
Add to cart Notify me
New
Get Back 35mm Film 800iso
Regular price $23
Add to cart Notify me
Medium - Silver / White
Regular price $23
Add to cart Notify me
Aqua St. Christopher Sticker
Regular price $3
Add to cart Notify me
Best Seller
Small - Silver / White
Regular price $20
Add to cart Notify me
Best Seller
Medium - Aqua / White
Regular price $23
Add to cart Notify me
Best Seller
Small - Melon / Blush
Regular price $20
Add to cart Notify me
Small - Silver / Petal
Regular price $20
Add to cart Notify me
Small - Emerald / Cactus
Regular price $20
Add to cart Notify me
5
6
7
8
St. Christopher Ring Aqua / White
Regular price $18
Add to cart Notify me
Medium - Sandy / Blonde
Regular price $23
Add to cart Notify me
Medium - Emerald / Cactus
Regular price $23
Add to cart Notify me
Silver Oceanside Herringbone Choker
Regular price $46
Add to cart Notify me
$25
$50
75
$100
Get Back Gift Card
$35.56
Add to cart Notify me
New
Paperclip Chain - Silver
Regular price $40
Add to cart Notify me
New
Satellite Chain - Silver
Regular price $32
Add to cart Notify me
Best Seller
Small - Pink / White
Regular price $20
Add to cart Notify me
Best Seller
Small - Gold / Pink
Regular price $35
Add to cart Notify me
Best Seller
Small - Fuchsia / Pink
Regular price $20
Add to cart Notify me
Next


SIGN UP FOR EMAIL OR SMS AND GET 15% OFF YOUR FIRST ORDER!

Stay in the mix! Receive GB offers and get first dibs on new arrivals, sales,
exclusive content, events and more!

Subscribe

By signing up via text, you agree to receive recurring automated promotional and
personalized marketing text messages (e.g. cart reminders) from Get Back at the
cell number used when signing up. Consent is not a condition of any purchase.
Reply HELP for help and STOP to cancel. Msg frequency varies. Msg & data rates
may apply. Terms and Privacy

TEXT GETBACK to 61215 for 15% OFF!

SHOP

The Classics
Chokers
Rings
Earrings
Mystery
Accessories

GET INVOLVED

Our Story
Become a Brand Ambassador
Storefront
Blog
Wholesale

SUPPORT

Returns & Exchanges
Contact Us
Help Center

LEGAL

Privacy Policy
Terms & Conditions
Cookie Policy
 * 
 * 
 * 
 * 

Contact Us info@getbacknecklaces.com
© 2024, Get Back Necklaces


WE'LL GET BACK TO YA!

...once this item is restocked! Leave us your email address, and we'll shoot you
a message when it's available.

Email: Submit



Cookie Settings



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
Switch Label label
Switch Label label
Switch Label label

Reject All Confirm My Choices




getbacknecklaces

happy #worldkindnessday 🫶🏽 let’s spread the love!
November 13
✕


video not supported

getbacknecklaces

happy 11/11 at 11:11! zero. nada. absolutely no shipping costs for the next 48
hours 🫶🏽 valid in U.S. only.
November 11
✕

getbacknecklaces

throwback to the 60s and 70s when St. Christopher’s were a must-have for safe
travels - that’s where ‘The Traveler Rectangle Necklace’ got its name :)🫶🏽
p.s. buy 2 necklaces, get a free chain is happening now & won’t be here for
long. build your dream stack while a freebie is thrown in ;) see ya on our site!
November 9
✕

getbacknecklaces

after approx 26 cups of coffee and almost 500 responses (yes, we read through
every single one), we’ve finally picked our winning “St. Chris Story” 🫶🏽
congrats LeAnn - we can’t wait to share your story :) but first, let’s show some
love to other entries that had us ugly laughing and happy crying. Piper - your
story’s up first➡️
November 8
✕

getbacknecklaces

jewelry is kinda our thing, you know that 🫶🏽 buttt every now and then, we
can’t help but create a few other goodies. hope ya love ‘em as much as we do
:)🤍
November 6
✕

getbacknecklaces

gold + pink. name a better combo. we’ll wait👀 shh a new gold/pink piece is in
the works🫶🏽 any guesses what it’ll be?
November 5
✕


video not supported

getbacknecklaces

a lil somethin’ we’ve been cooking…
November 2
✕

getbacknecklaces

happy halloween🎃 plotting some sweet surprises for our email & sms friends this
november, you down? sign up to join - links in the story 🔗
October 31
✕

getbacknecklaces

incoming: NEW COLORWAY SAMPLES ARRIVED 🌈 vote on your faves & let us know who
should make it to the launch🫶🏽 see ya in the comments ⬇️
October 30
✕

getbacknecklaces

a love story so good it has to be shot on GB 35mm film🎞️ stay tuned for more by
@miah_nielson 📸
October 29
✕

getbacknecklaces

our latest lineup of chains + 10 more styles that JUST DROPPED⛓️ we all have
that one necklace we’re like this 🤞🏼 with. what better way to change it up &
add to your stack than with one of our 18 styles of chains⚡️shop now before
they’re gone ;)
October 28
✕

getbacknecklaces

just dropped: st. christopher gold/pink & gold/baby blue earrings!🌟
October 26
✕