www.vamida.at Open in urlscan Pro
167.235.81.4  Public Scan

Submitted URL: https://isoflavones.com/
Effective URL: https://www.vamida.at/dr-bohm-isoflavon-90mg-forte.html
Submission: On August 14 via api from US — Scanned from US

Form analysis 20 forms found in the DOM

POST https://www.vamida.at/newsletter/subscriber/new/

<form class="form subscribe" action="https://www.vamida.at/newsletter/subscriber/new/" method="post" x-data="initNewsletterFormPopup()" @submit.prevent="submitFormPopup()" id="newsletter-validate-detail-popup"><input name="form_key" type="hidden"
    value="ha3JQ6PDchNUrnnE">
  <div class="flex my-4 relative"><input type="email" name="email" id="newsletter-popup-input" required="" class="border border-gray-200 h-12 focus:outline-none focus:ring-transparent focus:shadow-none w-full"
      placeholder="E-Mail-Adresse hier eingeben"><button type="submit" title="Abonnieren" class="absolute bg-header-nlbutton right-0 h-12 px-6 text-white text-lg" id="newsletter-popup-button">Abonnieren</button>
    <div class="control"><input type="hidden" value="" name="g-recaptcha-response"></div>
  </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">
            <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><label for="agreement" class="my-2"><input type="checkbox" id="agreement" required="" name="agreement" value="1" class="mr-2">Ich akzeptiere hiermit die
    <a title="Vamida Datenschutzerklärung" href="/datenschutzerklarung#newsletter" target="_blank"><strong>Datenschutzbedingungen</strong></a>.</label>
  <div class="w-full">
    <p class="my-4 text-sm text-gray-900">This form is protected by reCAPTCHA - the <a class="underline" href="https://policies.google.com/privacy" target="_blank" rel="noopener">Google Privacy Policy</a> and
      <a class="underline" href="https://policies.google.com/terms" target="_blank" rel="noopener">Terms of Service</a> apply.</p>
  </div>
  <script>
    function initNewsletterFormPopup() {
      return {
        errors: 0,
        hasCaptchaToken: 0,
        displayErrorMessage: false,
        errorMessages: [],
        setErrorMessages(messages) {
          this.errorMessages = [messages]
          this.displayErrorMessage = this.errorMessages.length
        },
        submitFormPopup() {
          const $form = document.querySelector('#newsletter-validate-detail-popup');
          if (!this.hasCaptchaToken) {
            this.errors = 1;
            const executeGreCaptcha = () => {
              grecaptcha.ready(() => {
                grecaptcha.execute('6LfuwrwaAAAAAH0i5vP0KeXNpLsHY9t5yTYqmiFm', {
                  action: 'submit'
                }).then((token) => {
                  if (token && token.length > 0) {
                    $form['g\u002Drecaptcha\u002Dresponse'].value = token;
                    this.errors = 0;
                    this.hasCaptchaToken = 1;
                    this.submitFormPopup();
                  } else {
                    this.errors = 1;
                    const error = 'ReCaptcha\u0020validation\u0020failed,\u0020please\u0020try\u0020again';
                    if (this.setErrorMessages) {
                      this.setErrorMessages([error])
                      this.displayErrorMessage = true;
                    } else {
                      window.dispatchMessages && window.dispatchMessages([{
                        type: "error",
                        text: error
                      }], 5000);
                    }
                  }
                }).catch(exception => {
                  console.error(exception || `An unknown error occurred during ReCaptcha validation. Are the tokens and the domain correctly set up in the Google console?`)
                });
              })
            }
            if (window.grecaptcha) {
              executeGreCaptcha();
            } else {
              const recaptchaUrl = "https://www.google.com/recaptcha/api.js?render=6LfuwrwaAAAAAH0i5vP0KeXNpLsHY9t5yTYqmiFm";
              const script = document.createElement('script');
              script.setAttribute('type', 'text/javascript');
              script.setAttribute('src', recaptchaUrl);
              document.head.appendChild(script);
              script.addEventListener("load", executeGreCaptcha, false);
            }
          }
          if (this.errors === 0) {
            $form.submit();
          }
        }
      }
    }
  </script>
</form>

GET https://www.vamida.at/catalogsearch/result/

<form id="search_mini_form" action="https://www.vamida.at/catalogsearch/result/" method="get">
  <div id="algolia-searchbox" class="align-top rounded-25px bg-header-search h-50px w-full"> <input id="search" x-ref="searchInput" x-data="initAlgoliaAutoComplete()" @click="load()" @focus="load()" type="text" name="q"
      class="input-text text-primary italic algolia-search-input h-50px bg-transparent rounded-25px border border-white float-left pl-6 w-full focus:outline-none focus:ring-primary hover:ring-primary hover:border-primary hover:border focus:shadow-none"
      autocomplete="on" spellcheck="false" autocorrect="off" autocapitalize="off" placeholder="Suche nach Produkten, Kategorien…"> <span class="clear-cross clear-query-autocomplete"></span> <button type="submit" id="algolia-glass"
      class="magnifying-glass h-50px w-50px rounded-full bg-header-searchbutton absolute right-0 algolia-glass flex items-center justify-center text-white" width="50" height="50"><svg id="Icon15" class="inline" xmlns="http://www.w3.org/2000/svg"
        width="20" height="20" viewBox="0 0 20 20">
        <rect id="Search_background" data-name="Search background" width="20" height="20" fill="none"></rect>
        <path id="Combined_Shape" data-name="Combined Shape" d="M13.5,13.5l4.013,4.013ZM0,7.5A7.5,7.5,0,1,1,7.5,15,7.5,7.5,0,0,1,0,7.5Z" transform="translate(1 1)" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"
          stroke-miterlimit="10" stroke-width="1.5"></path>
      </svg></button></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>E-Mail-Adresse</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>Passwort</span></label>
      <div class="control"><input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0"></div>
    </div><input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center"><button type="submit" class="inline-flex btn btn-primary disabled:opacity-75">Anmelden</button>
      <a href="https://www.vamida.at/customer/account/forgotpassword/">Passwort vergessen?</a></div>
  </div>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/563/

