www.maegis.nl Open in urlscan Pro
86.109.18.142  Public Scan

Submitted URL: http://compleobv.nl/
Effective URL: https://www.maegis.nl/
Submission Tags: @phish_report
Submission: On November 06 via api from FI — Scanned from NL

Form analysis 11 forms found in the DOM

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

<form class="form minisearch" id="search_mini_form" action="https://www.maegis.nl/catalogsearch/result/" method="get">
  <div class="relative">
    <label for="search" class="absolute left-0 inset-y m-0 block text-primary md:text-search-field-icon">
      <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="p-2.5 pl-3" width="42" height="38" role="img">
        <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path>
        <title>search</title>
      </svg>
    </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-on:focus="showSearchOverlay = true" x-on:blur="showSearchOverlay = false" x-model="searchRequest" x-ref="searchInput" type="text" autocapitalize="off" autocomplete="off"
      autocorrect="off" name="q" value="" placeholder="Waar ben je naar op zoek?" maxlength="128" data-testid="search-input">
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-white z-50 w-full shadow-3xl rounded-sm px-3 pb-2 top-1 md:top-2">
      <template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div>
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-semibold mt-6" x-text="templates[searchResultByType[0].type].title"></div>
          </template>
          <template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template>
          <template x-for="searchResult in searchResultByType">
            <div class="border-b border-primary last-of-type:border-b-0">
              <template x-if="searchResult.type == 'term'">
                <a class="search-autocomplete-category-link" x-bind:href="'https://www.maegis.nl/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="16" height="16" role="img">
  <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path>
<title>chevron-right</title></svg>
    </a>
              </template> <template x-if="searchResult.type == 'product'">
                <a class="w-full block py-4" :href="searchResult.url" :title="searchResult.title">
        <div class="flex">
            <div class="overflow-hidden rounded-sm max-h-17 w-12 relative">
                <img :src="searchResult.image" class="object-contain object-center inline-block max-w-full max-h-full" width="48" height="48">
            </div>
            <div class="flex-1 pl-2">
                <div class="text-sm font-semibold mb-1" x-text="searchResult.title"></div>
                            </div>
        </div>
    </a>
              </template> <template x-if="searchResult.type == 'category'">
                <a class="search-autocomplete-category-link" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="16" height="16" role="img">
  <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path>
