basicjane.com Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://cbdformen.shop/
Effective URL: https://basicjane.com/
Submission: On December 29 via api from US — Scanned from DE

Form analysis 39 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="/">
  <div class="localization__grid"></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>
  <script src="//basicjane.com/cdn/shop/t/32/assets/search-form.js?v=172508554731921826481719582907" defer="defer"></script>
  <search-form class="search__form block">
    <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 for ar" data-placeholder-one="Search for products" data-placeholder-two="Search for articles"
      data-placeholder-three="Search for collections" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      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: #e32b2b">
      <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="//basicjane.com/cdn/shop/t/32/assets/speech-search.css?v=22323790371604351621719582907" rel="stylesheet" type="text/css" media="all">
    <script src="//basicjane.com/cdn/shop/t/32/assets/speech-search.js?v=30294466028599436461719582907" defer="defer"></script>
  </search-form>
  <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-8343367450779" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8343367450779" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8343367450779" value="45832479834267"><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/edibles/products/oral-sample-pack" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8343367450779"><input type="hidden" name="section-id"
    value="template--17215344410779__380854f4-abfc-4bb0-8359-b709521f2eb3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8330749018267" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8330749018267" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8330749018267" value="45782774710427"><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/edibles/products/refresh-chews-1" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8330749018267"><input type="hidden" name="section-id"
    value="template--17215344410779__380854f4-abfc-4bb0-8359-b709521f2eb3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8169166602395" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8169166602395" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8169166602395" value="45167792455835"><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/edibles/products/night-caps" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8169166602395"><input type="hidden" name="section-id"
    value="template--17215344410779__380854f4-abfc-4bb0-8359-b709521f2eb3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8169196290203" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8169196290203" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8169196290203" value="45167925624987"><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/edibles/products/passion-chews" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8169196290203"><input type="hidden" name="section-id"
    value="template--17215344410779__380854f4-abfc-4bb0-8359-b709521f2eb3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7286301720731" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7286301720731" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7286301720731" value="41986285830299"><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/edibles/products/cbda-cbd-mints" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7286301720731"><input type="hidden" name="section-id"
    value="template--17215344410779__380854f4-abfc-4bb0-8359-b709521f2eb3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7831966941339" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7831966941339" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7831966941339" value="43979948720283"><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/topicals/products/relieve-sample-pack-1" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7831966941339"><input type="hidden" name="section-id"
    value="template--17215344410779__966b7275-b520-4f54-b3c6-68ddee8a8aa3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-822553772079" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="822553772079" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="822553772079" value="8482328346671"><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/topicals/products/spray-trio" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="822553772079"><input type="hidden" name="section-id"
    value="template--17215344410779__966b7275-b520-4f54-b3c6-68ddee8a8aa3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-526437318703" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="526437318703" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="526437318703" value="6916060282927"><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/topicals/products/relieve-cbd-pain-relief-spray" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="526437318703"><input type="hidden" name="section-id"
    value="template--17215344410779__966b7275-b520-4f54-b3c6-68ddee8a8aa3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8302215168155" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8302215168155" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8302215168155" value="45666414100635"><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/favorite-cbd-gift-sets/products/rest-and-recharge-bundle" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8302215168155"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XyGbPD">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8302187151515" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8302187151515" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8302187151515" value="45666266153115"><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/favorite-cbd-gift-sets/products/ultimate-relief-bundle" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8302187151515"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XyGbPD">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-50886901764" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="50886901764" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="50886901764" value="294742589444"><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/favorite-cbd-gift-sets/products/cbd-essential-oil-gift-set" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="50886901764"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XyGbPD">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-822553772079" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="822553772079" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="822553772079" value="8482328346671"><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/favorite-cbd-gift-sets/products/spray-trio" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="822553772079"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XyGbPD">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7769405522075" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7769405522075" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7769405522075" value="43746796961947"><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/favorite-cbd-gift-sets/products/refreshcbdbundle" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7769405522075"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XyGbPD">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7286301720731" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7286301720731" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7286301720731" value="41986285830299"><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/pain-inflammation-relief/products/cbda-cbd-mints" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7286301720731"><input type="hidden" name="section-id"
    value="template--17215344410779__e4c08947-5994-4369-90a8-e83ba6bd267d">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7256869535899" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7256869535899" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7256869535899" value="43304480047259"><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/pain-inflammation-relief/products/best-topical-patch" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7256869535899"><input type="hidden" name="section-id"
    value="template--17215344410779__e4c08947-5994-4369-90a8-e83ba6bd267d">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-526437318703" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="526437318703" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="526437318703" value="6916060282927"><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/pain-inflammation-relief/products/relieve-cbd-pain-relief-spray" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="526437318703"><input type="hidden" name="section-id"
    value="template--17215344410779__e4c08947-5994-4369-90a8-e83ba6bd267d">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-528617832495" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="528617832495" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="528617832495" value="6928395173935"><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/pain-inflammation-relief/products/cbd-relax-pain-spray" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="528617832495"><input type="hidden" name="section-id"
    value="template--17215344410779__e4c08947-5994-4369-90a8-e83ba6bd267d">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8330749018267" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8330749018267" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8330749018267" value="45782774710427"><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/relaxation-and-stress-relief/products/refresh-chews-1" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8330749018267"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-9847140996" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="9847140996" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="9847140996" value="34482412612"><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/relaxation-and-stress-relief/products/relax-oil" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="9847140996"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-528617832495" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="528617832495" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="528617832495" value="6928395173935"><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/relaxation-and-stress-relief/products/cbd-relax-pain-spray" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="528617832495"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7354006274203" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7354006274203" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7354006274203" value="42348353847451"><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/relaxation-and-stress-relief/products/relax-duo" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7354006274203"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7771860795547" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7771860795547" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7771860795547" value="43760172433563"><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/relaxation-and-stress-relief/products/relax-bath-soak" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7771860795547"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7286301720731" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7286301720731" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7286301720731" value="41986285830299"><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/relaxation-and-stress-relief/products/cbda-cbd-mints" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7286301720731"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8343367450779" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8343367450779" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8343367450779" value="45832479834267"><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/relaxation-and-stress-relief/products/oral-sample-pack" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8343367450779"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_XUwGe3">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8169166602395" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8169166602395" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8169166602395" value="45167792455835"><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/sleep-support/products/night-caps" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8169166602395"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_CVUrRL">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-9847140996" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="9847140996" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="9847140996" value="34482412612"><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/sleep-support/products/relax-oil" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="9847140996"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_CVUrRL">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-528617832495" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="528617832495" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="528617832495" value="6928395173935"><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/sleep-support/products/cbd-relax-pain-spray" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="528617832495"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_CVUrRL">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7771860795547" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7771860795547" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7771860795547" value="43760172433563"><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/sleep-support/products/relax-bath-soak" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7771860795547"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_CVUrRL">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7354006274203" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7354006274203" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7354006274203" value="42348353847451"><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/sleep-support/products/relax-duo" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7354006274203"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_CVUrRL">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8343367450779" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8343367450779" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8343367450779" value="45832479834267"><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/sleep-support/products/oral-sample-pack" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8343367450779"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_CVUrRL">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-9847140996" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="9847140996" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="9847140996" value="34482412612"><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/favorites/products/relax-oil" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="9847140996"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_C4JXpw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8169166602395" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8169166602395" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8169166602395" value="45167792455835"><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/favorites/products/night-caps" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8169166602395"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_C4JXpw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-528614785071" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="528614785071" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="528614785071" value="6928369909807"><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/favorites/products/awake-cbd-pain-spray" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="528614785071"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_C4JXpw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7256869535899" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="7256869535899" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="7256869535899" value="43304480047259"><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/favorites/products/best-topical-patch" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7256869535899"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_C4JXpw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-8169196290203" accept-charset="UTF-8" class="js-product-form" enctype="multipart/form-data" data-productid="8169196290203" novalidate="novalidate"><input type="hidden" name="form_type"
    value="product"><input type="hidden" name="utf8" value="✓"><input type="hidden" name="id" data-productid="8169196290203" value="45167925624987"><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/favorites/products/passion-chews" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="8169196290203"><input type="hidden" name="section-id"
    value="template--17215344410779__featured_collection_C4JXpw">