<form action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/563/" method="post" id="product_addtocart_form_563"><input name="form_key" type="hidden"
    value="ha3JQ6PDchNUrnnE"> <input type="hidden" name="product" id="product-id" value="563"><input type="hidden" name="product-name" id="product-name" value="Dr. Böhm Isoflavon 90mg forte 60ST"><input type="hidden" name="product-sku"
    id="product-sku" value="AT-P3046824-60ST"><input type="hidden" name="product-price" id="product-price" value="43.609800"><input type="hidden" name="relatedproduct" id="related-products-field" value=""><input type="hidden" name="qty" id="qty_563"
    value="1"> <button onclick="optionButtonClick('AT-P2774467-30ST', this, 'L');" type="button" title="In den Warenkorb" data-id="563" id="L"
    class="btn-conf border border-gray-100 rounded bg-white w-full mb-2 hover:border-gray-400 pb-4 md:h-72px text-left flex"><span class="option-check relative my-6 mx-4"></span>
    <div class="mt-5 flex-1">
      <div class="font-bold text-18px leading-4">60 ST Isoflavon 90mg forte</div>
      <div class="text-sm"><span class="price">€&nbsp;43,61</span> · <span class="text-detail-instock">Auf Lager</span>
        <meta itemprop="availability" content="http://schema.org/InStock">
      </div>
      <div class="md:hidden">
        <div class="font-bold text-18px leading-4 text-list-addtocartdiscount inline"><span class="price">€&nbsp;43,61</span></div> <span class="text-sm line-through">VK* <span class="uvp-price"><span class="price">€&nbsp;55,91</span></span></span>
      </div>
    </div>
    <div class="text-right mr-2 mt-5 hidden md:inline-block">
      <div class="font-bold text-18px leading-4 text-list-addtocartdiscount"><span class="price">€&nbsp;43,61</span></div> <span class="text-sm line-through">VK* <span class="uvp-price"><span class="price">€&nbsp;55,91</span></span></span>
    </div>
    <div class="my-6 mx-4"><span class="text-white font-bold text-sm bg-header-nlbutton px-3 py-2 rounded"> -22%</span></div>
    <meta itemprop="itemCondition" content="new">
    <meta itemprop="price" content="43.6098">
    <meta itemprop="priceCurrency" content="EUR">
    <meta itemprop="sku" content="AT-P3046824-60ST">
  </button></form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/749/

<form action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/749/" method="post" id="product_addtocart_form_749"><input name="form_key" type="hidden"
    value="ha3JQ6PDchNUrnnE"> <input type="hidden" name="product" id="product-id" value="749"><input type="hidden" name="product-name" id="product-name" value="Dr. Böhm Isoflavon 90mg forte 30ST"><input type="hidden" name="product-sku"
    id="product-sku" value="AT-P2774467-30ST"><input type="hidden" name="product-price" id="product-price" value="26.670000"><input type="hidden" name="relatedproduct" id="related-products-field" value=""><input type="hidden" name="qty" id="qty_749"
    value="1"> <button onclick="optionButtonClick('AT-P2774467-30ST', this, 'S');" type="button" title="In den Warenkorb" data-id="749" id="S"
    class="btn-conf border border-gray-100 rounded bg-white w-full mb-2 hover:border-gray-400 pb-4 md:h-72px text-left flex"><span class="option-check relative my-6 mx-4"></span>
    <div class="mt-5 flex-1">
      <div class="font-bold text-18px leading-4">30 ST Isoflavon 90mg forte</div>
      <div class="text-sm"><span class="price">€&nbsp;26,67</span> · <span class="text-detail-outofstock">versandbereit in 2-3 Werktagen</span> </div>
      <div class="md:hidden">
        <div class="font-bold text-18px leading-4 text-list-addtocartdiscount inline"><span class="price">€&nbsp;26,67</span></div> <span class="text-sm line-through">VK* <span class="uvp-price"><span class="price">€&nbsp;32,80</span></span></span>
      </div>
    </div>
    <div class="text-right mr-2 mt-5 hidden md:inline-block">
      <div class="font-bold text-18px leading-4 text-list-addtocartdiscount"><span class="price">€&nbsp;26,67</span></div> <span class="text-sm line-through">VK* <span class="uvp-price"><span class="price">€&nbsp;32,80</span></span></span>
    </div>
    <div class="my-6 mx-4"><span class="text-white font-bold text-sm bg-header-nlbutton px-3 py-2 rounded"> -19%</span></div>
    <meta itemprop="itemCondition" content="new">
    <meta itemprop="price" content="26.67">
    <meta itemprop="priceCurrency" content="EUR">
    <meta itemprop="sku" content="AT-P2774467-30ST">
  </button></form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/830/

