www.shogun.nl Open in urlscan Pro
86.109.16.180  Public Scan

Submitted URL: https://www.kassa-airsoft-shogun.nl/
Effective URL: https://www.shogun.nl/
Submission: On December 13 via api from US — Scanned from NL

Form analysis 42 forms found in the DOM

GET https://www.shogun.nl/catalogsearch/result/

<form class="form minisearch relative" id="search_mini_form" action="https://www.shogun.nl/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Zoek</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Waar ben je naar op zoek?" maxlength="128" class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
                focus:outline-none focus:border-transparent lg:text-xl" @focus.once="suggest" @input.debounce.300="suggest" @click.outside="close" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))"
    data-testid="search-input">
  <template x-if="suggestions.length > 0">
    <div class="w-full leading-normal transition appearance-none text-grey-800 flex flex-col border border-container absolute max-h-96 overflow-y-auto" style="z-index: 2;">
      <template x-for="suggestion in suggestions">
        <div class="bg-container-lighter even:bg-container" :class="suggestion.row_class ? suggestion.row_class : ''" role="option" tabindex="0" :data-title="suggestion.title ? suggestion.title : ''" @click="clickSuggestion(suggestion)"
          @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <template x-if="suggestion.type === 'product'">
            <div class="product-item flex p-2 cursor-pointer border-b border-container focus:bg-container-darker hover:bg-container-darker">
              <template x-if="suggestion.image">
                <img class="qs-option-image mr-2" :src="suggestion.image ? suggestion.image: ''" :alt="suggestion.title ? suggestion.title : ''">
              </template>
              <div class="qs-option-info-container">
                <div class="qs-option-name" x-text="suggestion.title"></div>
                <div class="price-box">
                  <template x-if="suggestion.price !== undefined">
                    <template x-if="!hasSpecialPrice(suggestion)">
                      <span class="price-container">
                        <span class="price-wrapper">
                          <span x-html="hyva.formatPriceNoCurrency(suggestion.price)" class="price"></span>
                        </span>
                      </span>
                    </template>
                    <template x-if="hasSpecialPrice(suggestion)">
                      <span class="price-container">
                        <span class="old-price sly-old-price mr-1">
                          <span class="price-label hidden"> Normale prijs </span>
                          <span class="price-wrapper">
                            <span x-html="formatPrice(suggestion.price)" class="price font-regular line-through text-gray-900"></span>
                          </span>
                        </span>
                        <span class="special-price">
                          <span class="price-label hidden"> Speciale prijs </span>
                          <span class="price-wrapper">
                            <span x-html="formatPrice(suggestion.final_price)" class="price"></span>
                          </span>
                        </span>
                      </span>
                    </template>
                  </template>
                </div>
              </div>
            </div>
          </template>
          <template x-if="suggestion.type === 'suggestion'">
            <div class="w-full p-2 cursor-pointer border-b border-container focus:bg-container-darker hover:bg-container-darker">
              <span class="qs-option-name" x-text="suggestion.title"></span>
              <span aria-hidden="true" class="amount" x-text="suggestion.num_results"></span>
            </div>
          </template>
          <template x-if="suggestion.type === 'suggestion_group'">
            <div class="w-full cursor-pointer border-b border-container">
              <div class="qs-suggestion-heading font-bold p-2">
                <span x-text="suggestion.title"></span>
                <span x-text="suggestion.num_results"></span>
              </div>
              <template x-if="suggestion.suggestions &amp;&amp; suggestion.suggestions.length > 0">
                <div class="w-full">
                  <template x-for="subSuggestion in suggestion.suggestions">
                    <div class="qs-option w-full flex justify-between bg-container-lighter even:bg-container p-2 cursor-pointer border-t first-of-type:border-t-0 border-container hover:bg-container-darker" role="option" tabindex="0"
                      :data-title="suggestion.title ? suggestion.title : ''" @click="clickSuggestion(subSuggestion)" @keydown.enter="clickSuggestion(subSuggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling)"
                      @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
                      <span class="qs-option-name" x-text="subSuggestion.title"></span>
                      <span aria-hidden="true" class="amount" x-text="subSuggestion.num_results"></span>
                    </div>
                  </template>
                </div>
              </template>
            </div>
          </template>
        </div>
      </template>
    </div>
  </template> <button type="submit" title="Zoek" class="action search sr-only" aria-label="Search"> Zoek </button>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46152/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46152/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="LT-PG9008">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46152">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/stryk-hi-capa-43-gbb-lancer-tactical.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46152675bfff6514e7">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46152.window="$root.src = $event.detail" src="https://www.shogun.nl/img/iFSCW9FycNWMNY_oQ5PuRFJgt5jfyE0xRO4wTsRPSu8/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9zL3Qvc3RyeWtfaGlfY2FwYV80M19nYmJfbGFuY2VyX3RhY3RpY2FsLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Stryk Hi-Capa 4.3 | GBB | Lancer Tactical" title="Stryk Hi-Capa 4.3 | GBB | Lancer Tactical">
    </span>
</span>

<style>
    .product-image-container-46152675bfff6514e7 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/stryk-hi-capa-43-gbb-lancer-tactical.html" data-testid="salable-product-name-link">
                            Stryk Hi-Capa 4.3 | GBB | Lancer Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff648b13() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff648b13()" x-defer="intersect" @update-prices-46152.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46152" data-price-box="product-id-46152"><span class="normal-price">
                <span x-data="" x-id="['product\u002Dprice\u002D46152']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">v.a.</span>
                  <span :id="$id('product\u002Dprice\u002D46152')" data-price-amount="215" data-price-type="finalPrice" class="price-wrapper "><span class="price">215</span>,-</span>
                </span></span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46152" data-item_name="Stryk Hi-Capa 4.3 | GBB | Lancer Tactical" data-item_id="LT-PG9008" data-price="215" data-product_id="46152" data-item_brand="Lancer Tactical" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46147/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46147/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="ER-072W">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46147">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/elk-ridge-lone-wolf.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46147675bfff658524">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46147.window="$root.src = $event.detail" src="https://www.shogun.nl/img/W12J_i-ZfFkJRlr4aBcP8BZdU0twg9r6Bb2GRB-OR9w/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9FL1IvRVJfMDcyVy5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Lone Wolf | Elk Ridge" title="Lone Wolf | Elk Ridge">
    </span>
</span>

<style>
    .product-image-container-46147675bfff658524 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/elk-ridge-lone-wolf.html" data-testid="salable-product-name-link">
                            Lone Wolf | Elk Ridge                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff6570c0() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff6570c0()" x-defer="intersect" @update-prices-46147.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46147" data-price-box="product-id-46147"><span x-data="" x-id="['product\u002Dprice\u002D46147']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46147')" data-price-amount="21.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">21,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46147" data-item_name="Lone Wolf | Elk Ridge" data-item_id="ER-072W" data-price="21.95" data-product_id="46147" data-item_brand="Elk Ridge" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46146/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46146/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="ER-438PBK">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46146">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/elk-ridge-black-hunter.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46146675bfff65b0d2">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46146.window="$root.src = $event.detail" src="https://www.shogun.nl/img/4aj39YIQR2qReHbemhWdeO_NlK_QMAtn_X_0P0NBqcM/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9FL1IvRVJfNDM4UEJLLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Black Hunter | Elk Ridge" title="Black Hunter | Elk Ridge">
    </span>
</span>

<style>
    .product-image-container-46146675bfff65b0d2 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/elk-ridge-black-hunter.html" data-testid="salable-product-name-link">
                            Black Hunter | Elk Ridge                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff659cc3() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff659cc3()" x-defer="intersect" @update-prices-46146.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46146" data-price-box="product-id-46146"><span x-data="" x-id="['product\u002Dprice\u002D46146']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46146')" data-price-amount="129" data-price-type="finalPrice" class="price-wrapper "><span class="price">129</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46146" data-item_name="Black Hunter | Elk Ridge" data-item_id="ER-438PBK" data-price="129" data-product_id="46146" data-item_brand="Elk Ridge" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46144/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46144/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MT-A2009OX">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46144">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/mtech-rusty-mate.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46144675bfff65d9a8">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46144.window="$root.src = $event.detail" src="https://www.shogun.nl/img/81pnuFQzDjSUZQThZfj2wQGmsrcQWup4gewHmRqJ6EU/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9NL1QvTVRfQTIwMDlPWC5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Rusty Mate | Mtech" title="Rusty Mate | Mtech">
    </span>
</span>

<style>
    .product-image-container-46144675bfff65d9a8 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/mtech-rusty-mate.html" data-testid="salable-product-name-link">
                            Rusty Mate | Mtech                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff65c636() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff65c636()" x-defer="intersect" @update-prices-46144.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46144" data-price-box="product-id-46144"><span x-data="" x-id="['product\u002Dprice\u002D46144']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46144')" data-price-amount="20.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">20,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46144" data-item_name="Rusty Mate | Mtech" data-item_id="MT-A2009OX" data-price="20.95" data-product_id="46144" data-item_brand="MTech" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46143/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46143/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="FF-A2001BK">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46143">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/femme-fatale-black-skulls.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46143675bfff66025e">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46143.window="$root.src = $event.detail" src="https://www.shogun.nl/img/_TKdNKECKzp2bcZ6QiRt7nFC_0HV4a8F9SzsATrBl4Q/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9GL0YvRkZfQTIwMDFCSy5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Black Skulls | Femme Fatale" title="Black Skulls | Femme Fatale">
    </span>
