magick.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://magick.com/?ref=tarotcards
Submission: On April 27 via api from FI — Scanned from CA

Form analysis 27 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/?ref=tarotcards">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" id="nav-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden" id="nav-localization-country"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="nav-localization-country-label">
            <span class="text-start">United States (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">United States (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <div class="search__form">
    <input type="hidden" name="type" value="product,page,article">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search our store" role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results"
      aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
    <button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button>
    <button class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Search</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false" role="presentation"
        class="icon">
        <path
          d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
        </path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Search by voice" style="--speech-icon-color: #ee3477">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//cdn.shopify.com/s/files/1/0086/4554/1947/t/80/assets/speech-search.css?v=38569689637007376021682351573" rel="stylesheet" type="text/css" media="all">
    <script src="//cdn.shopify.com/s/files/1/0086/4554/1947/t/80/assets/speech-search.js?v=62333279374776981001682351573" defer="defer"></script>
  </div>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274924855355" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21145018662971"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/rider-waite-tarot-deck-by-pamela-colman-smith" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274920202299" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21145002377275"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/gypsy-witch-fortune-telling-playing-card-by-mlle-lenormand-attributed" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-4330148757538" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="31097697271842"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/modern-witch-tarot-deck-by-lisa-sterle" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-4842688020514" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="33011000180770"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/tarot-of-mystical-moments-by-catrin-welz-stein" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274925903931" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21145021055035"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/santa-muerte-tarot-by-fabio-listrani" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274916794427" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21144983830587"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/crow-tarot-deck-by-mj-cullinane" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274926493755" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21145022103611"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/spiritsong-tarot-deck-by-paulina-cassidy" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-4434606063650" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="31550435426338"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/tarot-of-sexual-magic-by-lo-scarabeo" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274914205755" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21144978784315"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/angelarium-oracle-of-emanations-by-minaya-mohrbacher" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-2274920562747" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="21145003917371"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/best-selling-tarot-oracle-decks/products/hermetic-tarot-by-dowson-godfrey" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /contact#template--18754094694719__7a04439b-38cf-4630-8e74-3eec4d70af4f-signup_form

<form method="post" action="/contact#template--18754094694719__7a04439b-38cf-4630-8e74-3eec4d70af4f-signup_form" id="template--18754094694719__7a04439b-38cf-4630-8e74-3eec4d70af4f-signup_form" accept-charset="UTF-8" class="form"><input type="hidden"
    name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, ">
  <div class="form__field">
    <label class="label visually-hidden" for="template--18754094694719__7a04439b-38cf-4630-8e74-3eec4d70af4f-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="template--18754094694719__7a04439b-38cf-4630-8e74-3eec4d70af4f-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email"
        aria-required="true" required=""><button class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8343004447039" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44959256969535"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/traditional-incense-company-white-sage-20-gram-powder" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8342999564607" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44959247139135"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/traditional-incense-company-dragons-blood-20-gram-powder" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8342995435839" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44959238684991"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/traditional-incense-company-frankincense-20-gram-powder" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8342988685631" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44959221023039"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/traditional-incense-company-myrrh-20-gram-powder" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8341522940223" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44954902004031"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/7-25-thor-kneeling-statue" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8341515632959" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44954891780415"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/8-5-odin-seated-statue" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8341128577343" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44954305036607"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/9-antique-rose-wine-bottle-holder" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8341118189887" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" novalidate="novalidate"><input type="hidden" name="form_type" value="product"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="id" value="44954276167999"><button class="btn btn--primary w-full" data-add-to-cart-text="Add to cart" name="add" aria-haspopup="dialog">
    <span class="quick-add-btn-icon">
      <span class="visually-hidden">Add to cart</span>
      <svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path
          d="M12.12 20.44H5.6V9.56h12.8v3.73c.06.4.4.69.8.7.44 0 .8-.35.8-.8v-4.5a.792.792 0 0 0-.8-.69H17V6.5C16.9 4 14.7 2 12 2S7 4.09 7 6.67V8H4.71c-.4.04-.71.37-.71.78v12.53a.8.8 0 0 0 .8.69h7.43c.38-.06.67-.39.67-.78 0-.43-.35-.78-.78-.78ZM8.66 6.67c0-1.72 1.49-3.11 3.33-3.11s3.33 1.39 3.33 3.11V8H8.65V6.67Z">
        </path>
        <path d="M20 17.25h-2.4v-2.5a.817.817 0 0 0-.8-.7c-.44 0-.8.36-.8.8v2.4h-2.5c-.4.06-.7.4-.7.8 0 .44.36.8.8.8H16v2.5c.06.4.4.7.8.7.44 0 .8-.36.8-.8v-2.4h2.5c.4-.06.69-.4.7-.8 0-.44-.35-.8-.8-.8Z"></path>
      </svg>
    </span>
    <span class="quick-add-btn-text">Add to cart</span>
  </button>
  <a href="/collections/recently-added/products/10-25-sleeping-buddha-bronze-statue" class="btn btn--secondary quick-add-view-btn">View details</a>
</form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="flex flex-col justify-center items-center h-full js-cart-empty">
      <p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal: <span class="transcy-money">$0.00 USD</span>
    </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /contact#footer-signup_form

<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, ">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/?ref=tarotcards">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" id="footer-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden" id="footer-localization-country"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="footer-localization-country-label">
            <span class="text-start">United States (USD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="US" aria-selected="true">
              <span class="pointer-events-none">United States (USD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector><noscript>
        <label for="footer-localization-country-native" class="label visually-hidden">Country/Region</label>
        <div class="select inline-block relative">
          <select class="custom-select__native" id="footer-localization-country-native" name="country_code">
            <option value="AF">Afghanistan (AFN&nbsp;؋)</option>
            <option value="AX">Åland Islands (EUR&nbsp;€)</option>
            <option value="AL">Albania (ALL&nbsp;L)</option>
            <option value="DZ">Algeria (DZD&nbsp;د.ج)</option>
            <option value="AD">Andorra (EUR&nbsp;€)</option>
            <option value="AO">Angola (USD&nbsp;$)</option>
            <option value="AI">Anguilla (XCD&nbsp;$)</option>
            <option value="AG">Antigua &amp; Barbuda (XCD&nbsp;$)</option>
            <option value="AR">Argentina (USD&nbsp;$)</option>
            <option value="AM">Armenia (AMD&nbsp;դր.)</option>
            <option value="AW">Aruba (AWG&nbsp;ƒ)</option>
            <option value="AC">Ascension Island (SHP&nbsp;£)</option>
            <option value="AU">Australia (AUD&nbsp;$)</option>
            <option value="AT">Austria (EUR&nbsp;€)</option>
            <option value="AZ">Azerbaijan (AZN&nbsp;₼)</option>
            <option value="BS">Bahamas (BSD&nbsp;$)</option>
            <option value="BH">Bahrain (USD&nbsp;$)</option>
            <option value="BD">Bangladesh (BDT&nbsp;৳)</option>
            <option value="BB">Barbados (BBD&nbsp;$)</option>
            <option value="BY">Belarus (USD&nbsp;$)</option>
            <option value="BE">Belgium (EUR&nbsp;€)</option>
            <option value="BZ">Belize (BZD&nbsp;$)</option>
            <option value="BJ">Benin (XOF&nbsp;Fr)</option>
            <option value="BM">Bermuda (USD&nbsp;$)</option>
            <option value="BT">Bhutan (USD&nbsp;$)</option>
            <option value="BO">Bolivia (BOB&nbsp;Bs.)</option>
            <option value="BA">Bosnia &amp; Herzegovina (BAM&nbsp;КМ)</option>
            <option value="BW">Botswana (BWP&nbsp;P)</option>
            <option value="BR">Brazil (USD&nbsp;$)</option>
            <option value="IO">British Indian Ocean Territory (USD&nbsp;$)</option>
            <option value="VG">British Virgin Islands (USD&nbsp;$)</option>
            <option value="BN">Brunei (BND&nbsp;$)</option>
            <option value="BG">Bulgaria (BGN&nbsp;лв.)</option>
            <option value="BF">Burkina Faso (XOF&nbsp;Fr)</option>
            <option value="BI">Burundi (BIF&nbsp;Fr)</option>
            <option value="KH">Cambodia (KHR&nbsp;៛)</option>
            <option value="CM">Cameroon (XAF&nbsp;Fr)</option>
            <option value="CA">Canada (CAD&nbsp;$)</option>
            <option value="CV">Cape Verde (CVE&nbsp;$)</option>
            <option value="BQ">Caribbean Netherlands (USD&nbsp;$)</option>
            <option value="KY">Cayman Islands (KYD&nbsp;$)</option>
            <option value="CF">Central African Republic (XAF&nbsp;Fr)</option>
            <option value="TD">Chad (XAF&nbsp;Fr)</option>
            <option value="CL">Chile (USD&nbsp;$)</option>
            <option value="CN">China (CNY&nbsp;¥)</option>
            <option value="CX">Christmas Island (AUD&nbsp;$)</option>
            <option value="CC">Cocos (Keeling) Islands (AUD&nbsp;$)</option>
            <option value="CO">Colombia (USD&nbsp;$)</option>
            <option value="KM">Comoros (KMF&nbsp;Fr)</option>
            <option value="CG">Congo - Brazzaville (XAF&nbsp;Fr)</option>
            <option value="CD">Congo - Kinshasa (CDF&nbsp;Fr)</option>
            <option value="CK">Cook Islands (NZD&nbsp;$)</option>
            <option value="CR">Costa Rica (CRC&nbsp;₡)</option>
            <option value="CI">Côte d’Ivoire (XOF&nbsp;Fr)</option>
            <option value="HR">Croatia (EUR&nbsp;€)</option>
            <option value="CW">Curaçao (ANG&nbsp;ƒ)</option>
            <option value="CY">Cyprus (EUR&nbsp;€)</option>
            <option value="CZ">Czechia (CZK&nbsp;Kč)</option>
            <option value="DK">Denmark (DKK&nbsp;kr.)</option>
            <option value="DJ">Djibouti (DJF&nbsp;Fdj)</option>
            <option value="DM">Dominica (XCD&nbsp;$)</option>
            <option value="DO">Dominican Republic (DOP&nbsp;$)</option>
            <option value="EC">Ecuador (USD&nbsp;$)</option>
            <option value="EG">Egypt (EGP&nbsp;ج.م)</option>
            <option value="SV">El Salvador (USD&nbsp;$)</option>
            <option value="GQ">Equatorial Guinea (XAF&nbsp;Fr)</option>
            <option value="ER">Eritrea (USD&nbsp;$)</option>
            <option value="EE">Estonia (EUR&nbsp;€)</option>
            <option value="SZ">Eswatini (USD&nbsp;$)</option>
            <option value="ET">Ethiopia (ETB&nbsp;Br)</option>
            <option value="FK">Falkland Islands (FKP&nbsp;£)</option>
            <option value="FO">Faroe Islands (DKK&nbsp;kr.)</option>
            <option value="FJ">Fiji (FJD&nbsp;$)</option>
            <option value="FI">Finland (EUR&nbsp;€)</option>
            <option value="FR">France (EUR&nbsp;€)</option>
            <option value="GF">French Guiana (EUR&nbsp;€)</option>
            <option value="PF">French Polynesia (XPF&nbsp;Fr)</option>
            <option value="TF">French Southern Territories (EUR&nbsp;€)</option>
            <option value="GA">Gabon (XOF&nbsp;Fr)</option>
            <option value="GM">Gambia (GMD&nbsp;D)</option>
            <option value="GE">Georgia (USD&nbsp;$)</option>
            <option value="DE">Germany (EUR&nbsp;€)</option>
            <option value="GH">Ghana (USD&nbsp;$)</option>
            <option value="GI">Gibraltar (GBP&nbsp;£)</option>
            <option value="GR">Greece (EUR&nbsp;€)</option>
            <option value="GL">Greenland (DKK&nbsp;kr.)</option>
            <option value="GD">Grenada (XCD&nbsp;$)</option>
            <option value="GP">Guadeloupe (EUR&nbsp;€)</option>
            <option value="GT">Guatemala (GTQ&nbsp;Q)</option>
            <option value="GG">Guernsey (GBP&nbsp;£)</option>
            <option value="GN">Guinea (GNF&nbsp;Fr)</option>
            <option value="GW">Guinea-Bissau (XOF&nbsp;Fr)</option>
            <option value="GY">Guyana (GYD&nbsp;$)</option>
            <option value="HT">Haiti (USD&nbsp;$)</option>
            <option value="HN">Honduras (HNL&nbsp;L)</option>
            <option value="HK">Hong Kong SAR (HKD&nbsp;$)</option>
            <option value="HU">Hungary (HUF&nbsp;Ft)</option>
            <option value="IS">Iceland (ISK&nbsp;kr)</option>
            <option value="IN">India (INR&nbsp;₹)</option>
            <option value="ID">Indonesia (IDR&nbsp;Rp)</option>
            <option value="IQ">Iraq (USD&nbsp;$)</option>
            <option value="IE">Ireland (EUR&nbsp;€)</option>
            <option value="IM">Isle of Man (GBP&nbsp;£)</option>
            <option value="IL">Israel (ILS&nbsp;₪)</option>
            <option value="IT">Italy (EUR&nbsp;€)</option>
            <option value="JM">Jamaica (JMD&nbsp;$)</option>
            <option value="JP">Japan (JPY&nbsp;¥)</option>
            <option value="JE">Jersey (USD&nbsp;$)</option>
            <option value="JO">Jordan (USD&nbsp;$)</option>
            <option value="KZ">Kazakhstan (KZT&nbsp;〒)</option>
            <option value="KE">Kenya (KES&nbsp;KSh)</option>
            <option value="KI">Kiribati (USD&nbsp;$)</option>
            <option value="XK">Kosovo (EUR&nbsp;€)</option>
            <option value="KW">Kuwait (USD&nbsp;$)</option>
            <option value="KG">Kyrgyzstan (KGS&nbsp;som)</option>
            <option value="LA">Laos (LAK&nbsp;₭)</option>
            <option value="LV">Latvia (EUR&nbsp;€)</option>
            <option value="LB">Lebanon (LBP&nbsp;ل.ل)</option>
            <option value="LS">Lesotho (USD&nbsp;$)</option>
            <option value="LR">Liberia (USD&nbsp;$)</option>
            <option value="LY">Libya (USD&nbsp;$)</option>
            <option value="LI">Liechtenstein (CHF&nbsp;CHF)</option>
            <option value="LT">Lithuania (EUR&nbsp;€)</option>
            <option value="LU">Luxembourg (EUR&nbsp;€)</option>
            <option value="MO">Macao SAR (MOP&nbsp;P)</option>
            <option value="MG">Madagascar (USD&nbsp;$)</option>
            <option value="MW">Malawi (MWK&nbsp;MK)</option>
            <option value="MY">Malaysia (MYR&nbsp;RM)</option>
            <option value="MV">Maldives (MVR&nbsp;MVR)</option>
            <option value="ML">Mali (XOF&nbsp;Fr)</option>
            <option value="MT">Malta (EUR&nbsp;€)</option>
            <option value="MQ">Martinique (EUR&nbsp;€)</option>
            <option value="MR">Mauritania (USD&nbsp;$)</option>
            <option value="MU">Mauritius (MUR&nbsp;₨)</option>
            <option value="YT">Mayotte (EUR&nbsp;€)</option>
            <option value="MX">Mexico (USD&nbsp;$)</option>
            <option value="MD">Moldova (MDL&nbsp;L)</option>
            <option value="MC">Monaco (EUR&nbsp;€)</option>
            <option value="MN">Mongolia (MNT&nbsp;₮)</option>
            <option value="ME">Montenegro (EUR&nbsp;€)</option>
            <option value="MS">Montserrat (XCD&nbsp;$)</option>
            <option value="MA">Morocco (MAD&nbsp;د.م.)</option>
            <option value="MZ">Mozambique (USD&nbsp;$)</option>
            <option value="MM">Myanmar (Burma) (MMK&nbsp;K)</option>
            <option value="NA">Namibia (USD&nbsp;$)</option>
            <option value="NR">Nauru (AUD&nbsp;$)</option>
            <option value="NP">Nepal (NPR&nbsp;₨)</option>
            <option value="NL">Netherlands (EUR&nbsp;€)</option>
            <option value="NC">New Caledonia (XPF&nbsp;Fr)</option>
            <option value="NZ">New Zealand (NZD&nbsp;$)</option>
            <option value="NI">Nicaragua (NIO&nbsp;C$)</option>
            <option value="NE">Niger (XOF&nbsp;Fr)</option>
            <option value="NG">Nigeria (NGN&nbsp;₦)</option>
            <option value="NU">Niue (NZD&nbsp;$)</option>
            <option value="NF">Norfolk Island (AUD&nbsp;$)</option>
            <option value="MK">North Macedonia (MKD&nbsp;ден)</option>
            <option value="NO">Norway (USD&nbsp;$)</option>
            <option value="OM">Oman (USD&nbsp;$)</option>
            <option value="PK">Pakistan (PKR&nbsp;₨)</option>
            <option value="PS">Palestinian Territories (ILS&nbsp;₪)</option>
            <option value="PA">Panama (USD&nbsp;$)</option>
            <option value="PG">Papua New Guinea (PGK&nbsp;K)</option>
            <option value="PY">Paraguay (PYG&nbsp;₲)</option>
            <option value="PE">Peru (PEN&nbsp;S/.)</option>
            <option value="PH">Philippines (PHP&nbsp;₱)</option>
            <option value="PN">Pitcairn Islands (NZD&nbsp;$)</option>
            <option value="PL">Poland (PLN&nbsp;zł)</option>
            <option value="PT">Portugal (EUR&nbsp;€)</option>
            <option value="QA">Qatar (QAR&nbsp;ر.ق)</option>
            <option value="RE">Réunion (EUR&nbsp;€)</option>
            <option value="RO">Romania (RON&nbsp;Lei)</option>
            <option value="RU">Russia (USD&nbsp;$)</option>
            <option value="RW">Rwanda (RWF&nbsp;FRw)</option>
            <option value="WS">Samoa (WST&nbsp;T)</option>
            <option value="SM">San Marino (EUR&nbsp;€)</option>
            <option value="ST">São Tomé &amp; Príncipe (STD&nbsp;Db)</option>
            <option value="SA">Saudi Arabia (SAR&nbsp;ر.س)</option>
            <option value="SN">Senegal (XOF&nbsp;Fr)</option>
            <option value="RS">Serbia (RSD&nbsp;РСД)</option>
            <option value="SC">Seychelles (USD&nbsp;$)</option>
            <option value="SL">Sierra Leone (SLL&nbsp;Le)</option>
            <option value="SG">Singapore (SGD&nbsp;$)</option>
            <option value="SX">Sint Maarten (ANG&nbsp;ƒ)</option>
            <option value="SK">Slovakia (EUR&nbsp;€)</option>
            <option value="SI">Slovenia (EUR&nbsp;€)</option>
            <option value="SB">Solomon Islands (SBD&nbsp;$)</option>
            <option value="SO">Somalia (USD&nbsp;$)</option>
            <option value="ZA">South Africa (USD&nbsp;$)</option>
            <option value="GS">South Georgia &amp; South Sandwich Islands (GBP&nbsp;£)</option>
            <option value="KR">South Korea (KRW&nbsp;₩)</option>
            <option value="SS">South Sudan (USD&nbsp;$)</option>
            <option value="ES">Spain (EUR&nbsp;€)</option>
            <option value="LK">Sri Lanka (LKR&nbsp;₨)</option>
            <option value="BL">St. Barthélemy (EUR&nbsp;€)</option>
            <option value="SH">St. Helena (SHP&nbsp;£)</option>
            <option value="KN">St. Kitts &amp; Nevis (XCD&nbsp;$)</option>
            <option value="LC">St. Lucia (XCD&nbsp;$)</option>
            <option value="MF">St. Martin (EUR&nbsp;€)</option>
            <option value="PM">St. Pierre &amp; Miquelon (EUR&nbsp;€)</option>
            <option value="VC">St. Vincent &amp; Grenadines (XCD&nbsp;$)</option>
            <option value="SD">Sudan (USD&nbsp;$)</option>
            <option value="SR">Suriname (USD&nbsp;$)</option>
            <option value="SJ">Svalbard &amp; Jan Mayen (USD&nbsp;$)</option>
            <option value="SE">Sweden (SEK&nbsp;kr)</option>
            <option value="CH">Switzerland (CHF&nbsp;CHF)</option>
            <option value="TW">Taiwan (TWD&nbsp;$)</option>
            <option value="TJ">Tajikistan (TJS&nbsp;ЅМ)</option>
            <option value="TZ">Tanzania (TZS&nbsp;Sh)</option>
            <option value="TH">Thailand (THB&nbsp;฿)</option>
            <option value="TL">Timor-Leste (USD&nbsp;$)</option>
            <option value="TG">Togo (XOF&nbsp;Fr)</option>
            <option value="TK">Tokelau (NZD&nbsp;$)</option>
            <option value="TO">Tonga (TOP&nbsp;T$)</option>
            <option value="TT">Trinidad &amp; Tobago (TTD&nbsp;$)</option>
            <option value="TA">Tristan da Cunha (GBP&nbsp;£)</option>
            <option value="TN">Tunisia (USD&nbsp;$)</option>
            <option value="TR">Turkey (USD&nbsp;$)</option>
            <option value="TM">Turkmenistan (USD&nbsp;$)</option>
            <option value="TC">Turks &amp; Caicos Islands (USD&nbsp;$)</option>
            <option value="TV">Tuvalu (AUD&nbsp;$)</option>
            <option value="UM">U.S. Outlying Islands (USD&nbsp;$)</option>
            <option value="UG">Uganda (UGX&nbsp;USh)</option>
            <option value="UA">Ukraine (UAH&nbsp;₴)</option>
            <option value="AE">United Arab Emirates (AED&nbsp;د.إ)</option>
            <option value="GB">United Kingdom (GBP&nbsp;£)</option>
            <option value="US" selected="">United States (USD&nbsp;$)</option>
            <option value="UY">Uruguay (UYU&nbsp;$)</option>
            <option value="UZ">Uzbekistan (UZS&nbsp;)</option>
            <option value="VU">Vanuatu (VUV&nbsp;Vt)</option>
            <option value="VA">Vatican City (EUR&nbsp;€)</option>
            <option value="VE">Venezuela (USD&nbsp;$)</option>
            <option value="VN">Vietnam (VND&nbsp;₫)</option>
            <option value="WF">Wallis &amp; Futuna (XPF&nbsp;Fr)</option>
            <option value="EH">Western Sahara (MAD&nbsp;د.م.)</option>
            <option value="YE">Yemen (YER&nbsp;﷼)</option>
            <option value="ZM">Zambia (USD&nbsp;$)</option>
            <option value="ZW">Zimbabwe (USD&nbsp;$)</option>
          </select>
        </div>
      </noscript>
    </div>
  </div><noscript>
    <div class="mt-6">
      <button class="btn btn--primary">Update</button>
    </div>
  </noscript>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

<form id="omnisend-form-6283509b3ac22ed66f156df8-submit-form" class="omnisend-form-6283509b3ac22ed66f156df8-sections-container" novalidate="">
  <style type="text/css">
    .omnisend-form-6283509b3ac22ed66f156df8-section-624ab2f927652f651edfd0ac {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 40px;
      ;
    }

    .omnisend-form-6283509b3ac22ed66f156df8-section-624ab2f927652f651edfd0ac-opacity-layer {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      ;
    }
  </style>
  <div class="omnisend-form-6283509b3ac22ed66f156df8-section-624ab2f927652f651edfd0ac">
    <div class="omnisend-form-6283509b3ac22ed66f156df8-section-624ab2f927652f651edfd0ac-opacity-layer"></div>
    <style type="text/css">
      .omnisend-form-6283509b3ac22ed66f156df8-column-624ab2f927652f651edfd0ae {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
      }

      @media screen and (max-width: 600px) {
        .omnisend-form-6283509b3ac22ed66f156df8-column-624ab2f927652f651edfd0ae {
          width: 100%;
        }
      }
    </style>
    <div class="omnisend-mobile-container omnisend-form-6283509b3ac22ed66f156df8-column-624ab2f927652f651edfd0ae">
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-6283509b3ac22ed66f156df8-text-624ab2f927652f651edfd0b0 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-6283509b3ac22ed66f156df8-text-624ab2f927652f651edfd0b0 a {
          color: #081967;
        }

        .omnisend-form-6283509b3ac22ed66f156df8-text-624ab2f927652f651edfd0b0,
        .omnisend-form-6283509b3ac22ed66f156df8-text-624ab2f927652f651edfd0b0 p,
        .omnisend-form-6283509b3ac22ed66f156df8-text-624ab2f927652f651edfd0b0 li {
          margin: 0px;
          color: #1E1E1E !important;
          font-family: Arial, sans-serif !important;
          font-size: 24px !important;
          line-height: 125% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-6283509b3ac22ed66f156df8-text-624ab2f927652f651edfd0b0">
        <p style="text-align: center;"><strong>NOTIFY WHEN BACK IN STOCK</strong></p>
      </div>
      <!--Text content block ends -->
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-6283509b3ac22ed66f156df8-text-627932445028ebd8c6660c4f {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-6283509b3ac22ed66f156df8-text-627932445028ebd8c6660c4f a {
          color: #081967;
        }

        .omnisend-form-6283509b3ac22ed66f156df8-text-627932445028ebd8c6660c4f,
        .omnisend-form-6283509b3ac22ed66f156df8-text-627932445028ebd8c6660c4f p,
        .omnisend-form-6283509b3ac22ed66f156df8-text-627932445028ebd8c6660c4f li {
          margin: 0px;
          color: #1E1E1E !important;
          font-family: Arial, sans-serif !important;
          font-size: 14px !important;
          line-height: 150% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-6283509b3ac22ed66f156df8-text-627932445028ebd8c6660c4f">
        <p style="text-align: center;">We'll send you an email right after this product is back in stock.</p>
      </div>
      <!--Text content block ends -->
      <style>
        .omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98 {
          padding-left: 12px;
          padding-right: 12px;
          padding-top: 12px;
          padding-bottom: 12px;
          display: flex;
          flex-direction: column;
        }
      </style>
      <div id="omnisend-form-6283509b3ac22ed66f156df8-field-62a3147776d81914aa87ed98" class="omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98">
        <style>
          label[for^=omnisend].omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-label {
            color: #1E1E1E;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 12px;
            padding-bottom: 12px;
            ;
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
            word-break: break-word;
          }

          label[for^=omnisend].omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-label.error {
            color: #FF0000;
          }
        </style>
        <style>
          #omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-input {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            outline: none;
            border: none;
            background-color: transparent;
            padding: 0;
            margin: 0;
            width: 100%;
            height: auto;
            flex-basis: 0;
            flex-grow: 1;
            box-sizing: border-box;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 16px;
            padding-bottom: 16px;
            color: #1E1E1E;
            border-radius: 8px;
            border-style: solid;
            border-color: #1E1E1E;
            border-width: 2px;
            ;
          }

          #omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-input:focus {
            outline: auto;
          }

          #omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-input::placeholder {
            opacity: 1;
            color: #1E1E1E;
            ;
          }

          #omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-input {
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
          }

          #omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-input.error {
            border-color: #FF0000;
          }
        </style>
        <input id="omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-emailField-input" class="omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-input" type="email"
          placeholder="Enter your email" name="emailField" required="" maxlength="" oninput="" aria-label="Email field">
        <style>
          .omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-required {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
            color: #FF0000;
          }
        </style>
        <div class="omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-required" style="display: none;">This field is required</div>
        <style>
          .omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-error {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
            color: #FF0000;
          }
        </style>
        <div class="omnisend-form-6283509b3ac22ed66f156df8-field-container-62a3147776d81914aa87ed98-error" style="display: none;">The email address must contain @ and a valid domain</div>
      </div>
      <!--Button content block starts -->
      <style type="text/css">
        .omnisend-form-6283509b3ac22ed66f156df8-action-container-627932485028ebd8c6660c51 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
          ;
          display: flex;
          flex-direction: column;
          word-break: break-word;
        }

        #omnisend-form-6283509b3ac22ed66f156df8-action-627932485028ebd8c6660c51.omnisend-form-6283509b3ac22ed66f156df8-action-627932485028ebd8c6660c51 {
          align-self: center;
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          cursor: pointer;
          line-height: 120%;
          margin: 0;
          letter-spacing: normal;
          font-family: Arial, sans-serif;
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: #FFFFFF;
          background-color: #1E1E1E;
          border-radius: 8px;
          border-width: 2px;
          border-style: solid;
          border-color: #FFFFFF;
          padding-bottom: 16px;
          padding-top: 16px;
          padding-left: 16px;
          padding-right: 16px;
        }

        #omnisend-form-6283509b3ac22ed66f156df8-action-627932485028ebd8c6660c51.omnisend-form-6283509b3ac22ed66f156df8-action-627932485028ebd8c6660c51:disabled {
          cursor: default;
          opacity: 0.6;
        }

        .omnisend-form-6283509b3ac22ed66f156df8-error {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 0px;
          padding-right: 0px;
          ;
          font-family: Arial, sans-serif;
          font-size: 14px;
          line-height: 120%;
          color: #FF0000;
        }
      </style>
      <div class="omnisend-form-6283509b3ac22ed66f156df8-action-container-627932485028ebd8c6660c51">
        <div class="omnisend-form-6283509b3ac22ed66f156df8-error" style="display: none;">Something went wrong!</div>
        <button class="omnisend-form-6283509b3ac22ed66f156df8-action-627932485028ebd8c6660c51" id="omnisend-form-6283509b3ac22ed66f156df8-action-627932485028ebd8c6660c51" type="submit">Notify me</button>
      </div>
    </div>
  </div>
