www.farmaregno.com Open in urlscan Pro
188.114.97.3  Public Scan

URL: https://www.farmaregno.com/
Submission Tags: sansec.io magecart Search All
Submission: On July 23 via api from US — Scanned from NL

Form analysis 29 forms found in the DOM

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="pt-4 pb-2 text-left label" for="customer-email">
        <span>Indirizzo email</span>
      </label>
      <div class="flex justify-start control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="w-3/4 form-input input-text focus:ring-0 focus:border-secondary">
      </div>
    </div>
    <div class="pt-4 field password required">
      <label for="pass" class="text-left label">
        <span>Password</span>
      </label>
      <div class="flex justify-start control">
        <input name="password" type="password" class="w-3/4 form-input input-text focus:ring-0 focus:border-secondary" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="flex flex-row-reverse items-center justify-between pt-4 pb-2 mt-6 border-t border-gray-200 align-centers">
      <button type="submit" class="inline-flex rounded-lg btn hover:bg-arancio-400 bg-arancio"> Accedi </button>
      <a class="text-lg text-black font-base" href="https://www.farmaregno.com/customer/account/forgotpassword/">
                                    Hai dimenticato la password?                                </a>
    </div>
  </div>
</form>

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

<form class="relative form minisearch" @click="prova()" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://www.farmaregno.com/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" :placeholder="text" maxlength="128"
    class="w-full h-8 px-4 pt-3 text-xs font-normal leading-normal text-gray-800 transition bg-white border-gray-400 rounded appearance-none focus:outline-none focus:ring-0 focus:border-gray-400 lg:text-xs sm:h-9 sm:text-lg" @focus.once="suggest"
    @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))" placeholder="Cerca tra oltre 70.00">
  <button type="submit" title="Search" class="absolute top-0 right-0 items-center justify-center w-8 h-8 p-0 rounded shadow-none action bg-primary btn lg:hover:bg-primary-lighter lg:mr-1 lg:top-1 md:h-7 md:w-7 search" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-white border-current inline w-5 h-5" width="24" height="24">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
  </button>
</form>

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