</span>

<style>
    .product-image-container-46143675bfff66025e span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/femme-fatale-black-skulls.html" data-testid="salable-product-name-link">
                            Black Skulls | Femme Fatale                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff65eef3() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff65eef3()" x-defer="intersect" @update-prices-46143.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46143" data-price-box="product-id-46143"><span x-data="" x-id="['product\u002Dprice\u002D46143']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46143')" data-price-amount="19.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">19,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46143" data-item_name="Black Skulls | Femme Fatale" data-item_id="FF-A2001BK" data-price="19.95" data-product_id="46143" data-item_brand="Femme Fatale" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46142/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46142/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="FF-A2001RD">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46142">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/femme-fatale-red-skulls.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46142675bfff662ace">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46142.window="$root.src = $event.detail" src="https://www.shogun.nl/img/f1f0AvybV3UQCcXmnyEDZE90vKprXD8dNUCG3kwEtkM/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9GL0YvRkZfQTIwMDFSRC5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Red Skulls | Femme Fatale" title="Red Skulls | Femme Fatale">
    </span>
</span>

<style>
    .product-image-container-46142675bfff662ace span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/femme-fatale-red-skulls.html" data-testid="salable-product-name-link">
                            Red Skulls | Femme Fatale                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff66172e() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff66172e()" x-defer="intersect" @update-prices-46142.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46142" data-price-box="product-id-46142"><span x-data="" x-id="['product\u002Dprice\u002D46142']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46142')" data-price-amount="19.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">19,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46142" data-item_name="Red Skulls | Femme Fatale" data-item_id="FF-A2001RD" data-price="19.95" data-product_id="46142" data-item_brand="Femme Fatale" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46141/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46141/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="FF-A2001BL">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46141">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/femme-fatale-blue-skulls.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46141675bfff66535e">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46141.window="$root.src = $event.detail" src="https://www.shogun.nl/img/pZqpjNfgSf-JLz9P76d0-Ir3abb_C3UiisASRZ0iLas/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9GL0YvRkZfQTIwMDFCTC5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Blue Skulls | Femme Fatale" title="Blue Skulls | Femme Fatale">
    </span>
</span>

<style>
    .product-image-container-46141675bfff66535e span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/femme-fatale-blue-skulls.html" data-testid="salable-product-name-link">
                            Blue Skulls | Femme Fatale                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff663fd1() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff663fd1()" x-defer="intersect" @update-prices-46141.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46141" data-price-box="product-id-46141"><span x-data="" x-id="['product\u002Dprice\u002D46141']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46141')" data-price-amount="19.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">19,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46141" data-item_name="Blue Skulls | Femme Fatale" data-item_id="FF-A2001BL" data-price="19.95" data-product_id="46141" data-item_brand="Femme Fatale" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46094/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46094/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="LK9089">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46094">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/lt-32-gen2-pro-full-metal.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46094675bfff667d2b">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46094.window="$root.src = $event.detail" src="https://www.shogun.nl/img/4j0KYSJdrmyZCsrF3pLn1Xhbxc5709CDjkJa_x5aLvs/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9sL2EvbGFuY2VyX3RhY3RpY2FsX2xrOTA4OV8xLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="LT-32 GEN2 Pro | Full Metal | 10 inch | Lancer Tactical" title="LT-32 GEN2 Pro | Full Metal | 10 inch | Lancer Tactical">
    </span>
</span>

<style>
    .product-image-container-46094675bfff667d2b span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/lt-32-gen2-pro-full-metal.html" data-testid="salable-product-name-link">
                            LT-32 GEN2 Pro | Full Metal | 10 inch | Lancer Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff666812() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff666812()" x-defer="intersect" @update-prices-46094.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46094" data-price-box="product-id-46094"><span x-data="" x-id="['product\u002Dprice\u002D46094']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46094')" data-price-amount="245" data-price-type="finalPrice" class="price-wrapper "><span class="price">245</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46094" data-item_name="LT-32 GEN2 Pro | Full Metal | 10 inch | Lancer Tactical" data-item_id="LK9089" data-price="245" data-product_id="46094" data-item_brand="Lancer Tactical" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46008/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46008/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="LG4014">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46008">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/bcr-mcmr-115-gbbr-mk2-black-vfc.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46008675bfff66acb4">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46008.window="$root.src = $event.detail" src="https://www.shogun.nl/img/455WAk2MpvwEYDyG7iaQGJ7GP1ZQnoCCwYe7s4Ndxbc/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9iL2MvYmNyX21jbXJfMTE1X2diYnJfbWsyX2JsYWNrX3ZmY18xLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="BCR MCMR 11,5&quot; GBBR MK2 | Black | VFC" title="BCR MCMR 11,5&quot; GBBR MK2 | Black | VFC">
    </span>
</span>

<style>
    .product-image-container-46008675bfff66acb4 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/bcr-mcmr-115-gbbr-mk2-black-vfc.html" data-testid="salable-product-name-link">
                            BCR MCMR 11,5" GBBR MK2 | Black | VFC                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff66965b() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff66965b()" x-defer="intersect" @update-prices-46008.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46008" data-price-box="product-id-46008"><span x-data="" x-id="['product\u002Dprice\u002D46008']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46008')" data-price-amount="729" data-price-type="finalPrice" class="price-wrapper "><span class="price">729</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46008" data-item_name="BCR MCMR 11,5&quot; GBBR MK2 | Black | VFC" data-item_id="LG4014" data-price="729" data-product_id="46008" data-item_brand="VFC" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46007/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46007/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="LG4015">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46007">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/bcm-sbr-85-gbbr-black-vfc.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46007675bfff66e2ef">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46007.window="$root.src = $event.detail" src="https://www.shogun.nl/img/4dQ4sSioL4dq4IdX7aKxBLHfhW42BISFY-QAD7lh8vY/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9iL2MvYmNtX3Nicl84NV9nYmJyX2JsYWNrX3ZmY18xLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="BCM SBR 8,5&quot; GBBR | Black | VFC" title="BCM SBR 8,5&quot; GBBR | Black | VFC">
    </span>
</span>

<style>
    .product-image-container-46007675bfff66e2ef span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/bcm-sbr-85-gbbr-black-vfc.html" data-testid="salable-product-name-link">
                            BCM SBR 8,5" GBBR | Black | VFC                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff66c941() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff66c941()" x-defer="intersect" @update-prices-46007.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46007" data-price-box="product-id-46007"><span x-data="" x-id="['product\u002Dprice\u002D46007']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46007')" data-price-amount="699" data-price-type="finalPrice" class="price-wrapper "><span class="price">699</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46007" data-item_name="BCM SBR 8,5&quot; GBBR | Black | VFC" data-item_id="LG4015" data-price="699" data-product_id="46007" data-item_brand="VFC" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46006/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46006/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="LG4013">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46006">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/bcm-mcmr-145-gbbr-mk2-black-vfc.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46006675bfff670f46">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46006.window="$root.src = $event.detail" src="https://www.shogun.nl/img/nuZZT8u_K5eel1rpjihqC6IsJ6LHlbi0mnz3j4x3InU/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9iL2MvYmNtX21jbXJfMTQ1X2diYnJfbWsyX2JsYWNrX3ZmY19fMV9fMS5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="BCM MCMR 14.5&quot; GBBR MK2 | Black | VFC" title="BCM MCMR 14.5&quot; GBBR MK2 | Black | VFC">
    </span>
</span>

<style>
    .product-image-container-46006675bfff670f46 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  ">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/bcm-mcmr-145-gbbr-mk2-black-vfc.html" data-testid="salable-product-name-link">
                            BCM MCMR 14.5" GBBR MK2 | Black | VFC                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675bfff66f977() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <div class="product-price-wrapper" x-data="initPriceBox__675bfff66f977()" x-defer="intersect" @update-prices-46006.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46006" data-price-box="product-id-46006"><span x-data="" x-id="['product\u002Dprice\u002D46006']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46006')" data-price-amount="734" data-price-type="finalPrice" class="price-wrapper "><span class="price">734</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46006" data-item_name="BCM MCMR 14.5&quot; GBBR MK2 | Black | VFC" data-item_id="LG4013" data-price="734" data-product_id="46006" data-item_brand="VFC" data-item_category=""
    data-item_list_name="Item list in block nieuw_binnen" data-item_list_id="item_list_nieuw_binnen" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42343/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42343/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="6110087-MIGT">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="42343">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/gamo-black-maxxim-igt-mach-1.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-42343675c62503fa76">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-42343.window="$root.src = $event.detail" src="https://www.shogun.nl/img/ymulsC7kWdc3R9YKbpTFnnDg7B523XJRsS-aLSNvi28/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV9fNV9fMzMuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Black Maxxim IGT Mach 1 | GAMO" title="Black Maxxim IGT Mach 1 | GAMO">
    </span>
</span>

