apimago.snowdog.dev Open in urlscan Pro
172.67.199.81  Public Scan

URL: https://apimago.snowdog.dev/
Submission: On May 19 via api from US — Scanned from DE

Form analysis 16 forms found in the DOM

GET https://demo.biuropaczka.pl/catalogsearch/result/

<form id="minisearch-form-top-search" class="form minisearch" action="https://demo.biuropaczka.pl/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="minisearch-input-top-search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="minisearch-input-top-search" type="text" name="q" value="" placeholder="Szukaj w sklepie..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" aria-expanded="false" autocomplete="off"
        data-block="autocomplete-form"
        data-mage-init="{&quot;quickSearch&quot;:{&quot;formSelector&quot;:&quot;#minisearch-form-top-search&quot;,&quot;url&quot;:&quot;https:\/\/demo.biuropaczka.pl\/search\/ajax\/suggest\/&quot;,&quot;destinationSelector&quot;:&quot;#minisearch-autocomplete-top-search&quot;,&quot;templates&quot;:{&quot;term&quot;:{&quot;title&quot;:&quot;Search terms&quot;,&quot;template&quot;:&quot;Smile_ElasticsuiteCore\/autocomplete\/term&quot;},&quot;product&quot;:{&quot;title&quot;:&quot;Produkty&quot;,&quot;template&quot;:&quot;Smile_ElasticsuiteCatalog\/autocomplete\/product&quot;},&quot;category&quot;:{&quot;title&quot;:&quot;Kategorie&quot;,&quot;template&quot;:&quot;Smile_ElasticsuiteCatalog\/autocomplete\/category&quot;},&quot;product_attribute&quot;:{&quot;title&quot;:&quot;Cechy&quot;,&quot;template&quot;:&quot;Smile_ElasticsuiteCatalog\/autocomplete\/product-attribute&quot;,&quot;titleRenderer&quot;:&quot;Smile_ElasticsuiteCatalog\/js\/autocomplete\/product-attribute&quot;}},&quot;priceFormat&quot;:{&quot;pattern&quot;:&quot;%s\u00a0z\u0142&quot;,&quot;precision&quot;:2,&quot;requiredPrecision&quot;:2,&quot;decimalSymbol&quot;:&quot;,&quot;,&quot;groupSymbol&quot;:&quot;\u00a0&quot;,&quot;groupLength&quot;:3,&quot;integerRequired&quot;:false},&quot;minSearchLength&quot;:&quot;2&quot;}}">
      <div id="minisearch-autocomplete-top-search" class="search-autocomplete"></div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search">
      <span>Search</span>
    </button>
  </div>
</form>

GET https://demo.biuropaczka.pl/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://demo.biuropaczka.pl/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Szukaj w sklepie..." maxlength="128" class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
                focus:outline-none focus:border-transparent lg:text-xl" @focus.once="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
  <template x-if="suggestions.length > 0">
    <div class="w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1">
      <template x-for="suggestion in suggestions">
        <div class="flex justify-between p-2 bg-container-lighter even:bg-container mb-1 cursor-pointer
                                 border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <span x-text="suggestion.title"></span>
          <span x-text="suggestion.num_results"></span>
        </div>
      </template>
    </div>
  </template>
  <button type="submit" title="Search" class="action search sr-only" aria-label="Search"> Search </button>
</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>Adres e-mail</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>Hasło</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"> Zaloguj się </button>
      <a href="https://demo.biuropaczka.pl/customer/account/forgotpassword/">
Nie pamiętasz hasła? </a>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2643/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2643/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2643">
  <a href="https://demo.biuropaczka.pl/fotel-obrotowy-q-087-bialy.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-2643.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/q/0/q087_white.png" loading="lazy" width="240" height="300" alt="FOTEL OBROTOWY Q-087 BIAŁY" title="FOTEL OBROTOWY Q-087 BIAŁY">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/fotel-obrotowy-q-087-bialy.html">
