artisancutlery.net Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://artisancutlery.net/
Effective URL: https://artisancutlery.net/
Submission: On November 29 via api from US — Scanned from CA

Form analysis 31 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 class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
            <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.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              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 search--product-types" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//artisancutlery.net/cdn/shop/t/22/assets/search-form.js?v=43677551656194261111716349979" defer="defer"></script>
  <search-form class="search__form block">
    <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 articles" 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">
    <custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" for="product_types-button">Product type</label>
      <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="product_types-button" style="--custom-select-button-width: 13px;">
          <span class="text-start">All</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="">
          <li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
            <span class="pointer-events-none">All</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Folding Pocket Knives,Collector Knives,edc knives">
            <span class="pointer-events-none">Folding Pocket Knives,Collector Knives,edc knives</span>
          </li>
        </ul>
      </div>
    </custom-select>
    <input type="hidden" id="product_type_input" name="filter.p.product_type"><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><speech-search-button class="search__speech focus-inset right-0" 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="//artisancutlery.net/cdn/shop/t/22/assets/speech-search.css?v=47207760375520952331716349980" rel="stylesheet" type="text/css" media="all">
    <script src="//artisancutlery.net/cdn/shop/t/22/assets/speech-search.js?v=106462966657620737681716349980" 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-10609382457537" 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="48794934804673"><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/artisancutlery-new-arrivals/products/artisan-cutlery-revel-1867t-ar-ar-rpm9-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10609382457537"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10609377968321" 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="48794923106497"><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/artisancutlery-new-arrivals/products/artisan-cutlery-satyr-1852t-ar-ar-rpm9-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10609377968321"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10600847311041" 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="48761027428545"><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/artisancutlery-new-arrivals/products/artisan-cutlery-holm-1875-s90v-steel-blade-steel-and-micarta-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10600847311041"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10600845246657" 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="48761022578881"><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/artisancutlery-new-arrivals/products/artisan-cutlery-holm-1875-s90v-steel-blade-copper-and-wood-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10600845246657"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588558459073" 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="48717630079169"><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/artisancutlery-new-arrivals/products/artisancutlery-io-atz-1872g-s90v-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588558459073"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588984869057" 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="48719853945025"><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/artisancutlery-new-arrivals/products/artisancutlery-caruso-atz-1869g-s90v-blade-titanium-damascus-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588984869057"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588984377537" 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="48719852077249"><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/artisancutlery-new-arrivals/products/artisancutlery-caruso-atz-1869g-s90v-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588984377537"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_8fwJjw">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10609382457537" 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="48794934804673"><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/artisancutlery-new-arrivals/products/artisan-cutlery-revel-1867t-ar-ar-rpm9-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10609382457537"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10609377968321" 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="48794923106497"><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/artisancutlery-new-arrivals/products/artisan-cutlery-satyr-1852t-ar-ar-rpm9-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10609377968321"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10600847311041" 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="48761027428545"><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/artisancutlery-new-arrivals/products/artisan-cutlery-holm-1875-s90v-steel-blade-steel-and-micarta-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10600847311041"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10600845246657" 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="48761022578881"><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/artisancutlery-new-arrivals/products/artisan-cutlery-holm-1875-s90v-steel-blade-copper-and-wood-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10600845246657"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588558459073" 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="48717630079169"><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/artisancutlery-new-arrivals/products/artisancutlery-io-atz-1872g-s90v-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588558459073"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588984869057" 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="48719853945025"><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/artisancutlery-new-arrivals/products/artisancutlery-caruso-atz-1869g-s90v-blade-titanium-damascus-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588984869057"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588984377537" 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="48719852077249"><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/artisancutlery-new-arrivals/products/artisancutlery-caruso-atz-1869g-s90v-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588984377537"><input type="hidden" name="section-id" value="template--22094520811713__featured-collection">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10607985557697" 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="48789305524417"><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/cjrb-new-arrivals/products/cjrb-large-pyrite-light-j1945l-s90v-steel-copper-rose-wood-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10607985557697"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_QH4rAY">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10602993418433" 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="48768384532673"><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/cjrb-new-arrivals/products/cjrb-pyrite-light-j1945-damascus-blade-frn-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="10602993418433"><input
    type="hidden" name="section-id" value="template--22094520811713__featured_collection_QH4rAY">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10599469973697" 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="48756253688001"><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/cjrb-new-arrivals/products/cjrb-pyrite-light-j1945-ar-rpm9-steel-blade-amber-frn-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10599469973697"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_QH4rAY">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10598075007169" 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="48751886565569"><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/cjrb-new-arrivals/products/cjrb-pyrite-light-j1945-ar-rpm9-steel-rose-gold-blade-frn-light-grey-handle-folding-knives-exclusive" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden"
    name="product-id" value="10598075007169"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_QH4rAY">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10596020027585" 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="48743183122625"><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/cjrb-new-arrivals/products/cjrb-bowie-pyrite-j1942-ar-sfii-steel-blade-micarta-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10596020027585"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_QH4rAY">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10588984377537" 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="48719852077249"><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/limited-edition/products/artisancutlery-caruso-atz-1869g-s90v-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10588984377537"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_6YMiHt">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10508137529537" 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="48508694200513"><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/limited-edition/products/artisan-cutlery-revel-1867g-magnacut-blade-titanium-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id"
    value="10508137529537"><input type="hidden" name="section-id" value="template--22094520811713__featured_collection_6YMiHt">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-10247221838017" 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="47897835208897"><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/limited-edition/products/cjrb-mini-pyrite-j1933-s90v-blade-fat-carbon-handle-folding-knives" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="10247221838017"><input
    type="hidden" name="section-id" value="template--22094520811713__featured_collection_6YMiHt">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7727007006913" 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="42820221763777"><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/limited-edition/products/building-the-boa-the-rustic-boa" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7727007006913"><input type="hidden" name="section-id"
    value="template--22094520811713__featured_collection_6YMiHt">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7727003107521" 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="42820216357057"><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/limited-edition/products/building-the-boa-the-tacti-boa" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7727003107521"><input type="hidden" name="section-id"
    value="template--22094520811713__featured_collection_6YMiHt">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="quick-add-7726985674945" 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="42820192141505"><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/limited-edition/products/building-the-boa-the-stippled-boa" class="btn btn--secondary quick-add-view-btn">View details</a><input type="hidden" name="product-id" value="7726985674945"><input type="hidden" name="section-id"
    value="template--22094520811713__featured_collection_6YMiHt">