<style>
    .product-image-container-42343675c62503fa76 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42343)" aria-label="Vergelijk" type="button" data-id="42343" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/gamo-black-maxxim-igt-mach-1.html" data-testid="salable-product-name-link">
                            Black Maxxim IGT Mach 1 | GAMO                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c625034e9f() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42343)" aria-label="Vergelijk" type="button" data-id="42343" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c625034e9f()" x-defer="intersect" @update-prices-42343.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="42343" data-price-box="product-id-42343"><span class="normal-price">
                <span x-data="" x-id="['product\u002Dprice\u002D42343']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">v.a.</span>
                  <span :id="$id('product\u002Dprice\u002D42343')" data-price-amount="299" data-price-type="finalPrice" class="price-wrapper "><span class="price">299</span>,-</span>
                </span></span>
              <span class="old-price sly-old-price no-display">
                <span x-data="" x-id="['old\u002Dprice\u002D42343']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D42343')" data-price-amount="379" data-price-type="oldPrice" class="price-wrapper "><span class="price">379</span>,-</span>
                </span> </span>
            </div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-42343" data-item_name="Black Maxxim IGT Mach 1 | GAMO" data-item_id="6110087-MIGT" data-price="299" data-product_id="42343" data-item_brand="GAMO" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/40457/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/40457/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="KAT-C">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="40457">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/airmaks-katran-c.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-40457675c625046516">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-40457.window="$root.src = $event.detail" src="https://www.shogun.nl/img/ZwplkVFycUXKX1sQUZkq6KhZWaizGJTY-p-PqSvDNFk/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9hL2kvYWlybWFrc19rYXRyYW5fY18xLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Katran C | PCP | Airmaks" title="Katran C | PCP | Airmaks">
    </span>
</span>

<style>
    .product-image-container-40457675c625046516 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40457)" aria-label="Vergelijk" type="button" data-id="40457" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/airmaks-katran-c.html" data-testid="salable-product-name-link">
                            Katran C | PCP | Airmaks                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250431f6() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40457)" aria-label="Vergelijk" type="button" data-id="40457" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250431f6()" x-defer="intersect" @update-prices-40457.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="40457" data-price-box="product-id-40457"><span class="normal-price">
                <span x-data="" x-id="['product\u002Dprice\u002D40457']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">v.a.</span>
                  <span :id="$id('product\u002Dprice\u002D40457')" data-price-amount="1249" data-price-type="finalPrice" class="price-wrapper "><span class="price">1249</span>,-</span>
                </span></span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-40457" data-item_name="Katran C | PCP | Airmaks" data-item_id="KAT-C" data-price="1249" data-product_id="40457" data-item_brand="AirMaks" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/40397/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/40397/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RAMVIP">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="40397">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/viper-co2-pistol.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-40397675c62504aee5">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-40397.window="$root.src = $event.detail" src="https://www.shogun.nl/img/szUsfazSTq6iQlUf1-fO74J4eLfPbRVVAD-b-Z0Zlws/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV9fN19fMi5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="VIPER pistol / geweer set | RAM Tactical" title="VIPER pistol / geweer set | RAM Tactical">
    </span>
</span>

<style>
    .product-image-container-40397675c62504aee5 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40397)" aria-label="Vergelijk" type="button" data-id="40397" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/viper-co2-pistol.html" data-testid="salable-product-name-link">
                            VIPER pistol / geweer set | RAM Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62504830a() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40397)" aria-label="Vergelijk" type="button" data-id="40397" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62504830a()" x-defer="intersect" @update-prices-40397.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="40397" data-price-box="product-id-40397"><span class="normal-price">
                <span x-data="" x-id="['product\u002Dprice\u002D40397']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">v.a.</span>
                  <span :id="$id('product\u002Dprice\u002D40397')" data-price-amount="119" data-price-type="finalPrice" class="price-wrapper "><span class="price">119</span>,-</span>
                </span></span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-40397" data-item_name="VIPER pistol / geweer set | RAM Tactical" data-item_id="RAMVIP" data-price="119" data-product_id="40397" data-item_brand="Ram Tactical" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/35066/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/35066/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="WBB-SW-COMP">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="35066">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/western-airguns-sidewinder-compact.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-35066675c62504fcb6">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-35066.window="$root.src = $event.detail" src="https://www.shogun.nl/img/qV8oej9bURFhfg0pyeHN194JlW1363xiNTs6SQMgMuo/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV8xX18xNV9fMi5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Sidewinder Compact | Western Airguns" title="Sidewinder Compact | Western Airguns">
    </span>
</span>

<style>
    .product-image-container-35066675c62504fcb6 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(35066)" aria-label="Vergelijk" type="button" data-id="35066" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/western-airguns-sidewinder-compact.html" data-testid="salable-product-name-link">
                            Sidewinder Compact | Western Airguns                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62504cfc5() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(35066)" aria-label="Vergelijk" type="button" data-id="35066" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62504cfc5()" x-defer="intersect" @update-prices-35066.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="35066" data-price-box="product-id-35066"><span class="normal-price">
                <span x-data="" x-id="['product\u002Dprice\u002D35066']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">v.a.</span>
                  <span :id="$id('product\u002Dprice\u002D35066')" data-price-amount="2995" data-price-type="finalPrice" class="price-wrapper "><span class="price">2995</span>,-</span>
                </span></span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-35066" data-item_name="Sidewinder Compact | Western Airguns" data-item_id="WBB-SW-COMP" data-price="2995" data-product_id="35066" data-item_brand="Western Airguns" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45709/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45709/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RT514">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="45709">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/m600-tactical-flashlight.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-45709675c6250610f0">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-45709.window="$root.src = $event.detail" src="https://www.shogun.nl/img/xpn8c0HuxUy2jblHVnKqrh40UqSQJUcETjTdCspvYBE/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV8xNF8xOS5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="M600 Tactical Flashlight | RAM Tactical" title="M600 Tactical Flashlight | RAM Tactical">
    </span>
</span>

<style>
    .product-image-container-45709675c6250610f0 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45709)" aria-label="Vergelijk" type="button" data-id="45709" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/m600-tactical-flashlight.html" data-testid="salable-product-name-link">
                            M600 Tactical Flashlight | RAM Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62505fa0e() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45709)" aria-label="Vergelijk" type="button" data-id="45709" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62505fa0e()" x-defer="intersect" @update-prices-45709.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="45709" data-price-box="product-id-45709"><span x-data="" x-id="['product\u002Dprice\u002D45709']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D45709')" data-price-amount="69" data-price-type="finalPrice" class="price-wrapper "><span class="price">69,00</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-45709" data-item_name="M600 Tactical Flashlight | RAM Tactical" data-item_id="RT514" data-price="69" data-product_id="45709" data-item_brand="Ram Tactical" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45290/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45290/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RT521">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="45290">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/nabv-certified-dbal-a2-red-laser-flashlight-combo.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-45290675c625064587">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-45290.window="$root.src = $event.detail" src="https://www.shogun.nl/img/92MyCgsQCog10v7KmnaUQouRjoizy0lVRdZJhvn8tQE/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV8xXzVfMzUuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="NABV Certified DBAL A2 | Red Laser / Flashlight Combo | Ram Tactical" title="NABV Certified DBAL A2 | Red Laser / Flashlight Combo | Ram Tactical">
    </span>
</span>

<style>
    .product-image-container-45290675c625064587 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45290)" aria-label="Vergelijk" type="button" data-id="45290" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/nabv-certified-dbal-a2-red-laser-flashlight-combo.html" data-testid="salable-product-name-link">
                            NABV Certified DBAL A2 | Red Laser / Flashlight Combo | Ram Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c625062aaa() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45290)" aria-label="Vergelijk" type="button" data-id="45290" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c625062aaa()" x-defer="intersect" @update-prices-45290.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="45290" data-price-box="product-id-45290"><span x-data="" x-id="['product\u002Dprice\u002D45290']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D45290')" data-price-amount="159" data-price-type="finalPrice" class="price-wrapper "><span class="price">159</span>,-</span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-45290" data-item_name="NABV Certified DBAL A2 | Red Laser / Flashlight Combo | Ram Tactical" data-item_id="RT521" data-price="159" data-product_id="45290" data-item_brand="Ram Tactical" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43991/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43991/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MTW-FNT-1010">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="43991">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/mtw-pkg-forged-tactical-edition-10-3-barrel-10-rail.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-43991675c625067c5b">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-43991.window="$root.src = $event.detail" src="https://www.shogun.nl/img/7rmBzDndrVIKrli4k83nzo59Bb6JIWvPSZjSOGFVnsY/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9NL1QvTVRXX0ZvcmdlZF9TZXJpZXNfVGFjdGljYWxfUmlnaHQucG5nP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.png?type=catalog" loading="lazy" width="280" height="300" alt="MTW Forged Tactical Edition | Gen3 | 10.3&quot; | Wolverine" title="MTW Forged Tactical Edition | Gen3 | 10.3&quot; | Wolverine">
    </span>
</span>