<form class="relative form minisearch" @click="prova()" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://www.farmaregno.com/catalogsearch/result/" method="get">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Search</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" :placeholder="text" maxlength="128"
    class="w-full h-8 px-4 pt-3 text-xs font-normal leading-normal text-gray-800 transition bg-white border-gray-400 rounded appearance-none focus:outline-none focus:ring-0 focus:border-gray-400 lg:text-xs sm:h-9 sm:text-lg" @focus.once="suggest"
    @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))" placeholder="Cerca tra oltre 70.00">
  <button type="submit" title="Search" class="absolute top-0 right-0 items-center justify-center w-8 h-8 p-0 rounded shadow-none action bg-primary btn lg:hover:bg-primary-lighter lg:mr-1 lg:top-1 md:h-7 md:w-7 search" aria-label="Search">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="text-white border-current inline w-5 h-5" width="24" height="24">
      <circle cx="11" cy="11" r="8"></circle>
      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
    </svg>
  </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="pt-4 pb-2 label" for="customer-email">
        <span>Indirizzo email</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="pb-2 label">
        <span> Password </span>
      </label>
      <div class="relative control">
        <input name="password" :type="!showPassword ? 'password' : 'text'" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio" required="" x-ref="customer-password" @change="errors = 0">
        <div class="absolute top-0 bottom-0 right-[100px] flex items-center pr-3 text-sm leading-5">
          <svg class="h-5 text-black" fill="none" @click="showPassword = !showPassword" :class="{'hidden': !showPassword, 'block':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
            <path fill="currentColor"
              d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z">
            </path>
          </svg>
          <svg class="h-5 text-black" fill="none" @click="showPassword = !showPassword" :class="{'block': !showPassword, 'hidden':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
            <path fill="currentColor"
              d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z">
            </path>
          </svg>
        </div>
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="flex flex-row-reverse items-center justify-between pt-4 pb-2 mt-6 border-t border-gray-200 align-centers">
      <button type="submit" class="inline-flex rounded btn bg-arancio hover:bg-arancio-lighter"> Accedi </button>
      <a class="text-lg text-black font-base" href="https://www.farmaregno.com/customer/account/forgotpassword/">
                            Hai dimenticato la password?                        </a>
    </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="pt-4 pb-2 label" for="customer-email">
        <span>Indirizzo email</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="pb-2 label">
        <span> Password </span>
      </label>
      <div class="relative control">
        <input name="password" :type="!showPassword ? 'password' : 'text'" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio" required="" x-ref="customer-password" @change="errors = 0" type="password">
        <div class="absolute top-0 bottom-0 right-[100px] flex items-center pr-3 text-sm leading-5">
          <svg class="h-5 text-black hidden" fill="none" @click="showPassword = !showPassword" :class="{'hidden': !showPassword, 'block':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
            <path fill="currentColor"
              d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z">
            </path>
          </svg>
          <svg class="h-5 text-black block" fill="none" @click="showPassword = !showPassword" :class="{'block': !showPassword, 'hidden':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
            <path fill="currentColor"
              d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z">
            </path>
          </svg>
        </div>
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="flex flex-row-reverse items-center justify-between pt-4 pb-2 mt-6 border-t border-gray-200 align-centers">
      <button type="submit" class="inline-flex rounded btn bg-arancio hover:bg-arancio-lighter"> Accedi </button>
      <a class="text-lg text-black font-base" href="https://www.farmaregno.com/customer/account/forgotpassword/">
                            Hai dimenticato la password?                        </a>
    </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="pt-4 pb-2 label" for="customer-email">
        <span>Indirizzo email</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="pb-2 label">
        <span> Password </span>
      </label>
      <div class="relative control">
        <input name="password" :type="!showPassword ? 'password' : 'text'" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio" required="" x-ref="customer-password" @change="errors = 0">
        <div class="absolute top-0 bottom-0 right-[100px] flex items-center pr-3 text-sm leading-5">
          <svg class="h-5 text-black" fill="none" @click="showPassword = !showPassword" :class="{'hidden': !showPassword, 'block':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
            <path fill="currentColor"
              d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z">
            </path>
          </svg>
          <svg class="h-5 text-black" fill="none" @click="showPassword = !showPassword" :class="{'block': !showPassword, 'hidden':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
            <path fill="currentColor"
              d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z">
            </path>
          </svg>
        </div>
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="flex flex-row-reverse items-center justify-between pt-4 pb-2 mt-6 border-t border-gray-200 align-centers">
      <button type="submit" class="inline-flex rounded btn bg-arancio hover:bg-arancio-lighter"> Accedi </button>
      <a class="text-lg text-black font-base" href="https://www.farmaregno.com/customer/account/forgotpassword/">
                            Hai dimenticato la password?                        </a>
    </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="pt-4 pb-2 label" for="customer-email">
        <span>Indirizzo email</span>
      </label>
      <div class="control">
        <input name="username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="pb-2 label">
        <span> Password </span>
      </label>
      <div class="relative control">
        <input name="password" :type="!showPassword ? 'password' : 'text'" class="w-3/4 form-input input-text focus:ring-0 focus:border-arancio" required="" x-ref="customer-password" @change="errors = 0" type="password">
        <div class="absolute top-0 bottom-0 right-[100px] flex items-center pr-3 text-sm leading-5">
          <svg class="h-5 text-black hidden" fill="none" @click="showPassword = !showPassword" :class="{'hidden': !showPassword, 'block':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512">
            <path fill="currentColor"
              d="M572.52 241.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400a144 144 0 1 1 144-144 143.93 143.93 0 0 1-144 144zm0-240a95.31 95.31 0 0 0-25.31 3.79 47.85 47.85 0 0 1-66.9 66.9A95.78 95.78 0 1 0 288 160z">
            </path>
          </svg>
          <svg class="h-5 text-black block" fill="none" @click="showPassword = !showPassword" :class="{'block': !showPassword, 'hidden':showPassword }" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">
            <path fill="currentColor"
              d="M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z">
            </path>
          </svg>
        </div>
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="flex flex-row-reverse items-center justify-between pt-4 pb-2 mt-6 border-t border-gray-200 align-centers">
      <button type="submit" class="inline-flex rounded btn bg-arancio hover:bg-arancio-lighter"> Accedi </button>
      <a class="text-lg text-black font-base" href="https://www.farmaregno.com/customer/account/forgotpassword/">
                            Hai dimenticato la password?                        </a>
    </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>Indirizzo email</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Password</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="flex items-center justify-between pt-6 pb-2 actions-toolbar">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Accedi </button>
      <a href="https://www.farmaregno.com/customer/account/forgotpassword/">
                                        Hai dimenticato la password?                                    </a>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247442/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247442/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide active left-2 visible" data-gslide="0" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">5%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="247442">
  <a href="https://www.farmaregno.com/ematonil-plus-emulsione-gel-50ml.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-247442.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/e/m/ematonil-plus-gel-50ml.jpg" loading="lazy" width="240" height="300" alt="Ematonil Plus Emulsione Gel 50ml" title="Ematonil Plus Emulsione Gel 50ml">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/ematonil-plus-emulsione-gel-50ml.html">
                    Ematonil Plus Emulsione Gel 50ml                </a>
    </div>
    <script>
      function initPriceBox__66a02eb6095d2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb6095d2()" @update-prices-247442.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="247442" data-price-box="product-id-247442">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-247442" data-price-amount="12.44" data-price-type="finalPrice" class="price-wrapper "><span class="price">12,44&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-247442" data-price-amount="13.1" data-price-type="oldPrice" class="price-wrapper "><span class="price">13,10&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/255725/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/255725/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide center visible" data-gslide="2" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">5%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="255725">
  <a href="https://www.farmaregno.com/vea-spray-olio-secco-vitamina-e-100ml.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-255725.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/v/e/vea-spray-olio-secco-vitamina-e-pura-nebulizzata-100ml.jpg" loading="lazy" width="240" height="300" alt="Vea Spray Olio Secco Vitamina E 100ml" title="Vea Spray Olio Secco Vitamina E 100ml">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/vea-spray-olio-secco-vitamina-e-100ml.html">
                    Vea Spray Olio Secco Vitamina E 100ml                </a>
    </div>
    <script>
      function initPriceBox__66a02eb611c75() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb611c75()" @update-prices-255725.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="255725" data-price-box="product-id-255725">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-255725" data-price-amount="22.7" data-price-type="finalPrice" class="price-wrapper "><span class="price">22,70&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-255725" data-price-amount="23.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">23,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247287/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247287/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-2 visible" data-gslide="4" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="247287">
  <a href="https://www.farmaregno.com/ducray-kelual-ds-shampoo-trattante-forfora-dermatite-100ml.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-247287.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/k/e/keluas-ds-ducray_2.jpg" loading="lazy" width="240" height="300" alt="Ducray Kelual DS Shampoo Trattante Forfora Dermatite 100ml" title="Ducray Kelual DS Shampoo Trattante Forfora Dermatite 100ml">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/ducray-kelual-ds-shampoo-trattante-forfora-dermatite-100ml.html">
                    Ducray Kelual DS Shampoo Trattante Forfora Dermatite 100ml                </a>
    </div>
    <script>
      function initPriceBox__66a02eb613336() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb613336()" @update-prices-247287.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="247287" data-price-box="product-id-247287">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-247287" data-price-amount="16.11" data-price-type="finalPrice" class="price-wrapper "><span class="price">16,11&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-247287" data-price-amount="17.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">17,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247204/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247204/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-4" data-gslide="6" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="247204">
  <a href="https://www.farmaregno.com/dexeryl-crema-emolliente-500g.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-247204.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/d/e/dexeryl-crema-emolliente-pelle-secca-atopica-500g.jpg" loading="lazy" width="240" height="300" alt="Dexeryl Crema Emolliente 500g" title="Dexeryl Crema Emolliente 500g">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/dexeryl-crema-emolliente-500g.html">
                    Dexeryl Crema Emolliente 500g                </a>
    </div>
    <script>
      function initPriceBox__66a02e2814bc9() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02e2814bc9()" @update-prices-247204.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="247204" data-price-box="product-id-247204">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-247204" data-price-amount="16.38" data-price-type="finalPrice" class="price-wrapper "><span class="price">16,38&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-247204" data-price-amount="18.2" data-price-type="oldPrice" class="price-wrapper "><span class="price">18,20&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247184/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/247184/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-6" data-gslide="8" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="247184">
  <a href="https://www.farmaregno.com/dermovitamina-micoblock-soluzione-ungueale-onicomicosi-7ml.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-247184.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/d/e/dermovitamina-micoblock-soluzione-ungueale-onicomicosi-7ml.jpg" loading="lazy" width="240" height="300" alt="Dermovitamina Micoblock Soluzione Ungueale Onicomicosi 7ml" title="Dermovitamina Micoblock Soluzione Ungueale Onicomicosi 7ml">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/dermovitamina-micoblock-soluzione-ungueale-onicomicosi-7ml.html">
                    Dermovitamina Micoblock Soluzione Ungueale Onicomicosi 7ml                </a>
    </div>
    <script>
      function initPriceBox__66a02eb614949() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb614949()" @update-prices-247184.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="247184" data-price-box="product-id-247184">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-247184" data-price-amount="17.01" data-price-type="finalPrice" class="price-wrapper "><span class="price">17,01&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-247184" data-price-amount="18.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">18,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/258804/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/258804/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-8" data-gslide="10" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="258804">
  <a href="https://www.farmaregno.com/essaven-gel-1-0-8-80g.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-258804.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/e/s/essaven-gel-gambe-80mg.jpg" loading="lazy" width="240" height="300" alt="Essaven Gel 1%+0,8% 80g" title="Essaven Gel 1%+0,8% 80g">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/essaven-gel-1-0-8-80g.html">
                    Essaven Gel 1%+0,8% 80g                </a>
    </div>
    <script>
      function initPriceBox__66a02e281e03e() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02e281e03e()" @update-prices-258804.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="258804" data-price-box="product-id-258804">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-258804" data-price-amount="15.3" data-price-type="finalPrice" class="price-wrapper "><span class="price">15,30&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-258804" data-price-amount="17" data-price-type="oldPrice" class="price-wrapper "><span class="price">17,00&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/264885/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/264885/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-10" data-gslide="12" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="264885">
  <a href="https://www.farmaregno.com/connettivina-mani-crema-riparatrice-idratante-75g.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-264885.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/c/o/connettivina-mani-crema-fidia-75g.jpg" loading="lazy" width="240" height="300" alt="Connettivina Mani Crema Riparatrice Idratante 75g" title="Connettivina Mani Crema Riparatrice Idratante 75g">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/connettivina-mani-crema-riparatrice-idratante-75g.html">
                    Connettivina Mani Crema Riparatrice Idratante 75g                </a>
    </div>
    <script>
      function initPriceBox__66a02932e5e68() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02932e5e68()" @update-prices-264885.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="264885" data-price-box="product-id-264885">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-264885" data-price-amount="12.15" data-price-type="finalPrice" class="price-wrapper "><span class="price">12,15&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-264885" data-price-amount="13.5" data-price-type="oldPrice" class="price-wrapper "><span class="price">13,50&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/260499/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/260499/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-12" data-gslide="14" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="260499">
  <a href="https://www.farmaregno.com/connettivina-stick-labbra-acido-ialuronico-0-2-3g.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-260499.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/c/o/connettivina-stick-labbra-acido-ialuronico-0.2_-3g.jpg" loading="lazy" width="240" height="300" alt="Connettivina Stick Labbra Acido Ialuronico 0.2% 3g" title="Connettivina Stick Labbra Acido Ialuronico 0.2% 3g">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/connettivina-stick-labbra-acido-ialuronico-0-2-3g.html">
                    Connettivina Stick Labbra Acido Ialuronico 0.2% 3g                </a>
    </div>
    <script>
      function initPriceBox__66a02eb615e80() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb615e80()" @update-prices-260499.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="260499" data-price-box="product-id-260499">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-260499" data-price-amount="7.65" data-price-type="finalPrice" class="price-wrapper "><span class="price">7,65&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-260499" data-price-amount="8.5" data-price-type="oldPrice" class="price-wrapper "><span class="price">8,50&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/244523/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/244523/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-14" data-gslide="16" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="244523">
  <a href="https://www.farmaregno.com/aboca-fitomagra-lynfase-concentrato-fluido-drenante-12-flaconcini.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-244523.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/a/b/aboca_fitomagra_lynfase_concentrato_fluido_drenante_12_flaconcini.jpg" loading="lazy" width="240" height="300" alt="Aboca Fitomagra Lynfase Concentrato Fluido Drenante 12 Flaconcini" title="Aboca Fitomagra Lynfase Concentrato Fluido Drenante 12 Flaconcini">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/aboca-fitomagra-lynfase-concentrato-fluido-drenante-12-flaconcini.html">
                    Aboca Fitomagra Lynfase Concentrato Fluido Drenante 12 Flaconcini                </a>
    </div>
    <script>
      function initPriceBox__66a02e2820168() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02e2820168()" @update-prices-244523.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="244523" data-price-box="product-id-244523">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-244523" data-price-amount="26.91" data-price-type="finalPrice" class="price-wrapper "><span class="price">26,91&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-244523" data-price-amount="29.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">29,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/264169/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/264169/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-16" data-gslide="18" style="height: auto; width: 276.981px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">7%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="264169">
  <a href="https://www.farmaregno.com/timodore-polvere-deodorante-piedi-dr-ciccarelli-75g.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-264169.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/d/r/dr-ciccarelli-timodore-polvere-deodorante-250g.jpg" loading="lazy" width="240" height="300" alt="Timodore Polvere Deodorante Piedi Dr Ciccarelli 75g" title="Timodore Polvere Deodorante Piedi Dr Ciccarelli 75g">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/timodore-polvere-deodorante-piedi-dr-ciccarelli-75g.html">
                    Timodore Polvere Deodorante Piedi Dr Ciccarelli 75g                </a>
    </div>
    <script>
      function initPriceBox__66a02932ea84d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02932ea84d()" @update-prices-264169.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="264169" data-price-box="product-id-264169">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-264169" data-price-amount="8.83" data-price-type="finalPrice" class="price-wrapper "><span class="price">8,83&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-264169" data-price-amount="9.5" data-price-type="oldPrice" class="price-wrapper "><span class="price">9,50&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/newsletter/subscriber/new/