</form>

POST /contact#template--22094520811713__newsletter_MjYtzj-signup_form

<form method="post" action="/contact#template--22094520811713__newsletter_MjYtzj-signup_form" id="template--22094520811713__newsletter_MjYtzj-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="template--22094520811713__newsletter_MjYtzj-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="template--22094520811713__newsletter_MjYtzj-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 /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 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 class="localization__selector">
      <input type="hidden" name="country_code" value="US">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <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>
    </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.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              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-635b8b20eb58e8eec6c94dc2-submit-form" class="omnisend-form-635b8b20eb58e8eec6c94dc2-sections-container" style="" novalidate="" role="group">
  <style type="text/css">
    .omnisend-form-635b8b20eb58e8eec6c94dc2-section-624ab2f927652f651edfd0ac {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 40px;
      ;
      align-items: flex-start;
    }

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

      @media screen and (max-width: 600px) {
        .omnisend-form-635b8b20eb58e8eec6c94dc2-column-624ab2f927652f651edfd0ae {
          width: 100%;
        }
      }
    </style>
    <div class="omnisend-mobile-container omnisend-form-635b8b20eb58e8eec6c94dc2-column-624ab2f927652f651edfd0ae">
      <!--Image content block starts -->
      <style type="text/css">
        .omnisend-form-635b8b20eb58e8eec6c94dc2-image-container-6735e3d3da69a74560a9f3d0 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
          ;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
        }

        .omnisend-form-635b8b20eb58e8eec6c94dc2-empty-image-container-6735e3d3da69a74560a9f3d0 {
          background-color: #E7E7E7;
          width: 100%;
          display: flex;
          align-items: center;
        }

        .omnisend-form-635b8b20eb58e8eec6c94dc2-action-6735e3d3da69a74560a9f3d0 {
          width: 100%;
          display: flex;
          justify-content: center;
        }

        .omnisend-form-empty-image {
          width: 24px;
          margin: 0 auto;
        }

        .omnisend-form-635b8b20eb58e8eec6c94dc2-image-6735e3d3da69a74560a9f3d0 {
          max-width: 100%;
          height: auto;
        }
      </style>
      <div class="omnisend-form-635b8b20eb58e8eec6c94dc2-image-container-6735e3d3da69a74560a9f3d0">
        <img class="omnisend-form-635b8b20eb58e8eec6c94dc2-image-6735e3d3da69a74560a9f3d0" alt="" border="0" src="https://formsv2.soundestlink.com/cdn-cgi/image/fit=scale-down,width=600/forms/6735e474aaf8950492c1097c"
          srcset="https://formsv2.soundestlink.com/cdn-cgi/image/fit=scale-down,width=1200/forms/6735e474aaf8950492c1097c 2x" style="font-family:Arial, sans-serif;font-size:12px;color:#383838;line-height:150%;" width="1000" height="500">
      </div>
      <!--Text content block starts -->
      <style type="text/css">
        .omnisend-form-635b8b20eb58e8eec6c94dc2-text-624ab2f927652f651edfd0b0 {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
        }

        .omnisend-form-635b8b20eb58e8eec6c94dc2-text-624ab2f927652f651edfd0b0 a {
          color: #FFFFFF;
        }

        .omnisend-form-635b8b20eb58e8eec6c94dc2-text-624ab2f927652f651edfd0b0,
        .omnisend-form-635b8b20eb58e8eec6c94dc2-text-624ab2f927652f651edfd0b0 p,
        .omnisend-form-635b8b20eb58e8eec6c94dc2-text-624ab2f927652f651edfd0b0 li {
          margin: 0px;
          color: #FFFFFF !important;
          font-family: Arial, sans-serif !important;
          font-size: 18px !important;
          line-height: 125% !important;
          word-break: break-word;
        }
      </style>
      <div class="omnisend-form-635b8b20eb58e8eec6c94dc2-text-624ab2f927652f651edfd0b0">
        <h3 style="text-align: center;">Get 10% off your first order</h3>
      </div>
      <!--Text content block ends -->
      <style>
        .omnisend-form-635b8b20eb58e8eec6c94dc2-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-635b8b20eb58e8eec6c94dc2-field-62a3147776d81914aa87ed98" class="omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98">
        <style>
          label[for^=omnisend].omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-label {
            color: #383838;
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 12px;
            padding-bottom: 12px;
            ;
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 120%;
            word-break: break-word;
          }

          label[for^=omnisend].omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-label.error {
            color: #FF0000;
          }
        </style>
        <style>
          #omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-635b8b20eb58e8eec6c94dc2-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: 8px !important;
            padding-left: 16px;
            padding-right: 16px;
            padding-top: 16px;
            padding-bottom: 16px;
            color: #383838;
            border-style: solid;
            border-color: #383838;
            border-width: 2px;
            ;
          }

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

          #omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-input::placeholder {
            opacity: 1;
            color: #383838;
            ;
          }

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

          #omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-emailField-input.omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-input.error {
            border-color: #FF0000;
          }
        </style>
        <input id="omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-emailField-input" class="omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-input" type="email"
          placeholder="Enter your email*" name="emailField" required="" aria-required="true" maxlength="" oninput="" aria-label="Email field" autocomplete="email">
        <style>
          #omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-required {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 120%;
            color: #FF0000;
          }
        </style>
        <div aria-live="polite">
          <div id="omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-required" style="display: none;">This field is required</div>
        </div>
        <style>
          #omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-error {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 0px;
            padding-right: 0px;
            ;
            font-family: Arial, sans-serif;
            font-size: 16px;
            line-height: 120%;
            color: #FF0000;
          }
        </style>
        <div aria-live="polite">
          <div id="omnisend-form-635b8b20eb58e8eec6c94dc2-field-container-62a3147776d81914aa87ed98-error" style="display: none;">The email address must contain @ and a valid domain</div>
        </div>
      </div>
      <!--Button content block starts -->
      <style type="text/css">
        .omnisend-form-635b8b20eb58e8eec6c94dc2-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-635b8b20eb58e8eec6c94dc2-action-627932485028ebd8c6660c51.omnisend-form-635b8b20eb58e8eec6c94dc2-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: 16px;
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: #383838;
          background-color: #FFFFFF;
          border-radius: 8px;
          border-width: 2px;
          border-style: solid;
          border-color: #383838;
          padding-bottom: 16px;
          padding-top: 16px;
          padding-left: 16px;
          padding-right: 16px;
        }

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

        .omnisend-form-635b8b20eb58e8eec6c94dc2-error {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 0px;
          padding-right: 0px;
          ;
          font-family: Arial, sans-serif;
          font-size: 16px;
          line-height: 120%;
          color: #FF0000;
        }
      </style>
      <div class="omnisend-form-635b8b20eb58e8eec6c94dc2-action-container-627932485028ebd8c6660c51">
        <div class="omnisend-form-635b8b20eb58e8eec6c94dc2-error" style="display: none;">Something went wrong!</div>
        <button class="omnisend-form-635b8b20eb58e8eec6c94dc2-action-627932485028ebd8c6660c51" id="omnisend-form-635b8b20eb58e8eec6c94dc2-action-627932485028ebd8c6660c51" type="submit">Active Coupon</button>
      </div>
      <!--Button content block starts -->
      <style type="text/css">
        .omnisend-form-635b8b20eb58e8eec6c94dc2-action-container-64900f298369a94f034c577c {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 12px;
          padding-right: 12px;
          ;
          display: flex;
          flex-direction: column;
          word-break: break-word;
        }

        #omnisend-form-635b8b20eb58e8eec6c94dc2-action-64900f298369a94f034c577c.omnisend-form-635b8b20eb58e8eec6c94dc2-action-64900f298369a94f034c577c {
          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: 16px;
          font-weight: normal;
          font-style: normal;
          text-decoration: none;
          color: #FFFFFF;
          background-color: #383838;
          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-635b8b20eb58e8eec6c94dc2-action-64900f298369a94f034c577c.omnisend-form-635b8b20eb58e8eec6c94dc2-action-64900f298369a94f034c577c:disabled {
          cursor: default;
          opacity: 0.6;
        }

        .omnisend-form-635b8b20eb58e8eec6c94dc2-error {
          padding-top: 12px;
          padding-bottom: 12px;
          padding-left: 0px;
          padding-right: 0px;
          ;
          font-family: Arial, sans-serif;
          font-size: 16px;
          line-height: 120%;
          color: #FF0000;
        }
      </style>
      <div class="omnisend-form-635b8b20eb58e8eec6c94dc2-action-container-64900f298369a94f034c577c">
        <a class="omnisend-form-635b8b20eb58e8eec6c94dc2-action-64900f298369a94f034c577c" id="omnisend-form-635b8b20eb58e8eec6c94dc2-action-64900f298369a94f034c577c" href="https://discord.gg/vkbW5dw7Bp" role="button">
                Join Our VIP Group
            </a>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to content