<title>chevron-right</title></svg>
    </a>
              </template> <template x-if="searchResult.type == 'product_attribute'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
    </a>
              </template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script> <template x-if="searchResult.type == 'cms_page'">
                <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
              </template>
            </div>
          </template>
          <template x-if="searchResultByType[0].type === 'product'">
            <div class="search-autocomplete-show-all-wrapper text-center">
              <a :href="searchUrl + searchRequest" class="search-autocomplete-show-all">
                                        Show all results                                    </a>
            </div>
          </template>
        </div>
      </template>
    </div>
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21463/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21463/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="320029">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="21463">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/320029-rs-transfer-pro-650t-fs-2-0" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-21463.window="$root.src = $event.detail" src="https://maegis.nl/img/NsDSr6T4hBYycM2kJ8dexXc7eoJqvDoRm9R68Za3ADE/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC82LzAvNjA2dF9mYXN0X3NwZWVkXzVoNmhfZHRmX3ByaW50ZXIucG5nP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPW5sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.png?type=catalog" loading="lazy" width="280" height="300" alt="RS Transfer Pro 650T FS 2.0" title="RS Transfer Pro 650T FS 2.0">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/320029-rs-transfer-pro-650t-fs-2-0">
                            RS Transfer Pro 650T FS 2.0                         </a>
            <div class="block my-2 font-light">
              <p>DTF machine op 60 cm breedte met de hoogste productiesnelheid</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/320029-rs-transfer-pro-650t-fs-2-0" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-21463" data-item_name="RS Transfer Pro 650T FS 2.0 " data-item_id="320029" data-price="35995" data-product_id="21463" data-item_brand="RS Transfer Pro" data-item_category=""
    data-item_list_name="Item list in block nieuwe_artikelen" data-item_list_id="item_list_nieuwe_artikelen" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21398/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21398/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="178504">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="21398">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/178504-maegis-idf-pvc-free" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-21398.window="$root.src = $event.detail" src="https://maegis.nl/img/Vi4_O5_gNVg5RWEU_z5BIe8nNqEVsiH4Env7_dY9wWQ/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9jL28vY29uZmlnX2FmYmVlbGRpbmcuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPW5sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Maegis IDF - PVC Free" title="Maegis IDF - PVC Free">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/178504-maegis-idf-pvc-free">
                            Maegis IDF - PVC Free                        </a>
            <div class="block my-2 font-light">
              <p>Interieurfolie met hoge kleefkracht en PVC-vrij!</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/178504-maegis-idf-pvc-free" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-21398" data-item_name="Maegis IDF - PVC Free" data-item_id="178504" data-price="10000" data-product_id="21398" data-item_brand="" data-item_category="" data-item_list_name="Item list in block nieuwe_artikelen"
    data-item_list_id="item_list_nieuwe_artikelen" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21382/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21382/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="178503">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="21382">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/178503-maegis-idf-high-resistant" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-21382.window="$root.src = $event.detail" src="https://maegis.nl/img/3bSD2oG54-j1QGjSKLDFwWIKi_X3Tc0t6Mq7ZqGNWNs/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9oL3IvaHJfbWFlZ2lzX2lkZi5qcGc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9bmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Maegis IDF - High Resistant" title="Maegis IDF - High Resistant">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/178503-maegis-idf-high-resistant">
                            Maegis IDF - High Resistant                        </a>
            <div class="block my-2 font-light">
              <p>Interieurfolie voor gebieden waar een hogere weerstand tegen krassen en stoten nodig is.</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/178503-maegis-idf-high-resistant" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-21382" data-item_name="Maegis IDF - High Resistant" data-item_id="178503" data-price="10000" data-product_id="21382" data-item_brand="" data-item_category=""
    data-item_list_name="Item list in block nieuwe_artikelen" data-item_list_id="item_list_nieuwe_artikelen" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21171/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/21171/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="319436">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="21171">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/319436-rs-transfer-pro-650t-mini" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-21171.window="$root.src = $event.detail" src="https://maegis.nl/img/2FqIqMLD5IXhANVTdzFbTZbDLSBU6A4EgkeBntgnVng/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC94L3MveHNfMy5wbmc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9bmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.png?type=catalog" loading="lazy" width="280" height="300" alt="RS Transfer Pro 650T XS" title="RS Transfer Pro 650T XS">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/319436-rs-transfer-pro-650t-mini">
                            RS Transfer Pro 650T XS                        </a>
            <div class="block my-2 font-light">
              <p>Kleine DTF-printer op 60 cm breedte!</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/319436-rs-transfer-pro-650t-mini" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-21171" data-item_name="RS Transfer Pro 650T XS" data-item_id="319436" data-price="14995" data-product_id="21171" data-item_brand="RS Transfer Pro" data-item_category=""
    data-item_list_name="Item list in block nieuwe_artikelen" data-item_list_id="item_list_nieuwe_artikelen" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/20494/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/20494/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="319161">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="20494">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/319161-rs-transfer-pro-650t-mc" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-20494.window="$root.src = $event.detail" src="https://maegis.nl/img/1RY3VSrGyOYaS3oBCBhgmHNOE5fESPEHrZvsKrLjZNw/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9yL3MvcnNfdHJhbnNmZXJfcHJvXzY1MHRfbWNfLV9uaWV1dy5wbmc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9bmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.png?type=catalog" loading="lazy" width="280" height="300" alt="RS Transfer Pro 650T MC" title="RS Transfer Pro 650T MC">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/319161-rs-transfer-pro-650t-mc">
                            RS Transfer Pro 650T MC                        </a>
            <div class="block my-2 font-light">
              <p>DTF-systeem op 60 cm breedte met 8 kleuren; CMYK + RGBO</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/319161-rs-transfer-pro-650t-mc" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-20494" data-item_name="RS Transfer Pro 650T MC" data-item_id="319161" data-price="29500" data-product_id="20494" data-item_brand="" data-item_category=""
    data-item_list_name="Item list in block machines_bij_maegis" data-item_list_id="item_list_machines_bij_maegis" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/19889/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/19889/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="314945">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="19889">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/314945-roland-truevis-vg3-serie" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-19889.window="$root.src = $event.detail" src="https://maegis.nl/img/XcQvJtdNFd_tOZIeCUsnYwEEA4yfdWlqROp90dbAzKQ/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9vL24vb250d2VycF96b25kZXJfdGl0ZWwucG5nP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPW5sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.png?type=catalog" loading="lazy" width="280" height="300" alt="Roland TrueVIS VG3 Serie" title="Roland TrueVIS VG3 Serie">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/314945-roland-truevis-vg3-serie">
                            Roland TrueVIS VG3 Serie                        </a>
            <div class="block my-2 font-light">
              <p>Dé eco-solvent print &amp; cut toestellen die superieure prestaties leveren!</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/314945-roland-truevis-vg3-serie" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-19889" data-item_name="Roland TrueVIS VG3 Serie" data-item_id="314945" data-price="17900" data-product_id="19889" data-item_brand="Roland" data-item_category=""
    data-item_list_name="Item list in block machines_bij_maegis" data-item_list_id="item_list_machines_bij_maegis" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/18893/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/18893/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="311036">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="18893">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/311036-summa-s-one" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-18893.window="$root.src = $event.detail" src="https://maegis.nl/img/38LR-J6p2QHtOGZIbhdWaCj3lppGEO_eA1JsXpJK3KU/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9oL2UvaGVsZV9zZXJpZS5wbmc_d2lkdGg9MjgwJmhlaWdodD0zMDAmc3RvcmU9bmwmaW1hZ2UtdHlwZT1zbWFsbF9pbWFnZQ.png?type=catalog" loading="lazy" width="280" height="300" alt="Summa S One" title="Summa S One">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/311036-summa-s-one">
                            Summa S One                        </a>
            <div class="block my-2 font-light">
              <p>Sleepmes-snijplotters van hoge kwaliteit in verschillende breedtes</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/311036-summa-s-one" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-18893" data-item_name="Summa S One" data-item_id="311036" data-price="1795" data-product_id="18893" data-item_brand="Summa" data-item_category="" data-item_list_name="Item list in block machines_bij_maegis"
    data-item_list_id="item_list_machines_bij_maegis" ,="" class="hidden">
  </div>