</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, newsletter">
  <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="/">
  <div class="localization__grid"></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>

Text Content

Skip to content

Free shipping over $99. Shop Now.



Search Reset Search


Log in Basket

Menu
 * PRODUCT FINDER
 * SHOP PRODUCTS
    * Back
    * SHOP PRODUCTS
    * ALL PRODUCTS
    * HEMP PATCH
    * ORAL
       * CBD MINTS
       * NIGHT CAPS
       * PASSION CHEWS
       * REFRESH CHEWS
   
    * PET
    * TOPICALS
       * RELIEVE CREAM
       * RELIEVE GEL
       * ESSENTIAL OILS
       * PAIN SPRAY
   
    * GIFT CARD
    * GIFT SETS
    * SALE

 * SHOP BY USE
    * Back
    * SHOP BY USE
    * RELIEF
    * REST
    * STRESS
    * WOMEN'S HEALTH
    * PET
    * TRAVEL
    * SHOP BY LINE
       * AWAKE
       * RELAX
       * RELIEVE

 * WHAT PEOPLE ARE SAYING
 * LEARN MORE
    * Back
    * LEARN MORE
    * PRESS
    * OUR STORY
    * HOW DO YOU USE?
    * COMMON QUESTIONS
    * CONTACT US

 * SELL
    * Back
    * SELL
    * WHOLESALE
    * BECOME AN AFFILIATE