Welcome to ArtisanCutlery & CJRB

Register to get 10% off your first order.

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

Search Product type
All
 * All
 * Folding Pocket Knives,Collector Knives,edc knives

Reset


Log in Bag

Menu
 * Shop
    * Back
    * Shop
    * Brand
       * 
         Artisan Cutlery
       * 
         CJRB Cutlery
       * Go to Brand
   
    * Blade Material
       * 
         AR-SFII💪
       * 
         S90V
       * 
         S35VN
       * 
         M390
       * 
         Damascus
       * 
         12c27
       * 
         AR-RPM9
       * 
         D2
       * Go to Blade Material
   
    * Knife Types
       * 
         Folding Knives
       * 
         Fixed Blade Knives
       * 
         Butterfly Tool
       * 
         Knife Accessories
       * Go to Knife Types
   
    * Lock Type
       * 
         Frame Lock
       * 
         Button Lock
       * 
         Liner Lock
       * 
         Recoil Lock
       * 
         Crossbar Lock
       * 
         Fixed Blade
       * Go to Lock Type

 * New In
    * Back
    * New In
    * ArtisanCutlery
    * CJRB

 * Coming Soon
 * Limited Edition
 * Best Sellers
 * BFCM SALE
 * Military Discount

 * Prototype
 * Discord
 * Reward
 * Gift Card