<form class="my-auto lg:w-full form subscribe" action="https://www.farmaregno.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="grid h-12 grid-cols-1 gap-x-2 sm:h-14 lg:h-16">
    <label for="newsletter-subscribe" class="sr-only"> Indirizzo email </label>
    <div class="control">
      <input type="hidden" value="" name="g-recaptcha-response">
    </div>
    <input name="email" type="email" required="" id="newsletter-subscribe" style="grid-column: 1; grid-row: 1;" class="inline-flex w-full pl-4 text-sm font-semibold rounded-lg sm:pl-8 sm:text-lg form-input" placeholder="Inserisci la tua email">
    <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <button style="grid-column: 2; grid-row: 1;" class="inline-flex justify-center w-32 ml-auto text-xl font-semibold rounded-lg bg-rosso shrink-0 xl:mt-0 btn hover:bg-rosso-lighter">
      Iscriviti </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271846/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271846/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide active left-2 visible" data-gslide="0" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">7%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271846">
  <a href="https://www.farmaregno.com/vitamina-d3-ibsa-2000-ui-30-film-orodispersibili.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271846.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/9/8/985826243-vitamina-d3-ibsa-2000-ui-30-fi_1.jpg" loading="lazy" width="240" height="300" alt="Vitamina d3 ibsa 2000 ui 30 film orodispersibili" title="Vitamina d3 ibsa 2000 ui 30 film orodispersibili">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/vitamina-d3-ibsa-2000-ui-30-film-orodispersibili.html">
                    Vitamina d3 ibsa 2000 ui 30 film orodispersibili                </a>
    </div>
    <script>
      function initPriceBox__66a02eb664c2a() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb664c2a()" @update-prices-271846.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271846" data-price-box="product-id-271846">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271846" data-price-amount="14.79" data-price-type="finalPrice" class="price-wrapper "><span class="price">14,79&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271846" data-price-amount="15.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">15,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271844/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271844/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide center visible" data-gslide="2" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271844">
  <a href="https://www.farmaregno.com/cerotto-sollievo-lombare-artrogen-5-pezzi.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271844.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/a/r/artrogen-sollievo-lombare-5-cerotti.jpg" loading="lazy" width="240" height="300" alt="Artrogen Cerotto Sollievo Lombare 5 Pezzi" title="Artrogen Cerotto Sollievo Lombare 5 Pezzi">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/cerotto-sollievo-lombare-artrogen-5-pezzi.html">
                    Artrogen Cerotto Sollievo Lombare 5 Pezzi                </a>
    </div>
    <script>
      function initPriceBox__66a02eb6666a4() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02eb6666a4()" @update-prices-271844.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271844" data-price-box="product-id-271844">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271844" data-price-amount="11.61" data-price-type="finalPrice" class="price-wrapper "><span class="price">11,61&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271844" data-price-amount="12.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">12,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271843/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271843/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-2 visible" data-gslide="4" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271843">
  <a href="https://www.farmaregno.com/cerotto-sollievo-lombare-artrogen-10-pezzi.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271843.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/a/r/artrogen-sollievo-cervicale-10-cerotti.jpg" loading="lazy" width="240" height="300" alt="Artrogen Cerotto Sollievo Lombare 10 Pezzi" title="Artrogen Cerotto Sollievo Lombare 10 Pezzi">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/cerotto-sollievo-lombare-artrogen-10-pezzi.html">
                    Artrogen Cerotto Sollievo Lombare 10 Pezzi                </a>
    </div>
    <script>
      function initPriceBox__66a029334bbd9() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a029334bbd9()" @update-prices-271843.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271843" data-price-box="product-id-271843">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271843" data-price-amount="17.01" data-price-type="finalPrice" class="price-wrapper "><span class="price">17,01&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271843" data-price-amount="18.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">18,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271842/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271842/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-4" data-gslide="6" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271842">
  <a href="https://www.farmaregno.com/cerotto-sollievo-cervicale-artrogen-5-pezzi.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271842.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/a/r/artrogen-sollievo-cervicale-5-cerotti.jpg" loading="lazy" width="240" height="300" alt="Artrogen Cerotto Sollievo Cervicale 5 Pezzi" title="Artrogen Cerotto Sollievo Cervicale 5 Pezzi">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/cerotto-sollievo-cervicale-artrogen-5-pezzi.html">
                    Artrogen Cerotto Sollievo Cervicale 5 Pezzi                </a>
    </div>
    <script>
      function initPriceBox__66a029334d40f() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a029334d40f()" @update-prices-271842.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271842" data-price-box="product-id-271842">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271842" data-price-amount="11.61" data-price-type="finalPrice" class="price-wrapper "><span class="price">11,61&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271842" data-price-amount="12.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">12,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271841/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271841/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-6" data-gslide="8" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">20%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271841">
  <a href="https://www.farmaregno.com/nuxe-sun-mousse-autoabbronzante-150-ml.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271841.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/n/u/nuxe-sun--autoabbronzante-viso-corpo.jpg" loading="lazy" width="240" height="300" alt="Nuxe Sun Mousse Autoabbronzante Viso Corpo 150ml" title="Nuxe Sun Mousse Autoabbronzante Viso Corpo 150ml">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/nuxe-sun-mousse-autoabbronzante-150-ml.html">
                    Nuxe Sun Mousse Autoabbronzante Viso Corpo 150ml                </a>
    </div>
    <script>
      function initPriceBox__66a029334eba0() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a029334eba0()" @update-prices-271841.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271841" data-price-box="product-id-271841">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271841" data-price-amount="21.52" data-price-type="finalPrice" class="price-wrapper "><span class="price">21,52&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271841" data-price-amount="26.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">26,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271840/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271840/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-8" data-gslide="10" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271840">
  <a href="https://www.farmaregno.com/polase-pocket-14-stick-monodose.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271840.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/9/8/988254898-polase-pocket-14-stick-monodos_1.jpg" loading="lazy" width="240" height="300" alt="Polase Pocket Integratore Alimentare Magnesio Potassio 14 Stick" title="Polase Pocket Integratore Alimentare Magnesio Potassio 14 Stick">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/polase-pocket-14-stick-monodose.html">
                    Polase Pocket Integratore Alimentare Magnesio Potassio 14 Stick                </a>
    </div>
    <script>
      function initPriceBox__66a02933502f3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02933502f3()" @update-prices-271840.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271840" data-price-box="product-id-271840">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271840" data-price-amount="15.75" data-price-type="finalPrice" class="price-wrapper "><span class="price">15,75&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271840" data-price-amount="17.5" data-price-type="oldPrice" class="price-wrapper "><span class="price">17,50&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271839/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271839/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-10" data-gslide="12" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">7%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271839">
  <a href="https://www.farmaregno.com/polase-60-compresse.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271839.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/p/o/polase-classico-60-compresse.jpg" loading="lazy" width="240" height="300" alt="Polase Integratore Alimentare Sali Minerali 60 Compresse" title="Polase Integratore Alimentare Sali Minerali 60 Compresse">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/polase-60-compresse.html">
                    Polase Integratore Alimentare Sali Minerali 60 Compresse                </a>
    </div>
    <script>
      function initPriceBox__66a02e288c691() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a02e288c691()" @update-prices-271839.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271839" data-price-box="product-id-271839">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271839" data-price-amount="17.67" data-price-type="finalPrice" class="price-wrapper "><span class="price">17,67&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271839" data-price-amount="19" data-price-type="oldPrice" class="price-wrapper "><span class="price">19,00&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271838/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271838/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-12" data-gslide="14" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">7%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271838">
  <a href="https://www.farmaregno.com/esi-digestivaid-no-acid-60-tavolette.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271838.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/9/0/903575797-esi-digestivaid-no-acid-60-tav_1.jpg" loading="lazy" width="240" height="300" alt="Esi DigestivAid No.Acid 60 Tavolette" title="Esi DigestivAid No.Acid 60 Tavolette">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/esi-digestivaid-no-acid-60-tavolette.html">
                    Esi DigestivAid No.Acid 60 Tavolette                </a>
    </div>
    <script>
      function initPriceBox__66a0293352f36() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a0293352f36()" @update-prices-271838.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271838" data-price-box="product-id-271838">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271838" data-price-amount="13.86" data-price-type="finalPrice" class="price-wrapper "><span class="price">13,86&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271838" data-price-amount="14.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">14,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271837/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271837/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-14" data-gslide="16" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">7%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271837">
  <a href="https://www.farmaregno.com/esi-digestivaid-ar-flux-16-pocket-drink.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271837.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/9/8/989005374-esi-digestivaid-ar-flux-16-poc_1.jpg" loading="lazy" width="240" height="300" alt="Esi DigestivAid AR.Flux Digestione 16 Pocket Drink" title="Esi DigestivAid AR.Flux Digestione 16 Pocket Drink">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/esi-digestivaid-ar-flux-16-pocket-drink.html">
                    Esi DigestivAid AR.Flux Digestione 16 Pocket Drink                </a>
    </div>
    <script>
      function initPriceBox__66a029335458e() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a029335458e()" @update-prices-271837.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271837" data-price-box="product-id-271837">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271837" data-price-amount="10.14" data-price-type="finalPrice" class="price-wrapper "><span class="price">10,14&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271837" data-price-amount="10.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">10,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