</form>

POST https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/16592/

<form method="post" action="https://www.maegis.nl/checkout/cart/add/uenc/aHR0cHM6Ly93d3cubWFlZ2lzLm5sLw~~/product/16592/" class="item product product-item group product_addtocart_form product-item flex flex-col w-full
            " data-product-sku="303375">
  <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <input type="hidden" name="product" value="16592">
  <div class="product-item-info">
    <div class="product-item-left">
      <a href="https://www.maegis.nl/303375-sefa-duplex-air-pro-v3" class="product photo product-item-photo block mx-auto" tabindex="-1">
                <span class="block product-image-container product-image-container-">
    <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-16592.window="$root.src = $event.detail" src="https://maegis.nl/img/peQJoO-2DVTBWEKgOXodOEpBvmHc5dqfh4lBbi_2_lo/resize:fit:280:300/aHR0cHM6Ly93d3cubWFlZ2lzLm5sL21lZGlhL2NhdGFsb2cvcHJvZHVjdC9kL3UvZHVwbGV4LWFpci1wcm8tdjMuanBnP3dpZHRoPTI4MCZoZWlnaHQ9MzAwJnN0b3JlPW5sJmltYWdlLXR5cGU9c21hbGxfaW1hZ2U.jpg?type=catalog" loading="lazy" width="280" height="300" alt="Sefa Duplex Air Pro V3" title="Sefa Duplex Air Pro V3">
    </span>
</span>

<style>
    .product-image-container- 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  bg-white md:group-hover:-mt-9">
          <div class="product name product-item-name">
            <a class="product-item-link" data-testid="salable-product-name-link" href="https://www.maegis.nl/303375-sefa-duplex-air-pro-v3">
                            Sefa Duplex Air Pro V3                        </a>
            <div class="block my-2 font-light">
              <p>De Duplex Air Pro is de meest uitgebreide transferpers van Sefa met dubbele platen + membraanplaten en een auto-shuttle functie.</p>
            </div>
          </div>
        </div>
        <div class="product-item-inner">
          <div class="addtocart-btn-wrapper md:h-0 md:group-hover:h-9">
            <a href="https://www.maegis.nl/303375-sefa-duplex-air-pro-v3" class="btn btn-primary action viewproduct" title="Bekijk product">
                            <span>Bekijk product</span>
                        </a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div data-product="" id="product-data-16592" data-item_name="Sefa Duplex Air Pro V3" data-item_id="303375" data-price="7995" data-product_id="16592" data-item_brand="" data-item_category=""
    data-item_list_name="Item list in block machines_bij_maegis" data-item_list_id="item_list_machines_bij_maegis" ,="" class="hidden">
  </div>
</form>

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

<form class="form subscribe" action="https://www.maegis.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 jouw emailadres in">
    <input name="form_key" type="hidden" value="s2028RGrvc8CaTJ2"> <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 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

My account
 * user-circle My account Inloggen chevron-right

Info
 * dots-vertical Over Maegis chevron-right
 * question-mark-circle Support chevron-right
 * truck Verzending chevron-right
 * newspaper Nieuws chevron-right
 * calendar Events & trainingen chevron-right
 * library Maegipedia chevron-right
 * users Team chevron-right
 * mail-open Contact chevron-right

Zoek search

search
chevron-right

chevron-right
Show all results
user-circle
heart
Cart shopping-cart
x