<style>
    .product-image-container-43991675c625067c5b span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43991)" aria-label="Vergelijk" type="button" data-id="43991" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/mtw-pkg-forged-tactical-edition-10-3-barrel-10-rail.html" data-testid="salable-product-name-link">
                            MTW Forged Tactical Edition | Gen3 | 10.3" | Wolverine                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62506605c() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43991)" aria-label="Vergelijk" type="button" data-id="43991" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62506605c()" x-defer="intersect" @update-prices-43991.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43991" data-price-box="product-id-43991"><span x-data="" x-id="['product\u002Dprice\u002D43991']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D43991')" data-price-amount="1199" data-price-type="finalPrice" class="price-wrapper "><span class="price">1199</span>,-</span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43991" data-item_name="MTW Forged Tactical Edition | Gen3 | 10.3&quot; | Wolverine" data-item_id="MTW-FNT-1010" data-price="1199" data-product_id="43991" data-item_brand="Wolverine" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43932/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43932/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="26411">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="43932">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/umarex-glock-17-gen4-gbb.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-43932675c62506a878">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-43932.window="$root.src = $event.detail" src="https://www.shogun.nl/img/ok_YmqrpGrxXB5IeLdAYbkDFB86NU8UE6Tmlkjsu1Nc/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC81L2YvNWY4NWFkMTEyYmFmNzcyYWEyMTdlNjhlNjIyMGY3OWVmMWEyMjMxNl9nbG9ja18xN19nZW5fNC5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Glock 17 | Gen4 | GBB | Umarex" title="Glock 17 | Gen4 | GBB | Umarex">
    </span>
</span>

<style>
    .product-image-container-43932675c62506a878 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43932)" aria-label="Vergelijk" type="button" data-id="43932" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/umarex-glock-17-gen4-gbb.html" data-testid="salable-product-name-link">
                            Glock 17 | Gen4 | GBB | Umarex                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250691bf() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43932)" aria-label="Vergelijk" type="button" data-id="43932" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250691bf()" x-defer="intersect" @update-prices-43932.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43932" data-price-box="product-id-43932"><span x-data="" x-id="['product\u002Dprice\u002D43932']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D43932')" data-price-amount="188" data-price-type="finalPrice" class="price-wrapper "><span class="price">188</span>,-</span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43932" data-item_name="Glock 17 | Gen4 | GBB | Umarex" data-item_id="26411" data-price="188" data-product_id="43932" data-item_brand="Umarex" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43336/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43336/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MT-A1019RB">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="43336">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/mtech-slick-folder-regenboog.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-43336675c625079de0">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-43336.window="$root.src = $event.detail" src="https://www.shogun.nl/img/UuYK0n4FycJfTSlvOGQP4pofEfTtBiaOonx3ZReqNUk/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9tL3QvbXRlY2hfc2xpY2tfZm9sZGVyX3JlZ2VuYm9vZy5qcGVnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpeg?type=catalog" loading="lazy" width="280" height="300" alt="Rainbow Slick Folder | Mtech" title="Rainbow Slick Folder | Mtech">
    </span>
</span>

<style>
    .product-image-container-43336675c625079de0 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43336)" aria-label="Vergelijk" type="button" data-id="43336" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/mtech-slick-folder-regenboog.html" data-testid="salable-product-name-link">
                            Rainbow Slick Folder | Mtech                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c625078641() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43336)" aria-label="Vergelijk" type="button" data-id="43336" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c625078641()" x-defer="intersect" @update-prices-43336.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43336" data-price-box="product-id-43336"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D43336']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Speciale prijs</span>
                  <span :id="$id('product\u002Dprice\u002D43336')" data-price-amount="17.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">17,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D43336']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D43336')" data-price-amount="19.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">19,95</span></span>
                </span> </span>
            </div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43336" data-item_name="Rainbow Slick Folder | Mtech" data-item_id="MT-A1019RB" data-price="17.95" data-product_id="43336" data-item_brand="MTech" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/41424/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/41424/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RM-H1">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="41424">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/survival-rmbo-i-met-lederen-schede.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-41424675c62507c9a3">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-41424.window="$root.src = $event.detail" src="https://www.shogun.nl/img/YgNcAKhPzZRYtPLeHkJCzc_9pmdOUzbf3HgSv0ECpiM/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV8xXzVfNDI4LmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Survival I | Met lederen schede | Rmbo" title="Survival I | Met lederen schede | Rmbo">
    </span>
</span>

<style>
    .product-image-container-41424675c62507c9a3 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41424)" aria-label="Vergelijk" type="button" data-id="41424" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/survival-rmbo-i-met-lederen-schede.html" data-testid="salable-product-name-link">
                            Survival I | Met lederen schede | Rmbo                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62507b2df() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41424)" aria-label="Vergelijk" type="button" data-id="41424" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62507b2df()" x-defer="intersect" @update-prices-41424.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="41424" data-price-box="product-id-41424"><span x-data="" x-id="['product\u002Dprice\u002D41424']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D41424')" data-price-amount="49.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">49,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-41424" data-item_name="Survival I | Met lederen schede | Rmbo" data-item_id="RM-H1" data-price="49.95" data-product_id="41424" data-item_brand="Merkloos" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/40731/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/40731/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="TKF305">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="40731">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/takumitak-reaper.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-40731675c62507f76a">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-40731.window="$root.src = $event.detail" src="https://www.shogun.nl/img/yO93oN4K4PDRhwjR8nIoBUj62H-Nb5ZfYP2oUJ-axJw/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9UL0svVEtGMzA1X2ZpcnN0XzEuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Reaper | Takumitak" title="Reaper | Takumitak">
    </span>
</span>

<style>
    .product-image-container-40731675c62507f76a span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40731)" aria-label="Vergelijk" type="button" data-id="40731" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/takumitak-reaper.html" data-testid="salable-product-name-link">
                            Reaper | Takumitak                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62507dfe3() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(40731)" aria-label="Vergelijk" type="button" data-id="40731" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62507dfe3()" x-defer="intersect" @update-prices-40731.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="40731" data-price-box="product-id-40731"><span x-data="" x-id="['product\u002Dprice\u002D40731']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D40731')" data-price-amount="29.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">29,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-40731" data-item_name="Reaper | Takumitak" data-item_id="TKF305" data-price="29.95" data-product_id="40731" data-item_brand="Takumitak" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/38704/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/38704/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="KJ1103">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="38704">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/zombie-slayer-katana-blue-bk.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-38704675c6250823aa">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-38704.window="$root.src = $event.detail" src="https://www.shogun.nl/img/eMKtNiIlMYsd4CSAoRK55e61DgBTHiyS3SI7ZPkRukI/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9CL2wvQmx1ZV9ab21iaWVfU2xheWVyX0thdGFuYV9fX0JLXzEuanBlZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpeg?type=catalog" loading="lazy" width="280" height="300" alt=" Blue Zombie Slayer Katana | BK" title=" Blue Zombie Slayer Katana | BK">
    </span>
</span>

<style>
    .product-image-container-38704675c6250823aa span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(38704)" aria-label="Vergelijk" type="button" data-id="38704" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/zombie-slayer-katana-blue-bk.html" data-testid="salable-product-name-link">
                             Blue Zombie Slayer Katana | BK                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c625080d9f() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(38704)" aria-label="Vergelijk" type="button" data-id="38704" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c625080d9f()" x-defer="intersect" @update-prices-38704.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="38704" data-price-box="product-id-38704"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D38704']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Speciale prijs</span>
                  <span :id="$id('product\u002Dprice\u002D38704')" data-price-amount="94.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">94,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D38704']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D38704')" data-price-amount="109" data-price-type="oldPrice" class="price-wrapper "><span class="price">109</span>,-</span>
                </span> </span>
            </div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-38704" data-item_name=" Blue Zombie Slayer Katana | BK" data-item_id="KJ1103" data-price="94.95" data-product_id="38704" data-item_brand="BK" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45240/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45240/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="BeSafePack">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="45240">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/be-safe-pack.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-45240675c6250961a5">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-45240.window="$root.src = $event.detail" src="https://www.shogun.nl/img/3JAvlXQPdpXruptD06WQBynG3qx3ckNWl6urO6WhQhA/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9iL2UvYmVfc2FmZV9wYWNrLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Be Safe Pack" title="Be Safe Pack">
    </span>
</span>

<style>
    .product-image-container-45240675c6250961a5 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45240)" aria-label="Vergelijk" type="button" data-id="45240" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/be-safe-pack.html" data-testid="salable-product-name-link">
                            Be Safe Pack                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c625094a6d() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45240)" aria-label="Vergelijk" type="button" data-id="45240" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c625094a6d()" x-defer="intersect" @update-prices-45240.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="45240" data-price-box="product-id-45240"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D45240']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Speciale prijs</span>
                  <span :id="$id('product\u002Dprice\u002D45240')" data-price-amount="18.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">18,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D45240']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D45240')" data-price-amount="22.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">22,95</span></span>
                </span> </span>
            </div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-45240" data-item_name="Be Safe Pack" data-item_id="BeSafePack" data-price="18.95" data-product_id="45240" data-item_brand="TIW" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45193/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/45193/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="TS10601-bundle">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="45193">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/6mm-start-pistol-black-knalpatronen-target-sports.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-45193675c625098e51">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-45193.window="$root.src = $event.detail" src="https://www.shogun.nl/img/RGqzG3NRtXNMlO3DlYEgP47xiEkEKutcsc7800rINMI/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV8xX181X18xMXpvbi5qcGVnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpeg?type=catalog" loading="lazy" width="280" height="300" alt="Start Pistol &amp; Knalpatronen | 6mm | Target Sports  " title="Start Pistol &amp; Knalpatronen | 6mm | Target Sports  ">
    </span>