</form>

<form id="omnisend-form-62898e982ef24851da20af90-submit-form" class="omnisend-form-62898e982ef24851da20af90-sections-container" novalidate="">
  <style type="text/css">
    .omnisend-form-62898e982ef24851da20af90-section-63c501ce78b00563b1127fd2 {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
      ;
      align-items: center;
    }

    .omnisend-form-62898e982ef24851da20af90-section-63c501ce78b00563b1127fd2-opacity-layer {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      ;
    }
  </style>
  <div class="omnisend-form-62898e982ef24851da20af90-section-63c501ce78b00563b1127fd2">
    <div class="omnisend-form-62898e982ef24851da20af90-section-63c501ce78b00563b1127fd2-opacity-layer"></div>
    <style type="text/css">
      .omnisend-form-62898e982ef24851da20af90-column-63c501ce78b00563b1127fd4 {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
      }

      @media screen and (max-width: 600px) {
        .omnisend-form-62898e982ef24851da20af90-column-63c501ce78b00563b1127fd4 {
          width: 100%;
        }
      }
    </style>
    <div class="omnisend-mobile-container omnisend-form-62898e982ef24851da20af90-column-63c501ce78b00563b1127fd4">
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd5 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd5 a {
          color: #292929;
        }

        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd5,
        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd5 p,
        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd5 li {
          margin: 0px;
          color: #292929 !important;
          font-family: Playfair Display, Georgia, Times New Roman, Times, serif !important;
          font-size: 34px !important;
          line-height: 100% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd5">
        <p style="text-align: center;">WAIT!</p>
      </div>
      <!--Text content block ends -->
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd6 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd6 a {
          color: #292929;
        }

        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd6,
        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd6 p,
        .omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd6 li {
          margin: 0px;
          color: #292929 !important;
          font-family: Playfair Display, Georgia, Times New Roman, Times, serif !important;
          font-size: 12px !important;
          line-height: 115% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-62898e982ef24851da20af90-text-63c501ce78b00563b1127fd6">
        <p style="text-align: center;">You've been visited by Salem! Receive 20% off your order!</p>
      </div>
      <!--Text content block ends -->
      <style>
        .omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7 {
          padding-left: 12px;
          padding-right: 12px;
          padding-top: 6px;
          padding-bottom: 6px;
          display: flex;
          flex-direction: column;
        }
      </style>
      <div id="omnisend-form-62898e982ef24851da20af90-field-63c501ce78b00563b1127fd7" class="omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7">
        <style>
          label[for^=omnisend].omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-label {
            color: #292929;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 12px;
            padding-bottom: 12px;
            ;
            font-family: Times, 'Times New Roman';
            font-size: 14px;
            line-height: 120%;
            word-break: break-word;
          }

          label[for^=omnisend].omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-label.error {
            color: #ff0000;
          }
        </style>
        <style>
          #omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-emailField-input.omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-input {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            outline: none;
            border: none;
            background-color: transparent;
            padding: 0;
            margin: 0;
            width: 100%;
            height: auto;
            flex-basis: 0;
            flex-grow: 1;
            box-sizing: border-box;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 16px;
            padding-bottom: 16px;
            color: #292929;
            border-radius: 0;
            border-style: solid;
            border-color: #292929;
            border-width: 0 0 2px 0;
            ;
          }

          #omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-emailField-input.omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-input:focus {
            outline: auto;
          }

          #omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-emailField-input.omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-input::placeholder {
            opacity: 1;
            color: #292929;
            ;
          }

          #omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-emailField-input.omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-input {
            font-family: Times, 'Times New Roman';
            font-size: 14px;
            line-height: 120%;
          }

          #omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-emailField-input.omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-input.error {
            border-color: #ff0000;
          }
        </style>
        <input id="omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-emailField-input" class="omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-input" type="email"
          placeholder="Enter your email" name="emailField" required="" maxlength="" oninput="" aria-label="Email field">
        <style>
          .omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-required {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Times, 'Times New Roman';
            font-size: 14px;
            line-height: 120%;
            color: #ff0000;
          }
        </style>
        <div class="omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-required" style="display: none;">Enter your email</div>
        <style>
          .omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-error {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Times, 'Times New Roman';
            font-size: 14px;
            line-height: 120%;
            color: #ff0000;
          }
        </style>
        <div class="omnisend-form-62898e982ef24851da20af90-field-container-63c501ce78b00563b1127fd7-error" style="display: none;">Email is incorrect!</div>
      </div>
      <!--Button content block starts -->
      <style type="text/css">
        .omnisend-form-62898e982ef24851da20af90-action-container-63c501ce78b00563b1127fd8 {
          padding-top: 6px;
          padding-bottom: 6px;
          padding-left: 12px;
          padding-right: 12px;
          ;
          display: flex;
          flex-direction: column;
          word-break: break-word;
        }

        #omnisend-form-62898e982ef24851da20af90-action-63c501ce78b00563b1127fd8.omnisend-form-62898e982ef24851da20af90-action-63c501ce78b00563b1127fd8 {
          align-self: center;
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          cursor: pointer;
          line-height: 120%;
          margin: 0;
          letter-spacing: normal;
          font-family: Times, 'Times New Roman';
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: #ffffff;
          background-color: #000000;
          border-radius: 28px;
          border-width: 1px;
          border-style: solid;
          border-color: #292929;
          padding-bottom: 12px;
          padding-top: 12px;
          padding-left: 16px;
          padding-right: 16px;
        }

        #omnisend-form-62898e982ef24851da20af90-action-63c501ce78b00563b1127fd8.omnisend-form-62898e982ef24851da20af90-action-63c501ce78b00563b1127fd8:disabled {
          cursor: default;
          opacity: 0.6;
        }

        .omnisend-form-62898e982ef24851da20af90-error {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 0px;
          padding-right: 0px;
          ;
          font-family: Times, 'Times New Roman';
          font-size: 14px;
          line-height: 120%;
          color: #ff0000;
        }
      </style>
      <div class="omnisend-form-62898e982ef24851da20af90-action-container-63c501ce78b00563b1127fd8">
        <div class="omnisend-form-62898e982ef24851da20af90-error" style="display: none;">Something went wrong!</div>
        <button class="omnisend-form-62898e982ef24851da20af90-action-63c501ce78b00563b1127fd8" id="omnisend-form-62898e982ef24851da20af90-action-63c501ce78b00563b1127fd8" type="submit">Receive Discount</button>
      </div>
    </div>
  </div>