FIND RELIEF

Experience the power of award winning CBD products

shop all


SHOP FOR GIFTS

 * Gift Card
   
   View collection

 * Active Life Gifts
   
   View collection

 * Animal Lover Gifts
   
   View collection

 * Gifts for Her
   
   View collection

 * Gifts For Him
   
   View collection

 * Self Care Gifts
   
   View collection

Next Previous
Shop now
SHOP NOW
SHOP NOW
Load slide 1 of 3 Load slide 2 of 3 Load slide 3 of 3
Pause slideshow Play slideshow


ORAL

Explore our blends of plant based ingredients that help you live your best life

 * Oral Sample Pack
   
   $10.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * CBD Mints
   
   11 reviews
   $29.99
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Refresh Chews- Refresh Your Mind, Elevate Your Mood
   
   $40.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Night Caps (No CBD)
   
   3 reviews
   $30.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Passion Chews- Live Life Passionately
   
   $40.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $10.00 off
   
   Boost Mints (CBDA + CBD)
   
   6 reviews
   $39.99 $49.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

Next Previous


TOPICALS

Easy to use and fast acting topical relief products.

 * Topical Sample Pack
   
   2 reviews
   $10.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $25.00 off
   
   Perfect Relief Trio
   
   7 reviews
   $110.00 $135.00
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Relieve Cream
   
   75 reviews
   From $20.00
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Relieve Gel
   
   26 reviews
   From $20.00
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to $4.98 off
   
   Relieve Cream & Gel Set
   
   11 reviews
   $115.00 $119.98
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to $20.00 off
   
   Topical Spray Set
   
   7 reviews
   $55.00 $75.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $4.99 off
   
   Perfect Duo Gift Set
   
   10 reviews
   $55.00 $59.99
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Relieve CBD Spray
   
   11 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

Next Previous


GIFT SET SALE

View all
 * Up to $15.00 off
   
   Rest and Recharge Bundle
   
   $70.00 $85.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $40.00 off
   
   Pet and Owner Wellness Bundle
   
   From $80.00 $120.00
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to $30.00 off
   
   Ultimate Relief Bundle
   
   $115.00 $145.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $15.00 off
   
   Essential Oil Gift Set
   
   3 reviews
   $60.00 $75.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $25.00 off
   
   Perfect Relief Trio
   
   7 reviews
   $110.00 $135.00
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to $20.00 off
   
   Topical Spray Set
   
   7 reviews
   $55.00 $75.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $13.50 off
   
   Refresh Bundle
   
   $76.50 $90.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $4.98 off
   
   Relieve Cream & Gel Set
   
   11 reviews
   $115.00 $119.98
   Unit price /
   Unavailable
   Choose options Choose options View details

Next Previous


SAMPLE CBD

Our Topical Sample Pack allows you to try Relieve gel, cream, and spray. All for
$10.99

Shop Now


RELIEF