POST https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271836/

<form method="post" action="https://www.farmaregno.com/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuZmFybWFyZWduby5jb20v/product/271836/"
  class="item product product-item product_addtocart_form card p-0 rounded-b-xl hover:bg-white card-interactive flex flex-col w-full glider-slide right-16" data-gslide="18" style="height: auto; width: 280.755px;">
  <span class="relative top-0 left-0 flex items-center justify-center w-12 h-10 pt-0.5 mt-2 ml-2 text-primary rounded bg-giallo btn-sconto">- <span class="flex items-center justify-center h-full text-base font-bold text-primary">10%</span>
  </span>
  <input name="form_key" type="hidden" value="LZr6PDlAw7XDjulr"> <input type="hidden" name="product" value="271836">
  <a href="https://www.farmaregno.com/cerotto-dolore-spalla-initiv-3-pezzi.html" class="product photo product-item-photo block mx-auto mb-3 w-3/4 sm:w-auto p-2  " tabindex="-1">

            <img class="object-contain product-image-photo" x-data="" @update-gallery-271836.window="$root.src = $event.detail" src="https://www.farmaregno.com/media/catalog/product/cache/f1adf4508680d9b64fb3c139ee70162f/9/4/943514000-cerotto-dolore-spalla-initiv-3_1.jpg" loading="lazy" width="240" height="300" alt="Sanofi Initiv Cerotto Dolore Spalla 3 Pezzi" title="Sanofi Initiv Cerotto Dolore Spalla 3 Pezzi">
        </a>
  <div class="flex flex-col product-info grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary text-sm text-center px-2 leading-5 ">
      <a class="text-center product-item-link" href="https://www.farmaregno.com/cerotto-dolore-spalla-initiv-3-pezzi.html">
                    Sanofi Initiv Cerotto Dolore Spalla 3 Pezzi                </a>
    </div>
    <script>
      function initPriceBox__66a0293355b9d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="flex items-end justify-center h-full pt-1 text-center text-gray-900 container-prezzo" x-data="initPriceBox__66a0293355b9d()" @update-prices-271836.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="271836" data-price-box="product-id-271836">
        <span class="special-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo scontato</span>
            <span id="product-price-271836" data-price-amount="16.11" data-price-type="finalPrice" class="price-wrapper "><span class="price">16,11&nbsp;€</span></span>
          </span>
        </span>
        <span class="old-price">
          <span class="price-container price-final_price tax weee">
            <span class="price-label">Prezzo di listino</span>
            <span id="old-price-271836" data-price-amount="17.9" data-price-type="oldPrice" class="price-wrapper "><span class="price">17,90&nbsp;€</span></span>
          </span>
        </span>
      </div>
    </div>
    <div class="">
      <p class="flex items-center justify-center align-middle available stock">
        <span class="flex lowercase items-center justify-center w-full py-1 mb-0.5 text-xs text-white bg-verde rounded-none"> Disponibile </span>
      </p>
      <div class="flex items-center justify-center">
        <button class="w-full btn hover:bg-rosso-lighter bg-rosso rounded-t-none rounded-b-xl justify-center text-[0.90rem] uppercase text-white font-bold
                        mr-auto" aria-label="Acquista">
          <span class="ml-2 inline md:ml-0 lg:inline"> Acquista </span>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

 * Menu
 * Login

