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

Submitted URL: https://kassa-klantenservice-shogun.nl/
Effective URL: https://www.shogun.nl/
Submission: On December 18 via api from US — Scanned from IL

Form analysis 43 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/46211/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46211/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="GAS-ESG-B10-BNB-ECM">
  <input name="form_key" type="hidden" value="X5uukwhIiOHtOfL7"> <input type="hidden" name="product" value="46211">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/esg-b-10-gnb-gandg.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-462116762b7da37215">
    <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-46211.window="$root.src = $event.detail" src="https://www.shogun.nl/img/n6G_Hyiv5C3dg3z6Dm7-Bqrtf4pvVSBvPv_9VzwBtYM/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9lL3MvZXNnX2JfMTBfZ2JiX2dhbmRnXzEuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="ESG B-10 | GNB | G&amp;G" title="ESG B-10 | GNB | G&amp;G">
    </span>
</span>

<style>
    .product-image-container-462116762b7da37215 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/esg-b-10-gnb-gandg.html" data-testid="salable-product-name-link">
                            ESG B-10 | GNB | G&amp;G                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6762b7da2ea7c() {
            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__6762b7da2ea7c()" x-defer="intersect" @update-prices-46211.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46211" data-price-box="product-id-46211"><span x-data="" x-id="['product\u002Dprice\u002D46211']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46211')" data-price-amount="329" data-price-type="finalPrice" class="price-wrapper "><span class="price">329</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46211" data-item_name="ESG B-10 | GNB | G&amp;G" data-item_id="GAS-ESG-B10-BNB-ECM" data-price="329" data-product_id="46211" data-item_brand="G&amp;G" 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/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="X5uukwhIiOHtOfL7"> <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-461526762b7da3e1da">
    <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-461526762b7da3e1da 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__6762b7da3ad88() {
            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__6762b7da3ad88()" 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="X5uukwhIiOHtOfL7"> <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-461476762b7da429dc">
    <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-461476762b7da429dc 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__6762b7da41136() {
            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__6762b7da41136()" 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="X5uukwhIiOHtOfL7"> <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-461466762b7da466b3">
    <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-461466762b7da466b3 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__6762b7da44662() {
            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__6762b7da44662()" 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="X5uukwhIiOHtOfL7"> <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-461446762b7da4a766">
    <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-461446762b7da4a766 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__6762b7da489c3() {
            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__6762b7da489c3()" 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="X5uukwhIiOHtOfL7"> <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-461436762b7da4e8b2">
    <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-461436762b7da4e8b2 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__6762b7da4c64f() {
            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__6762b7da4c64f()" 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="X5uukwhIiOHtOfL7"> <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-461426762b7da52918">
    <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-461426762b7da52918 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__6762b7da50a31() {
            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__6762b7da50a31()" 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="X5uukwhIiOHtOfL7"> <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-461416762b7da56440">
    <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-461416762b7da56440 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__6762b7da547c9() {
            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__6762b7da547c9()" 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="X5uukwhIiOHtOfL7"> <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-460946762b7da5973a">
    <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-460946762b7da5973a 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__6762b7da58169() {
            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__6762b7da58169()" 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="X5uukwhIiOHtOfL7"> <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-460086762b7da5bc1d">
    <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-460086762b7da5bc1d 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__6762b7da5a7eb() {
            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__6762b7da5a7eb()" 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="X5uukwhIiOHtOfL7"> <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-460076762b7da5e747">
    <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-460076762b7da5e747 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__6762b7da5d33b() {
            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__6762b7da5d33b()" 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="X5uukwhIiOHtOfL7"> <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-460066762b7da613cf">
    <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-460066762b7da613cf 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__6762b7da5fed7() {
            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__6762b7da5fed7()" 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="X5uukwhIiOHtOfL7"> <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-423436762c63de0325">
    <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-423436762c63de0325 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 class="product-reviews-summary">
            <div class="rating-summary flex">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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/gamo-black-maxxim-igt-mach-1.html#reviews">8                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63dd8081() {
            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__6762c63dd8081()" 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="X5uukwhIiOHtOfL7"> <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-404576762c63de5cfc">
    <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-404576762c63de5cfc 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__6762c63de3129() {
            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__6762c63de3129()" 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="X5uukwhIiOHtOfL7"> <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-403976762c63dea227">
    <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-403976762c63dea227 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 class="product-reviews-summary">
            <div class="rating-summary flex">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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/viper-co2-pistol.html#reviews">5                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63de7af9() {
            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__6762c63de7af9()" 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="X5uukwhIiOHtOfL7"> <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-350666762c63dee11a">
    <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-350666762c63dee11a 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__6762c63debd58() {
            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__6762c63debd58()" 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="X5uukwhIiOHtOfL7"> <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-457096762c63e08c3d">
    <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-457096762c63e08c3d 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__6762c63e0757c() {
            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__6762c63e0757c()" 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="X5uukwhIiOHtOfL7"> <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-452906762c63e0b6ff">
    <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-452906762c63e0b6ff 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__6762c63e0a118() {
            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__6762c63e0a118()" 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="X5uukwhIiOHtOfL7"> <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-439916762c63e0e188">
    <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-439916762c63e0e188 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__6762c63e0cc44() {
            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__6762c63e0cc44()" 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="X5uukwhIiOHtOfL7"> <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-439326762c63e10b81">
    <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-439326762c63e10b81 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 class="product-reviews-summary">
            <div class="rating-summary flex">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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" viewBox="3 0 20 20" fill="currentColor" class="w-5 h-5">
                <defs>
                  <linearGradient id="partialFill43932">
                    <stop offset="0%" stop-color="#FACC15"></stop>
                    <stop offset="75%" stop-color="#FACC15"></stop>
                    <stop offset="75%" stop-color="#CFDBDD"></stop>
                    <stop offset="100%" stop-color="#CFDBDD"></stop>
                  </linearGradient>
                </defs>
                <g fill="url(#partialFill43932)">
                  <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>
                </g>
              </svg>
            </div>
            <div class="reviews-actions">
              <a class="action view" href="https://www.shogun.nl/umarex-glock-17-gen4-gbb.html#reviews">11                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e0f586() {
            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__6762c63e0f586()" 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="X5uukwhIiOHtOfL7"> <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-433366762c63e216d4">
    <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-433366762c63e216d4 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__6762c63e1fc20() {
            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__6762c63e1fc20()" 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="X5uukwhIiOHtOfL7"> <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-414246762c63e2468c">
    <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-414246762c63e2468c 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__6762c63e22c5a() {
            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__6762c63e22c5a()" 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="X5uukwhIiOHtOfL7"> <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-407316762c63e279ac">
    <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-407316762c63e279ac 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__6762c63e25e29() {
            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__6762c63e25e29()" 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="X5uukwhIiOHtOfL7"> <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-387046762c63e2ab5c">
    <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-387046762c63e2ab5c 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__6762c63e290af() {
            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__6762c63e290af()" 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="X5uukwhIiOHtOfL7"> <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-452406762c68a67998">
    <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-452406762c68a67998 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__6762c68a5f893() {
            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__6762c68a5f893()" 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="X5uukwhIiOHtOfL7"> <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-451936762c68a6c12b">
    <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-451936762c68a6c12b 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__6762c68a69ea6() {
            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__6762c68a69ea6()" 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="X5uukwhIiOHtOfL7"> <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-443576762c68a70583">
    <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-443576762c68a70583 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__6762c68a6ec70() {
            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__6762c68a6ec70()" 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="X5uukwhIiOHtOfL7"> <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-439456762c68a73899">
    <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-439456762c68a73899 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 class="product-reviews-summary">
            <div class="rating-summary flex">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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/tiw-defence-spray.html#reviews">7                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6762c68a72001() {
            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__6762c68a72001()" 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="X5uukwhIiOHtOfL7"> <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-440266762c63e3946d">
    <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-440266762c63e3946d 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__6762c63e37830() {
            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__6762c63e37830()" 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="X5uukwhIiOHtOfL7"> <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-421836762c63e3c665">
    <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-421836762c63e3c665 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__6762c63e3ab7a() {
            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__6762c63e3ab7a()" 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="X5uukwhIiOHtOfL7"> <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-419436762c63e3f715">
    <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-419436762c63e3f715 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__6762c63e3dcac() {
            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__6762c63e3dcac()" 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="X5uukwhIiOHtOfL7"> <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-372386762c63e44234">
    <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-372386762c63e44234 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__6762c63e41b13() {
            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__6762c63e41b13()" 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/46208/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46208/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="M5-GEN3W">
  <input name="form_key" type="hidden" value="X5uukwhIiOHtOfL7"> <input type="hidden" name="product" value="46208">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/zaklamp-m5-gen3-w-tactical-kit-2030-lumen-powertac.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-462086762c63e5d1e0">
    <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-46208.window="$root.src = $event.detail" src="https://www.shogun.nl/img/hfrR0b3aF8OEuz64kM5gjjw8gB7pPaMwiknBMuJ_fo0/resize:fit:0:0/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL3N0YXRpYy92ZXJzaW9uMjAyNDEyMTgxMDI0NDkvZnJvbnRlbmQvVmVuZGljL3Nob2d1bi9ubF9OTC9NYWdlbnRvX0NhdGFsb2cvaW1hZ2VzL3Byb2R1Y3QvcGxhY2Vob2xkZXIvc21hbGxfaW1hZ2UuanBn.jpg" loading="lazy" width="280" height="300" alt="Zaklamp M5 Gen3 w/ Tactical Kit | 2030 Lumen | Powertac" title="Zaklamp M5 Gen3 w/ Tactical Kit | 2030 Lumen | Powertac">
    </span>
</span>

<style>
    .product-image-container-462086762c63e5d1e0 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(46208)" aria-label="Vergelijk" type="button" data-id="46208" 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/zaklamp-m5-gen3-w-tactical-kit-2030-lumen-powertac.html" data-testid="salable-product-name-link">
                            Zaklamp M5 Gen3 w/ Tactical Kit | 2030 Lumen | Powertac                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e5babb() {
            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(46208)" aria-label="Vergelijk" type="button" data-id="46208" 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__6762c63e5babb()" x-defer="intersect" @update-prices-46208.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46208" data-price-box="product-id-46208"><span x-data="" x-id="['product\u002Dprice\u002D46208']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46208')" data-price-amount="110" data-price-type="finalPrice" class="price-wrapper "><span class="price">110</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-46208" data-item_name="Zaklamp M5 Gen3 w/ Tactical Kit | 2030 Lumen | Powertac" data-item_id="M5-GEN3W" data-price="110" data-product_id="46208" data-item_brand="Powertac" 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/46203/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46203/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="E9R-G4-W">
  <input name="form_key" type="hidden" value="X5uukwhIiOHtOfL7"> <input type="hidden" name="product" value="46203">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/powertac-e9r-g4-kit.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-462036762c63e5fbc3">
    <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-46203.window="$root.src = $event.detail" src="https://www.shogun.nl/img/Ox8JYqIo0lFva8-3eBEaSnvYWD5vs4mNQD12Hm1OP4E/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9lLzkvZTlyX2c0X3Bvd2VydGFjLmpwZz93aWR0aD0yODAmaGVpZ2h0PTMwMCZzdG9yZT1zaG9ndW5fbmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="E9R-G4 | Flashlight Kit | 2550 Lumen | Powertac" title="E9R-G4 | Flashlight Kit | 2550 Lumen | Powertac">
    </span>
</span>

<style>
    .product-image-container-462036762c63e5fbc3 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(46203)" aria-label="Vergelijk" type="button" data-id="46203" 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/powertac-e9r-g4-kit.html" data-testid="salable-product-name-link">
                            E9R-G4 | Flashlight Kit | 2550 Lumen | Powertac                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e5e645() {
            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(46203)" aria-label="Vergelijk" type="button" data-id="46203" 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__6762c63e5e645()" x-defer="intersect" @update-prices-46203.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46203" data-price-box="product-id-46203"><span x-data="" x-id="['product\u002Dprice\u002D46203']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46203')" data-price-amount="145" data-price-type="finalPrice" class="price-wrapper "><span class="price">145</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-46203" data-item_name="E9R-G4 | Flashlight Kit | 2550 Lumen | Powertac" data-item_id="E9R-G4-W" data-price="145" data-product_id="46203" data-item_brand="Powertac" 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/46202/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46202/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="WAR-FL-GEN4W">
  <input name="form_key" type="hidden" value="X5uukwhIiOHtOfL7"> <input type="hidden" name="product" value="46202">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/zaklamp-warrior-g4-fl-4200-lumen-powertac.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-462026762c63e62355">
    <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-46202.window="$root.src = $event.detail" src="https://www.shogun.nl/img/_LdGX3kLTI8vFzEVc_VbdZVQ8f1r76hbHomd7VVPyW4/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC96L2EvemFrbGFtcF93YXJyaW9yX2c0X2ZsXzQyMDBfbHVtZW5fcG93ZXJ0YWMuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPXNob2d1bl9ubCZpbWFnZS10eXBlPXNtYWxsX2ltYWdl.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Zaklamp Warrior G4-FL | 4200 Lumen | Powertac" title="Zaklamp Warrior G4-FL | 4200 Lumen | Powertac">
    </span>
</span>

<style>
    .product-image-container-462026762c63e62355 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(46202)" aria-label="Vergelijk" type="button" data-id="46202" 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/zaklamp-warrior-g4-fl-4200-lumen-powertac.html" data-testid="salable-product-name-link">
                            Zaklamp Warrior G4-FL | 4200 Lumen | Powertac                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e60e33() {
            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(46202)" aria-label="Vergelijk" type="button" data-id="46202" 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__6762c63e60e33()" x-defer="intersect" @update-prices-46202.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46202" data-price-box="product-id-46202"><span x-data="" x-id="['product\u002Dprice\u002D46202']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46202')" data-price-amount="199" data-price-type="finalPrice" class="price-wrapper "><span class="price">199</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-46202" data-item_name="Zaklamp Warrior G4-FL | 4200 Lumen | Powertac" data-item_id="WAR-FL-GEN4W" data-price="199" data-product_id="46202" data-item_brand="Powertac" 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/46200/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46200/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="E10-GEN4">
  <input name="form_key" type="hidden" value="X5uukwhIiOHtOfL7"> <input type="hidden" name="product" value="46200">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/zaklamp-e10-g4-1200-lumen-powertac.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-462006762c63e648e3">
    <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-46200.window="$root.src = $event.detail" src="https://www.shogun.nl/img/FnErwtIHkhxMq_28VK3_0TtL0mLxAz513VWXJhQCY9k/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC96L2EvemFrbGFtcF9lMTBfZzRfMTIwMF9sdW1lbl9wb3dlcnRhYy5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Zaklamp E10-G4 | 1200 Lumen | Powertac" title="Zaklamp E10-G4 | 1200 Lumen | Powertac">
    </span>
</span>

<style>
    .product-image-container-462006762c63e648e3 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(46200)" aria-label="Vergelijk" type="button" data-id="46200" 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/zaklamp-e10-g4-1200-lumen-powertac.html" data-testid="salable-product-name-link">
                            Zaklamp E10-G4 | 1200 Lumen | Powertac                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e63505() {
            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(46200)" aria-label="Vergelijk" type="button" data-id="46200" 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__6762c63e63505()" x-defer="intersect" @update-prices-46200.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46200" data-price-box="product-id-46200"><span x-data="" x-id="['product\u002Dprice\u002D46200']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46200')" data-price-amount="85" data-price-type="finalPrice" class="price-wrapper "><span class="price">85,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-46200" data-item_name="Zaklamp E10-G4 | 1200 Lumen | Powertac" data-item_id="E10-GEN4" data-price="85" data-product_id="46200" data-item_brand="Powertac" 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="X5uukwhIiOHtOfL7"> <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-437236762c63e78a76">
    <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-437236762c63e78a76 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 class="product-reviews-summary">
            <div class="rating-summary flex">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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/ek-archery-cobra-adder-rx.html#reviews">2                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e7722f() {
            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__6762c63e7722f()" 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="X5uukwhIiOHtOfL7"> <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-426096762c63e7bc9e">
    <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-426096762c63e7bc9e 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__6762c63e7a16c() {
            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__6762c63e7a16c()" 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="X5uukwhIiOHtOfL7"> <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-420736762c63e7eb21">
    <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-420736762c63e7eb21 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 class="product-reviews-summary">
            <div class="rating-summary flex">
              <svg xmlns="http://www.w3.org/2000/svg" class="fill-current w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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 w-5 h-5" viewBox="3 0 20 20" style="color: #FACC15" 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" viewBox="3 0 20 20" fill="currentColor" class="w-5 h-5">
                <defs>
                  <linearGradient id="partialFill42073">
                    <stop offset="0%" stop-color="#FACC15"></stop>
                    <stop offset="65%" stop-color="#FACC15"></stop>
                    <stop offset="65%" stop-color="#CFDBDD"></stop>
                    <stop offset="100%" stop-color="#CFDBDD"></stop>
                  </linearGradient>
                </defs>
                <g fill="url(#partialFill42073)">
                  <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>
                </g>
              </svg>
            </div>
            <div class="reviews-actions">
              <a class="action view" href="https://www.shogun.nl/ek-r9-cobra-system-90-lbs-deluxe.html#reviews">3                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e7d292() {
            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__6762c63e7d292()" 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/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42021/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/42021/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MK-80A4PL">
  <input name="form_key" type="hidden" value="X5uukwhIiOHtOfL7"> <input type="hidden" name="product" value="42021">
  <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/cobra-model-80-lbs-zwart.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-420216762c63e81842">
    <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-42021.window="$root.src = $event.detail" src="https://www.shogun.nl/img/Y0oMkQ9YpPYwBoM2x3hRJehxUBGzgQycwiorsMuyyLE/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9wL2kvcGlzdG9vbF9rcnVpc2Jvb2dfY29icmFfendhcnRfMi5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Cobra Model | 80 lbs | Zwart | Man Kung " title="Cobra Model | 80 lbs | Zwart | Man Kung ">
    </span>
</span>

<style>
    .product-image-container-420216762c63e81842 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(42021)" aria-label="Vergelijk" type="button" data-id="42021" 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/cobra-model-80-lbs-zwart.html" data-testid="salable-product-name-link">
                            Cobra Model | 80 lbs | Zwart | Man Kung                         </a>
          </div>
        </div>
        <script>
          function initPriceBox__6762c63e8014b() {
            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(42021)" aria-label="Vergelijk" type="button" data-id="42021" 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__6762c63e8014b()" x-defer="intersect" @update-prices-42021.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="42021" data-price-box="product-id-42021"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D42021']" 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\u002D42021')" data-price-amount="39.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">39,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D42021']" 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\u002D42021')" data-price-amount="44.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">44,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-42021" data-item_name="Cobra Model | 80 lbs | Zwart | Man Kung " data-item_id="MK-80A4PL" data-price="39.95" data-product_id="42021" 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/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="X5uukwhIiOHtOfL7"> <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

ESG B-10 | GNB | G&G
329,-

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,-




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
8  Reviews
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
5  Reviews
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
11  Reviews
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
7  Reviews
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
Zaklamp M5 Gen3 w/ Tactical Kit | 2030 Lumen | Powertac
check Vergelijken
110,-
shopping-cart In winkelwagen

check Vergelijken
E9R-G4 | Flashlight Kit | 2550 Lumen | Powertac
check Vergelijken
145,-
shopping-cart In winkelwagen

check Vergelijken
Zaklamp Warrior G4-FL | 4200 Lumen | Powertac
check Vergelijken
199,-
shopping-cart In winkelwagen

check Vergelijken
Zaklamp E10-G4 | 1200 Lumen | Powertac
check Vergelijken
85,00
shopping-cart In winkelwagen


check Vergelijken
Cobra Adder RX | EK Archery
2  Reviews
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
3  Reviews
check Vergelijken
228,-
shopping-cart In winkelwagen

Aanbieding
check Vergelijken
Cobra Model | 80 lbs | Zwart | Man Kung
check Vergelijken
Speciale prijs 39,95 Normale prijs 44,95
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