Designed to provide relief from inflammation and the pains of life.

 * Relieve Cream
   
   75 reviews
   From $20.00
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Relieve Gel
   
   26 reviews
   From $20.00
   Unit price /
   Unavailable
   Choose options Choose options View details

 * On The Go Packs
   
   5 reviews
   $20.00
   Unit price /
   Unavailable
   Choose options Choose options View details

 * CBD Mints
   
   11 reviews
   $29.99
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to $10.00 off
   
   Boost Mints (CBDA + CBD)
   
   6 reviews
   $39.99 $49.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Topical CBD Patches
   
   27 reviews
   $35.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relieve CBD Spray
   
   11 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relax CBD Spray
   
   10 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

Next Previous


STRESS

Life can be stressful. Find relief with Basic Jane oral and topical products

 * Refresh Chews- Refresh Your Mind, Elevate Your Mood
   
   $40.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relax Aromatherapy Oil
   
   4 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * CBD Mints
   
   11 reviews
   $29.99
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Relax CBD Spray
   
   10 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $5.00 off
   
   Relax Duo
   
   1 review
   $45.00 $50.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relax Bath Soak
   
   $12.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $10.00 off
   
   Boost Mints (CBDA + CBD)
   
   6 reviews
   $39.99 $49.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Oral Sample Pack
   
   $10.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

Next Previous


REST

Unlock the power of nature and experience a more refreshing rest.

 * Night Caps (No CBD)
   
   3 reviews
   $30.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relax Aromatherapy Oil
   
   4 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relax CBD Spray
   
   10 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Relax Bath Soak
   
   $12.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $5.00 off
   
   Relax Duo
   
   1 review
   $45.00 $50.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Oral Sample Pack
   
   $10.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

Next Previous


PET

Inspired by Mr. Banks a cat who fell 11 stories and used CBD to aid in his
recovery.

Shop Now


TOP SELLERS

View all

 * Relieve Cream
   
   75 reviews
   From $20.00
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Relax Aromatherapy Oil
   
   4 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to $4.98 off
   
   Relieve Cream & Gel Set
   
   11 reviews
   $115.00 $119.98
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Night Caps (No CBD)
   
   3 reviews
   $30.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Awake CBD Spray
   
   6 reviews
   $25.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * Topical CBD Patches
   
   27 reviews
   $35.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * CBD Mints
   
   11 reviews
   $29.99
   Unit price /
   Unavailable
   Choose options Choose options View details

 * Passion Chews- Live Life Passionately
   
   $40.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details

Next Previous


AS SEEN IN

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

Next Previous


FREQUENTLY ASKED QUESTIONS


CBD

WHAT IS CBD?

CBD (cannabidiol) is one of over 100 cannabinoids found in the cannabis plant.
CBD will not make you "high." CBD works naturally with the body’s own
endocannabinoid system (ECS).

WILL CBD MAKE ME "HIGH"?

No, CBD will not make you "high." It is however important to make sure the CBD
products you use are tested and do not contain high levels of THC. THC can make
you "high." All Basic Jane products are tested and shown to be THC-free.

IS CBD LEGAL?

Yes, if it comes from hemp. In 2018 the Farm Bill legalized the growth,
processing and sale of hemp in hemp plants that contain <0.3% THC. However, some
states have additional laws regarding CBD product sales and use, so it is
important to check local laws and regulations.


HEMP, CANNABIS AND MARIJUANA

WHAT IS THE DIFFERENCE BETWEEN HEMP, CANNABIS AND MARIJUANA?

Both hemp and marijuana plants are members of the cannabis genus of plants; hemp
plants produce less than 0.3% THC. Marijuana plants produce more than 0.3%
THC.THC (Tetrahydrocannabinol) is the main psychoactive compound in
cannabis that produces the "high" sensation.  Hemp is federally legal. Marijuana
is not federally legal.

DO HEMP PRODUCTS CONTAIN THC?

Understanding the THC concentration in products can be confusing for consumers.
The industry has established terminology that consumers can use to base their
purchase decisions upon.  Many products in the market contain THC. Those
products are often labeled as "Full Spectrum" products. These products are
generated by using oil that is generated directly from hemp without any
remediation (removal) of THC.

"Broad Spectrum" products are made from hemp oil which has had the THC
remediated but contain all the other compounds found in the hemp plant.  