WINKELWAGEN

0 Producten in winkelwagen
x
Optie Details chevron-down

Aantal

Subtotaal
Afrekenen Bekijk winkelwagen
loader
Laden...
x


WINKELWAGEN

Producten in winkelwagen
x
Optie Details chevron-down

Aantal

Subtotaal
Afrekenen Bekijk winkelwagen
loader
Laden...
Snijfolies
Snijfolies
Alles in Snijfolies
Kleurfolie
Etched glass
Window Films
Interior Design Films
Snijfolies Specials
Applicatietape
Wrapfolie
Printmedia & laminaten
Printmedia & laminaten
Alles in Printmedia & laminaten
Zelfklevende printfolie
Laminaat
Banner
Textiel
Papier
Display
Lichtreclame
Watergedragen
Gerber Edge
Dubbelzijdig klevend
Transfermaterialen
Transfermaterialen
Alles in Transfermaterialen
DTF
Flexfolie
Flockfolie
Printables
Transfer- en sublimatiepapier
Transfertape
Machines
Machines
Alles in Machines
Printers
Laminatoren
Transferpersen
Snijplotters
Snijtafels
Applicatietafels
Software
Inkten
Onderdelen
Presentatiesystemen
Presentatiesystemen
Alles in Presentatiesystemen
Roll-Up systemen
Spielatten
Posterframes
Tools
Tools
Alles in Tools
Gereedschappen
Vloeistoffen
Tapes
Banner accessoires
Doming
Kleurenkaarten
Overig
Sale!
Occasions
Blog

truck
Op werkdagen voor 17.00 uur besteld, is dezelfde dag verzonden
scissors
Gratis snijden
shopping-cart
Gratis verzending vanaf €200,-
shopping-bag
10% korting op je eerste bestelling (m.u.v. machines & toebehoren)

NIEUWE ARTIKELEN

Bij Maegis voegen we regelmatig nieuwe artikelen toe aan ons assortiment.
Deze vind je hier!
RS Transfer Pro 650T FS 2.0

DTF machine op 60 cm breedte met de hoogste productiesnelheid

Bekijk product

Maegis IDF - PVC Free

Interieurfolie met hoge kleefkracht en PVC-vrij!

Bekijk product

Maegis IDF - High Resistant

Interieurfolie voor gebieden waar een hogere weerstand tegen krassen en stoten
nodig is.

Bekijk product

RS Transfer Pro 650T XS

Kleine DTF-printer op 60 cm breedte!

Bekijk product



MACHINES BIJ MAEGIS

Maegis heeft een groot aanbod in machines. Zoals printers, snijplotter,
transferpersen en nog veel meer.
Bekijk onze machines hier!
RS Transfer Pro 650T MC

DTF-systeem op 60 cm breedte met 8 kleuren; CMYK + RGBO

Bekijk product

Roland TrueVIS VG3 Serie

Dé eco-solvent print & cut toestellen die superieure prestaties leveren!

Bekijk product

Summa S One

Sleepmes-snijplotters van hoge kwaliteit in verschillende breedtes

Bekijk product

Sefa Duplex Air Pro V3

De Duplex Air Pro is de meest uitgebreide transferpers van Sefa met dubbele
platen + membraanplaten en een auto-shuttle functie.

Bekijk product


Over Maegis
Maegis is specialist in signmaterialen. Als leverancier van een brede reeks
Europese kwaliteitsproducten kunnen wij je een zeer uitgebreid assortiment
aanbieden, zowel in de breedte als in de diepte.
Meer Bekijk team

Schrijf je in voor de nieuwsbrief
Dan ben je als eerste op de hoogte van de nieuwste artikelen, kortingen,
evenementen en meer!
E-mail adres Inschrijven

exclamation-circle


youtube
YouTube
facebook
Facebook
instagram
Instagram
linkedin
Linkedin
Maegis BV

Midzomerweg 51
7532 SW Enschede

Telefoon: +31 (0)53 460 90 50

Email: info@maegis.nl

Kvk: 08058186

BTW: NL8139.03.853.B.02

Informatie chevron-down
 * Verzending
 * Maegipedia
 * Nieuws
 * Events & trainingen

Help chevron-down
 * Contact
 * Support
 * Klant worden

Over ons chevron-down
 * Over Maegis
 * Team

 * bancontact
 * ideal
 * mastercard
 * paypal
 * visa

© 2024 Maegis
 * Algemene voorwaarden
 * Privacy policy


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 groene knop te klikken. Je kunt deze cookies
ook weigeren, dan plaatsen we alleen functionele cookies.

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

Customize Allow Selection
Accepteer cookies