<form method="post" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/830/" id="product_addtocart_form"><input type="hidden" name="product" value="830"><input
    type="hidden" name="selected_configurable_option" value=""><input type="hidden" name="related_product" id="related-products-field" value=""><input type="hidden" name="item" value="830"> <input name="form_key" type="hidden"
    value="ha3JQ6PDchNUrnnE">
  <script>
    function initConfigurableDropdownOptions_830() {
      return initConfigurableOptions('830', {
        "attributes": {
          "148": {
            "id": "148",
            "code": "package_size",
            "label": "Package Size",
            "options": [{
              "id": "L",
              "label": "Large",
              "products": ["563"]
            }, {
              "id": "S",
              "label": "Small",
              "products": ["749"]
            }],
            "position": "0"
          }
        },
        "template": "\u20ac\u00a0<%- data.price %>",
        "currencyFormat": "\u20ac\u00a0%s",
        "optionPrices": {
          "563": {
            "baseOldPrice": {
              "amount": 39.645453545455
            },
            "oldPrice": {
              "amount": 43.61
            },
            "basePrice": {
              "amount": 39.645453545455
            },
            "finalPrice": {
              "amount": 43.61
            },
            "tierPrices": [],
            "msrpPrice": {
              "amount": 55.91
            }
          },
          "749": {
            "baseOldPrice": {
              "amount": 24.245453545455
            },
            "oldPrice": {
              "amount": 26.67
            },
            "basePrice": {
              "amount": 24.245453545455
            },
            "finalPrice": {
              "amount": 26.67
            },
            "tierPrices": [],
            "msrpPrice": {
              "amount": 32.8
            }
          }
        },
        "priceFormat": {
          "pattern": "\u20ac\u00a0%s",
          "precision": 2,
          "requiredPrecision": 2,
          "decimalSymbol": ",",
          "groupSymbol": "\u00a0",
          "groupLength": 3,
          "integerRequired": false
        },
        "prices": {
          "baseOldPrice": {
            "amount": 24.245453545455
          },
          "oldPrice": {
            "amount": 26.67
          },
          "basePrice": {
            "amount": 24.245453545455
          },
          "finalPrice": {
            "amount": 26.67
          }
        },
        "productId": "830",
        "chooseText": "Option ausw\u00e4hlen...",
        "images": {
          "563": [{
            "thumb": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/87f8cff30ab7f51414931ecb6c9d8d6b\/f\/s\/fs_boehm_bg_isoflavon-forte-60.png",
            "img": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/f275fd480a44292b4b1c437f004bfb72\/f\/s\/fs_boehm_bg_isoflavon-forte-60.png",
            "full": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/a32c98e2d995ddd3b72779390caed34c\/f\/s\/fs_boehm_bg_isoflavon-forte-60.png",
            "caption": null,
            "position": "2",
            "isMain": true,
            "type": "image",
            "videoUrl": null,
            "thumb_webp": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/87f8cff30ab7f51414931ecb6c9d8d6b\/f\/s\/fs_boehm_bg_isoflavon-forte-60.png",
            "img_webp": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/f275fd480a44292b4b1c437f004bfb72\/f\/s\/fs_boehm_bg_isoflavon-forte-60.png",
            "full_webp": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/a32c98e2d995ddd3b72779390caed34c\/f\/s\/fs_boehm_bg_isoflavon-forte-60.png"
          }],
          "749": [{
            "thumb": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/87f8cff30ab7f51414931ecb6c9d8d6b\/f\/s\/fs_boehm_bg_isoflavon-forte-30_1.png",
            "img": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/f275fd480a44292b4b1c437f004bfb72\/f\/s\/fs_boehm_bg_isoflavon-forte-30_1.png",
            "full": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/a32c98e2d995ddd3b72779390caed34c\/f\/s\/fs_boehm_bg_isoflavon-forte-30_1.png",
            "caption": null,
            "position": "2",
            "isMain": true,
            "type": "image",
            "videoUrl": null,
            "thumb_webp": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/87f8cff30ab7f51414931ecb6c9d8d6b\/f\/s\/fs_boehm_bg_isoflavon-forte-30_1.png",
            "img_webp": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/f275fd480a44292b4b1c437f004bfb72\/f\/s\/fs_boehm_bg_isoflavon-forte-30_1.png",
            "full_webp": "https:\/\/www.vamida.at\/media\/catalog\/product\/cache\/a32c98e2d995ddd3b72779390caed34c\/f\/s\/fs_boehm_bg_isoflavon-forte-30_1.png"
          }]
        },
        "index": {
          "563": {
            "148": "L"
          },
          "749": {
            "148": "S"
          }
        },
        "salable": {
          "148": {
            "L": ["563"],
            "S": ["749"]
          }
        },
        "canDisplayShowOutOfStockStatus": true,
        "channel": "website",
        "salesChannelCode": "base",
        "sku": {
          "563": "AT-P3046824-60ST",
          "749": "AT-P2774467-30ST"
        }
      });
    }
  </script>
  <div x-data="initConfigurableDropdownOptions_830()" x-init="init();" @private-content-loaded.window="onGetCartData($event.detail.data)" class="mb-6" x-defer="intersect" x-ignore="">
    <h2 class="text-gray-900 text-xl title-font font-medium mb-4">Optionen</h2>
    <div class="flex border-t last:border-b border-gray-300 py-2 w-full items-center"><label class="label text-gray-700 text-left w-1/2" for="attribute148"><span> Package Size</span></label>
      <div class="ml-2 text-gray-900 text-left w-1/2"><select name="super_attribute[148]" id="attribute148" class="form-select super-attribute-select" x-on:change="changeOption(148, event.target.value)" required="required">
          <option value="">Option auswählen...</option><template x-for="(item, index) in getAllowedAttributeOptions(148)" :key="item.id">
            <option :value="item.id" x-html="item.label" :selected="selectedValues[148] === item.id"></option>
          </template>
        </select> <span class="hidden" x-on:click="changeOption(148, document.getElementById('attribute148').value);return false;" id="changeButton">update</span></div>
    </div>
  </div>
  <div class="product-options-wrapper" id="product-options-wrapper">
    <div class="fieldset" tabindex="0"> </div>
  </div>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/67983/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/67983/"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <input
    type="hidden" name="product" value="67983"> <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative"> <span
      class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1"><span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;44,91</span></span> <br><span
        class="price">€&nbsp;35,03</span></span> <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg></button> </form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/5977/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/5977/"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <input
    type="hidden" name="product" value="5977"> <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative"> <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1"><span
        class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;35,80</span></span> <br><span class="price">€&nbsp;27,92</span></span> <svg class="absolute right-4 top-3" id="Cart"
      xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg></button> </form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/67983/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/67983/"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <input
    type="hidden" name="product" value="67983"> <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative"> <span
      class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1"><span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;44,91</span></span> <br><span
        class="price">€&nbsp;35,03</span></span> <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg></button> </form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/5977/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/5977/"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <input
    type="hidden" name="product" value="5977"> <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative"> <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1"><span
        class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;35,80</span></span> <br><span class="price">€&nbsp;27,92</span></span> <svg class="absolute right-4 top-3" id="Cart"
      xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg></button> </form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/67983/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/67983/"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <input
    type="hidden" name="product" value="67983"> <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative"> <span
      class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1"><span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;44,91</span></span> <br><span
        class="price">€&nbsp;35,03</span></span> <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg></button> </form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/5977/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L2RyLWJvaG0taXNvZmxhdm9uLTkwbWctZm9ydGUuaHRtbA~~/product/5977/"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <input
    type="hidden" name="product" value="5977"> <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative"> <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1"><span
        class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;35,80</span></span> <br><span class="price">€&nbsp;27,92</span></span> <svg class="absolute right-4 top-3" id="Cart"
      xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg></button> </form>