AR-RPM9 BLADE TITANIUM HANDLE


NEW IN - SATYR & REVEL

Shop Now


Exclusive Discounts for military personnel and government workers!


SALUTING OUR HEROES THIS VETERANS DAY

Shop Now


IO

shop now


A TRUSTY COMPANION

Shop Now
Load slide 1 of 5 Load slide 2 of 5 Load slide 3 of 5 Load slide 4 of 5 Load
slide 5 of 5
Pause slideshow Play slideshow


FEATURED PRODUCTS

View all
 * 25% off
   
   ARTISAN CUTLERY REVEL 1867T-AR AR-RPM9 BLADE TITANIUM HANDLE FOLDING KNIVES
   
   $89.99 USD $119.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Artisan Cutlery Satyr 1852T-AR AR-RPM9 Blade Titanium Handle Folding Knives
   
   $89.99 USD $119.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Artisan Cutlery Holm 1875 S90V Steel Blade Steel and Micarta Handle Folding
   Knives
   
   $109.99 USD $146.66
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Artisan Cutlery Holm 1875 S90V Steel Blade Copper and Wood Handle Folding
   Knives
   
   $149.99 USD $199.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ArtisanCutlery Io ATZ-1872G S90V Blade Titanium Handle Folding Knives
   
   $199.99 USD $266.65
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ArtisanCutlery Crusoe ATZ-1869G S90V Blade Titanium Damascus Handle Folding
   Knives
   
   $609.00 USD $812.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ArtisanCutlery Crusoe ATZ-1869G S90V Blade Titanium Handle Folding Knives
   
   $199.99 USD $266.65
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to 25% off
   
   Artisan Cutlery Holm 1875P AR-RPM9 Steel Blade Acrylic Handle Folding Knives
   
   Deep Space Purple Acrylic Deep Sea Blue Acrylic
   $56.99 USD $75.99
   Unit price /
   Unavailable
   Choose options Choose options View details