BELLEZZA
BELLEZZA Mostra tutti • VISO • CORPO • CAPELLI • PIEDI • MANI E UNGHIE • PROFUMI
MAMMA E BIMBO
MAMMA E BIMBO Mostra tutti • MAMMA • BIMBO
SOLARI
SOLARI Mostra tutti • SOLARI ADULTI • SOLARI BIMBI
IGIENE
IGIENE Mostra tutti • IGIENE CORPO • IGIENE INTIMA • IGIENE ORALE • NASO E
ORECCHIO
DIETA E INTEGRATORI
DIETA E INTEGRATORI Mostra tutti • INTEGRATORI • DIMAGRANTI • ALIMENTI • SPORT •
MONOCOMPONENTI • OMEOPATIA
SALUTE
SALUTE Mostra tutti • PICCOLI MALESSERI • INTESTINO E DIGESTIONE • INSONNIA E
UMORE • MENOPAUSA • STRUMENTI E APPARECCHIATURE
UOMO
UOMO Mostra tutti • CAPELLI • BARBA E RASATURA • BELLEZZA VISO • BELLEZZA CORPO
• BENESSERE SESSUALE
SANITARIA E OTTICA
SANITARIA E OTTICA Mostra tutti • ORTOPEDIA • CALZE A COMPRESSIONE GRADUATA •
CALZATURE • OCCHIALI E LENTI A CONTATTO
FARMACI DA BANCO
FARMACI DA BANCO Mostra tutti • DOLORE E INFIAMMAZIONE • INFLUENZA E FEBBRE •
STOMACO E INTESTINO • ALLERGIA • PRIMO SOCCORSO • ALTRI FARMACI SOP e OTC
OFFERTE REGNO
OFFERTE REGNO Mostra tutti • Offerte del Mese • Formato Famiglia • Pacco Doppio
• Cofanetti
Indirizzo email

Password

Accedi Hai dimenticato la password?


Registrati come nuovo cliente

La creazione di un account ha molti vantaggi:

 * Visualizza lo stato dell'ordine e della spedizione
 * Salva la tua cronologia dei tuoi ordini
 * Acquista in due click