<form class="review-form" id="review_form" @submit.prevent="submitForm()" action="" x-data="initReviewForm()" x-defer="intersect" x-ignore="">
  <fieldset>
    <fieldset>
      <div class="flex flex-row items-center mt-4">
        <div class="-ml-1.5">
          <div id="product-review-table">
            <div class="ml-1"><label class="sr-only" id="Value_rating_label"><span>Value</span></label>
              <div class="flex flex-row flex-grow-0" x-data="{ clickedRatingId: 0 }">
                <div class="relative" @click="clickedRatingId = 1 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" required="" name="ratings[2]" id="Value_1" value="6"><label class="rating-1 m-0 cursor-pointer"
                    for="Value_1" title="1 star" id="Value_1_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8"
                        :class="1 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 2 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[2]" id="Value_2" value="7"><label class="rating-2 m-0 cursor-pointer" for="Value_2"
                    title="2 stars" id="Value_2_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8" :class="2 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 3 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[2]" id="Value_3" value="8"><label class="rating-3 m-0 cursor-pointer" for="Value_3"
                    title="3 stars" id="Value_3_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8" :class="3 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 4 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[2]" id="Value_4" value="9"><label class="rating-4 m-0 cursor-pointer" for="Value_4"
                    title="4 stars" id="Value_4_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8" :class="4 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 5 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[2]" id="Value_5" value="10"><label class="rating-5 m-0 cursor-pointer" for="Value_5"
                    title="5 stars" id="Value_5_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8" :class="5 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
              </div>
            </div>
            <div class="ml-1"><label class="sr-only" id="Star rating _rating_label"><span>Star rating </span></label>
              <div class="flex flex-row flex-grow-0" x-data="{ clickedRatingId: 0 }">
                <div class="relative" @click="clickedRatingId = 1 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" required="" name="ratings[4]" id="Star rating _1" value="16"><label
                    class="rating-1 m-0 cursor-pointer" for="Star rating _1" title="1 star" id="Star rating _1_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8"
                        :class="1 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 2 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[4]" id="Star rating _2" value="17"><label class="rating-2 m-0 cursor-pointer"
                    for="Star rating _2" title="2 stars" id="Star rating _2_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8"
                        :class="2 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 3 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[4]" id="Star rating _3" value="18"><label class="rating-3 m-0 cursor-pointer"
                    for="Star rating _3" title="3 stars" id="Star rating _3_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8"
                        :class="3 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 4 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[4]" id="Star rating _4" value="19"><label class="rating-4 m-0 cursor-pointer"
                    for="Star rating _4" title="4 stars" id="Star rating _4_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8"
                        :class="4 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
                <div class="relative" @click="clickedRatingId = 5 || 0"><input class="absolute opacity-0 bottom-0 left-0 cursor-pointer" type="radio" name="ratings[4]" id="Star rating _5" value="20"><label class="rating-5 m-0 cursor-pointer"
                    for="Star rating _5" title="5 stars" id="Star rating _5_label"><span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="fill-current h-8 w-8"
                        :class="5 <= clickedRatingId ? 'text-yellow-400' : 'text-gray-400'">
                        <path
                          d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z">
                        </path>
                      </svg></span></label></div>
              </div>
            </div>
          </div><input type="hidden" name="validate_rating" value="">
        </div>
      </div>
    </fieldset>
    <div>
      <div><label for="nickname_field" class="sr-only"><span>Nickname</span></label>
        <div><input class="form-input mt-3 block w-full text-sm bg-transparent p-3" required="" title="Nickname" placeholder="Nickname*" type="text" name="nickname" id="nickname_field"></div>
      </div>
      <div><label for="summary_field" class="sr-only"><span>Zusammenfassung</span></label>
        <div><input class="form-input mt-3 block w-full text-sm bg-transparent p-3" required="" title="Zusammenfassung" placeholder="Zusammenfassung*" type="text" name="title" id="summary_field"></div>
      </div>
      <div><label for="review_field" class="sr-only"><span>Bewertung</span></label>
        <div><textarea class="form-input mt-3 block w-full text-sm bg-transparent p-3" required="" title="Bewertung" placeholder="Bewertung*" name="detail" id="review_field" cols="5" rows="3"></textarea></div>
      </div>
    </div>
  </fieldset>
  <div class="my-3">
    <div class="text-right"><button x-show="!displaySuccessMessage" type="submit"
        class="font-semibold inline rounded-3xl color-white h-50px bg-header-nlbutton text-white text-base px-6 leading-50px bg-header-searchbutton hover:bg-footer-newsletterinfofield"><span> Bewertung abschicken</span></button>
      <div class="flex flex-row justify-start items-center w-full" x-show="isLoading"><!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL --><svg width="57" height="57" viewBox="0 0 57 57" xmlns="http://www.w3.org/2000/svg"
          stroke="#fff" style="transform: scale(0.6)" class="stroke-current text-primary">
          <g fill="none" fill-rule="evenodd">
            <g transform="translate(1 1)" stroke-width="2">
              <circle cx="5" cy="50" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" values="50;5;50;50" calcMode="linear" repeatCount="indefinite"></animate>
                <animate attributeName="cx" begin="0s" dur="2.2s" values="5;27;49;5" calcMode="linear" repeatCount="indefinite"></animate>
              </circle>
              <circle cx="27" cy="5" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" from="5" to="5" values="5;50;50;5" calcMode="linear" repeatCount="indefinite"></animate>
                <animate attributeName="cx" begin="0s" dur="2.2s" from="27" to="27" values="27;49;5;27" calcMode="linear" repeatCount="indefinite"></animate>
              </circle>
              <circle cx="49" cy="50" r="5">
                <animate attributeName="cy" begin="0s" dur="2.2s" values="50;50;5;50" calcMode="linear" repeatCount="indefinite"></animate>
                <animate attributeName="cx" from="49" to="49" begin="0s" dur="2.2s" values="49;5;27;49" calcMode="linear" repeatCount="indefinite"></animate>
              </circle>
            </g>
          </g>
        </svg>
        <div class="ml-4 text-primary">Laden...</div>
      </div>
      <p x-show="displaySuccessMessage" class="text-green flex items-center"><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">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg></span> Sie haben Ihre Bewertung für die Moderation übermittelt.</p><template x-if="displayErrorMessage">
        <p class="text-red flex items-center"><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">
              <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>
  </div>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/54510/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/54510/ "
  enctype="multipart/form-data">
  <input type="hidden" name="product" value="54510">
  <input name="form_key" type="hidden" value="LT64wRH89Zd4QbIr">
  <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative">
    <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1">
      <span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;25,00</span></span>
      <br><span class="price">€&nbsp;20,85</span></span>
    <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg>
  </button>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/1759/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/1759/ "
  enctype="multipart/form-data">
  <input type="hidden" name="product" value="1759">
  <input name="form_key" type="hidden" value="LT64wRH89Zd4QbIr">
  <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative">
    <span class="text-list-addtocartdiscount font-bold text-base leading-10px">
      <span class="text-list-addtocartdiscount font-bold text-sm">Ab </span><span class="price">€&nbsp;25,85</span></span>
    <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg>
  </button>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/65428/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/65428/ "
  enctype="multipart/form-data">
  <input type="hidden" name="product" value="65428">
  <input name="form_key" type="hidden" value="LT64wRH89Zd4QbIr">
  <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative">
    <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1">
      <span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;44,78</span></span>
      <br><span class="price">€&nbsp;40,30</span></span>
    <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg>
  </button>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/1082/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/1082/ "
  enctype="multipart/form-data">
  <input type="hidden" name="product" value="1082">
  <input name="form_key" type="hidden" value="LT64wRH89Zd4QbIr">
  <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative">
    <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1">
      <span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;29,91</span></span>
      <br><span class="price">€&nbsp;23,33</span></span>
    <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg>
  </button>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/63471/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/63471/ "
  enctype="multipart/form-data">
  <input type="hidden" name="product" value="63471">
  <input name="form_key" type="hidden" value="LT64wRH89Zd4QbIr">
  <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative">
    <span class="text-list-addtocartdiscount font-bold text-base leading-10px relative -top-1">
      <span class="text-list-addtocartorig font-normal line-through text-sm"><span class="price">€&nbsp;17,91</span></span>
      <br><span class="price">€&nbsp;14,11</span></span>
    <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg>
  </button>