BEST SELLER

Shop now




ARTISAN CUTLERY

Shop now




CJRB

Shop Now

Save Up tp

50%


FLASH SALE

Shop now


ARTISAN CUTLERY NEW ARRIVAL

Artisan Cutlery is committed to the creation of innovative blades and tools
while staying true to the qualities at the heart of traditional craftsmanship.

Shop now
 * 25% off
   
   ARTISAN CUTLERY REVEL 1867T-AR AR-RPM9 BLADE TITANIUM HANDLE FOLDING KNIVES
   
   $89.99 USD $119.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Artisan Cutlery Satyr 1852T-AR AR-RPM9 Blade Titanium Handle Folding Knives
   
   $89.99 USD $119.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Artisan Cutlery Holm 1875 S90V Steel Blade Steel and Micarta Handle Folding
   Knives
   
   $109.99 USD $146.66
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Artisan Cutlery Holm 1875 S90V Steel Blade Copper and Wood Handle Folding
   Knives
   
   $149.99 USD $199.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ArtisanCutlery Io ATZ-1872G S90V Blade Titanium Handle Folding Knives
   
   $199.99 USD $266.65
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ArtisanCutlery Crusoe ATZ-1869G S90V Blade Titanium Damascus Handle Folding
   Knives
   
   $609.00 USD $812.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ArtisanCutlery Crusoe ATZ-1869G S90V Blade Titanium Handle Folding Knives
   
   $199.99 USD $266.65
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to 25% off
   
   Artisan Cutlery Holm 1875P AR-RPM9 Steel Blade Acrylic Handle Folding Knives
   
   Deep Space Purple Acrylic Deep Sea Blue Acrylic
   $56.99 USD $75.99
   Unit price /
   Unavailable
   Choose options Choose options View details