Crea un Account
Categorie
 * bellezza
   viso
   * antirughe antieta'
   * idratazione e pelle secca
   * acne, pelle mista e grassa
   * macchie e couperose
   * makeup
   * pulizia viso
   * accessori
   corpo
   * cellulite e riducenti
   * rassodanti e antieta'
   * smagliature
   * seno
   * pelle secca
   * gambe pesanti
   capelli
   * caduta capelli
   * capelli deboli e sfibrati
   * forfora e prurito
   * capelli grassi
   * tinte e colorazioni
   * pediculosi
   * spazzole e pettini
   piedi
   * secchezza e screpolature
   * sudorazione e cattivo odore
   * vesciche e ragadi
   * calli e duroni
   * alluce valgo
   * cuscinetti e talloniere
   * lime ed esfolianti
   * pedicure
   mani e unghie
   * idratazione e protezione
   * unghie
   * manicure
   profumi
   * profumi donna
   * profumi uomo

 * mamma e bimbo
   mamma
   * test gravidanza e fertilita'
   * premaman
   * parto e post parto
   * allattamento
   bimbo
   * igiene bimbo
   * idratazione e arrossamenti
   * biberon e ciucci
   * pannolini e cambi
   * alimentazione e svezzamento
   * salute del bimbo
   * giochi

 * solari
   solari adulti
   * solari viso
   * solari corpo
   * solari capelli
   * doposole
   * solari labbra e zone delicate
   * abbronzanti e integratori
   solari bimbi
   * protezione solare spf 50
   * protezione solare spf 30
   * doposole
   * zone sensibili

 * igiene
   igiene corpo
   * deodoranti
   * detergenti e bagno schiuma
   * depilazione
   * olii, sali e scrub
   * shampoo
   igiene intima
   * detergenti intimi
   * prurito intimo
   * lubrificanti vaginali
   * assorbenti
   igiene orale
   * dentifrici
   * collutori
   * spazzolini e scovolini
   * filo interdentale
   * afte e lesioni bocca
   * dentiere e apparecchi
   naso e orecchio
   * pulizia naso
   * pulizia orecchio
   * tappi auricolari

 * dieta e integratori
   integratori
   * antieta' e antirughe
   * integratori capelli
   * cellulite e drenanti
   * omega 3 e colesterolo
   * vitamine e minerali
   * lievito e lecitina
   * ciclo mestruale e menopausa
   * gravidanza e allattamento
   * fermenti lattici
   * memoria e concentrazione
   * integratori occhi
   * integratori unghie
   * apparato genitale e urinario
   * articolazioni e reumatismi
   * energizzanti e tonici
   * tisane
   * gambe pesanti e vene
   dimagranti
   * sazianti e brucia grassi
   * sostitutivi del pasto
   * drenanti e depurativi
   * pancia piatta
   * alimentazione
   * dolcificanti ed edulcoranti
   alimenti
   * alimenti senza glutine
   * alimenti speciali
   sport
   * integratori e alimentazione
   * detergenti e deodoranti
   * creme e oli massaggio
   * vedi anche ortopedia
   monocomponenti
   * a - b - c
   * d - e - f
   * g - h - i
   * l - m - n
   * o - p - q
   * r - s - t
   * u - v - z
   omeopatia
   * a - b - c
   * d - e - f
   * g - h - i
   * j - k - l
   * m - n - o
   * p - q - r
   * s - t - u
   * v - w - x

 * salute
   piccoli malesseri
   * influenza
   * mal di testa
   * dolori mestruali
   * articolazioni e reumatismi
   * dermatite, micosi e psoriasi
   * arrossamenti e ustioni
   * cura occhi e orecchie
   * cura mani e labbra
   * ferite e contusioni
   * antizanzare
   * smettere di fumare
   * malesseri viaggio
   intestino e digestione
   * irregolarita' pancia gonfia
   * cattiva digestione
   * emorroidi
   * fermenti lattici
   * diarrea
   insonnia e umore
   * insonnia
   * per non russare
   * sbalzi di umore
   * vedi anche pulizia naso
   menopausa
   * integratori menopausa
   * creme e gel corpo
   * detergenti menopausa
   strumenti e apparecchiature
   * aerosol
   * misuratori pressione
   * misuratori glicemia
   * altri dispositivi

 * uomo
   capelli
   * anticaduta uomo
   * antiforfora e prurito uomo
   * capelli deboli e sfibrati uomo
   * capelli grassi uomo
   * tinte e colorazioni uomo
   barba e rasatura
   * schiume e gel uomo
   * dopobarba
   bellezza viso
   * antieta' e antirughe uomo
   * idratanti e pelle secca uomo
   * pelle grassa e mista uomo
   bellezza corpo
   * creme e riducenti uomo
   * bagno e doccia uomo
   * deodoranti e depilazione uomo
   * vedi anche profumi uomo
   benessere sessuale
   * profilattici
   * divertimento
   * lubrificanti

 * sanitaria e ottica
   ortopedia
   * cervicale, spalla e schiena
   * braccia, gomito e polso
   * pancere e guaine
   * ginocchio
   * caviglia
   calze a compressione graduata
   * calze preventive
   * calze premaman
   * gambaletti e autoreggenti
   * calzini e gambaletti uomo
   * calze taglie comode
   * calze anticellulite
   * calze terapeutiche
   calzature
   * scarpe invernali
   * scarpe estive
   * ciabatte e pantofole
   occhiali e lenti a contatto
   * lenti a contatto
   * occhiali da lettura
   * occhiali da sole
   * occhiali da sole per bimbi
   * accessori per occhiali

 * farmaci da banco
   dolore e infiammazione
   * mal di testa
   * dolori mestruali
   * mal di schiena e reumatismi
   * mal di denti
   influenza e febbre
   * febbre
   * gola e voce
   * tosse e catarro
   * raffreddore e naso chiuso
   stomaco e intestino
   * acidita' e dolore di stomaco
   * stitichezza
   * diarrea e meteorismo
   * emorroidi e ragadi
   allergia
   * antistaminici orali
   * colliri per allergie
   * antiallergici per il naso
   * creme antiprurito
   primo soccorso
   * antisettici e disinfettanti
   * traumi e contusioni
   * cicatrici e abrasioni
   altri farmaci sop e otc
   * prurito e infezioni intime
   * cura funghi e micosi
   * irritazioni occhi e orecchi
   * cura herpes e gengive
   * cura vene e circolazione
   * perdita peso e cellulite
   * mal di mare e mal d'auto
   * punture d'insetto
   * viso e acne
   * anticaduta e forfora
   * vitamine e integratori

 * offerte regno
   offerte del mese formato famiglia pacco doppio cofanetti

Search
Spedizione Gratis
in Italia da 49,90€
Marchi
Promo

0
Search


LA MIA LISTA DEI DESIDERI

Aggiungi

Vai alla lista desideri


ACCEDI


SE HAI UN ACCOUNT, ACCEDI CON IL TUO INDIRIZZO EMAIL.

Indirizzo email

Password

Accedi Hai dimenticato la password?



NUOVI CLIENTI

La creazione di un account ha molti vantaggi:

 * Vedere lo stato dell'ordine e della spedizione
 * Cronologia ordini
 * Checkout più veloce

Crea un Account


ACCEDI


SE HAI UN ACCOUNT, ACCEDI CON IL TUO INDIRIZZO EMAIL.

Indirizzo email

Password

Accedi Hai dimenticato la password?



NUOVI CLIENTI

La creazione di un account ha molti vantaggi:

 * Vedere lo stato dell'ordine e della spedizione
 * Cronologia ordini
 * Checkout più veloce

Crea un Account


LA MIA LISTA DEI DESIDERI

La lista desideri non ha elementi


ACCEDI


SE HAI UN ACCOUNT, ACCEDI CON IL TUO INDIRIZZO EMAIL.

Indirizzo email

Password

Accedi Hai dimenticato la password?



NUOVI CLIENTI

La creazione di un account ha molti vantaggi:

 * Vedere lo stato dell'ordine e della spedizione
 * Cronologia ordini
 * Checkout più veloce

Crea un Account


ACCEDI


SE HAI UN ACCOUNT, ACCEDI CON IL TUO INDIRIZZO EMAIL.

Indirizzo email

Password

Accedi Hai dimenticato la password?



NUOVI CLIENTI

La creazione di un account ha molti vantaggi:

 * Vedere lo stato dell'ordine e della spedizione
 * Cronologia ordini
 * Checkout più veloce

Crea un Account


WELCOME



Il mio Account La mia Lista dei Desideri I miei ordini Rubrica Indirizzi Esci


CARRELLO

x







Subtotale:

Cassa
Vai al carrello per promozioni e coupon
Caricamento...

Esegui il checkout utilizzando il tuo account

Indirizzo email

Password

Accedi Hai dimenticato la password?


Esegui il checkout come nuovo cliente

La creazione di un account ha molti vantaggi:

 * Vedere lo stato dell'ordine e della spedizione
 * Cronologia ordini
 * Checkout più veloce

Crea un Account

fino al 70% di sconto - vai alle promo

Accedi | Registrati
0


Salta al contenuto


REGNO, LA PARA FARMACIA ONLINE FATTA DA FARMACISTI


70.000 PRODOTTI A CATALOGO DISPONIBILI PER TE

Antistaminici
Raffreddore e Naso chiuso
Dolori Muscolari e Articolari
Secchezza Oculare
Concentrazione e Memoria
Vitamine e Sali Minerali
Integratori Dimagranti
Integratori Sportivi
Creme Solari
Esfolianti Corpo


PRODOTTI PIÙ ACQUISTATI




- 5%
Ematonil Plus Emulsione Gel 50ml
Prezzo scontato 12,44 € Prezzo di listino 13,10 €

Disponibile

Acquista
- 5%
Vea Spray Olio Secco Vitamina E 100ml
Prezzo scontato 22,70 € Prezzo di listino 23,90 €

Disponibile

Acquista
- 10%
Ducray Kelual DS Shampoo Trattante Forfora Dermatite 100ml
Prezzo scontato 16,11 € Prezzo di listino 17,90 €

Disponibile

Acquista
- 10%
Dexeryl Crema Emolliente 500g
Prezzo scontato 16,38 € Prezzo di listino 18,20 €

Disponibile

Acquista
- 10%
Dermovitamina Micoblock Soluzione Ungueale Onicomicosi 7ml
Prezzo scontato 17,01 € Prezzo di listino 18,90 €

