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

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

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/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="COd36STS2ftEpELe"> <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-4615267584359916a0">
    <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-4615267584359916a0 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__6758435989e27() {
            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__6758435989e27()" 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="COd36STS2ftEpELe"> <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-461476758435998be5">
    <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-461476758435998be5 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__67584359976ba() {
            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__67584359976ba()" 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="COd36STS2ftEpELe"> <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-46146675843599b8b4">
    <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-46146675843599b8b4 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__675843599a470() {
            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__675843599a470()" 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="COd36STS2ftEpELe"> <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-46144675843599e30d">
    <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-46144675843599e30d 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__675843599cf50() {
            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__675843599cf50()" 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="COd36STS2ftEpELe"> <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-4614367584359a0bff">
    <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-4614367584359a0bff 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__675843599f862() {
            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__675843599f862()" 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="COd36STS2ftEpELe"> <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-4614267584359a34e5">
    <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-4614267584359a34e5 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__67584359a2135() {
            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__67584359a2135()" 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="COd36STS2ftEpELe"> <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-4614167584359a5d58">
    <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-4614167584359a5d58 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__67584359a49e7() {
            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__67584359a49e7()" 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/46139/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/46139/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="ER-A2004LB">
  <input name="form_key" type="hidden" value="COd36STS2ftEpELe"> <input type="hidden" name="product" value="46139">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/elk-ridge-woodwalker.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-4613967584359a86a5">
    <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-46139.window="$root.src = $event.detail" src="https://www.shogun.nl/img/Tx7mde7-d5bwR-9kwoMpaXIKOWW8WLyrBCKyWN5NfvQ/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9FL1IvRVJfQTIwMDRMQi5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Woodwalker | Elk Ridge" title="Woodwalker | Elk Ridge">
    </span>
</span>

<style>
    .product-image-container-4613967584359a86a5 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-woodwalker.html" data-testid="salable-product-name-link">
                            Woodwalker | Elk Ridge                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__67584359a7265() {
            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__67584359a7265()" x-defer="intersect" @update-prices-46139.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46139" data-price-box="product-id-46139"><span x-data="" x-id="['product\u002Dprice\u002D46139']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46139')" 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-46139" data-item_name="Woodwalker | Elk Ridge" data-item_id="ER-A2004LB" data-price="20.95" data-product_id="46139" 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/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="COd36STS2ftEpELe"> <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-4609467584359ab528">
    <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-4609467584359ab528 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__67584359a9dcf() {
            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__67584359a9dcf()" 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="COd36STS2ftEpELe"> <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-4600867584359af269">
    <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-4600867584359af269 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__67584359ad11f() {
            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__67584359ad11f()" 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="COd36STS2ftEpELe"> <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-4600767584359b2fd5">
    <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-4600767584359b2fd5 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__67584359b135b() {
            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__67584359b135b()" 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="COd36STS2ftEpELe"> <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-4600667584359b70ac">
    <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-4600667584359b70ac 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__67584359b5018() {
            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__67584359b5018()" 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="COd36STS2ftEpELe"> <input type="hidden" name="product" value="42343">
  <div class="product-item-info">
    <div class="product-item-left">
      <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-4234367584359c99e9">
    <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-4234367584359c99e9 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/gamo-black-maxxim-igt-mach-1.html" data-testid="salable-product-name-link">
                            Black Maxxim IGT Mach 1 | GAMO                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__67584359c73c9() {
            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__67584359c73c9()" 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="379" data-price-type="finalPrice" class="price-wrapper "><span class="price">379</span>,-</span>
                </span></span></div>
          </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="379" 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="COd36STS2ftEpELe"> <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-4045767584359d15f5">
    <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-4045767584359d15f5 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/airmaks-katran-c.html" data-testid="salable-product-name-link">
                            Katran C | PCP | Airmaks                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__67584359cf09e() {
            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__67584359cf09e()" 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>
      </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="COd36STS2ftEpELe"> <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-4039767584359d8afa">
    <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-4039767584359d8afa 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/viper-co2-pistol.html" data-testid="salable-product-name-link">
                            VIPER pistol / geweer set | RAM Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__67584359d6674() {
            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__67584359d6674()" 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>
      </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="COd36STS2ftEpELe"> <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-3506667584359df9c6">
    <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-3506667584359df9c6 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/western-airguns-sidewinder-compact.html" data-testid="salable-product-name-link">
                            Sidewinder Compact | Western Airguns                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__67584359dd60c() {
            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__67584359dd60c()" 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>
      </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="COd36STS2ftEpELe"> <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-4570967584359f21a4">
    <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-4570967584359f21a4 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/m600-tactical-flashlight.html" data-testid="salable-product-name-link">
                            M600 Tactical Flashlight | RAM Tactical                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__67584359f05b8() {
            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__67584359f05b8()" 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>
      </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="COd36STS2ftEpELe"> <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-452906758435a00d50">
    <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-452906758435a00d50 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/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__67584359f3a5c() {
            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__67584359f3a5c()" 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>
      </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="COd36STS2ftEpELe"> <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-439916758435a040b9">
    <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-439916758435a040b9 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/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__6758435a027d5() {
            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__6758435a027d5()" 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>
      </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="COd36STS2ftEpELe"> <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-439326758435a06e20">
    <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-439326758435a06e20 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/umarex-glock-17-gen4-gbb.html" data-testid="salable-product-name-link">
                            Glock 17 | Gen4 | GBB | Umarex                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a0585f() {
            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__6758435a0585f()" 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>
      </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="COd36STS2ftEpELe"> <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-433366758435a1544c">
    <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-433366758435a1544c 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-slick-folder-regenboog.html" data-testid="salable-product-name-link">
                            Rainbow Slick Folder | Mtech                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a13d61() {
            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__6758435a13d61()" 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>
      </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="COd36STS2ftEpELe"> <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-414246758435a18476">
    <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-414246758435a18476 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/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__6758435a16fbc() {
            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__6758435a16fbc()" 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>
      </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="COd36STS2ftEpELe"> <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-407316758435a1aed4">
    <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-407316758435a1aed4 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/takumitak-reaper.html" data-testid="salable-product-name-link">
                            Reaper | Takumitak                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a19a72() {
            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__6758435a19a72()" 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>
      </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="COd36STS2ftEpELe"> <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-387046758435a1d754">
    <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-387046758435a1d754 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/zombie-slayer-katana-blue-bk.html" data-testid="salable-product-name-link">
                             Blue Zombie Slayer Katana | BK                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a1c38a() {
            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__6758435a1c38a()" 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>
      </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/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="COd36STS2ftEpELe"> <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-451936758435a2ba57">
    <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-451936758435a2ba57 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/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__6758435a2a4cc() {
            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__6758435a2a4cc()" 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>
      </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="COd36STS2ftEpELe"> <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-443576758435a2e517">
    <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-443576758435a2e517 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/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__6758435a2d150() {
            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__6758435a2d150()" 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>
      </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="COd36STS2ftEpELe"> <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-439456758435a314d5">
    <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-439456758435a314d5 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/tiw-defence-spray.html" data-testid="salable-product-name-link">
                            Defence Spray | Gelspray | TIW                         </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a2ffd6() {
            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__6758435a2ffd6()" 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>
      </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/43527/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43527/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="RT177">
  <input name="form_key" type="hidden" value="COd36STS2ftEpELe"> <input type="hidden" name="product" value="43527">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.shogun.nl/geknoopte-monkeyfist-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-435276758435a33fbe">
    <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-43527.window="$root.src = $event.detail" src="https://www.shogun.nl/img/AoFziaJPNtVhm8ysh9BcTiTPVvQTkdN72mv5qGcU1Wc/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC8xL3AvMXBjc19oZWF2eV9zdGVlbF9iYWxsX2luc2lkZV9tb25rZXlfZmlzdF9zZWN1cml0eV9wcm90ZWN0aW9uX2Zvcl9zZWxmX2RlZmVuc2Vfa25pZmVfbGFueWFyZF9tb25fMS5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Monkeyfist | Black | RAM Defence" title="Monkeyfist | Black | RAM Defence">
    </span>
</span>

<style>
    .product-image-container-435276758435a33fbe 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/geknoopte-monkeyfist-zwart.html" data-testid="salable-product-name-link">
                            Monkeyfist | Black | RAM Defence                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a32b7d() {
            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__6758435a32b7d()" x-defer="intersect" @update-prices-43527.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43527" data-price-box="product-id-43527"><span x-data="" x-id="['product\u002Dprice\u002D43527']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D43527')" data-price-amount="6.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">6,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43527" data-item_name="Monkeyfist | Black | RAM Defence" data-item_id="RT177" data-price="6.95" data-product_id="43527" 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/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="COd36STS2ftEpELe"> <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-440266758435a4316c">
    <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-440266758435a4316c 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/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__6758435a41ad4() {
            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__6758435a41ad4()" 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>
      </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="COd36STS2ftEpELe"> <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-421836758435a4612a">
    <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-421836758435a4612a 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/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__6758435a44b26() {
            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__6758435a44b26()" 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>
      </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="COd36STS2ftEpELe"> <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-419436758435a4a11d">
    <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-419436758435a4a11d 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/komet-veiligheidsbril-gepolariseerd-bolle.html" data-testid="salable-product-name-link">
                            KOMET | Veiligheidsbril | Gepolariseerd | Bollé                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a48257() {
            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__6758435a48257()" 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>
      </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="COd36STS2ftEpELe"> <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-372386758435a50db6">
    <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-372386758435a50db6 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/slick-plate-carrier-set-emerson.html" data-testid="salable-product-name-link">
                            Slick Plate Carrier Set | Emerson Gear                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a4dd34() {
            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__6758435a4dd34()" 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>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-37238" data-item_name="Slick Plate Carrier Set | Emerson Gear" data-item_id="EM7407" data-price="139.95" data-product_id="37238" data-item_brand="Emerson" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

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

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

<style>
    .product-image-container-461776758435a7579c 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/roxon-multi-zakmes.html" data-testid="salable-product-name-link">
                            Multi Zakmes | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a740db() {
            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__6758435a740db()" x-defer="intersect" @update-prices-46177.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46177" data-price-box="product-id-46177"><span x-data="" x-id="['product\u002Dprice\u002D46177']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46177')" data-price-amount="69.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">69,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46177" data-item_name="Multi Zakmes | Roxon" data-item_id="RXNS503G" data-price="69.95" data-product_id="46177" data-item_brand="Roxon" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

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

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

<style>
    .product-image-container-461756758435a786d7 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/roxon-spark-multitool.html" data-testid="salable-product-name-link">
                            Spark | Multitool | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a77035() {
            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__6758435a77035()" x-defer="intersect" @update-prices-46175.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46175" data-price-box="product-id-46175"><span x-data="" x-id="['product\u002Dprice\u002D46175']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46175')" data-price-amount="34.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">34,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46175" data-item_name="Spark | Multitool | Roxon" data-item_id="RXNCM1349" data-price="34.95" data-product_id="46175" data-item_brand="Roxon" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

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

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

<style>
    .product-image-container-461736758435a7b229 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/roxon-flex-multitool.html" data-testid="salable-product-name-link">
                            Flex | Multitool | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a79d58() {
            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__6758435a79d58()" x-defer="intersect" @update-prices-46173.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46173" data-price-box="product-id-46173"><span x-data="" x-id="['product\u002Dprice\u002D46173']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46173')" data-price-amount="119" data-price-type="finalPrice" class="price-wrapper "><span class="price">119</span>,-</span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46173" data-item_name="Flex | Multitool | Roxon" data-item_id="RXNS804G" data-price="119" data-product_id="46173" data-item_brand="Roxon" data-item_category="" data-item_list_name="Item list on cms_index_index"
    data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

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

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

<style>
    .product-image-container-461726758435a7e0d7 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/roxon-flash-multitool.html" data-testid="salable-product-name-link">
                            Flash | Multitool | Roxon                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a7ca1d() {
            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__6758435a7ca1d()" x-defer="intersect" @update-prices-46172.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46172" data-price-box="product-id-46172"><span x-data="" x-id="['product\u002Dprice\u002D46172']" class="price-container price-final_price tax weee"
                x-defer="intersect" x-ignore="">
                <span :id="$id('product\u002Dprice\u002D46172')" data-price-amount="54.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">54,95</span></span>
              </span></div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-46172" data-item_name="Flash | Multitool | Roxon" data-item_id="RXNS803E" data-price="54.95" data-product_id="46172" data-item_brand="Roxon" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

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

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

<style>
    .product-image-container-440906758435a91cb5 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/man-kung-pistool-kruisboog-alligator-groen.html" data-testid="salable-product-name-link">
                            Pistool Kruisboog Alligator | Groen | Man Kung                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a9051a() {
            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__6758435a9051a()" x-defer="intersect" @update-prices-44090.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="44090" data-price-box="product-id-44090"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D44090']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Speciale prijs</span>
                  <span :id="$id('product\u002Dprice\u002D44090')" data-price-amount="49.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">49,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D44090']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
                  <span class="price-label">Normale prijs</span>
                  <span :id="$id('old\u002Dprice\u002D44090')" data-price-amount="54.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">54,95</span></span>
                </span> </span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-44090" data-item_name="Pistool Kruisboog Alligator | Groen | Man Kung" data-item_id="MK-TCS1G" data-price="49.95" data-product_id="44090" data-item_brand="Man Kung" data-item_category=""
    data-item_list_name="Item list on cms_index_index" data-item_list_id="item_list_cms_index_index" ,="" class="hidden">
  </div>
</form>

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

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43723/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="CR-097AD130">
  <input name="form_key" type="hidden" value="COd36STS2ftEpELe"> <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-437236758435a950e1">
    <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-437236758435a950e1 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/ek-archery-cobra-adder-rx.html" data-testid="salable-product-name-link">
                            Cobra Adder RX | EK Archery                         </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a93b12() {
            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__6758435a93b12()" 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>
      </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/43428/

<form method="post" action="https://www.shogun.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sLw~~/product/43428/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full h-full
            " data-product-sku="MK-TCS2B">
  <input name="form_key" type="hidden" value="COd36STS2ftEpELe"> <input type="hidden" name="product" value="43428">
  <div class="product-item-info">
    <div class="product-item-left">
      <div class="absolute top-0 left-0 p-2 uppercase text-white z-20 font-bold bg-red-700"> Aanbieding</div>
      <a href="https://www.shogun.nl/man-kung-pistool-kruisboog-alligator-met-kolf-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-434286758435a97c8e">
    <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-43428.window="$root.src = $event.detail" src="https://www.shogun.nl/img/D-nUj1kTwE4sHoZRnf03Rk7g5BlLtP98OOxjFEeBaBo/resize:fit:280:300/aHR0cHM6Ly93d3cuc2hvZ3VuLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9lLzYvZTY0MzhjYjNlNWM5MGNlMjc0MWFiODRiNGZiMjVhMmY5MjU3NTc4Yl9waXN0b29sX2tydWlzYm9vZ19hbGxpZ2F0b3JfMS5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9c2hvZ3VuX25sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Pistool Kruisboog Alligator met Kolf | Zwart | Man Kung" title="Pistool Kruisboog Alligator met Kolf | Zwart | Man Kung">
    </span>
</span>

<style>
    .product-image-container-434286758435a97c8e 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/man-kung-pistool-kruisboog-alligator-met-kolf-zwart.html" data-testid="salable-product-name-link">
                            Pistool Kruisboog Alligator met Kolf | Zwart | Man Kung                        </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/man-kung-pistool-kruisboog-alligator-met-kolf-zwart.html#reviews">0                &nbsp;<span>Reviews                </span>
            </a>
            </div>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a967f0() {
            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__6758435a967f0()" x-defer="intersect" @update-prices-43428.window="updatePrice($event.detail);" x-ignore="">
            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43428" data-price-box="product-id-43428"><span class="special-price">
                <span x-data="" x-id="['product\u002Dprice\u002D43428']" 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\u002D43428')" data-price-amount="54.95" data-price-type="finalPrice" class="price-wrapper "><span class="price">54,95</span></span>
                </span> </span>
              <span class="old-price">
                <span x-data="" x-id="['old\u002Dprice\u002D43428']" 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\u002D43428')" data-price-amount="59.95" data-price-type="oldPrice" class="price-wrapper "><span class="price">59,95</span></span>
                </span> </span>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-43428" data-item_name="Pistool Kruisboog Alligator met Kolf | Zwart | Man Kung" data-item_id="MK-TCS2B" data-price="54.95" data-product_id="43428" 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/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="COd36STS2ftEpELe"> <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-426096758435a9ad86">
    <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-426096758435a9ad86 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/handboog-70lbs-zwart-mankung.html" data-testid="salable-product-name-link">
                            Compoundboog | NCB75B | 70LBS | Zwart | ManKung                        </a>
          </div>
        </div>
        <script>
          function initPriceBox__6758435a99932() {
            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__6758435a99932()" 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>
      </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/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="COd36STS2ftEpELe"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary w-full sm:w-auto"> Inschrijven </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

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

Text Content

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

Ga naar de inhoud
menu
x

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

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

Zoek search

Zoek
Normale prijs Speciale prijs


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

Aantal

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

Aantal

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

SCHIETSPORT

AIRSOFT

MESSEN & ZWAARDEN

ZELFVERDEDIGING

BOOGSPORT

OUTDOOR
arrow-left arrow-right


NIEUW BINNEN

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

Lone Wolf | Elk Ridge
21,95

Black Hunter | Elk Ridge
129,-

Rusty Mate | Mtech
20,95

Black Skulls | Femme Fatale
19,95

Red Skulls | Femme Fatale
19,95

Blue Skulls | Femme Fatale
19,95

Woodwalker | Elk Ridge
20,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
Black Maxxim IGT Mach 1 | GAMO
v.a. 379,-

Katran C | PCP | Airmaks
v.a. 1249,-

VIPER pistol / geweer set | RAM Tactical
v.a. 119,-

Sidewinder Compact | Western Airguns
v.a. 2995,-


M600 Tactical Flashlight | RAM Tactical
69,00

NABV Certified DBAL A2 | Red Laser / Flashlight Combo | Ram Tactical
159,-

MTW Forged Tactical Edition | Gen3 | 10.3" | Wolverine
1199,-

Glock 17 | Gen4 | GBB | Umarex
188,-


Aanbieding
Rainbow Slick Folder | Mtech
Speciale prijs 17,95 Normale prijs 19,95

Survival I | Met lederen schede | Rmbo
49,95

Reaper | Takumitak
29,95

Aanbieding
Blue Zombie Slayer Katana | BK
Speciale prijs 94,95 Normale prijs 109,-


Start Pistol & Knalpatronen | 6mm | Target Sports
72,95

Kubotan Aluminium | Roze | RAM Defence
0  Reviews
9,95

Defence Spray | Gelspray | TIW
11,95

Monkeyfist | Black | RAM Defence
6,95


Ghost Mask | Fortis V2 | Airsoftmasker | NB-Tactical
54,95

FAST Helmet PJ Goggle Version Eco | Black | Emerson
49,95

KOMET | Veiligheidsbril | Gepolariseerd | Bollé
43,95

Slick Plate Carrier Set | Emerson Gear
v.a. 140,-


Multi Zakmes | Roxon
69,95

Spark | Multitool | Roxon
34,95

Flex | Multitool | Roxon
119,-

Flash | Multitool | Roxon
54,95


Aanbieding
Pistool Kruisboog Alligator | Groen | Man Kung
Speciale prijs 49,95 Normale prijs 54,95

Cobra Adder RX | EK Archery
368,-

Aanbieding
Pistool Kruisboog Alligator met Kolf | Zwart | Man Kung
0  Reviews
Speciale prijs 54,95 Normale prijs 59,95

Aanbieding
Compoundboog | NCB75B | 70LBS | Zwart | ManKung
Speciale prijs 179,- Normale prijs 199,-





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