</form>

POST https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/890/

<form method="post" class="px-2" action="https://www.vamida.at/checkout/cart/add/uenc/aHR0cHM6Ly93d3cudmFtaWRhLmF0L3ZhbWlkYV9jb3JlL2FqYXgvbGFzdFZpZXdlZD9jdXJyZW50X3Byb2R1Y3RfaWQ9ODMwJnByb2R1Y3RfaWRzPTgzMCZfdD0xNzIzNjIzMjc3NjE0/product/890/ "
  enctype="multipart/form-data">
  <input type="hidden" name="product" value="890">
  <input name="form_key" type="hidden" value="LT64wRH89Zd4QbIr">
  <button class="rounded-25px border border-list-addtocartdiscount h-12 leading-3 bg-white w-full relative">
    <span class="text-list-addtocartdiscount font-bold text-base leading-10px">
      <span class="text-list-addtocartdiscount font-bold text-sm">Ab </span><span class="price">€&nbsp;8,74</span></span>
    <svg class="absolute right-4 top-3" id="Cart" xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22">
      <path id="Combined_Shape" data-name="Combined Shape"
        d="M10.995,15.882a1.832,1.832,0,1,1,1.833,1.832A1.835,1.835,0,0,1,10.995,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,12.217,15.882Zm-8.552,0A1.832,1.832,0,1,1,5.5,17.714,1.835,1.835,0,0,1,3.665,15.882Zm1.222,0a.611.611,0,1,0,.611-.611A.612.612,0,0,0,4.887,15.882Zm-.121-3.054a1.829,1.829,0,0,1-1.823-1.641c-.088-.844-.51-4.843-.792-7.526l-.036-.343-.22-2.1H.611A.611.611,0,1,1,.611,0H2.443a.61.61,0,0,1,.608.547l.264,2.507H16.348a1.222,1.222,0,0,1,1.2,1.477l-1.467,6.848a1.843,1.843,0,0,1-1.793,1.449ZM4.157,11.06a.61.61,0,0,0,.608.546h9.519a.616.616,0,0,0,.6-.483l1.467-6.847H3.443Z"
        transform="translate(2.2 2.2)" fill="#b40825"></path>
      <circle id="Oval" cx="5.5" cy="5.5" r="5.5" transform="translate(11)" fill="#fff"></circle>
      <path id="Combined_Shape-2" data-name="Combined Shape"
        d="M3.409.005,3.483,0a.55.55,0,0,1,.545.475L4.033.55V2.933H6.417a.55.55,0,0,1,.545.475l.005.075a.55.55,0,0,1-.475.545l-.075.005H4.033V6.417a.55.55,0,0,1-.475.545l-.075.005a.55.55,0,0,1-.545-.475l-.005-.075V4.033H.55a.55.55,0,0,1-.545-.475L0,3.483a.55.55,0,0,1,.475-.545L.55,2.933H2.933V.55A.55.55,0,0,1,3.409.005L3.483,0Z"
        transform="translate(13.2 2.2)" fill="#b40825"></path>
    </svg>
  </button>
</form>

POST https://www.vamida.at/newsletter/subscriber/new/

<form class="form subscribe" action="https://www.vamida.at/newsletter/subscriber/new/" method="post" x-data="initNewsletterFormFooter()" @submit.prevent="submitFormFooter()" id="newsletter-validate-detail-footer">
  <div class="rounded-3xl bg-white h-12 px-6 flex"><input name="email" type="email" required="" id="newsletter-subscribe"
      class="focus:outline-none focus:ring-transparent focus:shadow-none focus:border-white italic text-base border-0 w-full input-text" placeholder="E-Mail-Adresse eingeben"><input name="form_key" type="hidden" value="ha3JQ6PDchNUrnnE"> <button
      type="submit"><svg class="h-12" id="Arrow" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
        <path id="Combined_Shape" data-name="Combined Shape" d="M16.293,15.707a1,1,0,0,1,0-1.414L21.586,9H1A1,1,0,1,1,1,7H21.586L16.293,1.707A1,1,0,0,1,17.708.293l7,7a1,1,0,0,1,0,1.415l-7,7a1,1,0,0,1-1.415,0Z" transform="translate(3 7)"
          fill="#1f5d7f"></path>
      </svg></button>
    <div class="control"><input type="hidden" value="" name="g-recaptcha-response"></div>
  </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">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg></span> <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template></p>
    </template></div>
</form>

Text Content

Direkt zum Inhalt
cross
Newsletter Anmeldung

Hey! Wir haben ein Geschenk für dich!



Füll das Formular aus und schau was drinnen ist!

Abonnieren




Ich akzeptiere hiermit die Datenschutzbedingungen.

This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of
Service apply.


Blue Points
AT
 * CZ
 * AT
 * DE

Newsletter Wunschliste
Konto
Anmelden Ein Konto erstellen
Warenkorb


WARENKORB

x









Zwischensumme:

Kasse oder Warenkorb
x

Auschecken über Ihr Konto

E-Mail-Adresse

Passwort

Anmelden Passwort vergessen?


Als Neukunde auschecken

Ein Konto zu erstellen hat viele Vorteile:

 * Bestellungen und Sendungen verfolgen
 * Alte Bestellungen einsehen
 * Schneller zur Kasse gehen

Ein Konto erstellen
Kategorien


UNSERE KATEGORIEN

 * Abnehmen
 * Erkältung
 * Herz-Kreislauf
 * Körperpflege
 * Nahrungsergänzungsmittel
 * Schmerzmittel
 * Verdauung
 * Alle Kategorien
 *  


UNSERE MARKEN

 * Louis Widmer
 * Neo-Angin
 * Nivea
 * Supradyn
 * Thomapyrin
 * Vichy
 * Wick
 * Alle Marken


WIR EMPFEHLEN

 * Marken von A-Z
 * Themen
 * Blog

Marken
Sonne
Augen
Wundversorgung
Frauen
SALE

Abnehmen
Erkältung
Frauengesundheit
Haut Haare & Nägel
Kosmetik
Körperpflege
Nahrungsergänzung
Schmerzmittel
Verdauung
Augen
Kind
Blutgefäße
Diabetes
Entspannung
Gesunde Nahrungsmittel
Kreislauf
Heuschnupfen & Pollenallergie
Homöopathische Mittel
Hausmittel
Insekten
Leber & Galle
Leistungssteigernde Mittel
Liebe
Mann
Zahn
Niere & Blase
Ohren
Rauchen
Schlaf
Schwangerschaft
Sonne
Tierarzneimittel
Wundversorgung
Sport und Fitness
 * Startseite
 * - Dr. Böhm Isoflavon 90mg forte


DR. BÖHM ISOFLAVON 90MG FORTE ZUR WUNSCHLISTE HINZUFÜGEN
DRAGEES  