CJRB NEW ARRIVAL

Accessible quality knives. CJRB delivers craftsmanship at affordable prices.
Choose us for competitive options without compromising on excellence.

Shop now
 * Up to 25% off
   
   CJRB Large Pyrite-Light J1945L AR-RPM9 Steel Blade G10 Handle Folding Knives
   
   Desert G10 Handle/Black PVD Coating Blade Green G10 Handle/Stone Wash Blade
   $54.99 USD $73.33
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to 25% off
   
   CJRB Large Pyrite-Light J1945L AR-RPM9 Steel Blade FRN Handle Folding Knives
   
   Blue FRN Handle/Black PVD Coating Blade Blue FRN Handle/Stone Wash Blade
   Light Gray FRN Handle/Black PVD Coating Blade
   $39.99 USD $53.33
   Unit price /
   Unavailable
   Choose options Choose options View details
 * 25% off
   New arrival
   
   CJRB Large Pyrite-Light J1945L S90V Steel Copper & Rose Wood Handle Folding
   Knives
   
   $149.99 USD $199.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   CJRB Pyrite-Light J1945 Damascus Blade FRN Handle Folding Knives
   
   $69.99 USD $93.33
   Unit price /
   Unavailable
   Add to cart Add to cart View details

 * CJRB Pyrite-Light J1945 AR-RPM9 Steel Blade Amber FRN Handle Folding Knives
   
   $39.99 USD
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * New arrival
   
   CJRB Acacia J1952 AR-RPM9 Blade Steel FRN Handle Folding Knives
   
   Black PVD Blade/Brown FRN Handle Black PVD Blade/Blue FRN Handle Stone Wash
   Blade/Blue FRN Handle Stone Wash Blade/Black FRN Handle
   $39.99 USD
   Unit price /
   Unavailable
   Choose options Choose options View details
 * 25% off
   New arrival
   
   CJRB Pyrite-Light J1945 AR-RPM9 Steel Rose Gold Blade FRN Light Grey Handle
   Folding Knives (Exclusive)
   
   $39.99 USD $53.32
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   CJRB Bowie Pyrite J1942 AR-SFII Steel Blade Micarta Handle Folding Knives
   
   $89.99 USD $119.99
   Unit price /
   Unavailable
   Add to cart Add to cart View details


LOCK TYPE

View all

 * Frame Lock
   
   View collection

 * Button Lock
   
   View collection

 * Liner Lock
   
   View collection

 * Recoil Lock
   
   View collection

 * Crossbar Lock
   
   View collection

 * Fixed Blade
   
   View collection

View details - Artisan Cutlery Satyr 1852G-ODG S90V Blade Micarta & Titanium
Handle Folding Knives

Artisan Cutlery

Artisan Cutlery Satyr 1852G-ODG S90V Blade Micarta & Titanium Handle Folding
Knives

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

$199.99 USD $266.66
Unit price /
Unavailable


THE SATYR

The Satyr is our newest offering from Chris Ortiz at Cerberus Knives. This is
one of our most highly anticipated collaborations yet, and rightfully so. Ortiz
has taken his time to refine the original version of the Satyr and turn it into
a truly unprecedented design that delivers premium performance and a clean
profile that screams "Refined"


Shop Satyr


LIMITED EDITION

View all


LIMITED RELEASE, WHILE SUPPLIES LAST

Here is a paradise for collectors, representing the craftsmanship and top-grade
steel of Artisancutlery.