Disponibile

Acquista
- 10%
Essaven Gel 1%+0,8% 80g
Prezzo scontato 15,30 € Prezzo di listino 17,00 €

Disponibile

Acquista
- 10%
Connettivina Mani Crema Riparatrice Idratante 75g
Prezzo scontato 12,15 € Prezzo di listino 13,50 €

Disponibile

Acquista
- 10%
Connettivina Stick Labbra Acido Ialuronico 0.2% 3g
Prezzo scontato 7,65 € Prezzo di listino 8,50 €

Disponibile

Acquista
- 10%
Aboca Fitomagra Lynfase Concentrato Fluido Drenante 12 Flaconcini
Prezzo scontato 26,91 € Prezzo di listino 29,90 €

Disponibile

Acquista
- 7%
Timodore Polvere Deodorante Piedi Dr Ciccarelli 75g
Prezzo scontato 8,83 € Prezzo di listino 9,50 €

Disponibile

Acquista

5 %
Vuoi ricevere offerte esclusive? Iscriviti alla nostra newsletter per ricevere
subito
un coupon di Sconto del 5% sul tuo primo ordine
Vuoi ricevere offerte esclusive? Iscriviti alla newsletter e ricevi
un coupon di Sconto del 5% sul tuo primo ordine
Indirizzo email

Iscriviti






PRODOTTI SUGGERITI DA NOI




 

- 7%
Vitamina d3 ibsa 2000 ui 30 film orodispersibili
Prezzo scontato 14,79 € Prezzo di listino 15,90 €

Disponibile

Acquista
- 10%
Artrogen Cerotto Sollievo Lombare 5 Pezzi
Prezzo scontato 11,61 € Prezzo di listino 12,90 €

Disponibile

Acquista
- 10%
Artrogen Cerotto Sollievo Lombare 10 Pezzi
Prezzo scontato 17,01 € Prezzo di listino 18,90 €

Disponibile

Acquista
- 10%
Artrogen Cerotto Sollievo Cervicale 5 Pezzi
Prezzo scontato 11,61 € Prezzo di listino 12,90 €

Disponibile

Acquista
- 20%
Nuxe Sun Mousse Autoabbronzante Viso Corpo 150ml
Prezzo scontato 21,52 € Prezzo di listino 26,90 €

Disponibile

Acquista
- 10%
Polase Pocket Integratore Alimentare Magnesio Potassio 14 Stick
Prezzo scontato 15,75 € Prezzo di listino 17,50 €

Disponibile

Acquista
- 7%
Polase Integratore Alimentare Sali Minerali 60 Compresse
Prezzo scontato 17,67 € Prezzo di listino 19,00 €

Disponibile

Acquista
- 7%
Esi DigestivAid No.Acid 60 Tavolette
Prezzo scontato 13,86 € Prezzo di listino 14,90 €

Disponibile

Acquista
- 7%
Esi DigestivAid AR.Flux Digestione 16 Pocket Drink
Prezzo scontato 10,14 € Prezzo di listino 10,90 €

Disponibile

Acquista
- 10%
Sanofi Initiv Cerotto Dolore Spalla 3 Pezzi
Prezzo scontato 16,11 € Prezzo di listino 17,90 €

Disponibile

Acquista





SCEGLI REGNO

PER LA TUA SALUTE ED IL TUO BENESSERE

 


TROVA I NOSTRI PUNTI VENDITA

 

CLICCA QUI E SCOPRI IL PUNTO VENDITA REGNO PIÙ VICINO A TE


IL NOSTRO VOLANTINO

 

VISUALIZZA


REPARTI IN EVIDENZA

bellezza

antirughe antieta' sieri urto antirughe idratazione e pelle secca creme
idratanti giorno creme idratanti notte acne, pelle mista e grassa concentrati e
stick antiacne integratori e depurativi antiacne
integratori allattamento

antismagliature e rassodanti premaman calze integratori gravidanza igiene bimbo
idratazione e arrossamenti biberon e ciucci pannolini e cambi mamma e bimbo
solari

solari bimbi solari adulti solari capelli doposole solari labbra e zone delicate
solari viso abbronzanti e integratori solari corpo
igiene corpo

detergenti e bagno schiuma depilazione olii, sali e scrub igiene intima
detergenti fertilità detergenti menopausa prurito vaginale lubrificanti vaginali
dimagranti

sazianti e brucia grassi sostitutivi del pasto drenanti e depurativi pancia
piatta antieta' e antirughe integratori capelli cellulite e drenanti omega 3 e
colesterolo
piccoli malesseri

influenza gola e tosse raffreddore e febbre mal di testa dolori mestruali
articolazioni e reumatismi colliri e allergie ferite e contusioni
capelli

capelli grassi uomo tinte e colorazioni uomo barba e rasatura schiume e gel uomo
antieta' e antirughe uomo idratanti e pelle secca uomo pelle grassa e mista uomo
deodoranti e depilazione uomo
farmaci da banco

dolore e infiammazione influenza e febbre stomaco e intestino allergia primo
soccorso prurito e infezioni intime irritazioni occhi e orecchi vitamine e
integratori
bellezza

antirughe antieta' sieri urto antirughe idratazione e pelle secca creme
idratanti giorno creme idratanti notte acne, pelle mista e grassa concentrati e
stick antiacne integratori e depurativi antiacne
integratori allattamento

antismagliature e rassodanti premaman calze integratori gravidanza igiene bimbo
idratazione e arrossamenti biberon e ciucci pannolini e cambi mamma e bimbo
solari

solari bimbi solari adulti solari capelli doposole solari labbra e zone delicate
solari viso abbronzanti e integratori solari corpo
igiene corpo

detergenti e bagno schiuma depilazione olii, sali e scrub igiene intima
detergenti fertilità detergenti menopausa prurito vaginale lubrificanti vaginali
dimagranti

sazianti e brucia grassi sostitutivi del pasto drenanti e depurativi pancia
piatta antieta' e antirughe integratori capelli cellulite e drenanti omega 3 e
colesterolo
piccoli malesseri

influenza gola e tosse raffreddore e febbre mal di testa dolori mestruali
articolazioni e reumatismi colliri e allergie ferite e contusioni
capelli

capelli grassi uomo tinte e colorazioni uomo barba e rasatura schiume e gel uomo
antieta' e antirughe uomo idratanti e pelle secca uomo pelle grassa e mista uomo
deodoranti e depilazione uomo
farmaci da banco

dolore e infiammazione influenza e febbre stomaco e intestino allergia primo
soccorso prurito e infezioni intime irritazioni occhi e orecchi vitamine e
integratori
Dal 1947 siamo una garanzia
Parla con un operatore
Tanti campioncini in omaggio
Reso Gratuito in Italia
Prodotti 100% originali


ACQUISTA AL MIGLIOR PREZZO NELLA PARA FARMACIA ONLINE REGNO.


DALL’ESPERIENZA DELLA FARMACIA REGNO E DELLE PARAFARMACIE REGNO POI,


FARMAREGNO.COM È ON LINE.

 