</form>

<form id="omnisend-form-6449d48d6a3925a0dc01be79-submit-form" class="omnisend-form-6449d48d6a3925a0dc01be79-sections-container" style="" novalidate="">
  <style type="text/css">
    .omnisend-form-6449d48d6a3925a0dc01be79-section-6346b28c09c5915370ff3818 {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding-left: 0px;
      padding-right: 10px;
      padding-top: 25px;
      padding-bottom: 25px;
      ;
      align-items: center;
    }

    .omnisend-form-6449d48d6a3925a0dc01be79-section-6346b28c09c5915370ff3818-opacity-layer {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #000000;
      opacity: 1;
      ;
    }
  </style>
  <div class="omnisend-form-6449d48d6a3925a0dc01be79-section-6346b28c09c5915370ff3818">
    <div class="omnisend-form-6449d48d6a3925a0dc01be79-section-6346b28c09c5915370ff3818-opacity-layer"></div>
    <style type="text/css">
      .omnisend-form-6449d48d6a3925a0dc01be79-column-6346b28c09c5915370ff381a {
        width: 67%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
      }

      @media screen and (max-width: 600px) {
        .omnisend-form-6449d48d6a3925a0dc01be79-column-6346b28c09c5915370ff381a {
          width: 100%;
        }
      }
    </style>
    <div class="omnisend-mobile-container omnisend-form-6449d48d6a3925a0dc01be79-column-6346b28c09c5915370ff381a">
      <style type="text/css">
        .omnisend-form-6449d48d6a3925a0dc01be79-block-container-6346b28e09c5915370ff381c {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
          ;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-container-6346b28e09c5915370ff381c {
          position: relative;
          min-width: 200px;
          height: 100%;
          width: 100%
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer,
        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer-shadow,
        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor,
        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-shadow {
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-shadow-container {
          width: 100%;
          height: 100%;
          opacity: .3;
          -webkit-transform: translate(3%, 3%);
          -moz-transform: translate(3%, 3%);
          -ms-transform: translate(3%, 3%);
          -o-transform: translate(3%, 3%);
          transform: translate(3%, 3%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label {
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          left: 50%;
          text-align: right;
          padding-left: 15%;
          width: 43%;
          transform-origin: 0 0;
          font-family: 'open sans', Arial, sans-serif;
          font-weight: 700;
          text-shadow: 0 0 5px rgb(0 0 0 / 10%);
          overflow: hidden;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(1) {
          transform: rotate(-72deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(2) {
          transform: rotate(-36deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(3) {
          transform: rotate(0deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(4) {
          transform: rotate(-324deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(5) {
          transform: rotate(-288deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(6) {
          transform: rotate(-252deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(7) {
          transform: rotate(-216deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(8) {
          transform: rotate(-180deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(9) {
          transform: rotate(-144deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label:nth-child(10) {
          transform: rotate(-108deg) translate(0px, -50%);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer-shadow {
          top: 14%;
          right: -3%;
          opacity: .3;
          position: absolute;
          width: 10%;
          height: 16%;
          transform-origin: 50% 28.44%;
          transform: rotate(50deg);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer {
          position: absolute;
          top: 11%;
          right: -1%;
          width: 10%;
          height: 16%;
          transform-origin: 50% 28.44%;
          transform: rotate(50deg);
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer-body {
          fill: #030303;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-wof--rotor-shadow-inner {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: .3;
          -webkit-transform: translate(3%, 3%);
          -moz-transform: translate(3%, 3%);
          -ms-transform: translate(3%, 3%);
          -o-transform: translate(3%, 3%);
          transform: translate(3%, 3%);
        }
      </style>
      <div class="omnisend-form-6449d48d6a3925a0dc01be79-block-container-6346b28e09c5915370ff381c">
        <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-container-6346b28e09c5915370ff381c">
          <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-shadow-container">
            <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-shadow">
              <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-73.5 634 476 476" enable-background="new -73.5 634 476 476" xml:space="preserve">
                <path fill="#000" d="M387.409,938.95c-0.268-0.089-0.524-0.177-0.787-0.177
        c13.021-43.188,13.286-89.875,0.088-133.938c0.262,0,0.438-0.088,0.699-0.176c2.534-0.787,3.846-3.496,3.059-6.033
        c-0.786-2.535-3.496-3.846-6.027-3.06c-0.266,0.086-0.438,0.175-0.61,0.263c-7.344-21.07-17.83-41.44-31.554-60.5
        c-13.726-18.886-29.721-35.06-47.373-48.522c0.087-0.177,0.262-0.263,0.35-0.438c1.572-2.099,1.051-5.07-1.05-6.646
        c-2.097-1.572-5.067-1.05-6.646,1.051c-0.087,0.177-0.175,0.351-0.264,0.438c-37.932-26.402-82.687-40.654-127.961-41.617
        c0.088-0.262,0.088-0.609,0.088-0.873c0-2.623-2.099-4.721-4.72-4.721s-4.721,2.098-4.721,4.721c0,0.264,0,0.611,0.088,0.873
        c-44.313,0.875-88.89,14.43-127.872,41.617c-0.088-0.262-0.263-0.521-0.438-0.787c-1.573-2.098-4.545-2.623-6.643-1.049
        c-2.099,1.574-2.623,4.545-1.049,6.646c0.175,0.262,0.35,0.438,0.611,0.697c-37.844,28.68-64.501,66.885-79.012,108.764
        c-0.087-0.086-0.262-0.086-0.35-0.176c-2.535-0.787-5.156,0.523-6.03,3.061c-0.787,2.535,0.524,5.158,3.06,6.033
        c0.088,0,0.263,0.088,0.349,0.088c-13.372,43.625-13.722,90.486-0.261,134.727c-0.175,0-0.35,0.088-0.524,0.176
        c-2.536,0.787-3.847,3.496-3.06,6.031c0.786,2.537,3.496,3.85,6.03,3.062c0.176-0.088,0.351-0.088,0.525-0.178
        c7.342,20.982,17.743,41.18,31.465,60.062c13.637,18.799,29.631,34.973,47.199,48.35c-0.088,0.09-0.263,0.268-0.35,0.354
        c-1.574,2.1-1.05,5.07,1.049,6.645s5.069,1.05,6.643-1.051c0.088-0.174,0.175-0.262,0.263-0.438
        c37.846,26.403,82.423,40.653,127.698,41.704c0,0.087,0,0.264,0,0.352c0,2.621,2.098,4.721,4.72,4.721
        c2.623,0,4.722-2.1,4.722-4.721c0-0.088,0-0.264,0-0.352c44.49-0.786,89.064-14.34,128.137-41.615
        c0.087,0.262,0.262,0.523,0.438,0.787c1.572,2.098,4.546,2.622,6.646,1.049c2.099-1.574,2.622-4.547,1.05-6.646
        c-0.175-0.264-0.35-0.438-0.611-0.698c37.936-28.765,64.682-67.06,79.104-109.11c0.264,0.088,0.521,0.264,0.787,0.353
        c2.531,0.787,5.153-0.523,6.027-3.062C391.258,942.445,389.856,939.823,387.409,938.95z">
                </path>
              </svg>
            </div>
          </div>
          <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor">
            <div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff381d">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Sage </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff381d">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Cauldron </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff381e">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Sage </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff381e">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Cauldron </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff381f">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Crystal Bracelet </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff381f">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Cauldron </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff3820">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Tumbled Stone </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff3820">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Cauldron </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff3821">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Crystal </div>
                  </foreignObject>
                </svg>
              </div>
              <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label" id="6346b28e09c5915370ff3821">
                <style type="text/css">
                  .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text {
                    font-size: 15px;
                    line-height: 1;
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 100%;
                    height: 100%;
                    color: #FFFFFF;
                  }
                </style>
                <svg width="100%" height="100%" viewBox="0 0 100 60">
                  <foreignObject width="100" height="60" xmlns="http://www.w3.org/1999/xhtml">
                    <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slice-label-text"> Free Cauldron </div>
                  </foreignObject>
                </svg>
              </div>
            </div>
            <style type="text/css">
              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(5),
              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(10) {
                fill: #F92888;
              }

              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(4),
              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(9) {
                fill: #7284EB;
              }

              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(3),
              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(8) {
                fill: #49B467;
              }

              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(2),
              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(7) {
                fill: #0094EB;
              }

              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(1),
              .omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices path:nth-child(6) {
                fill: #FFBD5C;
              }
            </style>
            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="-73.5 634 476 476" enable-background="new -73.5 634 476 476" xml:space="preserve">
              <path fill="#fff" d="M387.409,938.95c-0.268-0.089-0.524-0.177-0.787-0.177
        c13.021-43.188,13.286-89.875,0.088-133.938c0.262,0,0.438-0.088,0.699-0.176c2.534-0.787,3.846-3.496,3.059-6.033
        c-0.786-2.535-3.496-3.846-6.027-3.06c-0.266,0.086-0.438,0.175-0.61,0.263c-7.344-21.07-17.83-41.44-31.554-60.5
        c-13.726-18.886-29.721-35.06-47.373-48.522c0.087-0.177,0.262-0.263,0.35-0.438c1.572-2.099,1.051-5.07-1.05-6.646
        c-2.097-1.572-5.067-1.05-6.646,1.051c-0.087,0.177-0.175,0.351-0.264,0.438c-37.932-26.402-82.687-40.654-127.961-41.617
        c0.088-0.262,0.088-0.609,0.088-0.873c0-2.623-2.099-4.721-4.72-4.721s-4.721,2.098-4.721,4.721c0,0.264,0,0.611,0.088,0.873
        c-44.313,0.875-88.89,14.43-127.872,41.617c-0.088-0.262-0.263-0.521-0.438-0.787c-1.573-2.098-4.545-2.623-6.643-1.049
        c-2.099,1.574-2.623,4.545-1.049,6.646c0.175,0.262,0.35,0.438,0.611,0.697c-37.844,28.68-64.501,66.885-79.012,108.764
        c-0.087-0.086-0.262-0.086-0.35-0.176c-2.535-0.787-5.156,0.523-6.03,3.061c-0.787,2.535,0.524,5.158,3.06,6.033
        c0.088,0,0.263,0.088,0.349,0.088c-13.372,43.625-13.722,90.486-0.261,134.727c-0.175,0-0.35,0.088-0.524,0.176
        c-2.536,0.787-3.847,3.496-3.06,6.031c0.786,2.537,3.496,3.85,6.03,3.062c0.176-0.088,0.351-0.088,0.525-0.178
        c7.342,20.982,17.743,41.18,31.465,60.062c13.637,18.799,29.631,34.973,47.199,48.35c-0.088,0.09-0.263,0.268-0.35,0.354
        c-1.574,2.1-1.05,5.07,1.049,6.645s5.069,1.05,6.643-1.051c0.088-0.174,0.175-0.262,0.263-0.438
        c37.846,26.403,82.423,40.653,127.698,41.704c0,0.087,0,0.264,0,0.352c0,2.621,2.098,4.721,4.72,4.721
        c2.623,0,4.722-2.1,4.722-4.721c0-0.088,0-0.264,0-0.352c44.49-0.786,89.064-14.34,128.137-41.615
        c0.087,0.262,0.262,0.523,0.438,0.787c1.572,2.098,4.546,2.622,6.646,1.049c2.099-1.574,2.622-4.547,1.05-6.646
        c-0.175-0.264-0.35-0.438-0.611-0.698c37.936-28.765,64.682-67.06,79.104-109.11c0.264,0.088,0.521,0.264,0.787,0.353
        c2.531,0.787,5.153-0.523,6.027-3.062C391.258,942.445,389.856,939.823,387.409,938.95z"></path>
              <g class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-rotor-slices">
                <path d="M164.501,871.997L32.578,689.985C72.671,660.744,114.954,647,164.501,647V871.997z"></path>
                <path d="M164.501,871.997l-213.509-69.512c15.319-47.276,41.407-83.26,81.586-112.5L164.501,871.997z"></path>
                <path d="M164.501,871.997L-49.01,941.601c-15.319-47.274-15.319-91.751,0-139.115L164.501,871.997z"></path>
                <path d="M164.501,871.997L32.578,1054.099c-40.093-29.24-66.18-65.226-81.586-112.502L164.501,871.997z"></path>
                <path d="M164.501,871.997v224.999c-49.548,0-91.83-13.748-131.923-42.987L164.501,871.997z"></path>
                <path d="M164.501,871.997l131.922,182.016C256.33,1083.252,214.047,1097,164.501,1097V871.997z"></path>
                <path d="M164.501,871.997L378.01,941.51c-15.318,47.279-41.407,83.26-81.587,112.503L164.501,871.997z"></path>
                <path d="M164.501,871.997l213.509-69.512c15.319,47.274,15.319,91.749,0,139.115L164.501,871.997z"></path>
                <path d="M164.501,871.997l131.922-182.012c40.093,29.24,66.18,65.224,81.587,112.5L164.501,871.997z"></path>
                <path d="M164.501,871.997V647.002c49.546,0,91.829,13.744,131.922,42.986L164.501,871.997z"></path>
              </g>
            </svg>
          </div>
          <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer-shadow">
            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 66 116" enable-background="new 0 0 66 116" xml:space="preserve">
              <path fill="#000000" d="M66,33C66,14.774,51.227,0,33,0C14.775,0,0,14.774,0,33c0,11.604,5.994,21.801,15.05,27.685h-0.015
        L24.5,107.5c0,4.694,3.806,8.5,8.5,8.5s8.5-3.806,8.5-8.5l9.466-46.815h-0.015C60.007,54.801,66,44.604,66,33z"></path>
            </svg>
          </div>
          <div class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer">
            <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 66 116" enable-background="new 0 0 66 116" xml:space="preserve">
              <path fill="#FFFFFF" d="M66,33C66,14.774,51.227,0,33,0C14.775,0,0,14.774,0,33c0,11.604,5.994,21.801,15.05,27.685h-0.015
        L24.5,107.5c0,4.694,3.806,8.5,8.5,8.5s8.5-3.806,8.5-8.5l9.466-46.815h-0.015C60.007,54.801,66,44.604,66,33z"></path>
              <path class="omnisend-form-6449d48d6a3925a0dc01be79-wof-6346b28e09c5915370ff381c-pointer-body" fill="#C13A4A" d="M57.5,33C57.5,19.469,46.531,8.5,33,8.5S8.5,19.469,8.5,33c0,9.17,5.041,17.158,12.501,21.358H21l7,52.392
        c0,2.762,2.238,5,5,5s5-2.238,5-5l7-52.391h-0.002C52.458,50.16,57.5,42.171,57.5,33z"></path>
            </svg>
          </div>
        </div>
      </div>
    </div>
    <style type="text/css">
      .omnisend-form-6449d48d6a3925a0dc01be79-column-6346b28c09c5915370ff381b {
        width: 33%;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        position: relative;
      }

      @media screen and (max-width: 600px) {
        .omnisend-form-6449d48d6a3925a0dc01be79-column-6346b28c09c5915370ff381b {
          width: 100%;
        }
      }
    </style>
    <div class="omnisend-mobile-container omnisend-form-6449d48d6a3925a0dc01be79-column-6346b28c09c5915370ff381b">
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-6449d48d6a3925a0dc01be79-text-624ab2f927652f651edfd0b0 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-text-624ab2f927652f651edfd0b0 a {
          color: #0094EB;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-text-624ab2f927652f651edfd0b0,
        .omnisend-form-6449d48d6a3925a0dc01be79-text-624ab2f927652f651edfd0b0 p,
        .omnisend-form-6449d48d6a3925a0dc01be79-text-624ab2f927652f651edfd0b0 li {
          margin: 0px;
          color: #FFFFFF !important;
          font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif !important;
          font-size: 30px !important;
          line-height: 125% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-6449d48d6a3925a0dc01be79-text-624ab2f927652f651edfd0b0">
        <p><strong>SPIN TO WIN&nbsp;</strong><strong style="background-color: transparent; color: unset; font-family: unset; font-size: unset;">A FREE GIFT!</strong></p>
      </div>
      <!--Text content block ends -->
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-6449d48d6a3925a0dc01be79-text-627932445028ebd8c6660c4f {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-text-627932445028ebd8c6660c4f a {
          color: #0094EB;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-text-627932445028ebd8c6660c4f,
        .omnisend-form-6449d48d6a3925a0dc01be79-text-627932445028ebd8c6660c4f p,
        .omnisend-form-6449d48d6a3925a0dc01be79-text-627932445028ebd8c6660c4f li {
          margin: 0px;
          color: #FFFFFF !important;
          font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif !important;
          font-size: 15px !important;
          line-height: 150% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-6449d48d6a3925a0dc01be79-text-627932445028ebd8c6660c4f">
        <p style="text-align: left;">Enter your email to spin the wheel for a free gift! Every spin is a win!</p>
      </div>
      <!--Text content block ends -->
      <style>
        .omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98 {
          padding-left: 12px;
          padding-right: 12px;
          padding-top: 12px;
          padding-bottom: 12px;
          display: flex;
          flex-direction: column;
        }
      </style>
      <div id="omnisend-form-6449d48d6a3925a0dc01be79-field-62a3147776d81914aa87ed98" class="omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98">
        <style>
          label[for^=omnisend].omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-label {
            color: #030303;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 12px;
            padding-bottom: 12px;
            ;
            font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
            word-break: break-word;
          }

          label[for^=omnisend].omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-label.error {
            color: #FF0000;
          }
        </style>
        <style>
          #omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-input {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
            outline: none;
            border: none;
            background-color: transparent;
            padding: 0;
            margin: 0;
            width: 100%;
            height: auto;
            flex-basis: 0;
            flex-grow: 1;
            box-sizing: border-box;
            border-radius: 0 !important;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 16px;
            padding-bottom: 16px;
            color: #FFFFFF;
            background-color: #030303;
            border-style: solid;
            border-color: #FFFFFF;
            border-width: 0 0 2px 0;
            ;
          }

          #omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-input:focus {
            outline: auto;
          }

          #omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-input::placeholder {
            opacity: 1;
            color: #FFFFFF;
            ;
          }

          #omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-input {
            font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
          }

          #omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-input.error {
            border-color: #FF0000;
          }
        </style>
        <input id="omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-emailField-input" class="omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-input" type="email"
          placeholder="Enter your email" name="emailField" required="" maxlength="" oninput="" aria-label="Email field">
        <style>
          .omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-required {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
            color: #FF0000;
          }
        </style>
        <div class="omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-required" style="display: none;">This field is required</div>
        <style>
          .omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-error {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
            font-size: 14px;
            line-height: 120%;
            color: #FF0000;
          }
        </style>
        <div class="omnisend-form-6449d48d6a3925a0dc01be79-field-container-62a3147776d81914aa87ed98-error" style="display: none;">The email address must contain @ and a valid domain</div>
      </div>
      <!--Button content block starts -->
      <style type="text/css">
        .omnisend-form-6449d48d6a3925a0dc01be79-action-container-627932485028ebd8c6660c51 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
          ;
          display: flex;
          flex-direction: column;
          word-break: break-word;
        }

        #omnisend-form-6449d48d6a3925a0dc01be79-action-627932485028ebd8c6660c51.omnisend-form-6449d48d6a3925a0dc01be79-action-627932485028ebd8c6660c51 {
          align-self: center;
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          cursor: pointer;
          line-height: 120%;
          margin: 0;
          letter-spacing: normal;
          font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: #FFFFFF;
          background-color: #030303;
          border-radius: 0px;
          border-width: 2px;
          border-style: solid;
          border-color: #FFFFFF;
          padding-bottom: 16px;
          padding-top: 16px;
          padding-left: 16px;
          padding-right: 16px;
        }

        #omnisend-form-6449d48d6a3925a0dc01be79-action-627932485028ebd8c6660c51.omnisend-form-6449d48d6a3925a0dc01be79-action-627932485028ebd8c6660c51:disabled {
          cursor: default;
          opacity: 0.6;
        }

        .omnisend-form-6449d48d6a3925a0dc01be79-error {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 0px;
          padding-right: 0px;
          ;
          font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
          font-size: 14px;
          line-height: 120%;
          color: #FF0000;
        }
      </style>
      <div class="omnisend-form-6449d48d6a3925a0dc01be79-action-container-627932485028ebd8c6660c51">
        <div class="omnisend-form-6449d48d6a3925a0dc01be79-error" style="display: none;">Something went wrong!</div>
        <button class="omnisend-form-6449d48d6a3925a0dc01be79-action-627932485028ebd8c6660c51" id="omnisend-form-6449d48d6a3925a0dc01be79-action-627932485028ebd8c6660c51" type="submit">SPIN IT</button>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to content

20% off EVERYTHING code 20off ends in

04h 38m 41s

Order by Phone: 310-698-0332 | Mon-Fri 11-4 PM PST

Signed copies of Squid Cake Shop Now

Country/Region
United States (USD $)
 * United States (USD $)

Search
Reset Search


Log in

Wishlist 0 Bag

Menu
 * New Releases
    * Back to New Releases
    * New Releases
    * Just Added
    * Newly Added Decks
    * 2023 Calendars & Almanacs
    * 2023 Tarot & Book Releases
       * May 2023 Tarot/Books Releases
       * April 2023 Tarot/Book Releases
       * March 2023 Tarot/Books Releases
       * February 2023 Tarot/Books Releases
       * January 2023 Tarot/Books Releases
       * Go to 2023 Tarot & Book Releases
   
    * 2022 Tarot & Book Releases
       * December 2022 Tarot/Books Releases
       * November 2022 Tarot/Books Releases
       * October 2022 Tarot/Books Releases
       * September 2022 Tarot/Books Releases
       * August 2022 Tarot/Books Releases
       * July 2022 Tarot/Books Releases
       * June 2022 Tarot/Books Releases
       * May 2022 Tarot/Books Releases
       * April 2022 Tarot/Book Releases
       * March 2022 Tarot/Book Releases
       * February 2022 Tarot/Books Releases
       * January 2022 Tarot/Books Releases
       * Go to 2022 Tarot & Book Releases

 * Best Sellers
    * Back to Best Sellers
    * Best Sellers
    * All Items
    * Best Selling Tarot Decks
    * Best Selling Oracle Decks
    * Best Selling Books
    * Genuine Moldavite
    * Exclusive Hand Carved Crystals
    * Mystery Items

 * Wicca | Pagan
    * Back to Wicca | Pagan
    * Wicca | Pagan
    * Altar Supplies
       * Altar Cloths
       * Altar Tables
       * Altar Tiles
       * Bells, Tingsha, & Singing Bowls
       * Cauldrons
       * Chests & Display Boxes
       * Chalices
       * Mortar & Pestles, Grinders & Spoons
       * Offering Bowl
       * Ritual Athames
       * Ritual Wear
       * Smudge Pot
       * Wands
       * Go to Altar Supplies
   
    * Ritual
       * Ritual Bath Kits
       * Ritual Bowls
       * Ritual Kits
       * Ritual Items & Spell Supplies
       * Ritual Oils
       * Ritual Powder
       * Go to Ritual
   
    * Divination
       * Pendulum Mats
       * Pendulums
       * Crystal Balls
       * Dowsing Rods
       * Ouija, Spirit and Talking Boards
       * Runes
       * Scrying
       * Go to Divination
   
    * Supplies
       * Blank Journal, Notebooks, and Spell Books
       * Feathers
       * Magick Honey
       * Pocket Stones
       * Sealing Wax
       * Spell Bottles
       * Spell & Ritual Components
       * Voodoo Dolls
       * Worry Dolls
       * Parchment, Ink, & Writing Kits
       * Go to Supplies
   
    * Other
       * Charcoal & Sand
       * Eye Pillows
       * Lodestones & Magnetic Sand
       * Self Lighting Powder
       * Smudge Sticks
       * Go to Other

 * Books
    * Back to Books
    * Books
    * Books (Occult, Spiritual)
       * Almanacs, Datebooks & Planners
       * Astrology, Numerology, & Synchronicities
       * Body, Mind, & Spirit
       * Divination & Psychic
       * Occult, Aleister Crowley, & Santeria
       * Paganism & Wicca
       * Spellcraft, Witchcraft & Magic
       * Spirit, Paranormal & Ghost Hunting Books
       * Go to Books (Occult, Spiritual)
   
    * Books (Spiritual)
       * Angels, Fairies & Spirit Guides
       * Celtic, Egyptian & Eastern
       * Crystals, Stones & Gemstones
       * Dreams, Auras & Astral Travel
       * Mind, Body, & Soul
       * Mythology, Gods & Goddesses
       * Oils, Herbs, & Candle Burning
       * Gardening & Nature
       * Go to Books (Spiritual)
   
    * More Books + DVDs
       * Craftwork & Coloring
       * Fiction Books
       * CDs, Audio Books and Music
       * DVDs
       * Go to More Books + DVDs
   
    * Journals & Holiday Cards
       * All Journals, Blank Books & Spell Books
       * Leather Journals
       * Hardcover Journals
       * Spell Cards & Holiday Cards
       * Go to Journals & Holiday Cards

 * Tarot & Oracle Decks
    * Back to Tarot & Oracle Decks
    * Tarot & Oracle Decks
    * Tarot Decks & Cards
    * Oracle Decks & Cards
    * Playing Card Decks
    * Tarot Books
    * Tarot Bags
    * Tarot Boxes

 * Bags | Clothing
    * Back to Bags | Clothing
    * Bags | Clothing
    * Bags & Pouches
       * All Bags & Pouches
       * Cotton Pouches
       * Leather Pouches
       * Medicine Bags
       * Organza Pouches
       * Suede Pouches
       * Tote Bags
       * Velvet Pouches
       * Velveteen Pouches
       * Go to Bags & Pouches
   
    * Clothing
       * Back Packs
       * Clothing, Sarongs & Ritual Wear
       * Stoles & Prayer Shawls
       * Tote Bags
       * Go to Clothing
   
    * Accessories
       * Cloth Patches
       * Enamel Pins
       * Key Chains & Miscellaneous
       * Go to Accessories

 * Bath & Oils
    * Back to Bath & Oils
    * Bath & Oils
    * Bath & Washes
       * Bath Herbs
       * Bath Oils
       * Bath Salts
       * Spiritual Floor & Bath Washes
       * Waters
       * Go to Bath & Washes
   
    * Ritual Oils
       * Anna Riva Blend Oils
       * Anointing Oils
       * Archangel Oils
       * Bath Oils
       * Espiritu Ritual & Spell Oils
       * Essential Oils
       * Indio Ritual & Spell Oils
       * Lailokens Awen Oils
       * Multi Oro Pure Oils
       * Orishas Oils
       * Psychic Oils
       * Go to Ritual Oils
   
    * Perfume & Sprays
       * Air Fresheners
       * Fragrance Oils
       * Moonwater Elixirs
       * Perfume & Colognes
       * Pheromones
       * Solid Perfumes
       * Spiritual Sprays
       * Zenlife Spray
       * Go to Perfume & Sprays
   
    * Other
       * Oil Bottles & Rings
       * Oil Burners & Diffusers
       * Bottles & Jars
       * Lotions, Salves and Balms
       * Soaps
       * Go to Other

 * Candles
    * Back to Candles
    * Candles
    * Carved Candles
       * Crystal Candles
       * Figure Candles
       * Sacred Symbol Candles
       * Go to Carved Candles
   
    * Jar Candles
       * 7 Day Candles Solid Colors
       * 7 Day Spiritual Jar Candles
       * 14 Day Jar Candles Solid Colors
       * 14 Day Spiritual Jar Candles
       * Harmonia Soy Gem Candles
       * Mini Jar Candles
       * 11 oz Soy Jar Candles
       * 16 oz Jar Candles
       * Misc Glass Candles
       * Go to Jar Candles
   
    * Pillar Candles
       * 9" Jumbo Candles
       * Lailokens Awen Ritual Candles
       * Mandala Pillar Candles
       * Natural Pillar Candles
       * Pillar Spell Candles
       * Reiki Charged Pillar Candles
       * Traditional Pillar Candles
       * Go to Pillar Candles
   
    * Chime, Taper, Votives
       * Aromatherapy Votive Candles
       * Candle Gift Sets
       * Charged Ritual Candles
       * Taper Candles
       * Mini Ritual Spell Chime Candles
       * Reiki Charged Soy Votives
       * Reiki Charged Soy Votives in Glass
       * Reiki Charged Soy Votive Sets
       * Herbal Votive Candles
       * Herbal Votive Candle Sets
       * Traditional Soy Votive Candles in Glass
       * Mandala Soy Votive Candles in Glass
       * Go to Chime, Taper, Votives
   
    * Misc Candles
       * Beeswax Candles
       * Tealight Candles
       * Travel Scented Candles
       * Go to Misc Candles
   
    * Candle Accessories
       * Candle Accessories
       * Candle Holders
       * Candle Snuffers
       * Chime Candle Holders
       * Tealight Candle Holders
       * Pillar Candle Holders
       * Votive Candle Holders
       * Go to Candle Accessories

 * Crystals
    * Back to Crystals
    * Crystals
    * Carved & Tumbled Stones
       * Hand Carved Crystals
       * Single Tumbled Stones
       * Gemstone Figures
       * Gemstone Hearts
       * Gemstone Pyramids
       * Stone Crafts & Arrowheads
       * Worry & Palm Stones
       * Go to Carved & Tumbled Stones
   
    * Clusters & Rough
       * Specimens, Clusters & Fossils
       * Crystal Points & Obelisks
       * Free Shape Stones & Flames
       * Gemstone Sand
       * Genuine Moldavite
       * Rough Stones - One Piece
       * Selenite
       * Go to Clusters & Rough
   
    * Crystal, Gemstone & Gazing Balls
       * Crystal Prisms
       * Gazing Balls
       * Gazing Ball Stands
       * Gemstone & Crystal Spheres
       * Go to Crystal, Gemstone & Gazing Balls
   
    * Other
       * Charging Plates
       * Chakra Sets & Massagers
       * Crystal Talismans
       * Gemstone Trees
       * Massage Wands
       * Runes
       * Yoni Eggs
       * Go to Other

 * Decor
    * Back to Decor
    * Decor
    * All Statues
       * Animal Statues
       * Angel Statues
       * Buddhist, Hindu & Eastern Statues
       * Celtic & Norse Statues
       * Day of the Dead Statues
       * Dragon Statues
       * Egyptian Statues
       * Fairy Statues
       * Garden, Mushroom, Gnome Statues
       * Greek & Roman Statues
       * Monster, Paranormal & Horror Statues
       * Occult Statues
       * Go to All Statues
   
    * Walls & Hanging Decor
       * Calendars
       * Curtains
       * Dream Catchers
       * Flags
       * Hanging Decor
       * Posters
       * Suncatchers
       * Tapestries
       * Wind Chimes
       * Go to Walls & Hanging Decor
   
    * Decorative & Organization
       * Altar Tables
       * Bookends
       * Book Holders
       * Chests & Display Boxes
       * Coasters & Trivets
       * Coin Banks
       * Cupboards
       * Lamps & Lighting
       * Plush & Stuffed Animals
       * Kitchen & Food
       * Go to Decorative & Organization
   
    * Other
       * Bumper Stickers
       * Coffee & Tea Mugs
       * Hanging Air Fresheners
       * Musical Instruments
       * Novelty & Gift Items
       * Pots & Planters
       * Store Display Pieces
       * Go to Other

 * Herbs & Smudges
    * Back to Herbs & Smudges
    * Herbs & Smudges
    * Smudge Sticks
       * All Smudge Sticks
       * Standard Smudge Sticks
       * Combination Smudge Sticks
       * Floral Smudge Sticks
       * Spiritual Smudge Sticks
       * Large Smudge Sticks
       * Smudge Stick Sets
       * Smudge Stick Kits
       * Sweetgrass Braids
       * Go to Smudge Sticks
   
    * Herbs
       * Bath Herbs
       * Herbal Mixes
       * Herbal Teas
       * Herb Packs
       * Go to Herbs
   
    * Accessories
       * Coffee & Tea Mugs
       * Gel Caps
       * Tea Accessories
       * Go to Accessories

 * Incense
    * Back to Incense
    * Incense
    * Incense Cones
       * All Incense Cones
       * All Backflow Incense Cones
       * Anna Riva Incense Cones
       * Elements Incense Cones
       * Goloka Incense Cones
       * Green Tree Incense Cones
       * HEM Incense Cones
       * Satya Incense Cones
       * Misc Incense Cones
       * Go to Incense Cones
   
    * Incense Sticks
       * All Incense Sticks
       * Alchemy Incense Sticks
       * Anne Stokes Incense Sticks
       * Archangel Incense Sticks
       * Benedictum Incense Sticks
       * Elements Incense Sticks
       * Goloka Incense Sticks
       * Green Tree Incense Sticks
       * HEM Incense Sticks
       * Herb & Earth Incense Sticks
       * Inca Incense Sticks
       * Morning Star Incense Sticks
       * Nitiraj Incense Sticks
       * Powerful Indian Incense Sticks
       * Ritual Incense Sticks
       * Satya Incense Sticks
       * Misc Incense Sticks
       * Go to Incense Sticks
   
    * Other Incense
       * 7 Sisters Incense Powder
       * Anna Riva Powder Incense
       * Magick Incense Powder
       * Misc Incense Powder
       * Lailokens Awen Resin Incense
       * Resin Incense
       * Rope Incense
       * Soy Wax Melts
       * Go to Other Incense
   
    * Incense Burners & Accessories
       * All Burners & Accessories
       * Backflow Cone Incense Burners
       * Cone Incense Burners & Holders
       * Charcoal, Resin, Smudge Burners
       * Stick Incense Burners & Holders
       * Rope Incense Burners & Holders
       * Tongs for Charcoal
       * Go to Incense Burners & Accessories

 * Jewelry
    * Back to Jewelry
    * Jewelry
    * Anklets & Bracelets
       * All Bracelets
       * 4 mm Gemstone Bracelets
       * 6 mm Gemstone Bracelets
       * 8 mm Gemstone Bracelets
       * Designer Bracelets
       * Gemstone Chip Bracelets
       * Tumbled Stone Bracelets
       * Metal Bracelets
       * Leather Bracelets
       * Mala & Ritual Beads
       * Pendulum Bracelets
       * Wood Bracelets
       * Go to Anklets & Bracelets
   
    * Necklaces & Pendants
       * All Necklaces
       * Amulets & Talismans
       * Cording, Chains, Plain Necklaces
       * Design Necklaces
       * Gemstone Necklaces
       * Metal Necklaces
       * Chokers
       * Go to Necklaces & Pendants
   
    * Pendants
       * All Pendants
       * Gemstone Pendants
       * Metal Design Pendants
       * Sterling Silver Pendants
       * Pendant Cages
       * Go to Pendants
   
    * Rings & Earrings
       * All Earrings
       * Designer Earrings
       * Gemstone Dangle Earrings
       * Gemstone Stud Earrings
       * Sterling Silver Earrings
       * All Men and Women's Rings
       * Go to Rings & Earrings

 * Preorders
 * 30% OFF SALE


20% OFF EVERYTHING

Limited time discount for the Summer

20OFF Copy code
Copied


FREE SHIPPING OVER $50

Deep discounts on everything! Free Shipping as well as 20% off all items for a
limited period of time.

Just Added


COLLECTIONS

View all

 * Herb Packs
   
   View collection

 * Genuine Moldavite from Czech Republic
   
   View collection

 * Incense Sticks
   
   View collection

 * Reiki Herbal Pillar Candles
   
   View collection

 * Smudge Sticks
   
   View collection

 * Single Tumbled Stones
   
   View collection

Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW
Deep Discounts 20% off EVERYTHING SHOP NEW


BEST SELLING TAROT & ORACLE DECKS

View all


HUNDREDS OF DECKS

Looking for the perfect tarot deck to explore your inner wisdom and intuition?
Our best selling tarot decks offer a wide range of unique designs, themes, and
interpretations to suit every level of experience. From classic Rider-Waite
decks to modern, art-inspired collections, discover the power and magic of tarot
with our best selling decks. Shop now and unlock the secrets of the universe!

View All
 * Up to $10.40 off
   
   Rider-Waite Tarot Deck by Pamela Colman Smith
   
   ★★★★★
   (22)
   $20.55 $30.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $3.50 off
   
   Gypsy Witch Fortune Telling Cards by U.S. Games Systems, Inc.
   
   ★★★★★
   (3)
   $6.45 $9.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $11.98 off
   
   Modern Witch Tarot Deck by Lisa Sterle
   
   ★★★★★
   (10)
   $23.97 $35.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $11.96 off
   
   Tarot of Mystical Moments by Catrin Welz-Stein
   
   ★★★★★
   (14)
   $23.99 $35.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $11.96 off
   
   Santa Muerte Tarot Deck by Fabio Listrani
   
   ★★★★★
   (19)
   $23.99 $35.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $10.98 off
   
   Crow Tarot Deck by MJ Cullinane
   
   ★★★★★
   (23)
   $20.97 $31.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $11.07 off
   
   Spiritsong Tarot Deck by Paulina Cassidy
   
   ★★★★★
   (8)
   $21.88 $32.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $11.07 off
   
   Tarot of Sexual Magic by Lo Scarabeo
   
   ★★★★★
   (21)
   $21.88 $32.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $9.07 off
   
   Angelarium: Oracle of Emanations by Peter Mohrbacher, Eli Minaya
   
   ★★★★★
   (1)
   $18.88 $27.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * Up to $10.40 off
   
   Hermetic Tarot Deck by Godfrey Dowson
   
   ★★★★★
   (17)
   $20.55 $30.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist


 * FREE SHIPPING OVER $50
   
   Add more items to your cart to grab this discount! This discount runs until
   April 2023. All orders in the United States qualify for this discount.
   Shipping speed will be determined by your location and what is ordered.


 * FREE CRYSTAL WITH EVERY ORDER
   
   Orders which contain no other free gift will contain a free tumbled crystal
   in the packaging. No discount code needed. Crystal is not put in special
   packaging - please check all contents of your order upon arrival.


 * FREE SAGE, CAULDRON & MORE
   
   We offer free gifts through discounts on the site. If a Spin-the-Wheel pops
   up, spin the wheel to win a prize! Codes will be given with what prize was
   given. Redeem the code at checkout. Only one code can be redeemed.


SUBSCRIBE TO OUR EMAILS

Grab deep discounts, secret flash sales, great coupon codes, and so much more!

Email
Subscribe


ANNA RIVA RITUAL OILS

View all


THE BEST RITUAL OILS

Discover the power of Anna Riva oils for your spiritual practice. Choose from a
variety of authentic blends, carefully crafted to help you achieve your goals,
from love to money to protection. Experience the difference for yourself today.

View All
 * Up to $3.10 off
   
   1/2 oz Anna Riva Oil - Haitian Gamblers
   
   $6.20 $9.30
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $3.00 off
   
   1/2 oz Anna Riva Oil - High John (Roots In Oil)
   
   $6.00 $9.00
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $2.85 off
   
   1/4 oz Anna Riva Oil - Apple Blossom
   
   $5.85 $8.70
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $2.85 off
   
   1/4 oz Anna Riva Oil - Counteracting
   
   $5.85 $8.70
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $31.71 off
   
   1/4 oz Anna Riva Oil - Court
   
   From $5.82 $8.73
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $4.90 off
   
   1/4 oz Anna Riva Oil - Crab Apple
   
   $9.80 $14.70
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $2.85 off
   
   1/4 oz Anna Riva Oil - Cranberry
   
   $5.85 $8.70
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist
 * Up to $2.88 off
   
   1/4 oz Anna Riva Oil - Crossing
   
   $5.85 $8.73
   Unit price /
   Unavailable
   Choose options Choose options View details
   
   Add to Wishlist


MAGICK BLOG

View all


 * TOP 10 RITUAL ITEMS FOR A BEGINNER WITCH
   
   If you are a beginner witch looking to start practicing magic, there are a
   few basic ritual items that you may find helpful in your practice. These
   items can be...


 * LODESTONES: WHAT AND HOW
   
   Lodestones are naturally occurring magnetic rocks that have been used for
   centuries in various cultures for their supposed mystical properties. These
   rocks are formed from a type of iron oxide...


 * EMBRACING THE ANCIENT ART OF WITCHCRAFT: A COMPREHENSIVE GUIDE
   
   Introduction Witchcraft, an age-old practice deeply rooted in folklore and
   tradition, has seen a resurgence in popularity in recent years. The
   contemporary witchcraft movement, driven by a desire to reconnect...


 * WHAT ARE ANGEL NUMBERS AND WHAT DO THEY MEAN?
   
   Angel numbers are sequences of numbers that are believed to hold special
   significance and to be messages from the angels. These numbers often appear
   repeatedly in our lives, in sequences...


 * WHAT DO THE MOON PHASES MEAN?
   
   The moon phases are a powerful symbol in many cultures and spiritual
   traditions, representing the cyclical nature of life and the changing
   seasons. The phases of the moon are caused...


 * TRIPLE MOON: EXPLAINED
   
   The triple moon is a symbol that is commonly used in Wicca and other forms of
   paganism to represent the goddess and the cycles of life, death, and rebirth.
   The...


 * PENTAGRAM: EXPLAINED
   
   The pentagram is an important symbol in Wicca and is often used in Wiccan
   rituals, spells, and other spiritual practices. To Wiccans, the pentagram
   represents the five elements of earth,...


 * DIFFERENCE BETWEEN WICCA AND PAGAN
   
   Wicca and paganism are often used interchangeably, but they are not exactly
   the same thing. Wicca is a specific religion within the larger umbrella of
   paganism. Here are some key...


JUST ADDED

View all
 * New
   Up to $3.15 off
   
   Traditional Incense Company - White Sage (20 gram Powder)
   
   $6.80 $9.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $3.15 off
   
   Traditional Incense Company - Dragon's Blood (20 gram Powder)
   
   $6.80 $9.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $3.15 off
   
   Traditional Incense Company - Frankincense (20 gram Powder)
   
   $6.80 $9.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $3.15 off
   
   Traditional Incense Company - Myrrh (20 gram Powder)
   
   $6.80 $9.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $21.05 off
   
   7.25" Thor Kneeling Statue
   
   $58.90 $79.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $20.05 off
   
   8.5" Odin Seated Statue
   
   $69.90 $89.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $13.98 off
   
   9" Antique Rose Wine Bottle Holder
   
   $49.97 $63.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist
 * New
   Up to $13.15 off
   
   10.25" Sleeping Buddha Bronze Statue
   
   $49.80 $62.95
   Unit price /
   Unavailable
   Add to cart Add to cart View details
   
   Add to Wishlist


YOUR CART

Close

Your cart is empty

Start shopping

Subtotal: $0.00 USD

Loading...





Previous Next

 * Need Help?
   
   Call us! 310-698-0332
   
   11-4 PM PST Mon - Fri

 * Free Shipping over $50
   
   Free shipping on all orders over 50 in the United States.

 * New Items
   
   Tons of new items added every week!

 * The Best Price
   
   Most competitive pricing on more than 20,000 different items!

Back to top


MAGICK MENU

 * 2023 Pagan | Wiccan Calendar
 * Affiliate Partner Program
 * Magick Mobile App
 * Sell to Magick.com
 * Magickal Herbs
 * Rewards Program


QUICK LINKS

 * Gift Cards
 * Free Gifts
 * Shipping Cost
 * Discrete Shipping
 * My Wishlist


POLICIES

 * Contact Us
 * FAQ's
 * Return Policy
 * Shipping Policy
 * Privacy Policy
 * Terms and Conditions
 * Sitemap


NEWSLETTER

Sign up for exclusive discounts, flash sales, secret discount codes, access to
new releases, and so much more!

Email
Subscribe
Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * Shop Pay
 * Visa

Country/Region
United States (USD $)
 * United States (USD $)

Country/Region
Afghanistan (AFN ؋)Åland Islands (EUR €)Albania (ALL L)Algeria (DZD د.ج)Andorra
(EUR €)Angola (USD $)Anguilla (XCD $)Antigua & Barbuda (XCD $)Argentina
(USD $)Armenia (AMD դր.)Aruba (AWG ƒ)Ascension Island (SHP £)Australia
(AUD $)Austria (EUR €)Azerbaijan (AZN ₼)Bahamas (BSD $)Bahrain (USD $)Bangladesh
(BDT ৳)Barbados (BBD $)Belarus (USD $)Belgium (EUR €)Belize (BZD $)Benin
(XOF Fr)Bermuda (USD $)Bhutan (USD $)Bolivia (BOB Bs.)Bosnia & Herzegovina
(BAM КМ)Botswana (BWP P)Brazil (USD $)British Indian Ocean Territory
(USD $)British Virgin Islands (USD $)Brunei (BND $)Bulgaria (BGN лв.)Burkina
Faso (XOF Fr)Burundi (BIF Fr)Cambodia (KHR ៛)Cameroon (XAF Fr)Canada (CAD $)Cape
Verde (CVE $)Caribbean Netherlands (USD $)Cayman Islands (KYD $)Central African
Republic (XAF Fr)Chad (XAF Fr)Chile (USD $)China (CNY ¥)Christmas Island
(AUD $)Cocos (Keeling) Islands (AUD $)Colombia (USD $)Comoros (KMF Fr)Congo -
Brazzaville (XAF Fr)Congo - Kinshasa (CDF Fr)Cook Islands (NZD $)Costa Rica
(CRC ₡)Côte d’Ivoire (XOF Fr)Croatia (EUR €)Curaçao (ANG ƒ)Cyprus (EUR €)Czechia
(CZK Kč)Denmark (DKK kr.)Djibouti (DJF Fdj)Dominica (XCD $)Dominican Republic
(DOP $)Ecuador (USD $)Egypt (EGP ج.م)El Salvador (USD $)Equatorial Guinea
(XAF Fr)Eritrea (USD $)Estonia (EUR €)Eswatini (USD $)Ethiopia (ETB Br)Falkland
Islands (FKP £)Faroe Islands (DKK kr.)Fiji (FJD $)Finland (EUR €)France
(EUR €)French Guiana (EUR €)French Polynesia (XPF Fr)French Southern Territories
(EUR €)Gabon (XOF Fr)Gambia (GMD D)Georgia (USD $)Germany (EUR €)Ghana
(USD $)Gibraltar (GBP £)Greece (EUR €)Greenland (DKK kr.)Grenada
(XCD $)Guadeloupe (EUR €)Guatemala (GTQ Q)Guernsey (GBP £)Guinea
(GNF Fr)Guinea-Bissau (XOF Fr)Guyana (GYD $)Haiti (USD $)Honduras (HNL L)Hong
Kong SAR (HKD $)Hungary (HUF Ft)Iceland (ISK kr)India (INR ₹)Indonesia
(IDR Rp)Iraq (USD $)Ireland (EUR €)Isle of Man (GBP £)Israel (ILS ₪)Italy
(EUR €)Jamaica (JMD $)Japan (JPY ¥)Jersey (USD $)Jordan (USD $)Kazakhstan
(KZT 〒)Kenya (KES KSh)Kiribati (USD $)Kosovo (EUR €)Kuwait (USD $)Kyrgyzstan
(KGS som)Laos (LAK ₭)Latvia (EUR €)Lebanon (LBP ل.ل)Lesotho (USD $)Liberia
(USD $)Libya (USD $)Liechtenstein (CHF CHF)Lithuania (EUR €)Luxembourg
(EUR €)Macao SAR (MOP P)Madagascar (USD $)Malawi (MWK MK)Malaysia
(MYR RM)Maldives (MVR MVR)Mali (XOF Fr)Malta (EUR €)Martinique (EUR €)Mauritania
(USD $)Mauritius (MUR ₨)Mayotte (EUR €)Mexico (USD $)Moldova (MDL L)Monaco
(EUR €)Mongolia (MNT ₮)Montenegro (EUR €)Montserrat (XCD $)Morocco
(MAD د.م.)Mozambique (USD $)Myanmar (Burma) (MMK K)Namibia (USD $)Nauru
(AUD $)Nepal (NPR ₨)Netherlands (EUR €)New Caledonia (XPF Fr)New Zealand
(NZD $)Nicaragua (NIO C$)Niger (XOF Fr)Nigeria (NGN ₦)Niue (NZD $)Norfolk Island
(AUD $)North Macedonia (MKD ден)Norway (USD $)Oman (USD $)Pakistan
(PKR ₨)Palestinian Territories (ILS ₪)Panama (USD $)Papua New Guinea
(PGK K)Paraguay (PYG ₲)Peru (PEN S/.)Philippines (PHP ₱)Pitcairn Islands
(NZD $)Poland (PLN zł)Portugal (EUR €)Qatar (QAR ر.ق)Réunion (EUR €)Romania
(RON Lei)Russia (USD $)Rwanda (RWF FRw)Samoa (WST T)San Marino (EUR €)São Tomé &
Príncipe (STD Db)Saudi Arabia (SAR ر.س)Senegal (XOF Fr)Serbia
(RSD РСД)Seychelles (USD $)Sierra Leone (SLL Le)Singapore (SGD $)Sint Maarten
(ANG ƒ)Slovakia (EUR €)Slovenia (EUR €)Solomon Islands (SBD $)Somalia
(USD $)South Africa (USD $)South Georgia & South Sandwich Islands (GBP £)South
Korea (KRW ₩)South Sudan (USD $)Spain (EUR €)Sri Lanka (LKR ₨)St. Barthélemy
(EUR €)St. Helena (SHP £)St. Kitts & Nevis (XCD $)St. Lucia (XCD $)St. Martin
(EUR €)St. Pierre & Miquelon (EUR €)St. Vincent & Grenadines (XCD $)Sudan
(USD $)Suriname (USD $)Svalbard & Jan Mayen (USD $)Sweden (SEK kr)Switzerland
(CHF CHF)Taiwan (TWD $)Tajikistan (TJS ЅМ)Tanzania (TZS Sh)Thailand
(THB ฿)Timor-Leste (USD $)Togo (XOF Fr)Tokelau (NZD $)Tonga (TOP T$)Trinidad &
Tobago (TTD $)Tristan da Cunha (GBP £)Tunisia (USD $)Turkey (USD $)Turkmenistan
(USD $)Turks & Caicos Islands (USD $)Tuvalu (AUD $)U.S. Outlying Islands
(USD $)Uganda (UGX USh)Ukraine (UAH ₴)United Arab Emirates (AED د.إ)United
Kingdom (GBP £)United States (USD $)Uruguay (UYU $)Uzbekistan (UZS )Vanuatu
(VUV Vt)Vatican City (EUR €)Venezuela (USD $)Vietnam (VND ₫)Wallis & Futuna
(XPF Fr)Western Sahara (MAD د.م.)Yemen (YER ﷼)Zambia (USD $)Zimbabwe (USD $)
Update

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

© 2023 Magick. .
Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart






NOTIFY WHEN BACK IN STOCK

NOTIFY WHEN BACK IN STOCK

We'll send you an email right after this product is back in stock.

This field is required
The email address must contain @ and a valid domain
Something went wrong!
Notify me

Thanks. Keep an eye out for updates!

You are already subscribed

WAIT!

You've been visited by Salem! Receive 20% off your order!

Enter your email
Email is incorrect!
Something went wrong!
Receive Discount

Thank you for subscribing!

Thank you! You're already subscribed to this list!

Free Sage
Free Cauldron
Free Sage
Free Cauldron
Free Crystal Bracelet
Free Cauldron
Free Tumbled Stone
Free Cauldron
Free Crystal
Free Cauldron



SPIN TO WIN A FREE GIFT!

Enter your email to spin the wheel for a free gift! Every spin is a win!

This field is required
The email address must contain @ and a valid domain
Something went wrong!
SPIN IT

Here's your prize:



You have signed up to receive our newsletter.

You are already subscribed