Auf pflanzliche Art die Wechseljahre beeinflussen.
Die Dr. Böhm Isoflavon 45 mg zum Wohlfühlen für die Wechseljahre. Das zusätzlich
enthaltene, wertvolle Nachtkerzenöl wirkt sich positiv auf die trockener
werdende Haut aus.

60 ST Isoflavon 90mg forte
€ 43,61 · Auf Lager
€ 43,61
VK* € 55,91
€ 43,61
VK* € 55,91
-22%
30 ST Isoflavon 90mg forte
€ 26,67 · versandbereit in 2-3 Werktagen
€ 26,67
VK* € 32,80
€ 26,67
VK* € 32,80
-19%


OPTIONEN

Package Size
Option auswählen... update


inkl. MwSt. zzgl. Versand


In den Warenkorb

Du bekommst für diese Bestellung Blue Points gutgeschrieben!
Du bekommst für diese Bestellung 26 Blue Points gutgeschrieben! Nur für
registrierte Kunden verfügbar.
Auf pflanzliche Art die Wechseljahre beeinflussen.
Die Dr. Böhm Isoflavon 45 mg zum Wohlfühlen für die Wechseljahre. Das zusätzlich
enthaltene, wertvolle Nachtkerzenöl wirkt sich positiv auf die trockener
werdende Haut aus.

Kurzinformation

Im Klimakterium beginnen die Ovarien die Hormonproduktion langsam einzustellen.
Die weiblichen Geschlechtshormone Östrogen und Progesteron fallen ab. Der
schwankende Hormonspiegel verursacht die typischen Wechseljahresbeschwerden:
Hitzewallungen, Schweißausbrüche und Stimmungsschwankungen. Darüber hinaus wird
die Haut trockener und das Gewebe verliert an Spannkraft. Dr. Böhm Isoflavon 90
mg forte Dragees enthalten natürliche Isoflavone aus Soja und heimischem
Rotklee. Isoflavone sind den weiblichen Hormonen sehr ähnlich und werden deshalb
auch als Pflanzenhormone (Phytoöstrogene) bezeichnet. Dr. Böhm Isoflavon Dragees
helfen auf natürliche und pflanzliche Art die Wechseljahre positiv zu
beeinflussen. Zusätzlich enthalten die Dragees natürliches Nachtkerzenöl mit
wertvoller Gamma-Linolensäure und wirken so auch positiv auf den
Feuchtigkeitsgehalt der Haut.

Anwendungsgebiete

Für Frauen ab 40 Jahren in der Prämenopause sowie in und nach den Wechseljahren.
Bei natürlichen Begleiterscheinungen der Wechseljahre wie Hitzewallungen,
Schweißausbrüchen, Stimmungsschwankungen.

Anwendungsempfehlung

Die Dragees werden nach einer Mahlzeit unzerkaut mit etwas Flüssigkeit
eingenommen. Es wird täglich 1 Dragee eingenommen.

Zusammensetzung / Zutaten

1 Dragee enthält: Rotklee-Extrakt 200 mg, entsprechend Isoflavone 40 mg;
Soja-Extrakt 125 mg, entsprechend Isoflavone 50 mg; Vitamin B6 2,8 mg;
Nachtkerzenöl 90 mg. Weitere Bestandteile: Beetenrot und Eisenoxid. Frei von
Lactose, Hefe, Gluten und Azofarbstoffen.



Produktinformationen

Packungseinheit: 60ST 30ST Kosten pro Einheit: € 0,73/ST € 0,89/ST SKU:Bitte
zuerst Packungsgröße wählen



Andere Kunden kauften auch
-22%

Tabletten Burgerstein
OsteoVital forte
€ 44,91
€ 35,03
€ 0,19/ST
-22%

Kapseln Life Light
Nanosan
€ 35,80
€ 27,92
€ 0,47/ST
-22%

Tabletten Burgerstein
OsteoVital forte
€ 44,91
€ 35,03
€ 0,19/ST
-22%

Kapseln Life Light
Nanosan
€ 35,80
€ 27,92
€ 0,47/ST
-22%

Tabletten Burgerstein
OsteoVital forte
€ 44,91
€ 35,03
€ 0,19/ST
-22%

Kapseln Life Light
Nanosan
€ 35,80
€ 27,92
€ 0,47/ST





KUNDENBEWERTUNGEN

Value
5
star star star star star
das allerbeste mittel
Bewertung von babsy 07.01.13
das beste was es für hitzewallungen gibt . glaubt es mir

1 Eintrag


Anzeigen 10 20 50
Eigene Bewertung schreiben
Value

Star rating

Nickname

Zusammenfassung

Bewertung

Bewertung abschicken
Laden...

Sie haben Ihre Bewertung für die Moderation übermittelt.




Relevante Produkte für Sie
-17%

Basenpulver Dr. Jacob´s
Basenpulver Original Citrate Basen Elektrolyte
€ 25,00
€ 20,85
€ 69,50/KG
-22%

Kapseln Pure Encapsulations
Magnesium (Magnesiumcitrat)
Ab € 25,85

-10%

Masken Mundnasenschutz
Extreme Soft
€ 44,78
€ 40,30
€ 0,81/ST
-22%

Kapseln Ökopharm
Immun 44
€ 29,91
€ 23,33
€ 0,39/ST
-21%

Kapseln Dr. Böhm
Vitamin D3 1600 I.E.
€ 17,91
€ 14,11
€ 0,24/ST
-20%

Tabletten Thomapyrin
Ab € 8,74



Versandkostenfrei
Innerhalb Österreichs ab 39€ Bestellwert
Bequem bezahlen
Per Kreditkarte, Klarna, PayPal uvm.
Sicher einkaufen
100% SSL verschlüsselt
Haben Sie Fragen?
Sie erreichen uns Mo. - Fr. von 10.00 bis 12.00 Uhr
+43 (0) 1 295 295 2
kundendienst@vamida.at

Newsletter
Jetzt zum Vamida Newsletter anmelden
 * ✔ € 5,- Willkommensgutschein
 * ✔ Geburtstagsrabatt
 * ✔ exklusive Angebote
 * ✔ Produktneuheiten
 * ✔ Tipps & Tricks für Ihre Gesundheit