</span>

<style>
    .product-image-container-45193675c625098e51 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45193)" aria-label="Vergelijk" type="button" data-id="45193" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/6mm-start-pistol-black-knalpatronen-target-sports.html" data-testid="salable-product-name-link">
                            Start Pistol &amp; Knalpatronen | 6mm | Target Sports                          </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250977ce() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(45193)" aria-label="Vergelijk" type="button" data-id="45193" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250977ce()" x-defer="intersect" @update-prices-45193.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="45193" data-price-box="product-id-45193"><span x-data="" x-id="['product\u002Dprice\u002D45193']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D45193')" data-price-amount="72.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">72,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-45193" data-item_name="Start Pistol &amp; Knalpatronen | 6mm | Target Sports  " data-item_id="TS10601-bundle" data-price="72.95" data-product_id="45193" data-item_brand="Target Sports" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/44357/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/44357/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="SCA06">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="44357">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/ram-tactical-kubotan-metaal-punt-pink.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-44357675c62509b9f5">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-44357.window="$root.src = $event.detail" src="https://www.shogun.nl/img/z_HURxwBpc5z3yhm7CytSvPaaUlVdR22Tp7yzaiOEhE/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9TL2MvU2NoZXJtYWZiZWVsZGluZ18yMDIxXzA2XzIxX29tXzExLjE0LjQ3LnBuZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.png?type=catalog" loading="lazy" width="280" height="300" alt="Kubotan Aluminium | Roze | RAM Defence" title="Kubotan Aluminium | Roze | RAM Defence">
    </span>
</span>

<style>
    .product-image-container-44357675c62509b9f5 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(44357)" aria-label="Vergelijk" type="button" data-id="44357" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/ram-tactical-kubotan-metaal-punt-pink.html" data-testid="salable-product-name-link">
                            Kubotan Aluminium | Roze | RAM Defence                        </a>
          </div>
          <div class="product-reviews-summary">
            <div class="rating-summary flex" title="Schrijf de eerste review over dit product">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-5 h-5" viewBox="3 0 20 20" fill="currentColor">
                <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                            1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                            1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                            1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
              </svg>
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-5 h-5" viewBox="3 0 20 20" fill="currentColor">
                <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                            1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                            1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                            1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
              </svg>
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-5 h-5" viewBox="3 0 20 20" fill="currentColor">
                <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                            1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                            1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                            1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
              </svg>
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-5 h-5" viewBox="3 0 20 20" fill="currentColor">
                <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                            1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                            1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                            1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
              </svg>
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-5 h-5" viewBox="3 0 20 20" fill="currentColor">
                <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                            1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                            1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                            1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
              </svg>
            </div>
            <div class="reviews-actions">
              <a class="action view" href="https://www.shogun.nl/ram-tactical-kubotan-metaal-punt-pink.html#reviews">0                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__675c62509a227() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(44357)" aria-label="Vergelijk" type="button" data-id="44357" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62509a227()" x-defer="intersect" @update-prices-44357.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="44357" data-price-box="product-id-44357"><span x-data="" x-id="['product\u002Dprice\u002D44357']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D44357')" data-price-amount="9.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">9,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-44357" data-item_name="Kubotan Aluminium | Roze | RAM Defence" data-item_id="SCA06" data-price="9.95" data-product_id="44357" data-item_brand="Ram Tactical" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43945/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43945/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="1204">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="43945">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/tiw-defence-spray.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-43945675c62509f15a">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-43945.window="$root.src = $event.detail" src="https://www.shogun.nl/img/NejzJY7CISRP89yQfBJhCVSY7reiXejqaW1-2m4IXt0/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC8yLzQvMjRkZjFhOTZmZTlhOGI0ODRhM2VlZWY0MWJmYzI3NjRhOWRiMzZjNl90aXdfMl8xLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Defence Spray | Gelspray | TIW " title="Defence Spray | Gelspray | TIW ">
    </span>
</span>

<style>
    .product-image-container-43945675c62509f15a span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43945)" aria-label="Vergelijk" type="button" data-id="43945" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/tiw-defence-spray.html" data-testid="salable-product-name-link">
                            Defence Spray | Gelspray | TIW                         </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c62509d3fe() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43945)" aria-label="Vergelijk" type="button" data-id="43945" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c62509d3fe()" x-defer="intersect" @update-prices-43945.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43945" data-price-box="product-id-43945"><span x-data="" x-id="['product\u002Dprice\u002D43945']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D43945')" data-price-amount="11.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">11,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43945" data-item_name="Defence Spray | Gelspray | TIW " data-item_id="1204" data-price="11.95" data-product_id="43945" data-item_brand="TIW" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/44026/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/44026/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="GM_Fortis_V2">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="44026">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/ghost-mask-fortis-v2-airsoftmasker-nb-tactical.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-44026675c5a1c329c5">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-44026.window="$root.src = $event.detail" src="https://www.shogun.nl/img/EpAHOOVrwHGuwd3Nx8z0vshpa3yaDx141St3KRyxFww/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9TL2MvU2NoZXJtYWZiZWVsZGluZ18yMDIyXzA5XzIyXzE1NTE0N19fMV8ucG5nP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.png?type=catalog" loading="lazy" width="280" height="300" alt="Ghost Mask | Fortis V2 | Airsoftmasker | NB-Tactical" title="Ghost Mask | Fortis V2 | Airsoftmasker | NB-Tactical">
    </span>
</span>

<style>
    .product-image-container-44026675c5a1c329c5 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(44026)" aria-label="Vergelijk" type="button" data-id="44026" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/ghost-mask-fortis-v2-airsoftmasker-nb-tactical.html" data-testid="salable-product-name-link">
                            Ghost Mask | Fortis V2 | Airsoftmasker | NB-Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c5a1c2a362() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(44026)" aria-label="Vergelijk" type="button" data-id="44026" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c5a1c2a362()" x-defer="intersect" @update-prices-44026.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="44026" data-price-box="product-id-44026"><span x-data="" x-id="['product\u002Dprice\u002D44026']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D44026')" data-price-amount="54.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">54,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-44026" data-item_name="Ghost Mask | Fortis V2 | Airsoftmasker | NB-Tactical" data-item_id="GM_Fortis_V2" data-price="54.95" data-product_id="44026" data-item_brand="NB-Tactical" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42183/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42183/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="16679">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="42183">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/fast-helmet-pj-goggle-version-eco-black-emerson.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-42183675c5a1c35cb3">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-42183.window="$root.src = $event.detail" src="https://www.shogun.nl/img/QPmoZeuhCN7Z1vWM1yjUxzE39IAVtbF1bYYftn72ljk/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9mL2EvZmFzdF9oZWxtZXRfcGpfZ29nZ2xlX3ZlcnNpb25fZWNvX2JsYWNrX2VtZXJzb25fMS5wbmc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.png?type=catalog" loading="lazy" width="280" height="300" alt="FAST Helmet PJ Goggle Version Eco | Black | Emerson" title="FAST Helmet PJ Goggle Version Eco | Black | Emerson">
    </span>
</span>

<style>
    .product-image-container-42183675c5a1c35cb3 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42183)" aria-label="Vergelijk" type="button" data-id="42183" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/fast-helmet-pj-goggle-version-eco-black-emerson.html" data-testid="salable-product-name-link">
                            FAST Helmet PJ Goggle Version Eco | Black | Emerson                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c5a1c3446e() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42183)" aria-label="Vergelijk" type="button" data-id="42183" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c5a1c3446e()" x-defer="intersect" @update-prices-42183.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="42183" data-price-box="product-id-42183"><span x-data="" x-id="['product\u002Dprice\u002D42183']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D42183')" data-price-amount="49.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">49,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-42183" data-item_name="FAST Helmet PJ Goggle Version Eco | Black | Emerson" data-item_id="16679" data-price="49.95" data-product_id="42183" data-item_brand="Emerson" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/41943/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/41943/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="PSSKOMEP01">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="41943">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/komet-veiligheidsbril-gepolariseerd-bolle.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-41943675c5a1c389fe">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-41943.window="$root.src = $event.detail" src="https://www.shogun.nl/img/rnARxoSwTOX-V4M9ThoI4AFk_rsx7IQ9cYsmAzCp1FE/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9QL1MvUFNTS09NRVAwMV8wMi5qcGVnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpeg?type=catalog" loading="lazy" width="280" height="300" alt="KOMET | Veiligheidsbril | Gepolariseerd | Bollé" title="KOMET | Veiligheidsbril | Gepolariseerd | Bollé">
    </span>
</span>

<style>
    .product-image-container-41943675c5a1c389fe span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41943)" aria-label="Vergelijk" type="button" data-id="41943" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/komet-veiligheidsbril-gepolariseerd-bolle.html" data-testid="salable-product-name-link">
                            KOMET | Veiligheidsbril | Gepolariseerd | Bollé                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c5a1c37241() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(41943)" aria-label="Vergelijk" type="button" data-id="41943" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c5a1c37241()" x-defer="intersect" @update-prices-41943.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="41943" data-price-box="product-id-41943"><span x-data="" x-id="['product\u002Dprice\u002D41943']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D41943')" data-price-amount="43.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">43,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-41943" data-item_name="KOMET | Veiligheidsbril | Gepolariseerd | Bollé" data-item_id="PSSKOMEP01" data-price="43.95" data-product_id="41943" data-item_brand="Bollé" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/37238/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/37238/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="EM7407">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="37238">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/slick-plate-carrier-set-emerson.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-37238675c5a1c3d0bc">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-37238.window="$root.src = $event.detail" src="https://www.shogun.nl/img/gS-PxdxRCUZtWCFYg9Iah61TdRhznUXGDKXn-keYv8k/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9BL3IvQXJ0Ym9hcmRfMV80XzFfODkuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Slick Plate Carrier Set | Emerson Gear" title="Slick Plate Carrier Set | Emerson Gear">
    </span>