Regno è la catena di Punti Vendita tra Farmacie e Parafarmacie in tutta Italia.
Un marchio che dal 1947 è sinonimo di salute, benessere e bellezza, il cui vasto
catalogo con oltre 100.000 Prodotti e Sconti fino al 70% è disponibile grazie a
questo sito, insieme allo staff di oltre 100 Farmacisti. Qui puoi
trovare Farmaci da Banco, Parafarmaci, Solari, Prodotti per Mamme e Bambini, per
l’Igiene, per la Dieta, Integratori Sportivi e non, Occhiali e Lenti a
Contatto, Calzature, Calze a Compressione Graduata e articoli d’Ortopedia.
Naviga tra le Categorie alla ricerca del prodotto di cui hai bisogno, oppure
utilizza la comoda Finestra di Ricerca accessibile in ogni pagina. Aggiungi al
carrello tutto ciò che ti serve, te lo Spediamo in 24H e per acquisti da
49,90€ La Spedizione è Gratuita.

 


BASTANO POCHI CLICK PER FARMACI ON LINE, PARAFARMACI E MOLTO ALTRO.

 


TROVA IL FARMACO CHE CERCHI NELLA PARA FARMACIA ONLINE PIÙ ASSORTITA DEL WEB.

Su FarmaRegno trovi Farmaci da Banco per ogni sintomo: dai Dolori all’Influenza,
dai Problemi di Stomaco e Intestino alle Allergie, dal Primo Soccorso alla cura
delle Infiammazioni, dalla cura di Funghi e delle Micosi a quella delle Vene e
della Circolazione.


COSMETICI E SOLARI PER LA CURA DELLA TUA BELLEZZA.

In questa para farmacia online trovi ai migliori prezzi cosmetici delle migliori
marche: Bionike, Rilastil, Somatoline, Avène, Skinceuticals, Nuxe, Filorga, Vichy e
molte altre. Oltre ai migliori Profumi Per Uomo e Donna, scopri i prodotti
di Bellezza che cerchi per il Viso, per il Corpo, per i Capelli e per i Piedi:
dalle Creme Idratanti agli Anticellulite, dai Drenanti alle Creme e i Gel per
le Gambe Pesanti, dalle Fiale Anticaduta ai prodotti per la Pedicure.

Inoltre, FarmaRegno ti offre tutto l’anno Solari per Adulti e Bambini: Viso
e Corpo con vari Gradi di Protezione, Capelli e Doposole per fornirti il
prodotto Su Misura per Te e per la tua Pelle.

 


MAMMA E BIMBO INSIEME SU FARMAREGNO.

Per neomamme e mamme trovi dai Test di Gravidanza ai prodotti Premaman, da
quelli per Parto e Post Parto all’Allattamento. E per i Bambini la parafarmacia
on line offre prodotti per l’Igiene e la Cura della Pelle, per l’Alimentazione e
lo Svezzamento, Pannolini, Biberon, Ciucci e molto altro.

 


TUTTO PER L’IGIENE E LA SALUTE NELLA PARAFARMACIA ONLINE REGNO.

L’igiene è importante e su FarmaRegno prendersene cura è semplice grazie a
migliaia di articoli per la Salute della Bocca e dei Denti, del Naso e
delle Orecchie, per l’Igiene Intima e di tutto il Corpo. E per la salute trovi
tutto il necessario: per piccoli malesseri come Influenza, Mal di Testa o Dolori
Mestruali, per i disturbi dell’Intestino e della Digestione, per l’Insonnia,
l’Umore e anche per la Menopausa.

 


MIGLIORA LA TUA DIETA CON GLI ALIMENTI SPECIFICI E GLI INTEGRATORI (SPORTIVI E
NON) CHE TROVI SU FARMAREGNO.

Nella para farmacia on line trovi prodotti Dimagranti, per Bruciare
Grassi, Drenanti e Depurativi, Dolcificanti e molto altro, un vasto assortimento
di Integratori di ogni tipo e per i più sportivi ci sono Polase, Mgk
Vis, Sustenium, Multicentrum, Named, Proaction e tanti altri marchi.

 


ORTOPEDIA, CALZE A COMPRESSIONE GRADUATA, CALZATURE E OTTICA: NELLA TUA
PARAFARMACIA ONLINE C’È TUTTO MA PROPRIO TUTTO CIÒ CHE TI SERVE.

Occhiali Da Lettura e Da Sole per grandi e piccini, Accessori e Lenti a
Contatto, su FarmaRegno trovi ciò che ti serve per vederci meglio. Il vasto
catalogo di prodotti online include anche Prodotti
Ortopedici per Cervicale, Spalla e Schiena, Braccia, Gomito e Polso, Pancere e Guaine,
articoli specifici per il Ginocchio e la Caviglia. La para farmacia on line ti
offre tantissimi modelli di Calze a Compressione
Graduata: Preventive, Premaman, Anticellulite e Terapeutiche anche per Taglie
Comode ma anche Gambaletti e Autoreggenti, Calzini e Gambaletti Uomo. Scarpe
Invernali, Estive, Ciabatte e Pantofole completano l’assortimento.


REGNO MAGAZINE

Mascherine e make-up, consigli utili per un trucco perfetto

Sole: creme protettive, integratori solari e buon umore!

Ritenzione idrica e liquidi in eccesso



AZIENDA

 * Chi siamo
 * Punti Vendita
 * Contatti commerciali
 * Lavora con Noi

SICUREZZA E TRASPARENZA

 * Termini e Condizioni
 * Diritto di Recesso
 * Privacy Policy
 * Cookie Policy
 * Whistleblowing


FARMAREGNO.COM

 * Via del Commercio, 3
 * 60030 Monte Roberto
 * P.Iva 02230490423

 * CONTATTI
 * assistenza@farmaregno.com
 * 0731.081.507

ASSISTENZA

 * Spedizioni e Consegne
 * Modalità di Pagamento
 * Resi e Rimborsi
 * Contattaci

GUIDA AI PRODOTTI

 * Prodotti detraibili
 * Farmaci sicuri
 * Brands A-Z
 * Non trovi un prodotto?
 * Regno Magazine

SEGUICI




PAGAMENTI ACCETTATI



SPEDIAMO CON


eCommerce Agency • armah.it • stefanoquitadamo.com

×


INFORMATIVA

Noi e terze parti selezionate utilizziamo cookie o tecnologie simili per
finalità tecniche e, con il tuo consenso, anche per altre finalità come
specificato nella cookie policy.

Per quanto riguarda la pubblicità, noi e 883 terze parti selezionate, potremmo
utilizzare dati di geolocalizzazione precisi e l’identificazione attraverso la
scansione del dispositivo, al fine di archiviare e/o accedere a informazioni su
un dispositivo e trattare dati personali come i tuoi dati di utilizzo, per le
seguenti finalità pubblicitarie: pubblicità e contenuti personalizzati,
misurazione delle prestazioni dei contenuti e degli annunci, ricerche sul
pubblico, sviluppo di servizi.

Puoi liberamente prestare, rifiutare o revocare il tuo consenso, in qualsiasi
momento, accedendo al pannello delle preferenze. Se presti il tuo consenso, sarà
valido solo su questo dominio. Il rifiuto del consenso può rendere non
disponibili le relative funzioni.



Usa il pulsante “Accetta” per acconsentire. Usa il pulsante “Rifiuta” o chiudi
questa informativa per continuare senza accettare.

Premi ancora per continuare 0/2
Scopri di più e personalizza
RifiutaAccetta