View All
 * 25% off
   
   ArtisanCutlery Crusoe ATZ-1869G S90V Blade Titanium Handle Folding Knives
   
   $199.99 USD $266.65
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   ARTISAN CUTLERY REVEL 1867G MAGNACUT BLADE TITANIUM HANDLE FOLDING KNIVES
   LIMITED
   
   $249.99 USD $333.33
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   CJRB Mini Pyrite J1933 S90V Blade Fat Carbon Handle Folding Knives(Limited
   Edition)
   
   $189.00 USD $252.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to 30% off
   
   CJRB Mini Pyrite J1933 CPM S90V Blade Titanium and Fat Carbon Handle Folding
   Knives
   
   $176.40 USD $252.00
   Unit price /
   Unavailable
   Choose options Choose options View details
 * Up to 25% off
   
   Building The Boa-The Full-Dress Boa
   
   From $609.00 USD $815.00
   Unit price /
   Unavailable
   Choose options Choose options View details
 * 25% off
   
   Building The Boa-The Rustic Boa
   
   $213.75 USD $285.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Building The Boa-The Tacti-Boa
   
   $213.75 USD $285.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * 25% off
   
   Building The Boa-The Stippled Boa
   
   $213.75 USD $285.00
   Unit price /
   Unavailable
   Add to cart Add to cart View details
 * Up to 25% off
   
   Perfect Pyrite Project-The Aficionado
   
   ★★★★★
   (2)
   $214.28 USD $285.70
   Unit price /
   Unavailable
   Choose options Choose options View details
 * 25% off
   
   CJRB Pyrite J1925T-GCF CPM S90v Blade Titanium Handle Folding Knives(Limited
   Edition)
   
   ★★★★★
   (7)
   $199.99 USD $266.66
   Unit price /
   Unavailable
   Choose options Choose options View details
 * 25% off
   
   Artisan Cutlery Andromeda 1856G-FCMV M390 Blade Titanium and Fat Carbon
   Handle Folding Knife (Limited Edition)
   
   $249.99 USD $333.33
   Unit price /
   Unavailable
   Choose options Choose options View details


WE BELIEVE IN THE POWER OF CO-CREATION.

Whether you are a newcomer to the world of EDC with unique insights into
products, or an old hand at EDC wanting to create your own knife and share it
with the world. We are very willing to turn your design into reality for people
to appreciate. Welcome to join our Discord group below.




JOIN US GROUP

Remember, we're all here because we share a passion for quality gear and
innovative design. Let's keep the vibe positive and supportive. Happy chatting!
Join the fun convo as we discuss our passion for quality gear and creative
design.

Join Now


ABOUT US

View All

OUR BLOGS

Learn more

ABOUT ARTISAN CUTLERY

Learn More

ABOUT CJRB

Go to CJRB


SUBSCRIBE TO OUR EMAILS

Enjoy 10% off your first order and receive updates on promotions, new products,
and sales directly in your inbox.

Email
Subscribe


Previous Next

 * Visit our support center
   
   sales@artisancutlery.net

 * Product Guarantee
   
   14 Days DOA product guarantee

 * Returns & exchanges
   
   30 days conditional Return/Exchange

 * Affordable Price
   
   Highest quality with affordable price products

Back to top

Artisan Cutlery is committed to the creation of innovative blades and tools
while staying true to the qualities at the heart of traditional craftsmanship.
Our goal as a brand is to strive to reach the summit in the fusion of
aesthetics, ergonomics, and creativity while always maintaining the traditions
of old-world craftsmanship and attention to detail. We want our customers to
feel all of the experience and skill that goes into the production of every
Artisan Cutlery tool.


 * Facebook
 * YouTube
 * Instagram
 * TikTok
 * Twitter
 * Discord
 * 


INFORMATIONS

 * Search
 * About Us
 * Contact Us
 * 2024 Artisan Catalog
 * 2024 CJRB Catalog
 * Blog
 * Affiliate


POLICY

 * Privacy Policy
 * Shipping Policy
 * Terms of Service
 * Refund & Return Policy
 * California Consumer Privacy Act


NEWSLETTER

Enjoy 10% off your first order and receive updates on promotions, new products,
and sales directly in your inbox.

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

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

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

© 2024 Artisancutlery.net.
Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart








GET 10% OFF YOUR FIRST ORDER

This field is required
The email address must contain @ and a valid domain
Something went wrong!
Active Coupon
Join Our VIP Group


THANKS FOR SIGNING UP!


AS A THANK YOU - YOU'LL FIND A 10% DISCOUNT IN YOUR INBOX.

A chance to get a GIFT in our Facebook Group!

Join Our VIP Group


YOU ARE ALREADY SUBSCRIBED





My Wishlist 0