</span>

<style>
    .product-image-container-37238675c5a1c3d0bc span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(37238)" aria-label="Vergelijk" type="button" data-id="37238" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/slick-plate-carrier-set-emerson.html" data-testid="salable-product-name-link">
                            Slick Plate Carrier Set | Emerson Gear                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c5a1c3aa7a() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(37238)" aria-label="Vergelijk" type="button" data-id="37238" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c5a1c3aa7a()" x-defer="intersect" @update-prices-37238.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="37238" data-price-box="product-id-37238"><span class="normal-price">
                <span x-data="" x-id="['product\u002Dprice\u002D37238']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">v.a.</span>
                  <span :id="$id('product\u002Dprice\u002D37238')" data-price-amount="139.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">140</span>,-</span>
                </span></span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-37238" data-item_name="Slick Plate Carrier Set | Emerson Gear" data-item_id="EM7407" data-price="139.95" data-product_id="37238" data-item_brand="Emerson" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46177/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46177/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RXNS503G">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46177">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/roxon-multi-zakmes.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46177675c6250c539f">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46177.window="$root.src = $event.detail" src="https://www.shogun.nl/img/1KBKUBusbdB2hg8ApxU8iujXpNz3MDkYGps-b67HJYA/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9SL1gvUlhOUzUwM0cuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Multi Zakmes | Roxon" title="Multi Zakmes | Roxon">
    </span>
</span>

<style>
    .product-image-container-46177675c6250c539f span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46177)" aria-label="Vergelijk" type="button" data-id="46177" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/roxon-multi-zakmes.html" data-testid="salable-product-name-link">
                            Multi Zakmes | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250c3076() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46177)" aria-label="Vergelijk" type="button" data-id="46177" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250c3076()" x-defer="intersect" @update-prices-46177.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46177" data-price-box="product-id-46177"><span x-data="" x-id="['product\u002Dprice\u002D46177']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46177')" data-price-amount="69.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">69,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46177" data-item_name="Multi Zakmes | Roxon" data-item_id="RXNS503G" data-price="69.95" data-product_id="46177" data-item_brand="Roxon" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46175/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46175/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RXNCM1349">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46175">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/roxon-spark-multitool.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46175675c6250c9485">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46175.window="$root.src = $event.detail" src="https://www.shogun.nl/img/tmRy3p3p2Ypfjou_Rc392oePr9QZgNXFox4-rV1B2NI/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9SL1gvUlhOQ00xMzQ5LmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Spark | Multitool | Roxon" title="Spark | Multitool | Roxon">
    </span>
</span>

<style>
    .product-image-container-46175675c6250c9485 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46175)" aria-label="Vergelijk" type="button" data-id="46175" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/roxon-spark-multitool.html" data-testid="salable-product-name-link">
                            Spark | Multitool | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250c73a9() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46175)" aria-label="Vergelijk" type="button" data-id="46175" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250c73a9()" x-defer="intersect" @update-prices-46175.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46175" data-price-box="product-id-46175"><span x-data="" x-id="['product\u002Dprice\u002D46175']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46175')" data-price-amount="34.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">34,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46175" data-item_name="Spark | Multitool | Roxon" data-item_id="RXNCM1349" data-price="34.95" data-product_id="46175" data-item_brand="Roxon" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46173/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46173/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RXNS804G">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46173">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/roxon-flex-multitool.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46173675c6250cd525">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46173.window="$root.src = $event.detail" src="https://www.shogun.nl/img/QKmvNTeVzjiIFp4hJS5UQ4mMl1xpp3Wd_IMDcL5BKLs/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9SL1gvUlhOUzgwNEcuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Flex | Multitool | Roxon" title="Flex | Multitool | Roxon">
    </span>
</span>

<style>
    .product-image-container-46173675c6250cd525 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46173)" aria-label="Vergelijk" type="button" data-id="46173" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/roxon-flex-multitool.html" data-testid="salable-product-name-link">
                            Flex | Multitool | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250cb29d() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46173)" aria-label="Vergelijk" type="button" data-id="46173" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250cb29d()" x-defer="intersect" @update-prices-46173.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46173" data-price-box="product-id-46173"><span x-data="" x-id="['product\u002Dprice\u002D46173']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46173')" data-price-amount="119" data-price-type="finalPrice" class="price-wrapper "><span class="price">119</span>,-</span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46173" data-item_name="Flex | Multitool | Roxon" data-item_id="RXNS804G" data-price="119" data-product_id="46173" data-item_brand="Roxon" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46172/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46172/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RXNS803E">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="46172">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/roxon-flash-multitool.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-46172675c6250d0800">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-46172.window="$root.src = $event.detail" src="https://www.shogun.nl/img/ajxbu0ZgQTKSz5qUFwpQzwc0x5pM0N9cYgBHO6t3r4s/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9SL1gvUlhOUzgwM0UuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Flash | Multitool | Roxon" title="Flash | Multitool | Roxon">
    </span>
</span>

<style>
    .product-image-container-46172675c6250d0800 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46172)" aria-label="Vergelijk" type="button" data-id="46172" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/roxon-flash-multitool.html" data-testid="salable-product-name-link">
                            Flash | Multitool | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c6250cef97() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(46172)" aria-label="Vergelijk" type="button" data-id="46172" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c6250cef97()" x-defer="intersect" @update-prices-46172.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46172" data-price-box="product-id-46172"><span x-data="" x-id="['product\u002Dprice\u002D46172']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46172')" data-price-amount="54.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">54,95</span></span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46172" data-item_name="Flash | Multitool | Roxon" data-item_id="RXNS803E" data-price="54.95" data-product_id="46172" data-item_brand="Roxon" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/44090/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/44090/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MK-TCS1G">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="44090">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/man-kung-pistool-kruisboog-alligator-groen.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-44090675c571a51808">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-44090.window="$root.src = $event.detail" src="https://www.shogun.nl/img/XWZEqT-9OrYsLJN5Bnn7-Qs-wpOdgC947FxYwgyVsK4/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9jLzAvYzAyNjFkZjcxMzAxZjMzNGUxYjM3NjA1MzNiODBkNzI1M2EzNTY5Yl9tYW5fa3VuZ19hbGxpZ2F0b3JfMS5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Pistool Kruisboog Alligator | Groen | Man Kung" title="Pistool Kruisboog Alligator | Groen | Man Kung">
    </span>
</span>

<style>
    .product-image-container-44090675c571a51808 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(44090)" aria-label="Vergelijk" type="button" data-id="44090" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/man-kung-pistool-kruisboog-alligator-groen.html" data-testid="salable-product-name-link">
                            Pistool Kruisboog Alligator | Groen | Man Kung                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c571a4a862() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(44090)" aria-label="Vergelijk" type="button" data-id="44090" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c571a4a862()" x-defer="intersect" @update-prices-44090.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="44090" data-price-box="product-id-44090"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D44090']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Speciale prijs</span>
                  <span :id="$id('product\u002Dprice\u002D44090')" data-price-amount="49.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">49,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D44090']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D44090')" data-price-amount="54.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">54,95</span></span>
                </span> </span>
            </div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-44090" data-item_name="Pistool Kruisboog Alligator | Groen | Man Kung" data-item_id="MK-TCS1G" data-price="49.95" data-product_id="44090" data-item_brand="Man Kung" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43723/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43723/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="CR-097AD130">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="43723">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/ek-archery-cobra-adder-rx.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-43723675c571a547e2">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-43723.window="$root.src = $event.detail" src="https://www.shogun.nl/img/GSeUvLhHvFgtzPbZlgz3OMV-2k-XopVp5MIEUbogcJ8/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC85LzMvOTNkYTNmYTI5M2Y5NTMxNGE5OThkYjQyOWRjMDY4ZDNiODMwOTMwZl8yY2IwYzE2NDEyM2EwYjNiNTU2NzhlNzk5YWExMTNkMzIxN2Y3NTlkX2VrX2FkZGVyX2NvYnJhLnBuZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.png?type=catalog" loading="lazy" width="280" height="300" alt="Cobra Adder RX | EK Archery " title="Cobra Adder RX | EK Archery ">
    </span>
</span>