Beliebte Produkte Bei Vamida
 * Leaton complete
 * Luuf Nasenspray
 * Rhinospray plus ätherische Öle
 * Otrivin Nasenspray 0,1% mit Menthol
 * Grippostad C
 * Bepanthen Plus Creme
 * Calmaben Dragees 10ST
 * Dulcolax Dragees
 * Rennie Antacidum Spearmint Lutschtabletten zuckerfrei
 * Laxbene Filmtabletten

 * Ibumetin forte 400mg Filmtabletten
 * Mexalen 500mg
 * Thomapyrin
 * Bepanthen Wund- und Heilsalbe
 * Aspirin+C Brausetabletten
 * Ökopharm Immun 44 Kapseln - 60ST
 * Passedan Tropfen
 * Coldamaris Prophylactic Nasenspray
 * Novalac AC
 * Arterin Tabletten - 60ST - zurzeit nicht lieferbar

 * Voltadol Schmerzgel Forte
 * Optifibre
 * easysleep Filmtabletten
 * Coldamaris Plus Nasenspray
 * Nasivin Nasentropfen Classic 0,05%
 * Nasivin Spray Classic Sanft 0,05%
 * OptiXpress Pflaume 200ML
 * Omni-Biotic Stress Repair
 * Restaxil Nervenschmerzgel
 * Veen Veen Tonikum

 * Neo-Angin Zuckerfrei Salbei

Zahlungsmethoden



Versand




Shop
 * Produkte
 * Themen
 * Marken

Unternehmen
 * Versandapotheke
 * Bewertungen
 * Newsletter
 * Jobs

Support
 * Kontakt
 * Versandkosten
 * Zahlungsmethoden
 * Rücktrittsrecht
 * Blue Points

Mein Konto
 * Mein Konto
 * Meine Bestellungen
 * Wunschliste
 * Konto bearbeiten

© 2024 Vamida - Versandapotheke

*VK: Apothekenverkaufspreis gemäß Warenverzeichnis des österreichischen
Apotheker-Verlags. Preisänderungen und Irrtümer vorbehalten.
Alle Preise inkl. Mehrwertsteuer zzgl. Versandkosten.
AGB · Impressum · Datenschutzerklärung · AT
 * CZ
 * AT
 * DE


×
Diese Webseite verwendet Cookies.
Wir verwenden Cookies, um die Benutzerfreundlichkeit unserer Website zu
verbessern. Durch die weitere Nutzung unserer Webseite stimmen Sie der
Verwendung von Cookies gemäß unserer Cookie-Richtlinie zu. Weitere Informationen

Unbedingt erforderlich

Performance

Targeting

Funktionalität

Unklassifizierte
Details anzeigen Details ausblenden
Speichern & Schließen
Alle akzeptieren
Alle ablehnen
Cookie-Erklärung
Informationen zu Cookies
Unbedingt erforderlich
Performance
Targeting
Funktionalität
Unklassifizierte
Unbedingt erforderliche Cookies ermöglichen wesentliche Kernfunktionen der
Website wie die Benutzeranmeldung und die Kontoverwaltung. Ohne die unbedingt
erforderlichen Cookies kann die Website nicht ordnungsgemäß verwendet werden.

Cookie report Name Provider / Domäne Ablaufdatum Beschreibung mage-messages
Adobe Inc.
www.vamida.at 5 Sekunden Dieses Cookie wird verwendet, um das Zwischenspeichern
von Inhalten im Browser zu erleichtern und das Laden von Seiten zu
beschleunigen. custom_price_key .vamida.at 1 Stunde Custom Price Cookie.
_GRECAPTCHA
Google LLC
.vamida.at 1 Stunde Google reCaptcha cookie script __Secure-3PAPISID
Google Inc.
.google.at 1 Monat __Secure-1PAPISID .google.at 1 Monat SSID
Google LLC
.google.at 1 Monat Dieses Cookie enthält Informationen darüber, wie der
Endbenutzer die Website nutzt, sowie über Werbung, die der Endbenutzer
möglicherweise vor dem Besuch dieser Website gesehen hat. HSID
Google LLC
.google.at 1 Monat Dieses Cookie wird von DoubleClick (im Besitz von Google)
gesetzt, um ein Profil der Interessen der Website-Besucher zu erstellen und
relevante Anzeigen auf anderen Websites zu schalten. __Secure-3PSID .google.at 1
Monat __Secure-1PSID .google.at 1 Monat APISID
Google LLC
.google.at 1 Stunde Dieses DoubleClick-Cookie wird in der Regel von
Werbepartnern über die Website gesetzt und von diesen verwendet, um ein Profil
der Interessen der Website-Besucher zu erstellen und relevante Anzeigen auf
anderen Websites zu schalten. Dieses Cookie identifiziert Ihren Browser und Ihr
Gerät eindeutig. SAPISID
Google LLC
.google.at 1 Monat Dieses DoubleClick-Cookie wird in der Regel von Werbepartnern
über die Website gesetzt und von diesen verwendet, um ein Profil der Interessen
der Website-Besucher zu erstellen und relevante Anzeigen auf anderen Websites zu
schalten. Dieses Cookie identifiziert Ihren Browser und Ihr Gerät eindeutig. SID
Google LLC
.google.at 1 Monat Dies ist ein sehr gebräuchlicher Cookie-Name, aber wenn er
als Sitzungscookie gefunden wird, wird er wahrscheinlich für die Verwaltung des
Sitzungsstatus verwendet. __Secure-ENID
Google Inc.
.google.at 1 Stunde CONSENT
Google LLC
.google.at 1 Monat Dieses Cookie enthält Informationen darüber, wie der
Endbenutzer die Website nutzt, sowie über Werbung, die der Endbenutzer
möglicherweise vor dem Besuch dieser Website gesehen hat. section_data_ids
Adobe Inc.
www.vamida.at 2 Stunden Speichert kundenspezifische Informationen zu vom Käufer
initiierten Aktionen wie Wunschliste anzeigen, Checkout-Informationen usw. _gat
Google LLC
.vamida.at 58 Sekunden Dieser Cookie-Name ist mit Google Universal Analytics
verknüpft. Gemäß der Dokumentation wird er zur Drosselung der Anforderungsrate
verwendet, wodurch die Datenerfassung auf Websites mit hohem Datenaufkommen
eingeschränkt wird. form_key
Adobe Inc.
.www.vamida.at 2 Stunden Dieses Cookie wird verwendet, um das Zwischenspeichern
von Inhalten im Browser zu erleichtern und das Laden von Seiten zu
beschleunigen. PHPSESSID
PHP.net
.www.vamida.at 2 Stunden Cookie, das von Anwendungen generiert wird, die auf der
PHP-Sprache basieren. Dies ist eine allgemeine Kennung, die zum Verwalten von
Benutzersitzungsvariablen verwendet wird. Normalerweise handelt es sich um eine
zufällig generierte Zahl. Die Art und Weise, wie sie verwendet wird, kann für
die Site spezifisch sein. Ein gutes Beispiel ist jedoch die Beibehaltung des
Anmeldestatus für einen Benutzer zwischen den Seiten. CookieScriptConsent
CookieScript
www.vamida.at 1 Monat Dieses Cookie wird vom Cookie-Script.com-Dienst verwendet,
um die Einwilligungseinstellungen für Besucher-Cookies zu speichern. Das
Cookie-Banner von Cookie-Script.com muss ordnungsgemäß funktionieren.
mage-cache-sessid
Adobe Inc.
www.vamida.at 2 Stunden Der Wert dieses Cookies löst die Bereinigung des lokalen
Cache-Speichers aus. Wenn das Cookie von der Backend-Anwendung entfernt wird,
bereinigt der Administrator den lokalen Speicher und setzt den Cookie-Wert auf
true. __kla_id
Klaviyo Inc.
www.vamida.at 1 Jahr 1 Monat Verfolgt, wenn jemand durch eine Klaviyo-E-Mail auf
Ihre Website klickt last_visited_store .www.vamida.at 2 Stunden Speichert
kundenspezifische Informationen zu vom Käufer initiierten Aktionen wie
Wunschliste anzeigen, Checkout-Informationen usw. private_content_version
Adobe Inc.
www.vamida.at 1 Jahr 1 Monat Hängt Seiten mit Kundeninhalten eine zufällige,
eindeutige Nummer und Zeit an, um zu verhindern, dass sie auf dem Server
zwischengespeichert werden. _ga
Google LLC
.vamida.at 1 Jahr 1 Monat Dieser Cookie-Name ist mit Google Universal Analytics
verknüpft. Dies ist eine wichtige Aktualisierung des am häufigsten verwendeten
Analysedienstes von Google. Dieses Cookie wird verwendet, um eindeutige Benutzer
zu unterscheiden, indem eine zufällig generierte Nummer als Client-ID zugewiesen
wird. Es ist in jeder Seitenanforderung auf einer Site enthalten und wird zur
Berechnung von Besucher-, Sitzungs- und Kampagnendaten für die
Site-Analyseberichte verwendet.

