drogerienatura.pl Open in urlscan Pro
34.149.90.199  Public Scan

URL: https://drogerienatura.pl/
Submission Tags: analytics-framework
Submission: On April 23 via api from US — Scanned from PL

Form analysis 27 forms found in the DOM

GET https://drogerienatura.pl/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" :class="show ? 'filter drop-shadow-1' : ''" action="https://drogerienatura.pl/catalogsearch/result/" method="get">
  <div class="relative">
    <label class="sr-only" for="search"> Przeszukaj cały sklep tutaj... </label>
    <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search" class="form-search w-full" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value="" placeholder="Przeszukaj cały sklep tutaj..."
      maxlength="128">
    <template x-if="!isLoading &amp;&amp; !term.length">
      <button type="submit" class="absolute right-2 top-1/2 transform -translate-y-1/2">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6">
          <path d="M16 16L23 23" stroke="#333333" stroke-width="1.5" stroke-linejoin="bevel"></path>
          <circle cx="10" cy="10" r="8.25" stroke="#333333" stroke-width="1.5"></circle>
        </svg>
      </button>
    </template>
    <button type="submit" class="absolute right-2 top-1/2 transform -translate-y-1/2">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6">
        <path d="M16 16L23 23" stroke="#333333" stroke-width="1.5" stroke-linejoin="bevel"></path>
        <circle cx="10" cy="10" r="8.25" stroke="#333333" stroke-width="1.5"></circle>
      </svg>
    </button>
    <template x-if="!isLoading &amp;&amp; term.length">
      <button type="button" class="absolute right-4 top-1/2 transform -translate-y-1/2" @click="closeSearch()">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-4 h-4">
          <path d="M18.9995 5L11.9995 12L4.9995 19" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path>
          <path d="M5.00098 5L12.001 12L19.001 19" stroke="currentColor" stroke-width="1.5" stroke-linejoin="round"></path>
        </svg>
      </button>
    </template>
    <template x-if="isLoading">
      <div class="absolute h-5 w-5 right-3 top-1/2 transform -translate-y-1/2">
        <template x-if="isLoading">
          <div class="absolute bg-white bg-opacity-60 z-10 h-full w-full flex items-center justify-center">
            <div class="flex items-center">
              <!-- loading icon -->
              <svg class="animate-spin h-5 w-5 text-gray-600" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
                <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
                <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z">
                </path>
              </svg>
              <!-- end loading icon -->
            </div>
          </div>
        </template>
      </div>
    </template>
  </div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" @resize.window="calculateMaxHeight()">
    <div class="absolute bg-white left-0 right-0 h-auto overflow-auto" :style="'max-height:' + maxHeight + 'px'" x-show="show" style="max-height: 0px; display: none;">
      <div class="relative p-2">
        <div class="w-full mb-6"> Wyniki wyszukiwania dla "<span class="font-bold" x-text="$refs.searchInput.value"></span>" </div>
        <div class=" lg:flex">
          <template x-for="searchResultByType in Object.values(searchResultsByType)">
            <div class="border-b last:border-b-0 lg:border-b-0
                                    lg:border-r lg:last:border-r-0 lg:pr-6 lg:mr-6 flex-1 lg:last:mr-0" :class="searchResultByType.type === 'category' ? 'autocomplete-categories' : ''">
              <div x-text="searchResultByType.title" class="text-base font-semibold mb-2"></div>
              <template x-for="searchResult in searchResultByType.list">
                <div>
                  <template x-if="searchResult.type == 'term'">
                    <a class="w-full block p-2" x-bind:href="'https://drogerienatura.pl/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-sm" x-text="'(' + searchResult.num_results + ')'"></span>
    </a>
                  </template>
                  <template x-if="searchResult.type == 'product'">
                    <a class="w-full block product-item" :href="searchResult.url" :title="searchResult.title">
        <div class="flex items-center">
            <div class="p-2 mr-2">
                <img :src="searchResult.image" class="inline-block">
            </div>
            <div class="py-2 flex-1">
                <div class="text-sm mb-2 product-item-link" x-html="highlight(searchResult.title)"></div>
                <div class="xl:flex">
                    <div class="mr-6" x-html="searchResult.price"></div>
                    <template x-if="searchResult.lowest_price">
                        <div class="historical-price text-xs" data-price-type="historicalPrice">
                            Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki                            <span x-text="hyva.formatPrice(searchResult.lowest_price)"></span>
                        </div>
                    </template>
                </div>
            </div>
        </div>
    </a>
                  </template>
                  <template x-if="searchResult.type == 'category'">
                    <a class="w-full block mb-4" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-html="highlight(searchResult.title)"></span>
    </a>
                  </template>
                  <template x-if="searchResult.type == 'product_attribute'">
                    <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
        <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span>
    </a>
                  </template>
                  <script>
                    function renderEsAutocompleteTitleAttribute(data) {
                      data = data.filter(function(item) {
                        return item.type === 'product_attribute';
                      }).map(function(item) {
                        return item['attribute_label']
                      }).reduce(function(prev, item) {
                        if (item in prev) {
                          prev[item]++;
                        } else {
                          prev[item] = 1;
                        }
                        return prev;
                      }, {});
                      data = Object.entries(data).sort(function(item1, item2) {
                        return item2[1] - item1[1]
                      }).map(function(item) {
                        return item[0]
                      });
                      if (data.length > 2) {
                        data = data.slice(0, 2);
                        data.push('...');
                      }
                      return data.join(', ');
                    }
                  </script>
                  <template x-if="searchResult.type == 'cms_page'">
                    <a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title">
        <span class="text-sm" x-text="searchResult.title"></span>
    </a>
                  </template>
                </div>
              </template>
              <button type="submit" class="btn mx-auto" :class="searchResultByType.type === 'product' ? '' : 'hidden'"> Odkrywaj więcej </button>
            </div>
          </template>
        </div>
      </div>
    </div>
  </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>Email Address</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://drogerienatura.pl/customer/account/forgotpassword/">
                                        Zapomniałeś hasła?                                    </a>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/club/customer/agreementsave/