<style>
    .product-image-container-43723675c571a547e2 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43723)" aria-label="Vergelijk" type="button" data-id="43723" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/ek-archery-cobra-adder-rx.html" data-testid="salable-product-name-link">
                            Cobra Adder RX | EK Archery                         </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c571a5300a() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(43723)" aria-label="Vergelijk" type="button" data-id="43723" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c571a5300a()" x-defer="intersect" @update-prices-43723.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43723" data-price-box="product-id-43723"><span x-data="" x-id="['product\u002Dprice\u002D43723']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D43723')" data-price-amount="368" data-price-type="finalPrice" class="price-wrapper "><span class="price">368</span>,-</span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43723" data-item_name="Cobra Adder RX | EK Archery " data-item_id="CR-097AD130" data-price="368" data-product_id="43723" data-item_brand="Ek Archery" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42609/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42609/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MK-NCB75B">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="42609">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/handboog-70lbs-zwart-mankung.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-42609675c571a57800">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-42609.window="$root.src = $event.detail" src="https://www.shogun.nl/img/-DZVYnTVFpFMDqqypxH9saNfLYeuFzb9QFBSOdHjMKU/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9hL3IvYXJjaGVyeV9ib3dfTUtfQ0I3NUJLX2JfMS5wbmc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.png?type=catalog" loading="lazy" width="280" height="300" alt="Compoundboog | NCB75B | 70LBS | Zwart | ManKung" title="Compoundboog | NCB75B | 70LBS | Zwart | ManKung">
    </span>
</span>

<style>
    .product-image-container-42609675c571a57800 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42609)" aria-label="Vergelijk" type="button" data-id="42609" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/handboog-70lbs-zwart-mankung.html" data-testid="salable-product-name-link">
                            Compoundboog | NCB75B | 70LBS | Zwart | ManKung                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c571a55e66() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42609)" aria-label="Vergelijk" type="button" data-id="42609" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c571a55e66()" x-defer="intersect" @update-prices-42609.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="42609" data-price-box="product-id-42609"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D42609']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Speciale prijs</span>
                  <span :id="$id('product\u002Dprice\u002D42609')" data-price-amount="179" data-price-type="finalPrice" class="price-wrapper "><span class="price">179</span>,-</span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D42609']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D42609')" data-price-amount="199" data-price-type="oldPrice" class="price-wrapper "><span class="price">199</span>,-</span>
                </span> </span>
            </div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-42609" data-item_name="Compoundboog | NCB75B | 70LBS | Zwart | ManKung" data-item_id="MK-NCB75B" data-price="179" data-product_id="42609" data-item_brand="Man Kung" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42073/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42073/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="CR-090BA">
  <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <input type="hidden" name="product" value="42073">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/ek-r9-cobra-system-90-lbs-deluxe.html" class="product photo product-item-photo block mx-auto" tabindex="-1" data-testid="salable-product-item">
                <span class="block product-image-container product-image-container-42073675c571a5a353">
    <span class="block relative product-image-wrapper overflow-hidden">
        <img class="object-contain absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 product-image-photo" x-data="" @update-gallery-42073.window="$root.src = $event.detail" src="https://www.shogun.nl/img/TX0Rkk7fk0uZvUdvIA8vqVQT2JjEBnnj7k_MWfdZGUQ/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9lL2svZWtfcjlfY29icmFfc3lzdGVtXzkwX2xic19kZWx1eGUxXzEuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="R9 Cobra System 90 lbs Deluxe | EK Archery" title="R9 Cobra System 90 lbs Deluxe | EK Archery">
    </span>
</span>

<style>
    .product-image-container-42073675c571a5a353 span.product-image-wrapper {
        padding-bottom: 107.14285714286%;
    }

    @media (min-width: 768px) {
        .product-item .product-image-photo {
            height: 300px;
        }
    }
</style>            </a>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42073)" aria-label="Vergelijk" type="button" data-id="42073" class="action tocompare">
        <span class="icon-wrapper">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
            <title>check</title>
          </svg>
        </span>
        <span class="button-text">Vergelijken</span>
      </button>
    </div>
    <div class="product-item-right">
      <div class="product-info flex flex-col grow">
        <div class="product-details  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" href="https://www.shogun.nl/ek-r9-cobra-system-90-lbs-deluxe.html" data-testid="salable-product-name-link">
                            R9 Cobra System 90 lbs Deluxe | EK Archery                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__675c571a58ce5() {
            return {
              updatePrice(priceData) {
                const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
                const regularPriceElement = this.$root.querySelector('.normal-price .price-wrapper .price');
                if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                  regularPriceLabel.classList.add('hidden');
                } else {
                  regularPriceLabel.classList.remove('hidden');
                }
                regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
              }
            }
          }
        </script>
        <div class="product-item-inner">
          <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(42073)" aria-label="Vergelijk" type="button" data-id="42073" class="action tocompare" x-defer="intersect" x-ignore="">
            <span class="icon-wrapper">
              <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="14" height="14" role="img">
                <path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7"></path>
                <title>check</title>
              </svg>
            </span>
            <span class="button-text">Vergelijken</span>
          </button>
          <div class="product-price-wrapper" x-data="initPriceBox__675c571a58ce5()" x-defer="intersect" @update-prices-42073.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="42073" data-price-box="product-id-42073"><span x-data="" x-id="['product\u002Dprice\u002D42073']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D42073')" data-price-amount="228" data-price-type="finalPrice" class="price-wrapper "><span class="price">228</span>,-</span>
              </span></div>
          </div>
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <button class="btn btn-primary action tocart" aria-label="In winkelwagen">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="h-5 w-5" width="20" height="20" role="img">
                <path
                  d="M3 1a1 1 0 000 2h1.22l.305 1.222a.997.997 0 00.01.042l1.358 5.43-.893.892C3.74 11.846 4.632 14 6.414 14H15a1 1 0 000-2H6.414l1-1H14a1 1 0 00.894-.553l3-6A1 1 0 0017 3H6.28l-.31-1.243A1 1 0 005 1H3zM16 16.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM6.5 18a1.5 1.5 0 100-3 1.5 1.5 0 000 3z">
                </path>
                <title>shopping-cart</title>
              </svg>
              <span>In winkelwagen</span>
            </button>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-42073" data-item_name="R9 Cobra System 90 lbs Deluxe | EK Archery" data-item_id="CR-090BA" data-price="228" data-product_id="42073" data-item_brand="Ek Archery" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

POST https://www.shogun.nl/newsletter/subscriber/new/

<form class="form subscribe" action="https://www.shogun.nl/newsletter/subscriber/new/" method="post" x-defer="intersect" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail" x-ignore="">
  <div class="flex flex-col sm:flex-row justify-center gap-2 md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> E-mail adres </label>
    <input name="email" type="email" required="" x-ref="email" id="newsletter-subscribe" class="form-input inline-flex w-full grow" placeholder="Voer uw e-mailadres in">
    <input name="form_key" type="hidden" value="1edHZAocUT5tYgBx"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary w-full sm:w-auto"> Inschrijven </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

<form id="allow-cookie-form" class="cookie-bar-actions flex w-full md:flex-1 self-center text-center">
  <input id="allow-functional-cookies" type="radio" hidden="" class="hidden" name="allowed_cookies" value="false" x-model="allowedAllCookies">
  <label id="cookie-bar-button" class="allow-all-cookies-button cookiebar-button btn btn-primary w-full mb-0 justify-center cursor-pointer py-3">
    <input type="radio" id="allow-all-cookies" hidden="" class="hidden" name="allowed_cookies" value="true" x-model="allowedAllCookies">
    <span>Accepteer alle cookies</span>
  </label>
</form>

Text Content

JavaScript lijkt te zijn uitgeschakeld in uw browser. Voor de beste
gebruikerservaring, zorg ervoor dat javascript ingeschakeld is voor uw browser.

Ga naar de inhoud
menu
x

Taal
shogun.nl chevron-down
shogun.shop
My account
 * user-circle My account Inloggen chevron-right

Hulp & advies
 * truck Retourneren chevron-right
 * phone-incoming Contact chevron-right

Zoek search

Zoek
Normale prijs Speciale prijs


Zoek
user-circle
heart
Cart shopping-cart
x
Winkelwagen
0 Producten in winkelwagen
x
Levertijd wordt berekend...
Optie Details chevron-down

Aantal

Subtotaal
Afrekenen Naar winkelwagen
loader
Laden...
x
Winkelwagen
Producten in winkelwagen
x
Levertijd wordt berekend...
Optie Details chevron-down

Aantal

Subtotaal
Afrekenen Naar winkelwagen
loader
Laden...
SCHIETSPORT
SCHIETSPORT
Alles in SCHIETSPORT
LUCHTDRUK
VUURWAPENS
OPTIEK
VERVOER & OPBERGING
AIRSOFT
AIRSOFT
Alles in AIRSOFT
AIRSOFT WEAPONS
MAGAZINES & ACCESSORIES
ESSENTIALS
ATTACHMENTS
UPGRADES
EQUIPMENT
CLOTHING
OTHER GOODIES
MESSEN & ZWAARDEN
MESSEN & ZWAARDEN
Alles in MESSEN & ZWAARDEN
MESSEN
ZWAARDEN
DISPLAYS
ACCESSOIRES
ZELFVERDEDIGING
BOOGSPORT
BOOGSPORT
Alles in BOOGSPORT
BOGEN
PIJLEN & PEZEN
SCHIETDOELEN
BENODIGDHEDEN
OUTDOOR
OUTDOOR
Alles in OUTDOOR
KLEDING
BIJLEN, MESSEN & TOOLS
VERZORGING & HYGIËNE
VERLICHTING
ACCESSOIRES
December Knallers

SCHIETSPORT

AIRSOFT