Performance-Cookies sammeln Informationen darüber, wie Besucher eine Webseite
nutzen, z. B. Analyse-Cookies. Diese Cookies können nicht verwendet werden, um
einen bestimmten Besucher direkt zu identifizieren.

Cookie report Name Provider / Domäne Ablaufdatum Beschreibung _gid
Google LLC
.vamida.at 1 Tag Dieses Cookie wird von Google Analytics gesetzt. Es speichert
und aktualisiert einen eindeutigen Wert für jede besuchte Seite und wird zum
Zählen und Verfolgen von Seitenaufrufen verwendet. _gat_UA-45092777-1 .vamida.at
60 Sekunden Dies ist ein von Google Analytics festgelegtes Cookie vom Typ
Muster, bei dem das Musterelement im Namen die eindeutige Identitätsnummer des
Kontos oder der Website enthält, auf die es sich bezieht. Es handelt sich um
eine Variante des _gat-Cookies, mit der die von Google auf Websites mit hohem
Verkehrsaufkommen aufgezeichnete Datenmenge begrenzt wird. _pk_ses.1.ce44
www.vamida.at 30 Minuten Dieser Cookie-Name ist mit der Open
Source-Webanalyseplattform von Piwik verknüpft. Es wird verwendet, um
Website-Eigentümern dabei zu helfen, das Besucherverhalten zu verfolgen und die
Leistung der Website zu messen. Es handelt sich um ein Muster-Cookie, bei dem
auf das Präfix _pk_ses eine kurze Reihe von Zahlen und Buchstaben folgt, von
denen angenommen wird, dass sie ein Referenzcode für die Domäne sind, die das
Cookie setzt. _pk_id.1.ce44 www.vamida.at 1 Jahr Dieser Cookie-Name ist mit der
Open Source-Webanalyseplattform von Piwik verknüpft. Es wird verwendet, um
Website-Eigentümern dabei zu helfen, das Besucherverhalten zu verfolgen und die
Leistung der Website zu messen. Es handelt sich um ein Muster-Cookie, bei dem
auf das Präfix _pk_id eine kurze Reihe von Zahlen und Buchstaben folgt, von
denen angenommen wird, dass sie ein Referenzcode für die Domäne sind, in der das
Cookie gesetzt wird.

Targeting-Cookies werden verwendet, um Besucher zwischen verschiedenen Websites
zu identifizieren, z. B. Content-Partner, Bannernetzwerke. Diese Cookies können
von Unternehmen verwendet werden, um ein Profil der Besucherinteressen zu
erstellen oder relevante Anzeigen auf anderen Websites zu schalten.

Cookie report Name Provider / Domäne Ablaufdatum Beschreibung _gcl_au
Google LLC
.vamida.at 3 Monate Dieses Cookie wird von Doubleclick gesetzt und enthält
Informationen darüber, wie der Endbenutzer die Website nutzt, sowie über
Werbung, die der Endbenutzer möglicherweise vor dem Besuch dieser Website
gesehen hat. IDE
Google LLC
.doubleclick.net 1 Jahr Dieses Cookie wird von Doubleclick gesetzt und enthält
Informationen darüber, wie der Endbenutzer die Website nutzt, sowie über
Werbung, die der Endbenutzer möglicherweise vor dem Besuch dieser Website
gesehen hat. _fbp
Meta Platform Inc.
.vamida.at 3 Monate Wird von Facebook verwendet, um eine Reihe von
Werbeprodukten zu liefern, z. B. Echtzeit-Gebote von Werbekunden Dritter

Funktionale Cookies werden verwendet, um Besucherinformationen auf der Website
zu speichern, z. Sprache, Zeitzone, erweiterter Inhalte.

Unklassifizierte Cookies sind Cookies, die keiner der anderen Kategorien
angehören oder sich im Prozess der Klassifizierung befinden.

Cookie report Name Provider / Domäne Ablaufdatum Beschreibung
_hjSessionUser_2210457 .vamida.at 1 Jahr _hjSession_2210457 .vamida.at 30
Minuten

Cookies sind kleine Textdateien, die auf Ihrem Computer abgelegt werden, wenn
Sie bestimmte Websites besuchen. Websites verwenden Cookies, um Benutzern das
Navigieren auf einer Website zu erleichtern und das Ausführen bestimmter
Funktionen zu ermöglichen. Cookies, die für den ordnungsgemäßen Betrieb der
Website erforderlich sind, dürfen ohne Ihre Einwilligung gesetzt werden. Allen
anderen Cookies muss erst zugestimmt werden, bevor sie im Browser gesetzt werden
können.
Sie können Ihre Einwilligung zur Verwendung von Cookies auf unserer Website
jederzeit in der Datenschutzerklärung ändern.
We also use cookies to collect data for the purpose of personalizing and
measuring the effectiveness of our advertising. For more details, visit the
Google Privacy Policy.
Cookie-Zustimmungs-ID :
Cookie report created by CookieScript
Powered by CookieScript