<form class="form" action="https://drogerienatura.pl/club/customer/agreementsave/" method="post" x-ref="form">
  <input type="hidden" name="form_key" value="ra92AC8c6x3L0KMK">
  <button type="submit" name="allow" value="1">Wyrażam zgode</button>
  <button type="submit" name="not_allow" value="1">Nie wyrażam zgody</button>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/32761/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/32761/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide active visible" data-gslide="0"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="32761">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/y004669.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-32761.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/Y/0/Y004669_Anwen_5907222404669_0.jpg" loading="lazy" width="240" height="300" alt="Anwen Grow Me Tender wcierka do włosów 150 ml" title="Anwen Grow Me Tender wcierka do włosów 150 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(32761)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/y004669.html">
                    Anwen Grow Me Tender wcierka do włosów 150 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f01ac2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f01ac2()" @update-prices-32761.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="32761" data-price-box="product-id-32761"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-32761" data-price-amount="26.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">26,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-32761" data-price-amount="41.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">41,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">25,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2">
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/8296/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/8296/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide visible" data-gslide="1"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="8296">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/p382162-lenor-perelki-do-plukania-spring-140g-8001841182162-lenor.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-8296.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/P/3/P382162_Lenor_8001841182162_0.jpg" loading="lazy" width="240" height="300" alt="LENOR Perełki Zapachowe Do Prania 140 g" title="LENOR Perełki Zapachowe Do Prania 140 g">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(8296)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/p382162-lenor-perelki-do-plukania-spring-140g-8001841182162-lenor.html">
                    LENOR Perełki Zapachowe Do Prania 140 g                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f0bfee() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f0bfee()" @update-prices-8296.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="8296" data-price-box="product-id-8296"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-8296" data-price-amount="21.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">21,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-8296" data-price-amount="27.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">27,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">20,49&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 g / 0.16 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/8015/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/8015/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide visible" data-gslide="2"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="8015">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/pg481317-always-platinum-sup-plus-duo-podp-12szt-8001090444998-always.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-8015.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/P/G/PG481317_Always_8001090444998_0_1.jpg" loading="lazy" width="240" height="300" alt="ALWAYS Podpaski 12 szt." title="ALWAYS Podpaski 12 szt.">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(8015)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/pg481317-always-platinum-sup-plus-duo-podp-12szt-8001090444998-always.html">
                    ALWAYS Podpaski 12 szt.                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f11e51() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f11e51()" @update-prices-8015.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="8015" data-price-box="product-id-8015"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-8015" data-price-amount="10.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">10,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-8015" data-price-amount="11.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">11,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">10,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 szt / 0.92 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/7206/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/7206/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide visible" data-gslide="3"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="7206">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-styczen/wietrzenie-magazynow-ponad-1000-produktow-w-supercenach/9s17048.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-7206.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/9/S/9S17048_Skinimal_5907747317048_0.jpg" loading="lazy" width="240" height="300" alt="SKINIMAL Intensywny peeling kwasowy AHA 30% BHA 2%" title="SKINIMAL Intensywny peeling kwasowy AHA 30% BHA 2%">

    <div class="amasty-label-container
            amasty-label-container-15-7206-cat            amasty-label-for-7206            hidden" style="" data-amlabel-order="0" x-data="{... new Amasty.Label.class.Item({
                id: &quot;15-7206-cat&quot;,
                $el: $el,
                mode: &quot;cat&quot;,
                isAdminArea: &quot;&quot;,
                config: {&quot;position&quot;:&quot;bottom-right&quot;,&quot;size&quot;:&quot;28&quot;,&quot;path&quot;:&quot;.product-image-container, .product-item-photo, .cdz-product-top&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;7206&quot;,&quot;label&quot;:15,&quot;margin&quot;:7,&quot;alignment&quot;:0,&quot;order&quot;:0,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
                productId: &quot;7206&quot;,
                selector: &quot;.amasty-label-container-15-7206-cat&quot;
            })}">
        <div class="amlabel-text">
                    </div>

                    <img id="amasty-label-image-15-7206-cat" class="amasty-label-image opacity-100 align-top w-full h-full" src="https://media.drogerienatura.pl/amasty/amlabel/Property_1_tylko_w_Natura_1.png" title="SKINIMAL Intensywny peeling kwasowy AHA 30% BHA 2%" alt="SKINIMAL Intensywny peeling kwasowy AHA 30% BHA 2%">
            </div>
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(7206)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-styczen/wietrzenie-magazynow-ponad-1000-produktow-w-supercenach/9s17048.html">
                    SKINIMAL Intensywny peeling kwasowy AHA 30% BHA 2%                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f16308() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f16308()" @update-prices-7206.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7206" data-price-box="product-id-7206"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-7206" data-price-amount="24.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">24,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-7206" data-price-amount="38.49" data-price-type="oldPrice" class="price-wrapper "><span class="price">38,49&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">24,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.83 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/256/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/256/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide visible" data-gslide="4"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="256">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-luty/nowa-gazetka/mb-lash-sensational-intense-black.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-256.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/G/2/G2555400_Maybelline_3600531230906_0.jpg" loading="lazy" width="240" height="300" alt="MAYBELLINE Tusz Do Rzęs Intense Black 9.5 ml" title="MAYBELLINE Tusz Do Rzęs Intense Black 9.5 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(256)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-luty/nowa-gazetka/mb-lash-sensational-intense-black.html">
                    MAYBELLINE Tusz Do Rzęs Intense Black 9.5 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f1c583() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f1c583()" @update-prices-256.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="256" data-price-box="product-id-256"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-256" data-price-amount="21.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">21,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-256" data-price-amount="47.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">47,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">21,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 2.44 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/5179/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/5179/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide visible" data-gslide="5"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="5179">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/p326808-fairy-platinum-aio-tabl-zmyw-lemon-30szt-8006540726808-fairy.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-5179.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/8/0/8006540726808_Fairy_Platinum_Cytryna_Tabletki_do_zmywarki_All_In_One__30_tabletek_1500_72__APRO520_1.jpg" loading="lazy" width="240" height="300" alt="FAIRY FAIRY PLATINUM AIO TABL/ZMYW LEMON 30SZT" title="FAIRY FAIRY PLATINUM AIO TABL/ZMYW LEMON 30SZT">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(5179)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/p326808-fairy-platinum-aio-tabl-zmyw-lemon-30szt-8006540726808-fairy.html">
                    FAIRY FAIRY PLATINUM AIO TABL/ZMYW LEMON 30SZT                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f2086f() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f2086f()" @update-prices-5179.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="5179" data-price-box="product-id-5179"> <span class="final-price">
          <span class="price-container ">
            <span id="product-price-5179" data-price-amount="59.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">59,99&nbsp;zł</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 szt / 2.00 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/56856/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/56856/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide visible" data-gslide="6"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="56856">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/zi29113-oczyszczanie-l-m-zel-myj-d-tw-200ml-5901887029113-ziaja.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-56856.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/Z/I/ZI29113_Ziaja_5901887029113_0.jpg" loading="lazy" width="240" height="300" alt="ZIAJA OCZYSZCZANIE L.M  ZEL MYJ.D/TW. 200ML" title="ZIAJA OCZYSZCZANIE L.M  ZEL MYJ.D/TW. 200ML">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(56856)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/zi29113-oczyszczanie-l-m-zel-myj-d-tw-200ml-5901887029113-ziaja.html">
                    ZIAJA OCZYSZCZANIE L.M  ZEL MYJ.D/TW. 200ML                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f3b0a5() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f3b0a5()" @update-prices-56856.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="56856" data-price-box="product-id-56856"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-56856" data-price-amount="9.19" data-price-type="finalPrice" class="price-wrapper "><span class="price">9,19&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-56856" data-price-amount="10.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">10,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">9,09&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.05 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/44035/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/44035/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="7"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="44035">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/jm30025-ecocera-puder-ryzowy-fixer-15g-5905279930025-ecocera.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-44035.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/J/M/JM30025_Ecocera_5905279930025_0.jpg" loading="lazy" width="240" height="300" alt="ECOCERA ECOCERA PUDER RYZOWY FIXER 15G" title="ECOCERA ECOCERA PUDER RYZOWY FIXER 15G">

    <div class="amasty-label-container
            amasty-label-container-4-44035-cat            amasty-label-for-44035            hidden" style="" data-amlabel-order="0" x-data="{... new Amasty.Label.class.Item({
                id: &quot;4-44035-cat&quot;,
                $el: $el,
                mode: &quot;cat&quot;,
                isAdminArea: &quot;&quot;,
                config: {&quot;position&quot;:&quot;top-left&quot;,&quot;size&quot;:&quot;24&quot;,&quot;path&quot;:&quot;.product-image-container, .product-item-photo, .cdz-product-top&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;44035&quot;,&quot;label&quot;:4,&quot;margin&quot;:7,&quot;alignment&quot;:0,&quot;order&quot;:0,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
                productId: &quot;44035&quot;,
                selector: &quot;.amasty-label-container-4-44035-cat&quot;
            })}">
        <div class="amlabel-text">
                    </div>

                    <img id="amasty-label-image-4-44035-cat" class="amasty-label-image opacity-100 align-top w-full h-full" src="https://media.drogerienatura.pl/wysiwyg/flags.png" title="ECOCERA ECOCERA PUDER RYZOWY FIXER 15G" alt="ECOCERA ECOCERA PUDER RYZOWY FIXER 15G">
            </div>
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(44035)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/jm30025-ecocera-puder-ryzowy-fixer-15g-5905279930025-ecocera.html">
                    ECOCERA ECOCERA PUDER RYZOWY FIXER 15G                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f4aa0c() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f4aa0c()" @update-prices-44035.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="44035" data-price-box="product-id-44035"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-44035" data-price-amount="25.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">25,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-44035" data-price-amount="36.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">36,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">24,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 g / 1.73 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/4138/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/4138/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="8"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="4138">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-styczen/9s17062.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-4138.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/9/S/9S17062_Skinimal_5907747317062_0.jpg" loading="lazy" width="240" height="300" alt="SKINIMAL Aktywny tonik keratolityczny kwas glikolowy 7% mleczan sodu 200 ml" title="SKINIMAL Aktywny tonik keratolityczny kwas glikolowy 7% mleczan sodu 200 ml">

    <div class="amasty-label-container
            amasty-label-container-15-4138-cat            amasty-label-for-4138            hidden" style="" data-amlabel-order="0" x-data="{... new Amasty.Label.class.Item({
                id: &quot;15-4138-cat&quot;,
                $el: $el,
                mode: &quot;cat&quot;,
                isAdminArea: &quot;&quot;,
                config: {&quot;position&quot;:&quot;bottom-right&quot;,&quot;size&quot;:&quot;28&quot;,&quot;path&quot;:&quot;.product-image-container, .product-item-photo, .cdz-product-top&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;4138&quot;,&quot;label&quot;:15,&quot;margin&quot;:7,&quot;alignment&quot;:0,&quot;order&quot;:0,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
                productId: &quot;4138&quot;,
                selector: &quot;.amasty-label-container-15-4138-cat&quot;
            })}">
        <div class="amlabel-text">
                    </div>

                    <img id="amasty-label-image-15-4138-cat" class="amasty-label-image opacity-100 align-top w-full h-full" src="https://media.drogerienatura.pl/amasty/amlabel/Property_1_tylko_w_Natura_1.png" title="SKINIMAL Aktywny tonik keratolityczny kwas glikolowy 7% mleczan sodu 200 ml" alt="SKINIMAL Aktywny tonik keratolityczny kwas glikolowy 7% mleczan sodu 200 ml">
            </div>
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(4138)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-styczen/9s17062.html">
                    SKINIMAL Aktywny tonik keratolityczny kwas glikolowy 7% mleczan sodu 200 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f529a6() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f529a6()" @update-prices-4138.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4138" data-price-box="product-id-4138"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-4138" data-price-amount="19.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">19,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-4138" data-price-amount="31.49" data-price-type="oldPrice" class="price-wrapper "><span class="price">31,49&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">19,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.10 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/26416/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/26416/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="9"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="26416">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/ca98283-catrice-hd-liquid-coverage-podklad-010-4250947598283-catrice.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-26416.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/C/A/CA98283_CatriceCosmetics_4250947598283_0.png" loading="lazy" width="240" height="300" alt="CATRICE CATRICE HD LIQUID COVERAGE PODKLAD 010" title="CATRICE CATRICE HD LIQUID COVERAGE PODKLAD 010">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(26416)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/ca98283-catrice-hd-liquid-coverage-podklad-010-4250947598283-catrice.html">
                    CATRICE CATRICE HD LIQUID COVERAGE PODKLAD 010                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f63143() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f63143()" @update-prices-26416.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="26416" data-price-box="product-id-26416"> <span class="final-price">
          <span class="price-container ">
            <span id="product-price-26416" data-price-amount="39.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">39,99&nbsp;zł</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 1.33 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/15580/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/15580/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="10"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="15580">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-pazdziernik/physiogel-krem-intensywne-nawilzanie-dla-skory-suchej-i-wrazliwej-100-ml.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-15580.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/B/C/BC07641_Physiogel_4251575904217_0.jpg" loading="lazy" width="240" height="300" alt="PHYSIOGEL Krem Do Twarzy Intensywnie Nawilżający 100 ml" title="PHYSIOGEL Krem Do Twarzy Intensywnie Nawilżający 100 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(15580)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-pazdziernik/physiogel-krem-intensywne-nawilzanie-dla-skory-suchej-i-wrazliwej-100-ml.html">
                    PHYSIOGEL Krem Do Twarzy Intensywnie Nawilżający 100 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f688d1() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f688d1()" @update-prices-15580.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15580" data-price-box="product-id-15580"> <span class="final-price">
          <span class="price-container ">
            <span id="product-price-15580" data-price-amount="59.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">59,99&nbsp;zł</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.60 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/34376/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/34376/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="11"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="34376">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-luty/uzdrovisco-mak-bals-serum-d-such-sk-25ml.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-34376.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/U/3/U301159_Uzdrovisco_5903178701159_0.jpg" loading="lazy" width="240" height="300" alt="Uzdrovisco Mak Serum Do Twarzy Balsamiczne 25 ml" title="Uzdrovisco Mak Serum Do Twarzy Balsamiczne 25 ml">

    <div class="amasty-label-container
            amasty-label-container-4-34376-cat            amasty-label-for-34376            hidden" style="" data-amlabel-order="0" x-data="{... new Amasty.Label.class.Item({
                id: &quot;4-34376-cat&quot;,
                $el: $el,
                mode: &quot;cat&quot;,
                isAdminArea: &quot;&quot;,
                config: {&quot;position&quot;:&quot;top-left&quot;,&quot;size&quot;:&quot;24&quot;,&quot;path&quot;:&quot;.product-image-container, .product-item-photo, .cdz-product-top&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;34376&quot;,&quot;label&quot;:4,&quot;margin&quot;:7,&quot;alignment&quot;:0,&quot;order&quot;:0,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
                productId: &quot;34376&quot;,
                selector: &quot;.amasty-label-container-4-34376-cat&quot;
            })}">
        <div class="amlabel-text">
                    </div>

                    <img id="amasty-label-image-4-34376-cat" class="amasty-label-image opacity-100 align-top w-full h-full" src="https://media.drogerienatura.pl/wysiwyg/flags.png" title="Uzdrovisco Mak Serum Do Twarzy Balsamiczne 25 ml" alt="Uzdrovisco Mak Serum Do Twarzy Balsamiczne 25 ml">
            </div>
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(34376)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-luty/uzdrovisco-mak-bals-serum-d-such-sk-25ml.html">
                    Uzdrovisco Mak Serum Do Twarzy Balsamiczne 25 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f6f722() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f6f722()" @update-prices-34376.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="34376" data-price-box="product-id-34376"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-34376" data-price-amount="34.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">34,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-34376" data-price-amount="51.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">51,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">24,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 1.40 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/15728/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/15728/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="12"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="15728">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-czerwiec/aquaselin-intensive-women-antyperspirant-roll-on-dla-kazdego-rodzaju-skory-50-ml.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-15728.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/O/C/OC43746_Aquaselin_5900116043746_0.jpg" loading="lazy" width="240" height="300" alt="Aquaselin Intensive Women Antyperspirant Roll On Dla Każdego Rodzaju Skóry 50 ml" title="Aquaselin Intensive Women Antyperspirant Roll On Dla Każdego Rodzaju Skóry 50 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(15728)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-czerwiec/aquaselin-intensive-women-antyperspirant-roll-on-dla-kazdego-rodzaju-skory-50-ml.html">
                    Aquaselin Intensive Women Antyperspirant Roll On Dla Każdego Rodzaju Skóry 50 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f8232e() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f8232e()" @update-prices-15728.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15728" data-price-box="product-id-15728"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-15728" data-price-amount="14.89" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,89&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-15728" data-price-amount="18.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">18,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">14,89&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.30 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/51173/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/51173/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="13"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="51173">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-styczen/wietrzenie-magazynow-ponad-1000-produktow-w-supercenach/paese-puder-pod-oczy-puff-cloud.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-51173.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/Z/9/Z918505_Paese_5902627618505_0.jpg" loading="lazy" width="240" height="300" alt="PAESE Puder Pod Oczy 5.3 g" title="PAESE Puder Pod Oczy 5.3 g">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(51173)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-styczen/wietrzenie-magazynow-ponad-1000-produktow-w-supercenach/paese-puder-pod-oczy-puff-cloud.html">
                    PAESE Puder Pod Oczy 5.3 g                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f94a69() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f94a69()" @update-prices-51173.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="51173" data-price-box="product-id-51173"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-51173" data-price-amount="22.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">22,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-51173" data-price-amount="34.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">34,90&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">22,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 g / 4.60 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/45476/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/45476/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="14"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="45476">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/kb85191-kobo-pud-pras-matt-bronz-311-nubian-d-5908309085191-kobo-professional.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-45476.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/K/B/KB85191_KOBOPROFESSIONAL_5908309085191_0.jpg" loading="lazy" width="240" height="300" alt="KOBO PROFESSIONAL KOBO PUD. PRAS.MATT  BRONZ. 311 NUBIAN D" title="KOBO PROFESSIONAL KOBO PUD. PRAS.MATT  BRONZ. 311 NUBIAN D">

    <div class="amasty-label-container
            amasty-label-container-15-45476-cat            amasty-label-for-45476            hidden" style="" data-amlabel-order="0" x-data="{... new Amasty.Label.class.Item({
                id: &quot;15-45476-cat&quot;,
                $el: $el,
                mode: &quot;cat&quot;,
                isAdminArea: &quot;&quot;,
                config: {&quot;position&quot;:&quot;bottom-right&quot;,&quot;size&quot;:&quot;28&quot;,&quot;path&quot;:&quot;.product-image-container, .product-item-photo, .cdz-product-top&quot;,&quot;mode&quot;:&quot;prod&quot;,&quot;move&quot;:0,&quot;product&quot;:&quot;45476&quot;,&quot;label&quot;:15,&quot;margin&quot;:7,&quot;alignment&quot;:0,&quot;order&quot;:0,&quot;redirect_url&quot;:&quot;&quot;,&quot;tooltip&quot;:{&quot;backgroundColor&quot;:&quot;&quot;,&quot;color&quot;:&quot;&quot;,&quot;status&quot;:1,&quot;content&quot;:&quot;&quot;}},
                productId: &quot;45476&quot;,
                selector: &quot;.amasty-label-container-15-45476-cat&quot;
            })}">
        <div class="amlabel-text">
                    </div>

                    <img id="amasty-label-image-15-45476-cat" class="amasty-label-image opacity-100 align-top w-full h-full" src="https://media.drogerienatura.pl/amasty/amlabel/Property_1_tylko_w_Natura_1.png" title="KOBO PROFESSIONAL KOBO PUD. PRAS.MATT  BRONZ. 311 NUBIAN D" alt="KOBO PROFESSIONAL KOBO PUD. PRAS.MATT  BRONZ. 311 NUBIAN D">
            </div>
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(45476)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/kb85191-kobo-pud-pras-matt-bronz-311-nubian-d-5908309085191-kobo-professional.html">
                    KOBO PROFESSIONAL KOBO PUD. PRAS.MATT  BRONZ. 311 NUBIAN D                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895f9b2ba() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895f9b2ba()" @update-prices-45476.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="45476" data-price-box="product-id-45476"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-45476" data-price-amount="12.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">12,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-45476" data-price-amount="26.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">26,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">12,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 g / 1.44 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/8135/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/8135/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="15"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="8135">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gt220246-gilette-mach3-manual-maszynka-2-wk-ady-7702018020676-gillette.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-8135.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/G/T/GT220246_Gillette_7702018020676_0.jpg" loading="lazy" width="240" height="300" alt="GILLETTE Rączka Maszynki Do Golenia + Ostrza Wymienne Manual 1 szt." title="GILLETTE Rączka Maszynki Do Golenia + Ostrza Wymienne Manual 1 szt.">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(8135)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gt220246-gilette-mach3-manual-maszynka-2-wk-ady-7702018020676-gillette.html">
                    GILLETTE Rączka Maszynki Do Golenia + Ostrza Wymienne Manual 1 szt.                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fa1d86() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fa1d86()" @update-prices-8135.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="8135" data-price-box="product-id-8135"> <span class="final-price">
          <span class="price-container ">
            <span id="product-price-8135" data-price-amount="44.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">44,99&nbsp;zł</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 szt / 44.99 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/2101/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/2101/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="16"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="2101">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-luty/c.k.obsession-night-wom.-edp.100ml.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-2101.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/G/Y/GY15042_CalvinKlein_88300150410_0.jpg" loading="lazy" width="240" height="300" alt="Calvin Klein Obsession Night Woda Perfumowana 100 ml" title="Calvin Klein Obsession Night Woda Perfumowana 100 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(2101)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-luty/c.k.obsession-night-wom.-edp.100ml.html">
                    Calvin Klein Obsession Night Woda Perfumowana 100 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fa5096() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fa5096()" @update-prices-2101.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2101" data-price-box="product-id-2101"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-2101" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper "><span class="price">99,00&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-2101" data-price-amount="164" data-price-type="oldPrice" class="price-wrapper "><span class="price">164,00&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">99,00&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.99 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/3981/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/3981/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="17"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="3981">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/pg79784-old-spice-original-deo-spray-125ml-4084500479784-old-spice.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-3981.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/P/G/PG79784_OldSpice_4084500479784_0.jpg" loading="lazy" width="240" height="300" alt="OLD SPICE Dezodorant w Areozolu 125 ml" title="OLD SPICE Dezodorant w Areozolu 125 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(3981)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/pg79784-old-spice-original-deo-spray-125ml-4084500479784-old-spice.html">
                    OLD SPICE Dezodorant w Areozolu 125 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fa9559() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fa9559()" @update-prices-3981.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3981" data-price-box="product-id-3981"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-3981" data-price-amount="14.49" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,49&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-3981" data-price-amount="15.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">15,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">14,49&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.12 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/2895/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/2895/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="18"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="2895">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/lp47485-lp-telescopic-lift-mascara-extra-black-30147485-l-oreal-paris.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-2895.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/9/9/990193.png" loading="lazy" width="240" height="300" alt="L'OREAL PARIS LP TELESCOPIC LIFT MASCARA EXTRA BLACK" title="L'OREAL PARIS LP TELESCOPIC LIFT MASCARA EXTRA BLACK">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(2895)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/lp47485-lp-telescopic-lift-mascara-extra-black-30147485-l-oreal-paris.html">
                    L'OREAL PARIS LP TELESCOPIC LIFT MASCARA EXTRA BLACK                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fae483() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fae483()" @update-prices-2895.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2895" data-price-box="product-id-2895"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-2895" data-price-amount="54.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">54,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-2895" data-price-amount="81.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">81,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">49,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 6.11 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/10883/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/10883/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="19"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="10883">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-luty/calvin-klein-euphoria-woman-woda-perfumowana-100-ml.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-10883.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/G/Y/GY62512_CalvinKlein_88300162505_0.jpeg" loading="lazy" width="240" height="300" alt="Woda Perfumowana 100 ml" title="Woda Perfumowana 100 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(10883)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-luty/calvin-klein-euphoria-woman-woda-perfumowana-100-ml.html">
                    Woda Perfumowana 100 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fb22d9() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fb22d9()" @update-prices-10883.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="10883" data-price-box="product-id-10883"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-10883" data-price-amount="175" data-price-type="finalPrice" class="price-wrapper "><span class="price">175,00&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-10883" data-price-amount="299" data-price-type="oldPrice" class="price-wrapper "><span class="price">299,00&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">175,00&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 1.75 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/10257/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/10257/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="20"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="10257">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-styczen/gy96852.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-10257.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/G/Y/GY96852_CalvinKlein_88300196845_0.jpg" loading="lazy" width="240" height="300" alt="CALVIN KLEIN Woda toaletowa damska 50 ml" title="CALVIN KLEIN Woda toaletowa damska 50 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(10257)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-styczen/gy96852.html">
                    CALVIN KLEIN Woda toaletowa damska 50 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fb62dc() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fb62dc()" @update-prices-10257.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="10257" data-price-box="product-id-10257"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-10257" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "><span class="price">79,00&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-10257" data-price-amount="115" data-price-type="oldPrice" class="price-wrapper "><span class="price">115,00&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">75,00&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 1.58 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/28407/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/28407/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="21"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="28407">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/gazetka-styczen/mollers-tran-norweski-gold-250ml.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-28407.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/2/C/2C24383_Mollers_7070866024383_0.png" loading="lazy" width="240" height="300" alt="MOLLER'S Tran Norweski 250 ml" title="MOLLER'S Tran Norweski 250 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(28407)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/gazetka-styczen/mollers-tran-norweski-gold-250ml.html">
                    MOLLER'S Tran Norweski 250 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fba0d3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fba0d3()" @update-prices-28407.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="28407" data-price-box="product-id-28407"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-28407" data-price-amount="31.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">31,99&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-28407" data-price-amount="39.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">39,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">29,99&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.13 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/55609/

<form method="post" action="https://drogerienatura.pl/checkout/cart/add/uenc/%25uenc%25/product/55609/" class="relative item product product-item product_addtocart_form flex flex-col w-full pt-1 glider-slide" data-gslide="22"
  style="height: auto; width: 219.429px;">
  <input name="form_key" type="hidden" value="ra92AC8c6x3L0KMK"> <input type="hidden" name="product" value="55609">
  <div class="relative flex">
    <a href="https://drogerienatura.pl/fa39007-jantar-odz-d-wl-i-skory-glowy-100ml-5900117039007-jantar.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-55609.window="$el.src = $event.detail" src="https://media.drogerienatura.pl/catalog/product/cache/c37d6aadec5840cec668481c8600294a/F/A/FA39007_Jantar_5900117039007_0.jpg" loading="lazy" width="240" height="300" alt="JANTAR Wcierka Do Skóry Głowy i Włosów 100 ml" title="JANTAR Wcierka Do Skóry Głowy i Włosów 100 ml">
            </a>
    <a href="" x-data="initWishlist()" @click.prevent="addToWishlist(55609)" aria-label="Dodaj do listy życzeń" class="inline-flex flex-shrink-0 items-center justify-center text-gray-500 absolute right-1 top-2">
                    <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 22" fill="none" class="w-5 h-5">
<path d="M16.9186 1.01447C18.5464 1.01447 20.0715 1.66554 21.2235 2.85676C22.3755 4.04799 23.0051 5.62985 23.0005 7.313C23.0005 8.99614 22.3662 10.578 21.2142 11.7692L12.4366 20.8119C12.3153 20.9373 12.1521 21 11.9935 21C11.8349 21 11.6717 20.9325 11.5504 20.8071L2.79148 11.7499C1.63948 10.5587 1.00051 8.98167 1.00051 7.29853C0.99585 5.61539 1.63015 4.03352 2.78215 2.8423C3.92949 1.6559 5.45927 1 7.08233 1C8.71006 1 10.2445 1.66072 11.3965 2.85194L12.0075 3.48372L12.6091 2.86159C13.7611 1.67036 15.2909 1.01447 16.9186 1.01447Z" stroke="#333333" stroke-width="1.5"></path>
</svg>
                </a>
  </div>
  <hr>
  <div class="product-info flex flex-col flex-grow">
    <div class="mt-1 mb-1 items-center justify-center font-semibold text-sm
             text-center ">
      <a class="product-item-link" href="https://drogerienatura.pl/fa39007-jantar-odz-d-wl-i-skory-glowy-100ml-5900117039007-jantar.html">
                    JANTAR Wcierka Do Skóry Głowy i Włosów 100 ml                </a>
    </div>
    <hr class="mb-1">
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6445895fbdd0b() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
          }
        }
      }
    </script>
    <div class="pt-1 text-center" x-data="initPriceBox__6445895fbdd0b()" @update-prices-55609.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="55609" data-price-box="product-id-55609"> <span class="special-price">
          <span class="price-container ">
            <span id="product-price-55609" data-price-amount="13.89" data-price-type="finalPrice" class="price-wrapper "><span class="price">13,89&nbsp;zł</span></span>
            <span class="price-label">Special Price</span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container ">
            <span id="old-price-55609" data-price-amount="19.99" data-price-type="oldPrice" class="price-wrapper "><span class="price">19,99&nbsp;zł</span></span>
            <span class="price-label">Cena Regularna</span>
          </span>
        </span>
      </div>
      <div class="historical-price" data-price-type="historicalPrice"> Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki <span class="price">11,89&nbsp;zł</span> </div>
    </div>
    <div class="capacity-per-price text-center text-sm mt-2"> 1 ml / 0.14 zł</div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="btn btn-primary w-full btn-cart" aria-label="Dodaj do koszyka">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" class="w-6 h-6 svg">
          <path d="M16.0005 8C15.449 8 15.0005 8.44854 15.0005 9C15.0005 9.55146 15.449 10 16.0005 10C16.552 10 17.0005 9.55146 17.0005 9C17.0005 8.44854 16.552 8 16.0005 8Z" fill="currentColor"></path>
          <path d="M9.00049 8C8.44902 8 8.00049 8.44854 8.00049 9C8.00049 9.55146 8.44902 10 9.00049 10C9.55195 10 10.0005 9.55146 10.0005 9C10.0005 8.44854 9.55195 8 9.00049 8Z" fill="currentColor"></path>
          <path d="M9.00049 9V4.03572C9.00049 2.3618 10.5706 1 12.5006 1C14.4305 1 16.0006 2.3618 16.0005 4.03572V9" stroke="currentColor" stroke-width="1.2"></path>
          <path d="M3.59604 5H20.8131L22.0005 23H2.00049L3.59604 5Z" stroke="currentColor" stroke-width="1.2"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 25 25" fill="none" class="w-6 h-6 svg-hover">
          <path d="M15.79 8.43C15.21 8.43 14.73 8.91 14.73 9.49C14.73 10.07 15.2 10.55 15.79 10.55C16.38 10.55 16.85 10.07 16.85 9.49C16.85 8.91 16.38 8.43 15.79 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 8.43C7.81 8.43 7.33 8.91 7.33 9.49C7.33 10.07 7.8 10.55 8.39 10.55C8.98 10.55 9.45 10.07 9.45 9.49C9.45 8.91 8.98 8.43 8.39 8.43Z" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M8.39 9.49V4.22C8.39 2.44 10.05 1 12.09 1C14.13 1 15.79 2.45 15.79 4.22V9.49" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M14 24.35H1L2.68 5.25H20.87L21.5 14" stroke="#7DBA00" stroke-width="1.2"></path>
          <path d="M20.9689 19.0658H25V20.9812H20.9689V25H19.0072V20.9812H15V19.0658H19.0072V15H20.9689V19.0658Z" fill="#7DBA00"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

<form class="amgdprcookie-form-container" id="amgdprcookie-form" data-amcookie-js="form-cookie">
  <template x-for="(item, index) in items" :key="item.groupId">
    <div class="amgdprcookie-item mb-2">
      <div class="header flex justify-between items-start py-2">
        <h3 class="text-lg font-semibold pr-6" :style="isSidebar ? `color: ${ styles.title_text_color }`:''" x-text="item.name"></h3>
        <div class="amgdprcookie-toggle-cookie">
          <input class="amgdprcookie-input" data-amcookie-js="field" type="checkbox" name="groups[]" :id="'switchBox-' + item.groupId" :disabled="item.isEssential" :value="item.groupId" :checked="item.checked">
          <label class="amgdprcookie-label" :for="'switchBox-' + item.groupId"></label>
        </div>
      </div>
      <p class="py-2" x-html="item.description" :style="isSidebar ? `color: ${ styles.description_text_color }`:''"></p>
      <button class="btn btn-secondary px-4 text-xs mb-4
                               rounded-sm before:content-none after:content-none" :style="isSidebar ? `border-color: ${ styles.accept_btn_bg }` : ''" type="button" title="Więcej informacji" aria-label="Więcej informacji"
        @click.prevent="openInfoModal(item)"> Więcej informacji </button>
    </div>
  </template>
  <template x-if="showButtons">
    <div class="mt-6">
      <template x-for="(button, index) in buttons" :key="index">
        <button class="p-4 w-full text-xs font-semibold rounded-sm
                                   leading-none text-center text-white uppercase bg-primary" data-role="action" x-html="button.title" :title="button.title" :data-amcform-js="button.amcformjs" @click.prevent="button.action($el)"></button>
      </template>
    </div>
  </template>
  <div class="mt-6">
    <template x-for="(button, index) in buttons" :key="index">
      <button class="p-4 w-full text-xs font-semibold rounded-sm
                                   leading-none text-center text-white uppercase bg-primary" data-role="action" x-html="button.title" :title="button.title" :data-amcform-js="button.amcformjs" @click.prevent="button.action($el)"></button>
    </template>
  </div>
</form>

Text Content

SUPEROFERTA! >> Świętuj z nami pierwsze urodziny marki SKINIMAL! <<
Drodzy klienci, cały czas słuchamy Waszych opinii i zmieniamy się dla Was,
dlatego dziś w godzinach 22:00 - 0:00 mogą występować przerwy z dostępnością
sklepu. Dziękujemy za wyrozumiałość.

Darmowa dostawa od 149 zł

20 tys. produktów

Odbiór w 242 drogeriach

+48 22 454 62 00
Promocje Gazetka % Outlet % Magazyn Natura
Przeszukaj cały sklep tutaj...

Wyniki wyszukiwania dla ""
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki
Odkrywaj więcej
Koszyk 0
Zaloguj się Załóż konto
Menu
Twarz Ciało Włosy Makijaż Zapachy Dermo Naturalne Higiena Mama i dziecko
Mężczyzna Zdrowie i żywność Dom, ogród i pozostałe Cashback
Twarz
Pielęgnacja twarzy Oczyszczanie i demakijaż Pielęgnacja ust Akcesoria Zestawy
Pielęgnacja twarzy
Krem do twarzy Kremy pod oczy Serum Olejki Maseczki Odżywki do rzęs i brwi
Oczyszczanie i demakijaż
Płyny micelarne Olejki i płyny dwufazowe Pianki do mycia twarzy Toniki i
hydrolaty Żele do mycia twarzy Mleczka Peelingi Chusteczki do demakijażu
Pielęgnacja ust
Pomadki ochronne Balsamy do ust Peelingi
Ciało
Kąpiel Depilacja Pielęgnacja ciała Pielęgnacja dłoni Pielęgnacja stóp SPA
Akcesoria Zestawy
Kąpiel
Żele i pianki Mydła Olejki Peelingi Płyny do kąpieli Kule i sole do kąpieli
Depilacja
Maszynki Pianki i żele Kremy Plastry Depilacja woskiem
Pielęgnacja ciała
Balsamy, kremy i masła Olejki do ciała Modelowanie Opalanie
Pielęgnacja dłoni
Kremy i oliwki Peelingi i maski Akcesoria Manicure
Pielęgnacja stóp
Kremy do stóp Peelingi i maski Dezodoranty Pedicure Akcesoria
SPA
Kosmetyki Kule i sole do kąpieli Akcesoria
Włosy
Pielęgnacja Koloryzacja Stylizacja Akcesoria Zestawy
Pielęgnacja
Szampony Suche szampony Odżywki Maski Olejki Serum Kuracje i zabiegi Peelingi do
skóry głowy
Koloryzacja
Farby Produkty koloryzujące Na odrosty Rozjaśniacze Henna Akcesoria
Stylizacja
Lakiery Żele Inne produkty stylizujące
Akcesoria
Szczotki Grzebienie Gumki, spinki Wałki, papiloty, termoloki Opaski Inne
akcesoria
Makijaż
Twarz Oczy Brwi Usta Paznokcie Akcesoria
Twarz
Podkłady Korektory Pudry Bronzery Róże Rozświetlacze Konturowanie Bazy pod
makijaż Utrwalacze makijażu
Oczy
Tusze do rzęs Cienie Eyelinery Kredki do oczu Sztuczne rzęsy
Brwi
Kredki do brwi Pomady i woski Cienie do brwi Mydełka Żele i tusze do brwi Henna
Odżywki do rzęs i brwi
Usta
Pomadki i szminki Konturówki i kredki Błyszczyki Pielęgnacja
Paznokcie
Lakiery klasyczne Lakiery hybrydowe Topy i bazy Żele Ozdoby Zmywacze do paznokci
Odżywki do paznokci Akcesoria do paznokci Urządzenia
Akcesoria
Pędzle i gąbki Kosmetyczki Bibułki matujące Pozostałe
Zapachy
Damskie Męskie Unisex
Damskie
Wody perfumowane Wody toaletowe Dezodoranty perfumowane Mgiełki Zestawy
Męskie
Wody perfumowane Wody toaletowe Wody kolońskie Dezodoranty perfumowane Zestawy
Unisex
Wody perfumowane
Dermo
Twarz Ciało Włosy
Naturalne
Twarz Ciało Włosy Dom
Higiena
Artykuły higieniczne Dezodoranty Higiena jamy ustnej Higiena intymna Produkty
antybakteryjne i ochronne
Artykuły higieniczne
Papier toaletowy Chusteczki Płatki kosmetyczne Patyczki kosmetyczne
Dezodoranty
Antyperspiranty W kulce Dezodoranty perfumowane
Higiena jamy ustnej
Pasty do zębów Płyny i odświeżacze do ust Szczoteczki manualne Szczoteczki
elektryczne Produkty do protez Akcesoria dentystyczne
Higiena intymna
Podpaski Tampony Wkładki higieniczne Płyny do higieny intymnej Chusteczki do
higieny intymnej Pozostałe
Produkty antybakteryjne i ochronne
Żele i spraye antybakteryjne Mydła antybakteryjne Maseczki
Mama i dziecko
Artykuły higieniczne Kąpiel i pielęgnacja Dla mamy Żywienie Akcesoria Pranie
Pozostałe
Artykuły higieniczne
Pieluchy Chusteczki Higiena intymna Higiena jamy ustnej
Kąpiel i pielęgnacja
Żele i szampony Oliwki Akcesoria do kąpieli Kremy i balsamy Przeciw odparzeniom
Ochrona przeciwsłoneczna
Dla mamy
Pielęgnacja w ciąży Sterylizatory i podgrzewacze Nianie elektroniczne Akcesoria
Żywienie
Obiadki i zupki
Akcesoria
Smoczki i gryzaki Butelki i kubki Do włosów Zabawki
Pranie
Płyny do prania Odplamiacze
Mężczyzna
Zapachy Twarz Higiena Włosy Zarost Pozostałe
Zapachy
Wody perfumowane Wody toaletowe Wody kolońskie Dezodoranty perfumowane Zestawy
Twarz
Pielęgnacja Oczyszczanie
Higiena
Do kąpieli Dezodoranty
Włosy
Pielęgnacja Koloryzacja
Zarost
Pielęgnacja zarostu Maszynki Kremy do golenia Pianki do golenia Żele do golenia
Po goleniu Akcesoria do golenia
Zdrowie i żywność
Suplementy Żywność Seks Ochrona antybakteryjna Produkty medyczne Okulary i
soczewki Leki
Suplementy
Witaminy Odporność Kontrola wagi Uroda Pamięć i układ nerwowy Na trawienie Dla
seniorów Stawy, kości, mięśnie Ciąża Odżywki białkowe Sprawność seksualna Dla
dzieci Pozostałe
Żywność
Superfood BIO Breakfast products Kawa, herbata, kakao Miody Przekąski i słodycze
Woda i napoje Cukier i słodziki Pozostałe
Seks
Prezerwatywy Żele intymne Gadżety erotyczne Suplementy
Ochrona antybakteryjna
Żele i spraye antybakteryjne
Produkty medyczne
Plastry i opatrunki Akcesoria medyczne
Okulary i soczewki
Soczewki Krople i płyny
Dom, ogród i pozostałe
Dom Ogród Elektronika Pozostałe
Dom
Sprzątanie Kuchnia Łazienka i toaleta Akcesoria zapachowe
Ogród
Pielęgnacja i ochrona roślin Przeciw owadom i insektom Nawozy Akcesoria
Pozostałe
Akcesoria do butów Rajstopy Dodatki




MÓJ KOSZYK

Gratulacje! Otrzymujesz darmową wysyłkę.

Do darmowej dostawy brakuje: zł

x









Suma produktów:

Złóż zamówienie lub Zobacz i edytuj koszyk
Przetwarzanie...

Checkout using your account

Email Address

Hasło

Zaloguj się Zapomniałeś hasła?


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Załóż konto
Skip to Content


AKCEPTACJA REGULAMINU


WPROWADZILIŚMY ZMIANY W REGULAMINIE PROGRAMU LOJALNOŚCIOWEGO "KLUB NATURA",
DLATEGO PROSIMY O JEGO PONOWNĄ AKCEPTACJĘ: REGULAMIN

Najważniejsza zmiana wprowadzona w regulaminie dotyczy zakończenia od 1 kwietnia
2023 roku przyznawania Uczestnikom Programu punktów za dokonane zakupy w
Drogeriach Natura. Zebrane do dnia 31 marca 2023 roku punkty Uczestnik może
wykorzystać przez okres 18 miesięcy od dnia ich naliczenia.

Wyrażam zgode Nie wyrażam zgody

W przypadku braku akceptacji nowego regulaminu, prosimy o przesłanie na adres:
BOK@drogerienatura.pl oświadczenia z rezygnacją z uczestnictwa w Klubie Natura o
treści "Rezygnuję z uczestnictwa w Programie Klub Natura" wraz ze wskazaniem
numeru Karty Klubu Natura.


BESTSELLERY

--------------------------------------------------------------------------------

Anwen Grow Me Tender wcierka do włosów 150 ml

--------------------------------------------------------------------------------


26,99 zł Special Price 41,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 25,99 zł



--------------------------------------------------------------------------------

LENOR Perełki Zapachowe Do Prania 140 g

--------------------------------------------------------------------------------


21,99 zł Special Price 27,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 20,49 zł
1 g / 0.16 zł


--------------------------------------------------------------------------------

ALWAYS Podpaski 12 szt.

--------------------------------------------------------------------------------


10,99 zł Special Price 11,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 10,99 zł
1 szt / 0.92 zł


--------------------------------------------------------------------------------

SKINIMAL Intensywny peeling kwasowy AHA 30% BHA 2%

--------------------------------------------------------------------------------


24,99 zł Special Price 38,49 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 24,99 zł
1 ml / 0.83 zł


--------------------------------------------------------------------------------

MAYBELLINE Tusz Do Rzęs Intense Black 9.5 ml

--------------------------------------------------------------------------------


21,99 zł Special Price 47,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 21,99 zł
1 ml / 2.44 zł


--------------------------------------------------------------------------------

FAIRY FAIRY PLATINUM AIO TABL/ZMYW LEMON 30SZT

--------------------------------------------------------------------------------


59,99 zł
1 szt / 2.00 zł


--------------------------------------------------------------------------------

ZIAJA OCZYSZCZANIE L.M ZEL MYJ.D/TW. 200ML

--------------------------------------------------------------------------------


9,19 zł Special Price 10,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 9,09 zł
1 ml / 0.05 zł


--------------------------------------------------------------------------------

ECOCERA ECOCERA PUDER RYZOWY FIXER 15G

--------------------------------------------------------------------------------


25,99 zł Special Price 36,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 24,99 zł
1 g / 1.73 zł


--------------------------------------------------------------------------------

SKINIMAL Aktywny tonik keratolityczny kwas glikolowy 7% mleczan sodu 200 ml

--------------------------------------------------------------------------------


19,99 zł Special Price 31,49 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 19,99 zł
1 ml / 0.10 zł


--------------------------------------------------------------------------------

CATRICE CATRICE HD LIQUID COVERAGE PODKLAD 010

--------------------------------------------------------------------------------


39,99 zł
1 ml / 1.33 zł


--------------------------------------------------------------------------------

PHYSIOGEL Krem Do Twarzy Intensywnie Nawilżający 100 ml

--------------------------------------------------------------------------------


59,99 zł
1 ml / 0.60 zł


--------------------------------------------------------------------------------

Uzdrovisco Mak Serum Do Twarzy Balsamiczne 25 ml

--------------------------------------------------------------------------------


34,99 zł Special Price 51,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 24,99 zł
1 ml / 1.40 zł


--------------------------------------------------------------------------------

Aquaselin Intensive Women Antyperspirant Roll On Dla Każdego Rodzaju Skóry 50 ml

--------------------------------------------------------------------------------


14,89 zł Special Price 18,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 14,89 zł
1 ml / 0.30 zł


--------------------------------------------------------------------------------

PAESE Puder Pod Oczy 5.3 g

--------------------------------------------------------------------------------


22,99 zł Special Price 34,90 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 22,99 zł
1 g / 4.60 zł


--------------------------------------------------------------------------------

KOBO PROFESSIONAL KOBO PUD. PRAS.MATT BRONZ. 311 NUBIAN D

--------------------------------------------------------------------------------


12,99 zł Special Price 26,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 12,99 zł
1 g / 1.44 zł


--------------------------------------------------------------------------------

GILLETTE Rączka Maszynki Do Golenia + Ostrza Wymienne Manual 1 szt.

--------------------------------------------------------------------------------


44,99 zł
1 szt / 44.99 zł


--------------------------------------------------------------------------------

Calvin Klein Obsession Night Woda Perfumowana 100 ml

--------------------------------------------------------------------------------


99,00 zł Special Price 164,00 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 99,00 zł
1 ml / 0.99 zł


--------------------------------------------------------------------------------

OLD SPICE Dezodorant w Areozolu 125 ml

--------------------------------------------------------------------------------


14,49 zł Special Price 15,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 14,49 zł
1 ml / 0.12 zł


--------------------------------------------------------------------------------

L'OREAL PARIS LP TELESCOPIC LIFT MASCARA EXTRA BLACK

--------------------------------------------------------------------------------


54,99 zł Special Price 81,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 49,99 zł
1 ml / 6.11 zł


--------------------------------------------------------------------------------

Woda Perfumowana 100 ml

--------------------------------------------------------------------------------


175,00 zł Special Price 299,00 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 175,00 zł
1 ml / 1.75 zł


--------------------------------------------------------------------------------

CALVIN KLEIN Woda toaletowa damska 50 ml

--------------------------------------------------------------------------------


79,00 zł Special Price 115,00 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 75,00 zł
1 ml / 1.58 zł


--------------------------------------------------------------------------------

MOLLER'S Tran Norweski 250 ml

--------------------------------------------------------------------------------


31,99 zł Special Price 39,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 29,99 zł
1 ml / 0.13 zł


--------------------------------------------------------------------------------

JANTAR Wcierka Do Skóry Głowy i Włosów 100 ml

--------------------------------------------------------------------------------


13,89 zł Special Price 19,99 zł Cena Regularna
Najniższa cena towaru w okresie 30 dni przed wprowadzeniem obniżki 11,89 zł
1 ml / 0.14 zł




 

 



 

Darmowa dostawa
od 149 zł

 

Darmowy odbiór w

drogeriach stacjonarnych

 

Program lojalnościowy

Klub Natura

 

Wysoka jakość

produktów

 

Szybka wysyłka

zamówienia

 

Infolinia

22 454 62 00



--------------------------------------------------------------------------------


NAJLEPSZE OFERTY


Odkrywaj więcej

DROGERIA NATURA

O firmie Reklamacje Klub Natura Solidarni z Ukrainą Regulaminy promocji
Informacja od strategii podatkowej

SKLEP INTERNETOWY

Koszty i czas dostawy Formy płatności Zwroty i reklamacje online Składanie
zamówień Sprawdź status zamówienia

INFORMACJE

Kontakt FAQ Regulamin kodów rabatowych Praca w Naturze

OBSERWUJ NAS


Polityka prywatności Regulamin sklepu Ochrona danych Cookies

Copyright © Natura


I have read and accept
Przetwarzanie...

Strona wykorzystuje pliki Cookies (Ciasteczka), które są ważne dla prawidłowego
funkcjonowania serwisu, do optymalizacji przeglądania, personalizacji zawartości
zgodnie z Państwa zainteresowaniami oraz w celu analizowania ruchu w witrynie.

 

Klikając "Zaakceptuj wszystkie" zgadzasz się na używanie przez nas wszystkich
plików cookies. Możesz samodzielnie określić warunki przechowywania lub dostępu
do cookies w Twojej przeglądarce lub konfiguracji usługi, klikając w „Zarządzaj
cookies”. Wyrażając zgodę umożliwiasz nam przygotowywanie ofert i dostosowanie
rabatów, opartych na analizie Twojej aktywności.

Więcej informacji odnośnie wykorzystywanych przez nas plików Cookies znajdziesz
w dokumencie Polityka Cookie ->



Zaakceptuj wszystkie Zarządzaj cookies



Więcej informacji



Cookie Name Cookie Provider Cookie Description Cookie Lifetime Cookie Type