MESSEN & ZWAARDEN

ZELFVERDEDIGING

BOOGSPORT

OUTDOOR
arrow-left arrow-right


NIEUW BINNEN

Stryk Hi-Capa 4.3 | GBB | Lancer Tactical
v.a. 215,-

Lone Wolf | Elk Ridge
21,95

Black Hunter | Elk Ridge
129,-

Rusty Mate | Mtech
20,95

Black Skulls | Femme Fatale
19,95

Red Skulls | Femme Fatale
19,95

Blue Skulls | Femme Fatale
19,95

LT-32 GEN2 Pro | Full Metal | 10 inch | Lancer Tactical
245,-

BCR MCMR 11,5" GBBR MK2 | Black | VFC
729,-

BCM SBR 8,5" GBBR | Black | VFC
699,-

BCM MCMR 14.5" GBBR MK2 | Black | VFC
734,-

Mordax | PCP Luchtpistool | Western Airguns
v.a. 2669,-




arrow-left arrow-right
arrow-left arrow-right

truck
GRATIS LEVERING VANAF € 100,-
home
1400M2 FYSIEKE WINKEL IN PURMEREND
shopping-cart
MEER DAN 7500 PRODUCTEN!
home
GEOPEND VAN WOENSDAG T/M ZATERDAG
Aanbieding
check Vergelijken
Black Maxxim IGT Mach 1 | GAMO
check Vergelijken
v.a. 299,- Normale prijs 379,-
shopping-cart In winkelwagen

check Vergelijken
Katran C | PCP | Airmaks
check Vergelijken
v.a. 1249,-
shopping-cart In winkelwagen

check Vergelijken
VIPER pistol / geweer set | RAM Tactical
check Vergelijken
v.a. 119,-
shopping-cart In winkelwagen

check Vergelijken
Sidewinder Compact | Western Airguns
check Vergelijken
v.a. 2995,-
shopping-cart In winkelwagen


check Vergelijken
M600 Tactical Flashlight | RAM Tactical
check Vergelijken
69,00
shopping-cart In winkelwagen

check Vergelijken
NABV Certified DBAL A2 | Red Laser / Flashlight Combo | Ram Tactical
check Vergelijken
159,-
shopping-cart In winkelwagen

check Vergelijken
MTW Forged Tactical Edition | Gen3 | 10.3" | Wolverine
check Vergelijken
1199,-
shopping-cart In winkelwagen

check Vergelijken
Glock 17 | Gen4 | GBB | Umarex
check Vergelijken
188,-
shopping-cart In winkelwagen


Aanbieding
check Vergelijken
Rainbow Slick Folder | Mtech
check Vergelijken
Speciale prijs 17,95 Normale prijs 19,95
shopping-cart In winkelwagen

check Vergelijken
Survival I | Met lederen schede | Rmbo
check Vergelijken
49,95
shopping-cart In winkelwagen

check Vergelijken
Reaper | Takumitak
check Vergelijken
29,95
shopping-cart In winkelwagen

Aanbieding
check Vergelijken
Blue Zombie Slayer Katana | BK
check Vergelijken
Speciale prijs 94,95 Normale prijs 109,-
shopping-cart In winkelwagen


Aanbieding
check Vergelijken
Be Safe Pack
check Vergelijken
Speciale prijs 18,95 Normale prijs 22,95
shopping-cart In winkelwagen

check Vergelijken
Start Pistol & Knalpatronen | 6mm | Target Sports
check Vergelijken
72,95
shopping-cart In winkelwagen

check Vergelijken
Kubotan Aluminium | Roze | RAM Defence
0  Reviews
check Vergelijken
9,95
shopping-cart In winkelwagen

check Vergelijken
Defence Spray | Gelspray | TIW
check Vergelijken
11,95
shopping-cart In winkelwagen


check Vergelijken
Ghost Mask | Fortis V2 | Airsoftmasker | NB-Tactical
check Vergelijken
54,95
shopping-cart In winkelwagen

check Vergelijken
FAST Helmet PJ Goggle Version Eco | Black | Emerson
check Vergelijken
49,95
shopping-cart In winkelwagen

check Vergelijken
KOMET | Veiligheidsbril | Gepolariseerd | Bollé
check Vergelijken
43,95
shopping-cart In winkelwagen

check Vergelijken
Slick Plate Carrier Set | Emerson Gear
check Vergelijken
v.a. 140,-
shopping-cart In winkelwagen


check Vergelijken
Multi Zakmes | Roxon
check Vergelijken
69,95
shopping-cart In winkelwagen

check Vergelijken
Spark | Multitool | Roxon
check Vergelijken
34,95
shopping-cart In winkelwagen

check Vergelijken
Flex | Multitool | Roxon
check Vergelijken
119,-
shopping-cart In winkelwagen

check Vergelijken
Flash | Multitool | Roxon
check Vergelijken
54,95
shopping-cart In winkelwagen


Aanbieding
check Vergelijken
Pistool Kruisboog Alligator | Groen | Man Kung
check Vergelijken
Speciale prijs 49,95 Normale prijs 54,95
shopping-cart In winkelwagen

check Vergelijken
Cobra Adder RX | EK Archery
check Vergelijken
368,-
shopping-cart In winkelwagen

Aanbieding
check Vergelijken
Compoundboog | NCB75B | 70LBS | Zwart | ManKung
check Vergelijken
Speciale prijs 179,- Normale prijs 199,-
shopping-cart In winkelwagen

check Vergelijken
R9 Cobra System 90 lbs Deluxe | EK Archery
check Vergelijken
228,-
shopping-cart In winkelwagen





SHOGUN IS DE OUTDOOR EN SCHIETSPORT SPECIALIST VOOR AL JE LUCHTBUKSEN EN
AIRSOFTWAPENS!



Shogun biedt een uitgebreid assortiment voor liefhebbers van schietsport en
outdoor-activiteiten. Van krachtige luchtbuksen en betrouwbare airsoftwapens tot
munitie, richtkijkers en accessoires – bij ons vind je alles wat je nodig hebt.
Daarnaast bieden we een ruime keuze aan survivalgear, messen en kleding voor
outdoor-avonturiers. Naast onze webshop kun je ook terecht in onze fysieke
winkel van 1400 m² in Purmerend, waar je onze producten kunt bekijken en
deskundig advies krijgt. Of je nu een ervaren schutter bent of net begint, bij
Shogun vind je kwaliteit en diversiteit onder één dak. Bezoek ons online of in
de winkel en ontdek het zelf!

SCHRIJF JE IN VOOR DE NIEUWSBRIEF
ONTVANG UNIEKE AANBIEDINGEN EN KORTINGEN!
E-mail adres Inschrijven

exclamation-circle


Over ons
Shogun is al meer dan 30 jaar dé Schietsport en Outdoor specialist van
Nederland! Nieuwsgierig? Kom snel een keer langs in onze winkel in Purmerend.
Klik hier voor de route!
Klantenservice chevron-down
 * Contact
 * Bestellen en levering
 * Alles over wapens kopen
 * Retourneren en ruilen
 * Reparaties
 * Betaalmethodes
 * Veel gestelde vragen

Over ons chevron-down
 * Wie is Shogun
 * Werken bij Shogun
 * Onze openingstijden

Kennis centrum chevron-down
 * Alles over Airsoft
 * Alles over Luchtbuksen
 * Alles over Messen
 * Alles over de Wapenwet
 * Waarborgen van Veiligheid
 * Blogs

Mijn account chevron-down
 * Mijn account
 * Mijn bestellingen

Onze populaire categoriën chevron-down
 * Airsoftwapens
 * Luchtbuksen
 * Richtmiddelen
 * Airsoft
 * Messen

 * apple-pay
 * bancontact
 * dhl
 * ideal
 * in3
 * mastercard
 * paypal
 * postnl
 * visa

Copyright © 2024
 * Algemene voorwaarden
 * Privacy policy

Het product is toegevoegd aan uw winkelwagen. x
Sku:
:

Verder winkelen Afrekenen
cookie
Cookies
We gebruiken cookies om je beter en persoonlijker te helpen. Naast functionele
cookies, plaatsen wij ook analytische cookies om de shop te verbeteren. Je kunt
deze cookies accepteren door op de knop hieronder te klikken. Je kunt deze
cookies ook weigeren, dan plaatsen we alleen functionele cookies. Lees meer
Terug
Noodzakelijk
Noodzakelijke cookies maken een website functioneel door essentiële functies
zoals navigatie en toegang tot beveiligde delen van de site mogelijk te maken.
Zonder deze cookies kan de website niet goed functioneren.
Lees meer

Voorkeuren
Voorkeuren Voorkeurscookies slaan informatie op die invloed heeft op het gedrag
en de presentatie van de website, zoals uw taalvoorkeur of de regio waar u zich
bevindt.
Lees meer

Statistieken
Statistische cookies helpen website-eigenaren te begrijpen hoe bezoekers de site
gebruiken door anonieme gegevens te verzamelen en te analyseren.
Lees meer

Marketing
Marketingcookies volgen bezoekers over verschillende websites om advertenties te
tonen die zijn afgestemd op de individuele gebruiker, wat de advertenties
waardevoller maakt voor uitgevers en externe adverteerders.
Lees meer

Aanpassen Aanpassen
Accepteer alle cookies