FOTEL OBROTOWY Q-087 BIAŁY </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb7409f() {
        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__6649eadb7409f()" @update-prices-2643.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2643" data-price-box="product-id-2643">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2643" data-price-amount="14" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,00&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2643)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2643)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2642/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2642/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2642">
  <a href="https://demo.biuropaczka.pl/fotel-obrotowy-q-046-szary.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-2642.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/q/0/q046.png" loading="lazy" width="240" height="300" alt="FOTEL OBROTOWY Q-046 SZARY" title="FOTEL OBROTOWY Q-046 SZARY">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/fotel-obrotowy-q-046-szary.html">
FOTEL OBROTOWY Q-046 SZARY </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb7d1ed() {
        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__6649eadb7d1ed()" @update-prices-2642.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2642" data-price-box="product-id-2642">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2642" data-price-amount="14" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,00&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2642)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2642)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2641/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2641/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2641">
  <a href="https://demo.biuropaczka.pl/fotel-obrotowy-portugal.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-2641.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/p/o/portugal_a7m2188.jpg" loading="lazy" width="240" height="300" alt="FOTEL OBROTOWY PORTUGAL" title="FOTEL OBROTOWY PORTUGAL">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/fotel-obrotowy-portugal.html">
FOTEL OBROTOWY PORTUGAL </a>
    </div>
    <div class="py-1 mx-auto ">
      <div class="rating-summary flex cursor-pointer" onclick="(
              document.getElementById('customer-review-list') ||
              document.getElementById('customer-reviews') ||
              document.getElementById('review-form')).scrollIntoView({behavior: 'smooth'}
              )" title="Oceń ten produkt jako pierwszy">
        <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor">
          <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                        1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                        1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                        1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor">
          <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                        1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                        1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                        1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor">
          <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                        1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                        1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                        1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor">
          <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                        1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                        1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                        1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" class="fill-current text-gray-200 w-6 h-6" viewBox="3 0 20 20" fill="currentColor">
          <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371
                        1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54
                        1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1
                        1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path>
        </svg>
      </div>
    </div>
    <script>
      function initPriceBox__6649eadb7e93c() {
        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__6649eadb7e93c()" @update-prices-2641.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2641" data-price-box="product-id-2641">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2641" data-price-amount="14" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,00&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2641)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2641)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2640/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2640/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2640">
  <a href="https://demo.biuropaczka.pl/fotel-obrotowy-camaro-czarny-czerwony.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-2640.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/c/a/camaro_czarny_czerwony.jpg" loading="lazy" width="240" height="300" alt="FOTEL OBROTOWY CAMARO CZARNY/CZERWONY" title="FOTEL OBROTOWY CAMARO CZARNY/CZERWONY">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/fotel-obrotowy-camaro-czarny-czerwony.html">
FOTEL OBROTOWY CAMARO CZARNY/CZERWONY </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb802dd() {
        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__6649eadb802dd()" @update-prices-2640.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2640" data-price-box="product-id-2640">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2640" data-price-amount="14" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,00&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2640)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2640)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2639/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2639/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2639">
  <a href="https://demo.biuropaczka.pl/fotel-obrotowy-q-035-szary-bialy.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-2639.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/q/-/q-035.jpg" loading="lazy" width="240" height="300" alt="FOTEL OBROTOWY Q-035 SZARY/BIAŁY" title="FOTEL OBROTOWY Q-035 SZARY/BIAŁY">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/fotel-obrotowy-q-035-szary-bialy.html">
FOTEL OBROTOWY Q-035 SZARY/BIAŁY </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb81977() {
        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__6649eadb81977()" @update-prices-2639.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2639" data-price-box="product-id-2639">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2639" data-price-amount="14" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,00&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2639)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2639)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2638/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2638/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2638">
  <a href="https://demo.biuropaczka.pl/fotel-obrotowy-q-022-velvet-curry-bluvel-69.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-2638.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/q/-/q-022_curry_a7m9421.jpg" loading="lazy" width="240" height="300" alt="FOTEL OBROTOWY Q-022 VELVET CURRY BLUVEL 68" title="FOTEL OBROTOWY Q-022 VELVET CURRY BLUVEL 68">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/fotel-obrotowy-q-022-velvet-curry-bluvel-69.html">
FOTEL OBROTOWY Q-022 VELVET CURRY BLUVEL 68 </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb8302c() {
        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__6649eadb8302c()" @update-prices-2638.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2638" data-price-box="product-id-2638">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2638" data-price-amount="14" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,00&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2638)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2638)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2048/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2048/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2048">
  <a href="https://demo.biuropaczka.pl/papier-ksero-pollux-a4-80g-m.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-2048.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/s/c/screenshot_2023-01-13_at_15.14.19_1.png" loading="lazy" width="240" height="300" alt="Papier Ksero Pollux A4 80g/M" title="Papier Ksero Pollux A4 80g/M">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/papier-ksero-pollux-a4-80g-m.html">
Papier Ksero Pollux A4 80g/M </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb89b18() {
        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__6649eadb89b18()" @update-prices-2048.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2048" data-price-box="product-id-2048">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2048" data-price-amount="25.9" data-price-type="finalPrice" class="price-wrapper "><span class="price">25,90&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2048)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2048)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2056/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2056/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2056">
  <a href="https://demo.biuropaczka.pl/papier-kolorowy-lyreco-a4-intensywny-czerwony-80-g-m-500-arkuszy.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-2056.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/s/c/screenshot_2023-01-30_at_17.07.27.png" loading="lazy" width="240" height="300" alt="Papier kolorowy LYRECO, A4, intensywny czerwony, 80 g/m², 500 arkuszy" title="Papier kolorowy LYRECO, A4, intensywny czerwony, 80 g/m², 500 arkuszy">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/papier-kolorowy-lyreco-a4-intensywny-czerwony-80-g-m-500-arkuszy.html">
Papier kolorowy LYRECO, A4, intensywny czerwony, 80 g/m², 500 arkuszy </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb8b4af() {
        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__6649eadb8b4af()" @update-prices-2056.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2056" data-price-box="product-id-2056">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2056" data-price-amount="4.59" data-price-type="finalPrice" class="price-wrapper "><span class="price">4,59&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2056)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2056)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2068/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2068/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2068">
  <a href="https://demo.biuropaczka.pl/intensywny-zielony-papier-lyreco-a4.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-2068.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/s/c/screenshot_2023-01-30_at_17.21.15.png" loading="lazy" width="240" height="300" alt="Papier kolorowy LYRECO, A4, intensywny zielony, 80 g/m², 500 arkuszy" title="Papier kolorowy LYRECO, A4, intensywny zielony, 80 g/m², 500 arkuszy">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/intensywny-zielony-papier-lyreco-a4.html">
Papier kolorowy LYRECO, A4, intensywny zielony, 80 g/m², 500 arkuszy </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb8cd1d() {
        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__6649eadb8cd1d()" @update-prices-2068.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2068" data-price-box="product-id-2068">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2068" data-price-amount="4.59" data-price-type="finalPrice" class="price-wrapper "><span class="price">4,59&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2068)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2068)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2074/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2074/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2074">
  <a href="https://demo.biuropaczka.pl/papier-do-drukarki-pol-speed-a4.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-2074.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/s/c/screenshot_2023-02-06_at_17.26.17.png" loading="lazy" width="240" height="300" alt="Papier do drukarki POL SPEED, A4" title="Papier do drukarki POL SPEED, A4">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/papier-do-drukarki-pol-speed-a4.html">
Papier do drukarki POL SPEED, A4 </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb8e4b4() {
        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__6649eadb8e4b4()" @update-prices-2074.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2074" data-price-box="product-id-2074">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2074" data-price-amount="3.54" data-price-type="finalPrice" class="price-wrapper "><span class="price">3,54&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2074)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2074)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2076/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2076/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2076">
  <a href="https://demo.biuropaczka.pl/papier-do-drukarki-poljet-a3-bialy.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-2076.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/s/c/screenshot_2023-02-06_at_17.31.55.png" loading="lazy" width="240" height="300" alt="Papier do drukarki POLJET, A3, biały" title="Papier do drukarki POLJET, A3, biały">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/papier-do-drukarki-poljet-a3-bialy.html">
Papier do drukarki POLJET, A3, biały </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb8fb2a() {
        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__6649eadb8fb2a()" @update-prices-2076.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2076" data-price-box="product-id-2076">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2076" data-price-amount="3.2" data-price-type="finalPrice" class="price-wrapper "><span class="price">3,20&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2076)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2076)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2075/

<form method="post" action="https://demo.biuropaczka.pl/checkout/cart/add/uenc/%25uenc%25/product/2075/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <input type="hidden" name="product" value="2075">
  <a href="https://demo.biuropaczka.pl/papier-do-drukarki-pol-lux-a4.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-2075.window="$root.src = $event.detail" src="https://demo.biuropaczka.pl/media/catalog/product/cache/9e3abf8bf0f3bb367059eeb92a1c6db4/s/c/screenshot_2023-02-06_at_17.29.54.png" loading="lazy" width="240" height="300" alt="Papier do drukarki POL LUX, A4" title="Papier do drukarki POL LUX, A4">
</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 text-center ">
      <a class="product-item-link" href="https://demo.biuropaczka.pl/papier-do-drukarki-pol-lux-a4.html">
Papier do drukarki POL LUX, A4 </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6649eadb91184() {
        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__6649eadb91184()" @update-prices-2075.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2075" data-price-box="product-id-2075">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-2075" data-price-amount="2.55" data-price-type="finalPrice" class="price-wrapper "><span class="price">2,55&nbsp;zł</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Dodaj do koszyka </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2075)" aria-label="Dodaj do listy życzeń" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2075)" aria-label="Porównaj" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="w-5 h-5" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://demo.biuropaczka.pl/newsletter/subscriber/new/

<form class="form subscribe" action="https://demo.biuropaczka.pl/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="mb-3 text-sm font-medium tracking-widest text-gray-900 uppercase title-font"> Newsletter </div>
  <div class="flex flex-wrap justify-center gap-2 md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> Adres e-mail </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full" placeholder="Wprowadź swój adres e-mail">
    <input name="form_key" type="hidden" value="2l5fPEcFXRPcZ1kz"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary"> Subskrybuj </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

Search
Search

Search
Przejdź do treści
Artykuły biurowe
Papier
Tusze/Tonery
Urządzenia biurowe
Wyposażenie Biura
Wyposażenie Biura Zobacz wszystkie Fotele
Meble
Środki Czystości i Higiena
BHP
Akcesoria Komputerowe
Artykuły Szkolne
Usługi
Artykuły biurowe
Papier
Tusze/Tonery
Urządzenia biurowe
Wyposażenie Biura
Fotele
Meble
Środki Czystości i Higiena
BHP
Akcesoria Komputerowe
Artykuły Szkolne
Usługi
Porównaj produkty produkt produkty Search
Zaloguj się Utwórz konto
Koszyk
Search

Search


MÓJ KOSZYK

x









Suma częściowa:

Zamówienie lub Zobacz i edytuj koszyk
Ładuję...

Kontynuuj Podsumowanie używając swojego konta

Adres e-mail

Hasło

Zaloguj się Nie pamiętasz hasła?


Kontynuuj Podsumowanie jako nowy klient

Stworzenie konta ma wiele korzyści:

 * Zobacz zamówienie i stan wysyłki
 * Śledzenie historii zamówień
 * Zamawiaj szybciej

Utwórz konto


HYVÄ THEMES

ECOMMERCE MADE HAPPY.

Visit hyva.io


THIS IS THE DEFAULT HYVÄ THEME.

We've rebuilt the standard Magento 2 frontend with a new technology stack. It
combines the best parts of Magento frontend development with modern tools that
developers love, like AlpineJS and TailwindCSS.

It's high-performant out of the box and reduces the development time of custom
Magento frontends. It will make you and your customers happy.

Buy it or Visit Hyvä



NAJLEPSZE OFERTY

FOTEL OBROTOWY Q-087 BIAŁY

14,00 zł
Dodaj do koszyka
FOTEL OBROTOWY Q-046 SZARY

14,00 zł
Dodaj do koszyka
FOTEL OBROTOWY PORTUGAL

14,00 zł
Dodaj do koszyka
FOTEL OBROTOWY CAMARO CZARNY/CZERWONY

14,00 zł
Dodaj do koszyka
FOTEL OBROTOWY Q-035 SZARY/BIAŁY

14,00 zł
Dodaj do koszyka
FOTEL OBROTOWY Q-022 VELVET CURRY BLUVEL 68

14,00 zł
Dodaj do koszyka

Powrót do szkoły!

30% rabatu na tonery

3 papiery w cenie 2!


POPULARNE KATEGORIE

Papier Ksero Pollux A4 80g/M

25,90 zł
Dodaj do koszyka
Papier kolorowy LYRECO, A4, intensywny czerwony, 80 g/m², 500 arkuszy

4,59 zł
Dodaj do koszyka
Papier kolorowy LYRECO, A4, intensywny zielony, 80 g/m², 500 arkuszy

4,59 zł
Dodaj do koszyka
Papier do drukarki POL SPEED, A4

3,54 zł
Dodaj do koszyka
Papier do drukarki POLJET, A3, biały

3,20 zł
Dodaj do koszyka
Papier do drukarki POL LUX, A4

2,55 zł
Dodaj do koszyka

OPINIA 1

Henryk, lat 30

"Uwielbiam Biuro Paczka za miłą obsługę!"

OPINIA 2

Krystyna, lat 42

"Szybko i sprawnie!"

OPINIA 3

Mariusz, lat 40

"GODNI POLECENIA!"



COMPANY

 * About
 * My Account
 * Zamówienia i zwroty
 * Szukane frazy
 * Kontakt

LEGAL

 * Privacy
 * Terms and Conditions

Newsletter
Adres e-mail Subskrybuj




Hyvä Themes

© 2020 Hyva Themes B.V. — @hyva_io