"Isolate" is purified CBD. It looks like a salt and generally has purity of over
99% CBD. You can think of it like purified sugar. It is simply CBD. These
products are generally THC-free. This requires additional manufacturing steps.
Basic Jane has elected to use isolate in its products. We find the product is
very consistent allowing us to provide you the same product every time. As part
of our formulating, we use other plant based essential oils such as lavender or
citrus oil to aid in overall scent and product goals.


DIFFERENCE TYPES OF PRODUCTS

WHAT IS THE DIFFERENCE BETWEEN RELIEVE, AWAKE AND RELAX PRODUCTS?

The main difference is the essential oils added to the products. Our Awake
collection utilizes citrus, ginger and bergamot to invigorate and uplift. Relax
products contain the perfect combination of clary sage, ylang ylang and lavender
to sooth and relax.  Our Relieve products are designed with cooling mint.


SHIPPING

WHAT COUNTRIES DO YOU SHIP TO?

We currently ship to the United States. To enquire about shipping to a different
destination, please contact us at info@basicjane.com


FEATURED PRESS & BLOGS

View all


 * INTRODUCING OUR HOLIDAY GIFT BUNDLES
   
   With the holidays approaching we wanted to give you some gift inspiration for
   those you are shopping for as well as yourself! Our products make the perfect
   gift addition or...


 * WHAT IS THE DIFFERENCE BETWEEN HEMP, CANNABIS AND MARIJUANA?
   
   Both hemp and marijuana plants are members of the cannabis genus of plants;
   hemp plants produce less than 0.3% THC. Marijuana plants produce more than
   0.3% THC. THC (Tetrahydrocannabinol) is the main psychoactive compound...


 * OXYGEN OBSESSED LIST
   
   If you’re familiar with Oxygen, you know that editor-in-chief Lara McGlashan
   shares her favorite new health and fitness products in each issue. This
   month, we’re giving away her top-rated fit goodies to...


 * MARKET WATCH: INVEST IN MARIJUANA? WHAT ARE YOU SMOKING?
   
   The first government license in the United States to allow the scientific
   study of marijuana for its pharmaceutical profit potential became effective
   only a few weeks ago.


 * 5 CBD PRODUCTS TO HELP YOU FIGHT THE COLD OR FLU
   
   5 CBD Products to Help You Fight the Cold or Flu- Cold and flu season is
   here. And while we all chug gallons of Emergen-C and echinacea tea in hopes
   that...


 * BLOG: SENIORS & CBD
   
   CBD may be a useful tool for seniors looking to manage pain and anxiety, and
   maintain an active lifestyle through exercise.


 * OXYGEN WORKOUT PAIN RELIEF
   
   If you’ve ever suffered from chronic pain (such as arthritis), acute pain (an
   injury) or muscle soreness after a particularly tough workout, then you know
   you’ll do just about anything...


 * HOW CBD CAN CURB CHRONIC INFLAMMATION
   
   Muscle pain and soreness are common challenges. Whether your sore muscles are
   a result of pushing yourself too hard at the gym, or due to an existing
   injury or chronic...

Next Previous


SHOP BY GOALS

 * Pain & Inflammation Relief
   
   View collection

 * Relaxation & Sleep Support
   
   View collection

 * Energy & Focus
   
   View collection

 * Pet Care
   
   View collection

 * Women's Health
   
   View collection

 * Top Gifts
   
   View collection

Next Previous






Previous Next

 * Email Us
   
   info@basicjane.com

 * Call Us
   
   (855) 320-7267

 * Questions
   
   Visit our FAQ page

Back to top


LINKS

 * Affiliate Program
 * COAs
 * Privacy Statement
 * Refund Policy
 * Shipping Policy
 * Terms and Conditions
 * All Products contain <0.3% THC and are legally sold under the 2018 Farm Bill
 * Reviews


A PROUD MEMBER OF SEATTLE MADE

Sign up for exclusive offers, original stories, events and more.

Email
Subscribe
Payment methods accepted
 * Discover
 * Mastercard
 * Visa

Update

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

© 2024 Basic Jane. Powered by Shopify
 * Affiliate Program
 * COAs
 * Privacy Statement
 * Refund Policy
 * Shipping Policy
 * Terms and Conditions
 * All Products contain <0.3% THC and are legally sold under the 2018 Farm Bill
 * Reviews

Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart