www.eurocapa.com Open in urlscan Pro
2a10:cd01:0:a01::20  Public Scan

URL: https://www.eurocapa.com/
Submission: On November 05 via manual from FR — Scanned from FR

Form analysis 36 forms found in the DOM

GET https://www.eurocapa.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.eurocapa.com/catalogsearch/result/" method="get" x-data="initSearch()">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Rechercher</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" @keyup.debounce="search()" name="q" value="" placeholder="Rechercher..." 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">
  <button type="submit" title="Rechercher" class="action search sr-only" aria-label="Search"> Rechercher </button>
  <div id="search_autocomplete" class="search-autocomplete">
    <template x-if="products">
      <div class="flex flex-wrap p-4 mb-4">
        <div class="search-results--heading flex justify-between items-center w-full mb-3">
          <h4 class="font-bold"><span>Produits</span></h4>
          <div>
            <span x-text="totalResults + ' résultats'"></span> - <a href="#" onclick="redirectToSearchResults()" class="underline">
                                Tout voir                            </a>
          </div>
        </div>
        <div class="search-results products-grid grid w-full md:grid-cols-2 lg:grid-cols-4 gap-4">
          <template x-for="id in Object.keys(products)" :key="id">
            <div class="card card-interactive">
              <div class="flex flex-col w-full">
                <div class="cursor-pointer w-full rounded-t hover:bg-teal-100">
                  <a :href="'/' + products[id].url_key + (products[id].url_suffix || '')" class="flex flex-col w-full p-2 relative">
                                            <div class="flex flex-col items-center w-full my-2">
                                                <div class="relative flex items-center bg-white product photo product-item-photo w-full" style="padding-top:100%" tabindex="-1">
                                                    <span class="absolute top-0 left-0 flex flex-wrap content-center w-full h-full p-2
                                                        overflow-hidden align-center hover:shadow-sm">
                                                        <img class="self-center w-full h-auto" :alt="products[id].name" :src="products[id].thumbnail.url" loading="lazy" width="50" height="50">
                                                    </span>
                                                </div>
                                            </div>
                                            <div class="w-full items-center flex">
                                                <div class="mx-2 w-full">
                                                    <p class="text-center px-1 pt-4 pb-2 text-primary truncate w-full">
                                                        <span x-html="products[id].name"></span> - <span x-html="products[id].sku"></span>
                                                    </p>
                                                    <div class="text-xs truncate w-full normal-case font-normal text-gray-500">
                                                        <template x-if="products[id].price_range.minimum_price.final_price.value < products[id].price_range.minimum_price.regular_price.value">
                                                            <div class="price-container">
                                                                <div class="old-price mr-2 flex">
                                                                    <span class="price-wrapper title-font font-regular text-xl line-through text-gray-900">
                                                                        <span class="price">
                                                                            <span class="price" x-text="hyva.formatPrice(products[id].price_range.minimum_price.regular_price.value)"></span>
                                                                        </span>
                                                                    </span>
                                                                </div>
                                                                <div class="final-price inline-block" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                                                    <span class="price-label block">
                                                                        <template x-if="products[id].__typename === 'ConfigurableProduct'">
                                                                            <span>
                                                                                À partir de                                                                            </span>
                                                                        </template>
                                                                        <template x-if="products[id].__typename === 'BundleProduct'">
                                                                            <span>
                                                                                De                                                                            </span>
                                                                        </template>
                                                                        <template x-if="products[id].__typename === 'GroupedProduct'">
                                                                            <span>
                                                                                À partir de                                                                            </span>
                                                                        </template>
                                                                    </span>
                                                                    <span class="price-wrapper title-font font-medium text-2xl text-gray-900">
                                                                        <span class="price" x-text="hyva.formatPrice(products[id].price_range.minimum_price.final_price.value)"></span>
                                                                    </span>
                                                                </div>
                                                            </div>
                                                        </template>
                                                        <template x-if="products[id].price_range.minimum_price.final_price.value >= products[id].price_range.minimum_price.regular_price.value">
                                                            <div class="price-container">
                                                                <div class="final-price inline-block" itemprop="offers" itemscope="" itemtype="http://schema.org/Offer">
                                                                    <span class="price-label block">
                                                                        <template x-if="products[id].__typename === 'ConfigurableProduct'">
                                                                            <span>
                                                                                À partir de                                                                            </span>
                                                                        </template>
                                                                        <template x-if="products[id].__typename === 'BundleProduct'">
                                                                            <span>
                                                                                De                                                                            </span>
                                                                        </template>
                                                                        <template x-if="products[id].__typename === 'GroupedProduct'">
                                                                            <span>
                                                                                À partir de                                                                            </span>
                                                                        </template>
                                                                    </span>
                                                                    <span id="product-price-37" class="price-wrapper title-font font-medium text-2xl text-gray-900">
                                                                        <span class="price" x-text="hyva.formatPrice(products[id].price_range.minimum_price.final_price.value)"></span>
                                                                    </span>
                                                                </div>
                                                            </div>
                                                        </template>
                                                    </div>
                                                </div>
                                            </div>
                                        </a>
                </div>
              </div>
            </div>
          </template>
        </div>
      </div>
    </template>
    <template x-if="noResults">
      <div> No Results found </div>
    </template>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Adresse email</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Mot de passe</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Connexion </button>
      <a href="https://www.eurocapa.com/customer/account/forgotpassword/">
                                        Mot de passe oublié ?                                    </a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18502/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18502/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18502">
  <a href="https://www.eurocapa.com/lenovo-db620s-48-ports-16gb-24-ports-actifs-livre-avec-24-sfp-16gb-s-1-18502.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18502.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/l/e/lenovo_db620s_2.jpg" loading="lazy" width="360" height="360" alt="Lenovo DB620S 48 ports 16Gb 24 ports actifs livré avec 24 SFP 16Gb/s" title="Lenovo DB620S 48 ports 16Gb 24 ports actifs livré avec 24 SFP 16Gb/s">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/lenovo-db620s-48-ports-16gb-24-ports-actifs-livre-avec-24-sfp-16gb-s-1-18502.html">
                    Lenovo DB620S 48 ports 16Gb 24 ports actifs livré avec 24 SFP 16Gb/s | 6415L3A                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f52819() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f52819()" @update-prices-18502.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <a href="https://www.eurocapa.com/contact/">Prix : +33 1 40 19 40 30 / contact@eurocapa.com</a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18586/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18586/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18586">
  <a href="https://www.eurocapa.com/mr-l9mqn-01.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18586.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/m/r/mr-l9mqn-01.jpg" loading="lazy" width="360" height="360" alt="Quantum Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb " title="Quantum Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb ">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/mr-l9mqn-01.html">
                    Quantum Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb  | MR-L9MQN-01                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f4dca2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f4dca2()" @update-prices-18586.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18586" data-price-box="product-id-18586">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18586']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18586')" data-label="TTC" data-price-amount="102.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">102,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18586" data-label="HT" data-price-amount="85" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">85,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18586"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18605/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18605/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18605">
  <a href="https://www.eurocapa.com/mlogic-mtape-lto-9-interface-thunderbolt-3.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18605.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/m/l/mlogic_mtape_lto-9.webp" loading="lazy" width="360" height="360" alt="MTAPE-TB3-LTO9" title="MTAPE-TB3-LTO9">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/mlogic-mtape-lto-9-interface-thunderbolt-3.html">
                    mLogic mTape LTO-9 Thunderbolt 3 + Hedge Canister | MTAPE-TB3-LTO9                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f48262() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f48262()" @update-prices-18605.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18605" data-price-box="product-id-18605">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18605']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18605')" data-label="TTC" data-price-amount="7080.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">7 080,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18605" data-label="HT" data-price-amount="5900" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">5 900,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18605"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18612/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18612/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18612">
  <a href="https://www.eurocapa.com/kit-dcpmini-de-transport-cru-digital-cinema.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18612.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/d/c/dcmini_case_.jpg" loading="lazy" width="360" height="360" alt="CRU Kit DCPmini de transport Digital Cinema" title="CRU Kit DCPmini de transport Digital Cinema">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/kit-dcpmini-de-transport-cru-digital-cinema.html">
                    CRU Kit DCPmini de transport Digital Cinema | 31330-6600-0000                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f42866() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f42866()" @update-prices-18612.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18612" data-price-box="product-id-18612">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18612']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18612')" data-label="TTC" data-price-amount="96.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">96,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18612" data-label="HT" data-price-amount="80" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">80,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18612"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18613/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18613/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18613">
  <a href="https://www.eurocapa.com/hp-cartouche-de-donnees-lto-9-ultrium-rew-18tb-45tb.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18613.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/q/2/q2079a.png" loading="lazy" width="360" height="360" alt="HP Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb - Q2079A" title="HP Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb - Q2079A">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/hp-cartouche-de-donnees-lto-9-ultrium-rew-18tb-45tb.html">
                    HP Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb  | Q2079A                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f3dc43() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f3dc43()" @update-prices-18613.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18613" data-price-box="product-id-18613">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18613']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18613')" data-label="TTC" data-price-amount="102.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">102,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18613" data-label="HT" data-price-amount="85" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">85,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18613"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18917/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18917/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18917">
  <a href="https://www.eurocapa.com/glyph-blackbox-pro-raid-thunderbolt3-40tb.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18917.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/b/b/bbproraid_2_1_2_1_1_1_1.jpg" loading="lazy" width="360" height="360" alt="Glyph Blackbox PRO RAID 40TB Thunderbolt 3" title="Glyph Blackbox PRO RAID 40TB Thunderbolt 3">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/glyph-blackbox-pro-raid-thunderbolt3-40tb.html">
                    Glyph Blackbox PRO RAID 40TB Thunderbolt 3 | BBPR40RDTB3EU                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f38ff6() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f38ff6()" @update-prices-18917.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18917" data-price-box="product-id-18917">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18917']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18917')" data-label="TTC" data-price-amount="1860.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">1 860,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18917" data-label="HT" data-price-amount="1550" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">1 550,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18917"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18941/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18941/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18941">
  <a href="https://www.eurocapa.com/mr-l9mqn-02.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18941.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/m/r/mr-l9mqn-01_1.jpg" loading="lazy" width="360" height="360" alt="Quantum Cartouche de données LTO-9 Ultrium WORM 18Tb/45Tb " title="Quantum Cartouche de données LTO-9 Ultrium WORM 18Tb/45Tb ">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/mr-l9mqn-02.html">
                    Quantum Cartouche de données LTO-9 Ultrium WORM 18Tb/45Tb  | MR-L9MQN-02                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f337b9() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f337b9()" @update-prices-18941.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18941" data-price-box="product-id-18941">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18941']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18941')" data-label="TTC" data-price-amount="144.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">144,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18941" data-label="HT" data-price-amount="120" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">120,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18941"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19441/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19441/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19441">
  <a href="https://www.eurocapa.com/tvs-h1688x-w1250-32g.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19441.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/q/n/qnap_tvs-h1688x-w1250-32g_2.webp" loading="lazy" width="360" height="360" alt="QNAP TVS-h1688X-W1250-32G" title="QNAP TVS-h1688X-W1250-32G">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/tvs-h1688x-w1250-32g.html">
                    QNAP TVS-h1688X-W1250-32G | TVS-h1688X-W1250-32G                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f2ec75() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f2ec75()" @update-prices-19441.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19441" data-price-box="product-id-19441">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19441']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19441')" data-label="TTC" data-price-amount="3900.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">3 900,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19441" data-label="HT" data-price-amount="3250" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">3 250,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19441"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19442/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19442/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19442">
  <a href="https://www.eurocapa.com/tvs-h1288x-w1250-16g.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19442.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/q/n/qnap_tvs-h1288x-w1250-16g.webp" loading="lazy" width="360" height="360" alt="QNAP TVS-h1288X-W1250-16G" title="QNAP TVS-h1288X-W1250-16G">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/tvs-h1288x-w1250-16g.html">
                    QNAP TVS-h1288X-W1250-16G | TVS-h1288X-W1250-16G                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f2a0a8() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f2a0a8()" @update-prices-19442.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19442" data-price-box="product-id-19442">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19442']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19442')" data-label="TTC" data-price-amount="3360.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">3 360,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19442" data-label="HT" data-price-amount="2800" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">2 800,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19442"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19517/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19517/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19517">
  <a href="https://www.eurocapa.com/ts-h886-d1602-8g.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19517.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/q/n/qnap_ts-h886_6.webp" loading="lazy" width="360" height="360" alt="QNAP TS-h886-D1602-8G" title="QNAP TS-h886-D1602-8G">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/ts-h886-d1602-8g.html">
                    QNAP TS-h886-D1602-8G | TS-h886-D1602-8G                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f237d7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f237d7()" @update-prices-19517.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19517" data-price-box="product-id-19517">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19517']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19517')" data-label="TTC" data-price-amount="2158.800001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">2 158,80&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19517" data-label="HT" data-price-amount="1799" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">1 799,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19517"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19543/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19543/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19543">
  <a href="https://www.eurocapa.com/seagate-exos-x24-sata-24tb.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19543.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/e/segate_exos_x24.webp" loading="lazy" width="360" height="360" alt="Seagate Exos X24" title="Seagate Exos X24">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/seagate-exos-x24-sata-24tb.html">
                    Seagate Exos X24 SATA 24TB | ST24000NM002H                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f1ed1b() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f1ed1b()" @update-prices-19543.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19543" data-price-box="product-id-19543">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19543']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19543')" data-label="TTC" data-price-amount="540.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">540,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19543" data-label="HT" data-price-amount="450" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">450,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19543"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19585/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19585/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19585">
  <a href="https://www.eurocapa.com/seagate-skyhawk-ai-512mb-sata-20tb.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19585.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/e/seagate_skyhawk_ai_4_1_1_1_1_1_1.webp" loading="lazy" width="360" height="360" alt="Seagate Skyhawk AI" title="Seagate Skyhawk AI">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/seagate-skyhawk-ai-512mb-sata-20tb.html">
                    Seagate Skyhawk AI 512MB SATA 20TB  | ST20000VE003                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f1ab1f() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f1ab1f()" @update-prices-19585.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <a href="https://www.eurocapa.com/contact/">Prix : +33 1 40 19 40 30 / contact@eurocapa.com</a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19588/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19588/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19588">
  <a href="https://www.eurocapa.com/sandisk-pro-blade-ssd-mag-2to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19588.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/a/sandisk_problade_ssd_2_1.webp" loading="lazy" width="360" height="360" alt="SanDIsk PRO-BLADE SSD Mag" title="SanDIsk PRO-BLADE SSD Mag">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/sandisk-pro-blade-ssd-mag-2to.html">
                    SanDIsk PRO-BLADE SSD Mag - 2To | SDPM1NS-002T-GBAND                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f15f8c() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f15f8c()" @update-prices-19588.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19588" data-price-box="product-id-19588">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19588']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19588')" data-label="TTC" data-price-amount="330.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">330,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19588" data-label="HT" data-price-amount="275" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">275,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19588"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19593/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19593/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19593">
  <a href="https://www.eurocapa.com/sandisk-pro-blade-transport-2to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19593.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/a/sandisk_problade_transport_3_1.webp" loading="lazy" width="360" height="360" alt="SanDisk PRO-BLADE TRANSPORT" title="SanDisk PRO-BLADE TRANSPORT">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/sandisk-pro-blade-transport-2to.html">
                    SanDisk PRO-BLADE TRANSPORT - 2To | SDPM2NB-002T-GBAND                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f10483() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f10483()" @update-prices-19593.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19593" data-price-box="product-id-19593">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19593']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19593')" data-label="TTC" data-price-amount="396.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">396,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19593" data-label="HT" data-price-amount="330" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">330,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19593"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19598/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19598/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19598">
  <a href="https://www.eurocapa.com/sandisk-pro-g40-ssd-4to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19598.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/a/sandisk_pro-g40_ssd_1_1_1.webp" loading="lazy" width="360" height="360" alt="SAnDisk PRO-G40 SSD" title="SAnDisk PRO-G40 SSD">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/sandisk-pro-g40-ssd-4to.html">
                    SAnDisk PRO-G40 SSD - 4To | SDPS31H-004T-GBCND                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f09ba9() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f09ba9()" @update-prices-19598.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19598" data-price-box="product-id-19598">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19598']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19598')" data-label="TTC" data-price-amount="762.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">762,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19598" data-label="HT" data-price-amount="635" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">635,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19598"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19602/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19602/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19602">
  <a href="https://www.eurocapa.com/western-digital-ultrastar-dc-hc680-sata-28to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19602.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/w/e/western_digital_ultrastar_dc_hc680_1.webp" loading="lazy" width="360" height="360" alt="Western Digital Ultrastar DC HC680 SATA - 28To" title="Western Digital Ultrastar DC HC680 SATA - 28To">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/western-digital-ultrastar-dc-hc680-sata-28to.html">
                    Western Digital Ultrastar DC HC680 SATA - 28To | WSH722880ALN6L4                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f05e99() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f05e99()" @update-prices-19602.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <a href="https://www.eurocapa.com/contact/">Prix : +33 1 40 19 40 30 / contact@eurocapa.com</a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19603/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19603/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19603">
  <a href="https://www.eurocapa.com/western-digital-ultrastar-dc-hc680-sata-sed-28to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19603.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/w/e/western_digital_ultrastar_dc_hc680_1_1.webp" loading="lazy" width="360" height="360" alt="Western Digital Ultrastar DC HC680 SATA SED - 28To" title="Western Digital Ultrastar DC HC680 SATA SED - 28To">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/western-digital-ultrastar-dc-hc680-sata-sed-28to.html">
                    Western Digital Ultrastar DC HC680 SATA SED - 28To | WSH722880ALN6L1                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f021e3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f021e3()" @update-prices-19603.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <a href="https://www.eurocapa.com/contact/">Prix : +33 1 40 19 40 30 / contact@eurocapa.com</a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19607/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19607/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19607">
  <a href="https://www.eurocapa.com/western-digital-ultrastar-dc-hc680-sata-sed-26to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19607.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/w/e/western_digital_ultrastar_dc_hc680._1_2.webp" loading="lazy" width="360" height="360" alt="Western Digital Ultrastar DC HC680 SATA SED - 26To" title="Western Digital Ultrastar DC HC680 SATA SED - 26To">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/western-digital-ultrastar-dc-hc680-sata-sed-26to.html">
                    Western Digital Ultrastar DC HC680 SATA SED - 26To | WSH722860ALN6L1                </a>
    </div>
    <script>
      function initPriceBox__672a20cab388a() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cab388a()" @update-prices-19607.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <a href="https://www.eurocapa.com/contact/">Prix : +33 1 40 19 40 30 / contact@eurocapa.com</a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19613/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19613/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19613">
  <a href="https://www.eurocapa.com/sandisk-g-raid-project-2-48-to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19613.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/a/sandisk_g-raid_project_2_1_1_1_1.webp" loading="lazy" width="360" height="360" alt="SanDisk G-RAID PROJECT 2" title="SanDisk G-RAID PROJECT 2">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/sandisk-g-raid-project-2-48-to.html">
                    SanDisk G-RAID PROJECT 2 - 48 To | SDPHK2H-048T-MBAAD                </a>
    </div>
    <script>
      function initPriceBox__672a20cacbb4d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cacbb4d()" @update-prices-19613.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19613" data-price-box="product-id-19613">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19613']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19613')" data-label="TTC" data-price-amount="2364.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">2 364,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19613" data-label="HT" data-price-amount="1970" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">1 970,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19613"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19631/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19631/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19631">
  <a href="https://www.eurocapa.com/western-digital-wd-gold-sata-26to.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19631.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/w/d/wd-gold-26tb.webp" loading="lazy" width="360" height="360" alt="Western Digital WD GOLD SATA - 26To" title="Western Digital WD GOLD SATA - 26To">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/western-digital-wd-gold-sata-26to.html">
                    Western Digital WD GOLD SATA - 26To | WD261KRYZ                </a>
    </div>
    <script>
      function initPriceBox__672a20cad61b7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cad61b7()" @update-prices-19631.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19631" data-price-box="product-id-19631">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19631']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19631')" data-label="TTC" data-price-amount="744.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">744,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19631" data-label="HT" data-price-amount="620" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">620,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19631"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18608/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18608/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18608">
  <a href="https://www.eurocapa.com/symplypro-lto-9-xtf-desktop-thunderbolt-3.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18608.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/s/y/symply_pro_xtf_lto9_1.webp" loading="lazy" width="360" height="360" alt="SymplyPRO LTO-9 XTF Desktop Thunderbolt 3" title="SymplyPRO LTO-9 XTF Desktop Thunderbolt 3">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/symplypro-lto-9-xtf-desktop-thunderbolt-3.html">
                    SymplyPRO LTO-9 XTF Desktop Thunderbolt 3 | SYPRO-DT3L9FH1-A0                </a>
    </div>
    <script>
      function initPriceBox__672a20bb5e1c8() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20bb5e1c8()" @update-prices-18608.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18608" data-price-box="product-id-18608">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18608']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18608')" data-label="TTC" data-price-amount="10200.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">10 200,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18608" data-label="HT" data-price-amount="8500" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">8 500,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18608"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18605/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18605/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18605">
  <a href="https://www.eurocapa.com/mlogic-mtape-lto-9-interface-thunderbolt-3.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18605.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/m/l/mlogic_mtape_lto-9.webp" loading="lazy" width="360" height="360" alt="MTAPE-TB3-LTO9" title="MTAPE-TB3-LTO9">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/mlogic-mtape-lto-9-interface-thunderbolt-3.html">
                    mLogic mTape LTO-9 Thunderbolt 3 + Hedge Canister | MTAPE-TB3-LTO9                </a>
    </div>
    <script>
      function initPriceBox__672a1d8f48262() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a1d8f48262()" @update-prices-18605.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18605" data-price-box="product-id-18605">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18605']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18605')" data-label="TTC" data-price-amount="7080.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">7 080,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18605" data-label="HT" data-price-amount="5900" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">5 900,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18605"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18615/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18615/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18615">
  <a href="https://www.eurocapa.com/owc-mercury-pro-lto-9.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18615.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/o/w/owc_mercury_pro__thunderbolt3_1.webp" loading="lazy" width="360" height="360" alt="OWC Mercury Pro LTO-9 Thunderbolt3 " title="OWC Mercury Pro LTO-9 Thunderbolt3 ">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/owc-mercury-pro-lto-9.html">
                    OWC Mercury Pro LTO-9 Thunderbolt3  | OWCTBLTMP90000                </a>
    </div>
    <script>
      function initPriceBox__672a20bb52ed7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20bb52ed7()" @update-prices-18615.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18615" data-price-box="product-id-18615">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18615']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18615')" data-label="TTC" data-price-amount="7080.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">7 080,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18615" data-label="HT" data-price-amount="5900" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">5 900,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18615"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18815/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18815/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18815">
  <a href="https://www.eurocapa.com/hpe-lecteur-de-bande-externe-storeever-lto-9-ultrium-45000.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18815.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/h/p/hpe_lecteur_de_bande_externe_storeever_lto-9_ultrium_45000_sas_1_2.webp" loading="lazy" width="360" height="360" alt="HPE StoreEver LTO-9 Ultrium 45000 - BC042A" title="HPE StoreEver LTO-9 Ultrium 45000 - BC042A">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/hpe-lecteur-de-bande-externe-storeever-lto-9-ultrium-45000.html">
                    HPE Lecteur de bande Externe StoreEver LTO-9 Ultrium 45000 SAS | BC042A                </a>
    </div>
    <script>
      function initPriceBox__672a20b7c1289() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20b7c1289()" @update-prices-18815.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18815" data-price-box="product-id-18815">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18815']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18815')" data-label="TTC" data-price-amount="6900.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">6 900,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18815" data-label="HT" data-price-amount="5750" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">5 750,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18815"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19439/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/19439/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="19439">
  <a href="https://www.eurocapa.com/lacie-d2-professional-usb-c-24tb.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-19439.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/l/a/lacie_d2_professional_usb-c_7_1_1_1_1_1.webp" loading="lazy" width="360" height="360" alt="LaCie d2 Professional USB-C" title="LaCie d2 Professional USB-C">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/lacie-d2-professional-usb-c-24tb.html">
                    LaCie d2 Professional USB-C 24TB | STHA24000800                </a>
    </div>
    <script>
      function initPriceBox__672a20cadfbe7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cadfbe7()" @update-prices-19439.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="19439" data-price-box="product-id-19439">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19439']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D19439')" data-label="TTC" data-price-amount="852.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">852,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-19439" data-label="HT" data-price-amount="710" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">710,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_19439"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/17834/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/17834/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="17834">
  <a href="https://www.eurocapa.com/highpoint-carte-controleur-raid-nvme-serie-m-2.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-17834.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/n/v/nvme7701a-1-raid.jpg" loading="lazy" width="360" height="360" alt="HighPoint SSD7101A-1" title="HighPoint SSD7101A-1">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/highpoint-carte-controleur-raid-nvme-serie-m-2.html">
                    HighPoint SSD7101A-1 | SSD7101A-1                </a>
    </div>
    <script>
      function initPriceBox__672a20cae5db7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cae5db7()" @update-prices-17834.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="17834" data-price-box="product-id-17834">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D17834']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D17834')" data-label="TTC" data-price-amount="552.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">552,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-17834" data-label="HT" data-price-amount="460" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">460,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_17834"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/17175/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/17175/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="17175">
  <a href="https://www.eurocapa.com/quantum-cartouche-de-donnees-lto-7-ultrium-rew-6tb-15tb.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-17175.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/l/t/lto-6-rew.jpg" loading="lazy" width="360" height="360" alt="Quantum Cartouche de données LTO-7 Ultrium REW 6Tb/15Tb " title="Quantum Cartouche de données LTO-7 Ultrium REW 6Tb/15Tb ">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/quantum-cartouche-de-donnees-lto-7-ultrium-rew-6tb-15tb.html">
                    Quantum Cartouche de données LTO-7 Ultrium REW 6Tb/15Tb  | MR-L7MQN-01                </a>
    </div>
    <script>
      function initPriceBox__672a207d233cf() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a207d233cf()" @update-prices-17175.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="17175" data-price-box="product-id-17175">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D17175']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D17175')" data-label="TTC" data-price-amount="63.600001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">63,60&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-17175" data-label="HT" data-price-amount="53" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">53,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_17175"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18407/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18407/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18407">
  <a href="https://www.eurocapa.com/mellanox-cable-infiniband-optique-actif-qsfp56-200gb-s-30m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18407.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/m/e/mellanox_mfs1s00_h_5.jpg" loading="lazy" width="360" height="360" alt="Mellanox Câble Infiniband Optique Actif QSFP56 200Gb/s 30M" title="Mellanox Câble Infiniband Optique Actif QSFP56 200Gb/s 30M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/mellanox-cable-infiniband-optique-actif-qsfp56-200gb-s-30m.html">
                    Mellanox Câble Infiniband Optique Actif QSFP56 200Gb/s 30M | MFS1S00-H030E                </a>
    </div>
    <script>
      function initPriceBox__672a20caecbc2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20caecbc2()" @update-prices-18407.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <a href="https://www.eurocapa.com/contact/">Prix : +33 1 40 19 40 30 / contact@eurocapa.com</a>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/16829/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/16829/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="16829">
  <a href="https://www.eurocapa.com/cable-optique-thunderbolt-5-5m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-16829.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/c/o/coil-630-80.jpg" loading="lazy" width="360" height="360" alt="Corning Câble Optique Thunderbolt 2 5.5M" title="Corning Câble Optique Thunderbolt 2 5.5M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/cable-optique-thunderbolt-5-5m.html">
                    Corning Câble Optique Thunderbolt 2 5.5M | AOC-MMS4CVP5-5M20                </a>
    </div>
    <script>
      function initPriceBox__672a20cb010b2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cb010b2()" @update-prices-16829.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="16829" data-price-box="product-id-16829">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D16829']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D16829')" data-label="TTC" data-price-amount="300.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">300,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-16829" data-label="HT" data-price-amount="250" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">250,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_16829"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18336/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18336/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18336">
  <a href="https://www.eurocapa.com/cable-optique-thunderbolt3-5-5m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18336.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/c/o/corning_thunderbolt3.png" loading="lazy" width="360" height="360" alt="Corning Câble Optique Thunderbolt 3 40Gb/s 5M" title="Corning Câble Optique Thunderbolt 3 40Gb/s 5M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/cable-optique-thunderbolt3-5-5m.html">
                    Corning Câble Optique Thunderbolt 3 40Gb/s 5M | AOC-CCU6JPN005M20                </a>
    </div>
    <script>
      function initPriceBox__672a20cb0829c() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cb0829c()" @update-prices-18336.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18336" data-price-box="product-id-18336">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18336']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18336')" data-label="TTC" data-price-amount="432.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">432,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18336" data-label="HT" data-price-amount="360" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">360,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18336"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18337/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18337/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18337">
  <a href="https://www.eurocapa.com/cable-optique-thunderbolt3-10m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18337.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/c/o/corning_thunderbolt3_1.png" loading="lazy" width="360" height="360" alt="Corning Câble Optique Thunderbolt 3 40Gb/s 10M" title="Corning Câble Optique Thunderbolt 3 40Gb/s 10M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/cable-optique-thunderbolt3-10m.html">
                    Corning Câble Optique Thunderbolt 3 40Gb/s 10M | AOC-CCU6JPN010M20                </a>
    </div>
    <script>
      function initPriceBox__672a20cb0d817() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cb0d817()" @update-prices-18337.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18337" data-price-box="product-id-18337">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18337']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18337')" data-label="TTC" data-price-amount="510.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">510,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18337" data-label="HT" data-price-amount="425" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">425,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18337"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18338/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18338/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18338">
  <a href="https://www.eurocapa.com/cable-optique-thunderbolt3-40m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18338.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/c/o/corning_thunderbolt3_1_1.png" loading="lazy" width="360" height="360" alt="Corning Câble Optique Thunderbolt 3 40Gb/s 15M" title="Corning Câble Optique Thunderbolt 3 40Gb/s 15M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/cable-optique-thunderbolt3-40m.html">
                    Corning Câble Optique Thunderbolt 3 40Gb/s 15M | AOC-CCU6JPN015M20                </a>
    </div>
    <script>
      function initPriceBox__672a20cb12c24() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cb12c24()" @update-prices-18338.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18338" data-price-box="product-id-18338">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18338']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18338')" data-label="TTC" data-price-amount="540.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">540,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18338" data-label="HT" data-price-amount="450" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">450,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18338"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18339/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18339/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18339">
  <a href="https://www.eurocapa.com/cable-optique-thunderbolt3-25m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18339.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/c/o/corning_thunderbolt3_1_1_1.png" loading="lazy" width="360" height="360" alt="Corning Câble Optique Thunderbolt 3 40Gb/s 25M" title="Corning Câble Optique Thunderbolt 3 40Gb/s 25M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/cable-optique-thunderbolt3-25m.html">
                    Corning Câble Optique Thunderbolt 3 40Gb/s 25M | AOC-CCU6JPN025M20                </a>
    </div>
    <script>
      function initPriceBox__672a20cb1811b() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cb1811b()" @update-prices-18339.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18339" data-price-box="product-id-18339">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18339']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18339')" data-label="TTC" data-price-amount="570.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">570,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18339" data-label="HT" data-price-amount="475" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">475,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18339"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

POST https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18340/

<form method="post" action="https://www.eurocapa.com/checkout/cart/add/uenc/%25uenc%25/product/18340/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="NSZ1KlFfMaNhmSKF"> <input type="hidden" name="product" value="18340">
  <a href="https://www.eurocapa.com/cable-optique-thunderbolt3-50m.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-18340.window="$root.src = $event.detail" src="https://www.eurocapa.com/media/catalog/product/cache/218e45665517e12db3a8133b22f766cf/c/o/corning_thunderbolt3_1_1_1_1.png" loading="lazy" width="360" height="360" alt="Corning Câble Optique Thunderbolt 3 40Gb/s 50M" title="Corning Câble Optique Thunderbolt 3 40Gb/s 50M">
    </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg ">
      <a class="product-item-link" href="https://www.eurocapa.com/cable-optique-thunderbolt3-50m.html">
                    Corning Câble Optique Thunderbolt 3 40Gb/s 50M | AOC-CCU6JPN050M20                </a>
    </div>
    <script>
      function initPriceBox__672a20cb1d47b() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].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);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__672a20cb1d47b()" @update-prices-18340.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="18340" data-price-box="product-id-18340">
        <span x-data="" x-id="['price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18340']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('price\u002Dincluding\u002Dtax\u002Dproduct\u002Dprice\u002D18340')" data-label="TTC" data-price-amount="648.000001" data-price-type="finalPrice" class="price-wrapper price-including-tax"><span
              class="price">648,00&nbsp;€</span></span>
          <span id="price-excluding-tax-product-price-18340" data-label="HT" data-price-amount="540" data-price-type="basePrice" class="price-wrapper price-excluding-tax">
            <span class="price">540,00&nbsp;€</span></span>
        </span>
      </div>
      <div class="hideprice_show hideprice_show_18340"></div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="addtocardb w-auto btn btn-primary justify-center text-sm
                            mr-auto" aria-label="Ajouter">
        <span class=" inline md:ml-0 lg:inline"> Ajouter </span>
      </button>
    </div>
  </div>
</form>

Text Content

Javascript est désactivé dans votre navigateur. Pour une meilleure expérience
sur notre site, assurez-vous d’activer JavaScript dans votre navigateur.

Allez au contenu
 * Sauvegarde & Archivage
   
    * Sauvegarde & Archivage
    * Tout voir
    * Médias de Sauvegarde
    * Cartouches de Nettoyage
    * Lecteurs de sauvegarde
    * Solutions de Stockage sur Bande LTO
    * Archivage
    * Accessoires Sauvegarde

 * Disques & Stockage
   
    * Disques & Stockage
    * Tout voir
    * Boîtiers RAID
    * Stockage NAS
    * Stockage SAN
    * Disques Durs & SSD
    * Accessoires Disques Durs

 * Cartes contrôleur
   
    * Cartes contrôleur
    * Tout voir
    * Adaptateurs RAID
    * Adaptateurs SAS SATA NVMe
    * Adaptateurs Réseau
    * Adaptateurs Thunderbolt
    * Châssis d'extension
    * Dock Thunderbolt
    * Câbles

 * Switchs & SFP
   
    * Switchs & SFP
    * Tout voir
    * Convertisseurs de Protocoles
    * Switches Fibre Channel
    * Switches Infiniband
    * Commutateurs SAS
    * Modules Optiques

 * Infrastructure Datacenter
   
    * Infrastructure Datacenter
    * Tout voir
    * Baie 19"
    * Onduleurs
    * PDU

 * Serveur
   
    * Serveur
    * Tout voir
    * HPE

 * Sauvegarde & Archivage
    * Médias de Sauvegarde
      * chevron-down LTO
      * chevron-down DAT
      * chevron-down RDX
      * chevron-down 3592
      * chevron-down SLR MLR
    * Cartouches de Nettoyage
      * chevron-down LTO
      * chevron-down DAT
      * chevron-down 3592
      * chevron-down SLR MLR QIC
    * Lecteurs de sauvegarde
      * chevron-down Lecteurs Ultrium LTO
      * chevron-down Lecteurs DAT-DDS
      * chevron-down Lecteurs 3592
      * chevron-down Lecteurs RDX
    * Solutions de Stockage sur Bande LTO
      * chevron-down Autochargeurs LTO
      * chevron-down Bandothèques LTO
      * chevron-down Lecteurs LTO pour librairies
      * chevron-down Licences d'activation slots
    * Archivage
      * chevron-down Médias d'Archivage
      * chevron-down Lecteurs d'Archivage
      * chevron-down Librairies UDO
      * chevron-down Librairies ODA
      * chevron-down Robots de Gravure
      * chevron-down Accessoires Archivage
    * Accessoires Sauvegarde
      * chevron-down Etiquette code à barre
      * chevron-down Armoire Ignifuge
      * chevron-down Valises Bandes Magnétiques

 * Disques & Stockage
    * Boîtiers RAID
      * chevron-down Boîtiers RAID Thunderbolt
      * chevron-down Boîtiers RAID NVMe
      * chevron-down Boîtiers RAID USB
    * Stockage NAS
      * chevron-down NAS Entreprise
      * chevron-down NAS PME
      * chevron-down Cartes d'Extension NAS
      * chevron-down Accessoires NAS
    * Stockage SAN
      * chevron-down Baies de stockage
      * chevron-down Extension SAN
      * chevron-down Accessoires SAN
      * chevron-down Stockage JBOD
    * Disques Durs & SSD
      * chevron-down Disques Durs Internes
      * chevron-down Disques Durs Externes
      * chevron-down SSD Internes
      * chevron-down SSD Externes
    * Accessoires Disques Durs
      * chevron-down Périphérique de diagnostique
      * chevron-down Effaceur de disque dur
      * chevron-down Boitiers Disque Dur
      * chevron-down Baies Disque Dur
      * chevron-down Valises Matériel Informatique
      * chevron-down Valises Disques Durs
      * chevron-down KIT DCP

 * Cartes contrôleur
    * Adaptateurs RAID
      * chevron-down Cartes RAID SAS / SATA
      * chevron-down Cartes RAID Tri-mode
      * chevron-down Cartes RAID NVMe
      * chevron-down Module Batterie de Secours
    * Adaptateurs SAS SATA NVMe
      * chevron-down Adaptateurs SAS SATA Externes
      * chevron-down Adaptateurs SAS SATA Internes
      * chevron-down Adaptateurs SAS SATA Internes / Externes
      * chevron-down Adaptateurs Tri-Mode
      * chevron-down Expander SAS
    * Adaptateurs Réseau
      * chevron-down Cartes Ethernet
      * chevron-down Cartes Fibre Channel
      * chevron-down Cartes Infiniband
      * chevron-down Cartes réseau convergé (CNA)
      * chevron-down Cartes iSCSI
    * Câbles
      * chevron-down Câbles Ethernet
      * chevron-down Câbles Infiniband
      * chevron-down Câbles SAS
      * chevron-down Câbles NVMe
      * chevron-down Câbles Tri-Mode
      * chevron-down Jarretières Optiques
      * chevron-down Câbles Optiques Thunderbolt
      * chevron-down Câbles Optiques HDMI
      * chevron-down Câbles Optiques USB
    * Adaptateurs Thunderbolt Châssis d'extension Dock Thunderbolt

   
 * Switchs & SFP
    * Switches Fibre Channel
      * chevron-down Licences d'activation Fibre Channel
    * Modules Optiques
      * chevron-down 200/400/800G
      * chevron-down 10/25/40/100G
      * chevron-down 1/2/4G
    * Convertisseurs de Protocoles Switches Infiniband Commutateurs SAS

 * Infrastructure Datacenter
    * Baie 19"
      * chevron-down Baies Réseaux
      * chevron-down Baies Serveurs
      * chevron-down Portes froides
      * chevron-down Allées Chaudes Connfinées
      * chevron-down Kit de montage en rack
    * Onduleurs
      * chevron-down Onduleurs Monophasés
      * chevron-down Onduleurs Triphasés
      * chevron-down Carte de communication
      * chevron-down Extensions de batteries
    * PDU
      * chevron-down PDU Basiques
      * chevron-down PDU Mesurées
      * chevron-down PDU Monitorées
      * chevron-down PDU Manageables
      * chevron-down PDU Triphasées

 * Serveur
    * HPE
      * chevron-down Processeurs Serveurs HPE
      * chevron-down Mémoire Serveurs HPE
      * chevron-down Disques Durs Serveurs HPE
      * chevron-down SSD Serveurs HPE
      * chevron-down Cartes Réseau Serveurs HPE
      * chevron-down Accélérateurs de calcul et graphiques Serveurs HPE
      * chevron-down Contrôleurs Smart Array HPE
      * chevron-down Contrôleurs de Stockage Serveurs HPE
      * chevron-down Cartes Fibre Channel Serveurs HPE
      * chevron-down Alimentation Serveurs HPE
      * chevron-down Câbles Serveurs HPE
      * chevron-down Kits Rack Serveurs HPE
      * chevron-down Maintenance Serveurs HPE
      * chevron-down Options de Base Serveurs HPE

scale Comparer des produits article articles
Connexion Créer un compte
Afficher/Masquer le panier, Le panier est vide shopping-cart
Rechercher Rechercher

PRODUITS

- Tout voir

-

À partir de De À partir de
À partir de De À partir de
No Results found

Mon panier 10 des %1 produits dans le panier affichés

Le panier est vide
Le panier est vide

x









Sous-total:

Commander ou Voir le panier
loader
Chargement en cours...
x

Commander en utilisant votre compte

Adresse email

Mot de passe

Connexion Mot de passe oublié ?


Commander en tant que nouveau client

La création d’un compte possède de nombreux avantages :

 * Voir le statut de la commande et de l’expédition
 * Suivi de la commande
 * Commandez plus rapidement

Créer un compte
Navigating through the elements of the carousel is possible using the tab
key.You can skip the carousel or go straight to carousel navigation using the
skip links. Press to skip the slider Cliquer pour accéder à la navigation en
carrousel





EUROCAPA, EST DEPUIS 2003 SPÉCIALISÉ DANS LES SOLUTIONS DE GESTION DE
L’INFORMATION ET DE STOCKAGE.

SAUVEGARDE & ARCHIVAGE
DISQUES & STOCKAGE
CARTES CONTROLEUR
SWITCHS & SFP
INFRASTRUCTURE DATACENTER
SERVEURS


NOS DERNIÈRES NOUVEAUTÉS

Il est possible de naviguer entre les éléments du carrousel à l'aide de la
touche de tabulation. Vous pouvez sauter le carrousel ou passer directement à la
navigation dans le carrousel à l'aide des liens de saut. Cliquer pour passer le
carrousel Cliquer pour accéder à la navigation en carrousel
Lenovo DB620S 48 ports 16Gb 24 ports actifs livré avec 24 SFP 16Gb/s | 6415L3A

Prix : +33 1 40 19 40 30 / contact@eurocapa.com
Quantum Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb | MR-L9MQN-01
102,00 € 85,00 €

Ajouter
mLogic mTape LTO-9 Thunderbolt 3 + Hedge Canister | MTAPE-TB3-LTO9
7 080,00 € 5 900,00 €

Ajouter
CRU Kit DCPmini de transport Digital Cinema | 31330-6600-0000
96,00 € 80,00 €

Ajouter
HP Cartouche de données LTO-9 Ultrium REW 18Tb/45Tb | Q2079A
102,00 € 85,00 €

Ajouter
Glyph Blackbox PRO RAID 40TB Thunderbolt 3 | BBPR40RDTB3EU
1 860,00 € 1 550,00 €

Ajouter
Quantum Cartouche de données LTO-9 Ultrium WORM 18Tb/45Tb | MR-L9MQN-02
144,00 € 120,00 €

Ajouter
QNAP TVS-h1688X-W1250-32G | TVS-h1688X-W1250-32G
3 900,00 € 3 250,00 €

Ajouter
QNAP TVS-h1288X-W1250-16G | TVS-h1288X-W1250-16G
3 360,00 € 2 800,00 €

Ajouter
QNAP TS-h886-D1602-8G | TS-h886-D1602-8G
2 158,80 € 1 799,00 €

Ajouter
Seagate Exos X24 SATA 24TB | ST24000NM002H
540,00 € 450,00 €

Ajouter
Seagate Skyhawk AI 512MB SATA 20TB | ST20000VE003

Prix : +33 1 40 19 40 30 / contact@eurocapa.com
SanDIsk PRO-BLADE SSD Mag - 2To | SDPM1NS-002T-GBAND
330,00 € 275,00 €

Ajouter
SanDisk PRO-BLADE TRANSPORT - 2To | SDPM2NB-002T-GBAND
396,00 € 330,00 €

Ajouter
SAnDisk PRO-G40 SSD - 4To | SDPS31H-004T-GBCND
762,00 € 635,00 €

Ajouter
Western Digital Ultrastar DC HC680 SATA - 28To | WSH722880ALN6L4

Prix : +33 1 40 19 40 30 / contact@eurocapa.com
Western Digital Ultrastar DC HC680 SATA SED - 28To | WSH722880ALN6L1

Prix : +33 1 40 19 40 30 / contact@eurocapa.com
Western Digital Ultrastar DC HC680 SATA SED - 26To | WSH722860ALN6L1

Prix : +33 1 40 19 40 30 / contact@eurocapa.com
SanDisk G-RAID PROJECT 2 - 48 To | SDPHK2H-048T-MBAAD
2 364,00 € 1 970,00 €

Ajouter
Western Digital WD GOLD SATA - 26To | WD261KRYZ
744,00 € 620,00 €

Ajouter




Seagate Exos X24 – Capacité maximale pour un rendement optimal
Le Seagate Exos X24 offre une grande capacité de stockage et des performances
fiables pour les datacenters. Conçu pour les charges intensives, il assure
durabilité et efficacité.
En savoir plus
HighPoint RocketStor 6542AW - RAID NVMe Ultra-Rapide
Le HighPoint RocketStor 6542AW est un boîtier PCIe 4.0 x16 prenant en charge
jusqu'à 8 SSD NVMe U.2/U.3, offrant des vitesses de transfert ultra-rapides
jusqu'à 28 Gb/s. Idéal pour les besoins de stockage intensifs en données.
En savoir plus


FOCUS SUR LES LECTEURS DE BANDE LTO

Il est possible de naviguer entre les éléments du carrousel à l'aide de la
touche de tabulation. Vous pouvez sauter le carrousel ou passer directement à la
navigation dans le carrousel à l'aide des liens de saut. Cliquer pour passer le
carrousel Cliquer pour accéder à la navigation en carrousel
SymplyPRO LTO-9 XTF Desktop Thunderbolt 3 | SYPRO-DT3L9FH1-A0
10 200,00 € 8 500,00 €

Ajouter
mLogic mTape LTO-9 Thunderbolt 3 + Hedge Canister | MTAPE-TB3-LTO9
7 080,00 € 5 900,00 €

Ajouter
OWC Mercury Pro LTO-9 Thunderbolt3 | OWCTBLTMP90000
7 080,00 € 5 900,00 €

Ajouter
HPE Lecteur de bande Externe StoreEver LTO-9 Ultrium 45000 SAS | BC042A
6 900,00 € 5 750,00 €

Ajouter
LaCie d2 Professional USB-C 24TB | STHA24000800
852,00 € 710,00 €

Ajouter
HighPoint SSD7101A-1 | SSD7101A-1
552,00 € 460,00 €

Ajouter
Quantum Cartouche de données LTO-7 Ultrium REW 6Tb/15Tb | MR-L7MQN-01
63,60 € 53,00 €

Ajouter
Mellanox Câble Infiniband Optique Actif QSFP56 200Gb/s 30M | MFS1S00-H030E

Prix : +33 1 40 19 40 30 / contact@eurocapa.com




Vous avez une question ? Nous sommes là pour vous aider.
Que ce soit pour choisir une solution de sauvegarde adaptée à vos besoins,
comprendre le fonctionnement des cartes RAID ou des lecteurs LTO, ou bien
résoudre un problème technique, notre équipe est à votre disposition. N'hésitez
pas à nous contacter pour un conseil personnalisé ou pour toute assistance
technique. Votre satisfaction est notre priorité !
Contactez-nous
Vous recevrez une réponse dans les 24/48h



À DÉCOUVRIR

Il est possible de naviguer entre les éléments du carrousel à l'aide de la
touche de tabulation. Vous pouvez sauter le carrousel ou passer directement à la
navigation dans le carrousel à l'aide des liens de saut. Cliquer pour passer le
carrousel Cliquer pour accéder à la navigation en carrousel
Corning Câble Optique Thunderbolt 2 5.5M | AOC-MMS4CVP5-5M20
300,00 € 250,00 €

Ajouter
Corning Câble Optique Thunderbolt 3 40Gb/s 5M | AOC-CCU6JPN005M20
432,00 € 360,00 €

Ajouter
Corning Câble Optique Thunderbolt 3 40Gb/s 10M | AOC-CCU6JPN010M20
510,00 € 425,00 €

Ajouter
Corning Câble Optique Thunderbolt 3 40Gb/s 15M | AOC-CCU6JPN015M20
540,00 € 450,00 €

Ajouter
Corning Câble Optique Thunderbolt 3 40Gb/s 25M | AOC-CCU6JPN025M20
570,00 € 475,00 €

Ajouter
Corning Câble Optique Thunderbolt 3 40Gb/s 50M | AOC-CCU6JPN050M20
648,00 € 540,00 €

Ajouter





engagement/specialiste
Spécialiste dans les solutions de gestion de l’information et de stockage
engagement/paiement
Solutions de paiement sécurisés
engagement/client
Notre service client et commercial est ouvert du lundi au vendredi de 9H00 à
18H00
engagement/garantie
Des garanties sur les matériels vendus, direct constructeur, échange anticipé
sous 24/48h
NOS MARQUES
chevron-left chevron-right
E



































+33 1 40 19 40 30
Du lundi au vendredi de 9h00 à 18h00
Eurocapa heroicons/solid/chevron-down
 * Mentions légales
 * Politique de confidentialité
 * CGV
 * Droit de Rétractation

A propos heroicons/solid/chevron-down
 * Qui sommes-nous ?
 * home
 * Guide
 * Guide 2
 * Blog

Services heroicons/solid/chevron-down
 * Aide / FAQ
 * Moyens de paiement
 * Livraison
 * Service Après-vente
 * Formulaire de contact

Mon compte heroicons/solid/chevron-down
 * Déjà client ?
 * Créer son compte
 * Suivi de commande
 * Devis gratuit
 * Favoris

© 2024, EUROCAPA .