shop.mera-petfood.com Open in urlscan Pro
151.101.1.124  Public Scan

Submitted URL: https://28908962-120-ex.micerisobane.com/jC1FBoMwOwrkZtczvVnGKSVInJMRooyIKftSapmfGs9ENpjB8o9UpJiPBoQ2KobKlo9Vd_V00_zWQumxGvu7YwmWksLAv7OA...
Effective URL: https://shop.mera-petfood.com/shop/tandem-gross?wgu=288435_110340_17345840928791_06106fcb36&wgexpiry=1766120092&sPartner=webga...
Submission: On December 19 via api from US — Scanned from DE

Form analysis 12 forms found in the DOM

GET https://shop.mera-petfood.com/shop/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://shop.mera-petfood.com/shop/catalogsearch/result/" method="get">
  <div class="relative"><label class="sr-only" for="search">Gesamten Shop hier durchsuchen...</label> <input id="search_input" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search"
      class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800 focus:outline-none focus:border-transparent lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value=""
      placeholder="Gesamten Shop hier durchsuchen..." maxlength="128"></div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="fixed left-0 bg-white border border-solid border-black z-50 w-[100vw] h-[calc(100vh-90px)] z-[9999] overflow-y-auto grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4"><template
        x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class=""><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
          </template><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template><template x-for="searchResult in searchResultByType">
            <div class="hover:bg-gray-100"> <template
                x-if="searchResult.type == 'term'"><a class="w-full block p-2 !no-underline" x-bind:href="'https://shop.mera-petfood.com/shop/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title"><span class="text-sm text-error" x-text="searchResult.title"></span> <span class="text-sm text-mera-dark-grey" x-text="'(' + searchResult.num_results + ')'"></span></a></template>
              <template
                x-if="searchResult.type == 'product'"><a class="w-full block !no-underline" :href="searchResult.url" :title="searchResult.title"><div class="grid grid-cols-5 gap-4 p-4 border-b-2"><div><img :src="searchResult.image" class="inline-block"></div><div class="col-span-2"><span class="text-[14px] text-museo-bold text-mera-dark-grey" x-text="searchResult.title"></span></div><div class="col-span-2 ml-auto"><span class="flex gap-x-1"><span class="text-base text-museo-bold text-mera-dark-grey" x-bind:class="{'text-mera-danger': searchResult.price_final_float !== searchResult.price_regular_float}"> ab</span> <span class="text-base text-museo-bold text-mera-dark-grey" x-html="searchResult.price_final" x-bind:class="{'text-mera-danger': searchResult.price_final_float !== searchResult.price_regular_float}"></span></span> <template x-if="searchResult.price_final_float !== searchResult.price_regular_float"><span class="flex gap-x-1 line-through" style="text-decoration-color: #000;"><span class="text-base text-mera-dark-grey"> ab</span> <span class="text-base text-mera-dark-grey" x-html="searchResult.price_regular"></span></span></template><span class="text-xs flex justify-end text-mera-dark-grey" x-html="'(' + searchResult.price_per_kilo + ')'"></span></div></div></a></template>
              <template
                x-if="searchResult.type == 'category'"><a class="w-full block p-2 !no-underline" :href="searchResult.url" :title="searchResult.title"><span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span> <span class="text-sm text-error text-mera-regular" x-text="searchResult.title"></span></a></template>
              <template
                x-if="searchResult.type == 'product_attribute'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span></a></template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script> <template x-if="searchResult.type == 'cms_page'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span></a></template>
            </div>
          </template></div>
      </template></div>
  </div>
</form>

GET https://shop.mera-petfood.com/shop/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://shop.mera-petfood.com/shop/catalogsearch/result/" method="get">
  <div class="relative"><label class="sr-only" for="search">Gesamten Shop hier durchsuchen...</label> <input id="search" x-on:input.debounce="getSearchResults()" x-ref="searchInput" type="search"
      class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800 focus:outline-none focus:border-transparent lg:text-xl" autocapitalize="off" autocomplete="off" autocorrect="off" name="q" value=""
      placeholder="Gesamten Shop hier durchsuchen..." maxlength="128"></div>
  <div id="search_autocomplete" class="search-autocomplete relative w-full" x-show="show" style="display:none;">
    <div class="absolute bg-white border border-solid border-black z-50 w-full grid grid-cols-1 md:grid-cols-3 lg:grid-cols-4"><template x-for="searchResultByType in Object.values(searchResultsByType)">
        <div class=""><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].title &amp;&amp; templates[searchResultByType[0].type].titleRenderer === undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="templates[searchResultByType[0].type].title"></div>
          </template><template x-if="searchResultByType.hasOwnProperty(0) &amp;&amp; templates[searchResultByType[0].type].titleRenderer !== undefined">
            <div class="font-bold pt-2 pl-2 text-center" x-text="window[templates[searchResultByType[0].type].titleRenderer](searchResultByType)"></div>
          </template><template x-for="searchResult in searchResultByType">
            <div class="hover:bg-gray-100"> <template
                x-if="searchResult.type == 'term'"><a class="w-full block p-2 !no-underline" x-bind:href="'https://shop.mera-petfood.com/shop/catalogsearch/result/?q=' + searchResult.title" :title="searchResult.title"><span class="text-sm text-error" x-text="searchResult.title"></span> <span class="text-sm text-mera-dark-grey" x-text="'(' + searchResult.num_results + ')'"></span></a></template>
              <template
                x-if="searchResult.type == 'product'"><a class="w-full block !no-underline" :href="searchResult.url" :title="searchResult.title"><div class="grid grid-cols-5 gap-4 p-4 border-b-2"><div><img :src="searchResult.image" class="inline-block"></div><div class="col-span-2"><span class="text-[14px] text-museo-bold text-mera-dark-grey" x-text="searchResult.title"></span></div><div class="col-span-2 ml-auto"><span class="flex gap-x-1"><span class="text-base text-museo-bold text-mera-dark-grey" x-bind:class="{'text-mera-danger': searchResult.price_final_float !== searchResult.price_regular_float}"> ab</span> <span class="text-base text-museo-bold text-mera-dark-grey" x-html="searchResult.price_final" x-bind:class="{'text-mera-danger': searchResult.price_final_float !== searchResult.price_regular_float}"></span></span> <template x-if="searchResult.price_final_float !== searchResult.price_regular_float"><span class="flex gap-x-1 line-through" style="text-decoration-color: #000;"><span class="text-base text-mera-dark-grey"> ab</span> <span class="text-base text-mera-dark-grey" x-html="searchResult.price_regular"></span></span></template><span class="text-xs flex justify-end text-mera-dark-grey" x-html="'(' + searchResult.price_per_kilo + ')'"></span></div></div></a></template>
              <template
                x-if="searchResult.type == 'category'"><a class="w-full block p-2 !no-underline" :href="searchResult.url" :title="searchResult.title"><span class="text-sm italic block text-gray-500" x-text="searchResult.breadcrumb.join(' > ').concat(' > ')"></span> <span class="text-sm text-error text-mera-regular" x-text="searchResult.title"></span></a></template>
              <template
                x-if="searchResult.type == 'product_attribute'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span> <span class="text-xs uppercase text-gray-500" x-text="searchResult.attribute_label" style="vertical-align: super;"></span></a></template>
              <script>
                function renderEsAutocompleteTitleAttribute(data) {
                  data = data.filter(function(item) {
                    return item.type === 'product_attribute';
                  }).map(function(item) {
                    return item['attribute_label']
                  }).reduce(function(prev, item) {
                    if (item in prev) {
                      prev[item]++;
                    } else {
                      prev[item] = 1;
                    }
                    return prev;
                  }, {});
                  data = Object.entries(data).sort(function(item1, item2) {
                    return item2[1] - item1[1]
                  }).map(function(item) {
                    return item[0]
                  });
                  if (data.length > 2) {
                    data = data.slice(0, 2);
                    data.push('...');
                  }
                  return data.join(', ');
                }
              </script> <template x-if="searchResult.type == 'cms_page'"><a class="w-full block p-2" :href="searchResult.url" :title="searchResult.title"><span class="text-sm" x-text="searchResult.title"></span></a></template>
            </div>
          </template></div>
      </template></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>E-Mailadresse</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">Anmelden</button>
      <a href="https://shop.mera-petfood.com/shop/customer/account/forgotpassword/">Passwort vergessen?</a></div>
  </div>
</form>

<form @submit.prevent="submitForm()" class="add-requisition-form">
  <fieldset>
    <div class="w-full"><input class="form-input block w-full text-sm focus:outline-none focus:ring-0 text-mera-dark-grey box-border" required="" maxlength="55" placeholder="Name der Anforderungsliste" title="Name der Anforderungsliste" type="text"
        name="list-name" id="list-name"><label for="list-name" class="sr-only">Name der Anforderungsliste</label></div>
    <div class="mb-1"><textarea value="" class="text-mera-dark-grey form-textarea mt-3 block w-full text-sm
                                         min-h-[104px] max-h-[42vh] focus:ring-0 focus:outline-none mb-4 box-border" placeholder="Beschreibung" title="Beschreibung" name="list-description" id="list-description" rows="6"></textarea> <label
        for="list-description" class="sr-only">Beschreibung</label></div>
  </fieldset>
  <div class="flex justify-around items-center mb-5"><button id="close" type="submit" :disabled="isLoading" :class="{'bg-mera-dark-grey' : isLoading}" class="btn-primary px-5 py-3.5 text-sm font-semibold rounded-[10px] w-[185px]"><span
        x-text="isLoading ? 'Speichern' : 'Speichern'"></span></button>
    <div class="w-[185px] text-center"><a class="font-semibold text-sm text-mera-pacific-blue" href="javascript:void(0)" id="close" @click="toggleRequisitionModal()">Abbrechen</a></div>
  </div>
</form>

POST https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLm1lcmEtcGV0Zm9vZC5jb20vc2hvcC90YW5kZW0tZ3Jvc3M_c1BhcnRuZXI9d2ViZ2FpbnMmd2dleHBpcnk9MTc2NjEyMDA5MiZ3Z3U9Mjg4NDM1XzExMDM0MF8xNzM0NTg0MDkyODc5MV8wNjEwNmZjYjM2/product/636/

<form method="post"
  action="https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/aHR0cHM6Ly9zaG9wLm1lcmEtcGV0Zm9vZC5jb20vc2hvcC90YW5kZW0tZ3Jvc3M_c1BhcnRuZXI9d2ViZ2FpbnMmd2dleHBpcnk9MTc2NjEyMDA5MiZ3Z3U9Mjg4NDM1XzExMDM0MF8xNzM0NTg0MDkyODc5MV8wNjEwNmZjYjM2/product/636/"
  class="mb-6" id="product_addtocart_form"><input type="hidden" name="product" value="636"><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="636"><input name="form_key" type="hidden" value="HXZbVZzIuJE5K8MD">
  <script>
    function initConfigurableSwatchOptions_636() {
      const configurableOptionsComponent = initConfigurableOptions('636', {
        "attributes": {
          "640": {
            "id": "640",
            "code": "gebinde",
            "label": "Gebinde",
            "options": [{
              "id": "52",
              "label": "10kg",
              "products": ["367"]
            }],
            "position": "0"
          }
        },
        "template": "<%- data.price %>\u00a0\u20ac",
        "currencyFormat": "%s\u00a0\u20ac",
        "optionPrices": {
          "367": {
            "baseOldPrice": {
              "amount": 30.831774700935
            },
            "oldPrice": {
              "amount": 32.99
            },
            "basePrice": {
              "amount": 30.831774700935
            },
            "finalPrice": {
              "amount": 32.99
            },
            "tierPrices": [],
            "msrpPrice": {
              "amount": 0
            }
          }
        },
        "priceFormat": {
          "pattern": "%s\u00a0\u20ac",
          "precision": 2,
          "requiredPrecision": 2,
          "decimalSymbol": ",",
          "groupSymbol": ".",
          "groupLength": 3,
          "integerRequired": false
        },
        "prices": {
          "baseOldPrice": {
            "amount": 30.831774700935
          },
          "oldPrice": {
            "amount": 32.99
          },
          "basePrice": {
            "amount": 30.831774700935
          },
          "finalPrice": {
            "amount": 32.99
          }
        },
        "productId": "636",
        "chooseText": "W\u00e4hlen Sie eine Option...",
        "images": {
          "367": [{
            "thumb": "https:\/\/shop.mera-petfood.com\/media\/catalog\/product\/H\/u\/Hundefutter-0498Tandem-Gross2_17.jpg?optimize=medium&bg-color=255,255,255&fit=bounds&height=90&width=90&canvas=90:90",
            "img": "https:\/\/shop.mera-petfood.com\/media\/catalog\/product\/H\/u\/Hundefutter-0498Tandem-Gross2_17.jpg?optimize=medium&bg-color=255,255,255&fit=bounds&height=700&width=700&canvas=700:700",
            "full": "https:\/\/shop.mera-petfood.com\/media\/catalog\/product\/H\/u\/Hundefutter-0498Tandem-Gross2_17.jpg?optimize=medium&bg-color=255,255,255&fit=bounds&height=&width=&canvas=:",
            "caption": null,
            "position": "1",
            "isMain": false,
            "type": "image",
            "videoUrl": null
          }, {
            "thumb": "https:\/\/shop.mera-petfood.com\/media\/catalog\/product\/H\/u\/Hundefutter-0498Tandem-GrossLF6KIK5CSqLtt_17.jpg?optimize=medium&bg-color=255,255,255&fit=bounds&height=90&width=90&canvas=90:90",
            "img": "https:\/\/shop.mera-petfood.com\/media\/catalog\/product\/H\/u\/Hundefutter-0498Tandem-GrossLF6KIK5CSqLtt_17.jpg?optimize=medium&bg-color=255,255,255&fit=bounds&height=700&width=700&canvas=700:700",
            "full": "https:\/\/shop.mera-petfood.com\/media\/catalog\/product\/H\/u\/Hundefutter-0498Tandem-GrossLF6KIK5CSqLtt_17.jpg?optimize=medium&bg-color=255,255,255&fit=bounds&height=&width=&canvas=:",
            "caption": null,
            "position": "2",
            "isMain": false,
            "type": "image",
            "videoUrl": null
          }]
        },
        "index": {
          "367": {
            "640": "52"
          }
        },
        "salable": [],
        "canDisplayShowOutOfStockStatus": true,
        "channel": "website",
        "salesChannelCode": "base",
        "sku": {
          "367": "040890300"
        }
      });
      const swatchOptionsComponent = initSwatchOptions({
        "640": {
          "52": {
            "type": "2",
            "value": "https:\/\/shop.mera-petfood.com\/media\/attribute\/swatch\/swatch_image\/200x200\/s\/i\/size_large_x2_7.png",
            "thumb": "https:\/\/shop.mera-petfood.com\/media\/attribute\/swatch\/swatch_thumb\/200x200\/s\/i\/size_large_x2_7.png",
            "label": "10kg"
          },
          "additional_data": "{\"swatch_input_type\":\"visual\",\"update_product_preview_image\":\"0\",\"use_product_image_for_swatch\":\"0\"}"
        }
      });
      return Object.assign(configurableOptionsComponent, swatchOptionsComponent);
    }
  </script>
  <div x-data="initConfigurableSwatchOptions_636()" x-init="init(); initShowSwatchesIntersect();" @private-content-loaded.window="onGetCartData($event.detail.data)" class="relative mb-6">
    <div class="h2 mb-4 text-base font-medium text-mera-dark-grey title-font text-museo-bold">Paketgröße wählen:</div>
    <div>
      <div class="swatch-attribute min-h-14 gebinde"><template x-if="showSwatches">
          <div class="flex flex-col sm:flex-row items-center py-4 sm:py-1 w-full border-gray-300">
            <div class="w-full text-left text-gray-900 product-option-values">
              <div class="flex gap-2.5 flex-wrap align-center" role="radiogroup"><template x-for="(item, index) in optionConfig.attributes[640].options" :key="item.id">
                  <div class="flex justify-center text-center w-[92px] md:w-[120px] items-end" x-bind:class="'option_' + item.id"><!-- IN STOCK SWATCH --><template x-show="!isTextSwatch(640, item.id)"
                      x-if="optionIsEnabled(640, item.id) &amp;&amp; optionIsActive(640, item.id)">
                      <div x-show="!isTextSwatch(640, item.id)">
                        <div class="relative">
                          <div class="text-center"
                            :class="{ 'ring ring-primary rounded-[10px] border-1': (selectedValues[640] === item.id), 'border-0': (selectedValues[640] !== item.id), 'ring ring-primary border-1 selected-swatch' : (focusedLabel === item.id || itemId === item.id) }">
                            <label :for="'attribute-option-636-'+item.id" class="swatch-option relative cursor-pointer select-none border-0 bg-container-transparent product-option-value-label" :style="getSwatchBackgroundStyle('640',item.id)"><input
                                :id="'attribute-option-636-'+item.id" :value="item.id" name="super_attribute[640]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
                                oninvalid="this.setCustomValidity('Bitte wähle einer dieser Optionen.')" oninput="setCustomValidity('')" x-on:click="focusLabel(640, item.id)" x-on:blur="blurLabel()"
                                x-on:change="changeOption(640, $event.target.value)" x-model="selectedValues[640]" :required="getAllowedAttributeOptions(640).filter( attributeOption => selectedValues[attributeOption] ).length === 0">
                              <div x-html="getSwatchText(640, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(640, item.id) }"></div>
                            </label> <span class="text-base block font-semibold whitespace-nowrap pb-[11px]" x-html="getSwatchLabel(640, item.id)"></span></div>
                          <div x-show="focusedLabel === item.id || itemId === item.id" class="absolute top-[68px] right-2 md:right-[25px] md:top-[70px]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
                              role="img">
                              <rect width="24" height="24" rx="12" fill="#00A2BF"></rect>
                              <path d="M6.5 11L10.5 15.5L18 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                              <title>check-filled-circle</title>
                            </svg>
                          </div>
                        </div>
                      </div>
                    </template><!-- OUT OF STOCK SWATCH --><template x-if="!optionIsActive(640, item.id) &amp;&amp; optionIsShow( 640, item.id, false, '' )">
                      <div class="text-center mt-0 font-semibold text-mera-dark-grey"><svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 112 96" fill="none" class="mt-[34px] md:mt-9" role="img">
                          <path
                            d="M78.1429 17.3846L33.8571 16C33.8571 20.1538 33.5714 30.8153 32.4286 40.2306C31.2857 49.6459 31 75.3072 31 86.6147L37.4286 87.9994L81 87.3071C81 75.3072 80.7143 48.5382 79.5714 40.2306C78.4286 31.9229 78.1429 21.5384 78.1429 17.3846Z"
                            stroke="#9B9B9B" stroke-width="2"></path>
                          <path d="M33.8574 17.3853C34.5717 23.1544 36.1431 37.6005 36.7146 49.2311C37.286 60.8618 36.9527 79.9232 36.7146 88" stroke="#9B9B9B" stroke-width="2"></path>
                          <path d="M35.2852 32.6147C37.428 33.307 44.7137 34.6917 56.7137 34.6917C68.7137 34.6917 76.4756 33.7686 78.8566 33.307" stroke="#9B9B9B" stroke-width="2"></path>
                          <rect x="67" y="68" width="24" height="24" rx="12" fill="#9B9B9B"></rect>
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M72.2929 73.2929C72.6834 72.9024 73.3166 72.9024 73.7071 73.2929L79 78.5858L84.2929 73.2929C84.6834 72.9024 85.3166 72.9024 85.7071 73.2929C86.0976 73.6834 86.0976 74.3166 85.7071 74.7071L80.4142 80L85.7071 85.2929C86.0976 85.6834 86.0976 86.3166 85.7071 86.7071C85.3166 87.0976 84.6834 87.0976 84.2929 86.7071L79 81.4142L73.7071 86.7071C73.3166 87.0976 72.6834 87.0976 72.2929 86.7071C71.9024 86.3166 71.9024 85.6834 72.2929 85.2929L77.5858 80L72.2929 74.7071C71.9024 74.3166 71.9024 73.6834 72.2929 73.2929Z"
                            fill="white"></path>
                          <title>empty-package</title>
                        </svg>
                        <div class="flex flex-col"><span class="text-base whitespace-nowrap opacity-80 mt-1" x-html="getOptionLabelFromOptionConfig(640, item.id)"></span> <span class="text-xs md:text-sm">Ausverkauft</span></div>
                      </div>
                    </template></div>
                </template></div>
            </div>
          </div>
        </template>
        <div class="flex flex-col sm:flex-row items-center py-4 sm:py-1 w-full border-gray-300">
          <div class="w-full text-left text-gray-900 product-option-values">
            <div class="flex gap-2.5 flex-wrap align-center" role="radiogroup"><template x-for="(item, index) in optionConfig.attributes[640].options" :key="item.id">
                <div class="flex justify-center text-center w-[92px] md:w-[120px] items-end" x-bind:class="'option_' + item.id"><!-- IN STOCK SWATCH --><template x-show="!isTextSwatch(640, item.id)"
                    x-if="optionIsEnabled(640, item.id) &amp;&amp; optionIsActive(640, item.id)">
                    <div x-show="!isTextSwatch(640, item.id)">
                      <div class="relative">
                        <div class="text-center"
                          :class="{ 'ring ring-primary rounded-[10px] border-1': (selectedValues[640] === item.id), 'border-0': (selectedValues[640] !== item.id), 'ring ring-primary border-1 selected-swatch' : (focusedLabel === item.id || itemId === item.id) }">
                          <label :for="'attribute-option-636-'+item.id" class="swatch-option relative cursor-pointer select-none border-0 bg-container-transparent product-option-value-label" :style="getSwatchBackgroundStyle('640',item.id)"><input
                              :id="'attribute-option-636-'+item.id" :value="item.id" name="super_attribute[640]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
                              oninvalid="this.setCustomValidity('Bitte wähle einer dieser Optionen.')" oninput="setCustomValidity('')" x-on:click="focusLabel(640, item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(640, $event.target.value)"
                              x-model="selectedValues[640]" :required="getAllowedAttributeOptions(640).filter( attributeOption => selectedValues[attributeOption] ).length === 0">
                            <div x-html="getSwatchText(640, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(640, item.id) }"></div>
                          </label> <span class="text-base block font-semibold whitespace-nowrap pb-[11px]" x-html="getSwatchLabel(640, item.id)"></span></div>
                        <div x-show="focusedLabel === item.id || itemId === item.id" class="absolute top-[68px] right-2 md:right-[25px] md:top-[70px]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
                            role="img">
                            <rect width="24" height="24" rx="12" fill="#00A2BF"></rect>
                            <path d="M6.5 11L10.5 15.5L18 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                            <title>check-filled-circle</title>
                          </svg>
                        </div>
                      </div>
                    </div>
                  </template><!-- OUT OF STOCK SWATCH --><template x-if="!optionIsActive(640, item.id) &amp;&amp; optionIsShow( 640, item.id, false, '' )">
                    <div class="text-center mt-0 font-semibold text-mera-dark-grey"><svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 112 96" fill="none" class="mt-[34px] md:mt-9" role="img">
                        <path
                          d="M78.1429 17.3846L33.8571 16C33.8571 20.1538 33.5714 30.8153 32.4286 40.2306C31.2857 49.6459 31 75.3072 31 86.6147L37.4286 87.9994L81 87.3071C81 75.3072 80.7143 48.5382 79.5714 40.2306C78.4286 31.9229 78.1429 21.5384 78.1429 17.3846Z"
                          stroke="#9B9B9B" stroke-width="2"></path>
                        <path d="M33.8574 17.3853C34.5717 23.1544 36.1431 37.6005 36.7146 49.2311C37.286 60.8618 36.9527 79.9232 36.7146 88" stroke="#9B9B9B" stroke-width="2"></path>
                        <path d="M35.2852 32.6147C37.428 33.307 44.7137 34.6917 56.7137 34.6917C68.7137 34.6917 76.4756 33.7686 78.8566 33.307" stroke="#9B9B9B" stroke-width="2"></path>
                        <rect x="67" y="68" width="24" height="24" rx="12" fill="#9B9B9B"></rect>
                        <path fill-rule="evenodd" clip-rule="evenodd"
                          d="M72.2929 73.2929C72.6834 72.9024 73.3166 72.9024 73.7071 73.2929L79 78.5858L84.2929 73.2929C84.6834 72.9024 85.3166 72.9024 85.7071 73.2929C86.0976 73.6834 86.0976 74.3166 85.7071 74.7071L80.4142 80L85.7071 85.2929C86.0976 85.6834 86.0976 86.3166 85.7071 86.7071C85.3166 87.0976 84.6834 87.0976 84.2929 86.7071L79 81.4142L73.7071 86.7071C73.3166 87.0976 72.6834 87.0976 72.2929 86.7071C71.9024 86.3166 71.9024 85.6834 72.2929 85.2929L77.5858 80L72.2929 74.7071C71.9024 74.3166 71.9024 73.6834 72.2929 73.2929Z"
                          fill="white"></path>
                        <title>empty-package</title>
                      </svg>
                      <div class="flex flex-col"><span class="text-base whitespace-nowrap opacity-80 mt-1" x-html="getOptionLabelFromOptionConfig(640, item.id)"></span> <span class="text-xs md:text-sm">Ausverkauft</span></div>
                    </div>
                  </template></div>
              </template>
              <div class="flex justify-center text-center w-[92px] md:w-[120px] items-end option_52" x-bind:class="'option_' + item.id"><!-- IN STOCK SWATCH --><template x-show="!isTextSwatch(640, item.id)"
                  x-if="optionIsEnabled(640, item.id) &amp;&amp; optionIsActive(640, item.id)">
                  <div x-show="!isTextSwatch(640, item.id)">
                    <div class="relative">
                      <div class="text-center"
                        :class="{ 'ring ring-primary rounded-[10px] border-1': (selectedValues[640] === item.id), 'border-0': (selectedValues[640] !== item.id), 'ring ring-primary border-1 selected-swatch' : (focusedLabel === item.id || itemId === item.id) }">
                        <label :for="'attribute-option-636-'+item.id" class="swatch-option relative cursor-pointer select-none border-0 bg-container-transparent product-option-value-label" :style="getSwatchBackgroundStyle('640',item.id)"><input
                            :id="'attribute-option-636-'+item.id" :value="item.id" name="super_attribute[640]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
                            oninvalid="this.setCustomValidity('Bitte wähle einer dieser Optionen.')" oninput="setCustomValidity('')" x-on:click="focusLabel(640, item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(640, $event.target.value)"
                            x-model="selectedValues[640]" :required="getAllowedAttributeOptions(640).filter( attributeOption => selectedValues[attributeOption] ).length === 0">
                          <div x-html="getSwatchText(640, item.id)" class="whitespace-nowrap" :class="{ 'sr-only' : !isTextSwatch(640, item.id) }"></div>
                        </label> <span class="text-base block font-semibold whitespace-nowrap pb-[11px]" x-html="getSwatchLabel(640, item.id)"></span></div>
                      <div x-show="focusedLabel === item.id || itemId === item.id" class="absolute top-[68px] right-2 md:right-[25px] md:top-[70px]"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
                          role="img">
                          <rect width="24" height="24" rx="12" fill="#00A2BF"></rect>
                          <path d="M6.5 11L10.5 15.5L18 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                          <title>check-filled-circle</title>
                        </svg>
                      </div>
                    </div>
                  </div>
                </template><!-- OUT OF STOCK SWATCH -->
                <div x-show="!isTextSwatch(640, item.id)">
                  <div class="relative">
                    <div class="text-center border-0"
                      :class="{ 'ring ring-primary rounded-[10px] border-1': (selectedValues[640] === item.id), 'border-0': (selectedValues[640] !== item.id), 'ring ring-primary border-1 selected-swatch' : (focusedLabel === item.id || itemId === item.id) }">
                      <label :for="'attribute-option-636-'+item.id" class="swatch-option relative cursor-pointer select-none border-0 bg-container-transparent product-option-value-label" :style="getSwatchBackgroundStyle('640',item.id)"
                        for="attribute-option-636-52" style="background: #f5f4f000 url('https://shop.mera-petfood.com/media/attribute/swatch/swatch_image/200x200/s/i/size_large_x2_7.png') no-repeat bottom center"><input
                          :id="'attribute-option-636-'+item.id" :value="item.id" name="super_attribute[640]" type="radio" class="inline-block absolute p-0 border-0 focus:border-0 focus:ring-0 product-option-value-input" style="z-index:-1"
                          oninvalid="this.setCustomValidity('Bitte wähle einer dieser Optionen.')" oninput="setCustomValidity('')" x-on:click="focusLabel(640, item.id)" x-on:blur="blurLabel()" x-on:change="changeOption(640, $event.target.value)"
                          x-model="selectedValues[640]" :required="getAllowedAttributeOptions(640).filter( attributeOption => selectedValues[attributeOption] ).length === 0" id="attribute-option-636-52" value="52" required="required">
                        <div x-html="getSwatchText(640, item.id)" class="whitespace-nowrap sr-only" :class="{ 'sr-only' : !isTextSwatch(640, item.id) }">10kg</div>
                      </label> <span class="text-base block font-semibold whitespace-nowrap pb-[11px]" x-html="getSwatchLabel(640, item.id)">10kg</span></div>
                    <div x-show="focusedLabel === item.id || itemId === item.id" class="absolute top-[68px] right-2 md:right-[25px] md:top-[70px]" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
                        viewBox="0 0 24 24" fill="none" role="img">
                        <rect width="24" height="24" rx="12" fill="#00A2BF"></rect>
                        <path d="M6.5 11L10.5 15.5L18 8" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
                        <title>check-filled-circle</title>
                      </svg>
                    </div>
                  </div>
                </div><template x-if="!optionIsActive(640, item.id) &amp;&amp; optionIsShow( 640, item.id, false, '' )">
                  <div class="text-center mt-0 font-semibold text-mera-dark-grey"><svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 112 96" fill="none" class="mt-[34px] md:mt-9" role="img">
                      <path
                        d="M78.1429 17.3846L33.8571 16C33.8571 20.1538 33.5714 30.8153 32.4286 40.2306C31.2857 49.6459 31 75.3072 31 86.6147L37.4286 87.9994L81 87.3071C81 75.3072 80.7143 48.5382 79.5714 40.2306C78.4286 31.9229 78.1429 21.5384 78.1429 17.3846Z"
                        stroke="#9B9B9B" stroke-width="2"></path>
                      <path d="M33.8574 17.3853C34.5717 23.1544 36.1431 37.6005 36.7146 49.2311C37.286 60.8618 36.9527 79.9232 36.7146 88" stroke="#9B9B9B" stroke-width="2"></path>
                      <path d="M35.2852 32.6147C37.428 33.307 44.7137 34.6917 56.7137 34.6917C68.7137 34.6917 76.4756 33.7686 78.8566 33.307" stroke="#9B9B9B" stroke-width="2"></path>
                      <rect x="67" y="68" width="24" height="24" rx="12" fill="#9B9B9B"></rect>
                      <path fill-rule="evenodd" clip-rule="evenodd"
                        d="M72.2929 73.2929C72.6834 72.9024 73.3166 72.9024 73.7071 73.2929L79 78.5858L84.2929 73.2929C84.6834 72.9024 85.3166 72.9024 85.7071 73.2929C86.0976 73.6834 86.0976 74.3166 85.7071 74.7071L80.4142 80L85.7071 85.2929C86.0976 85.6834 86.0976 86.3166 85.7071 86.7071C85.3166 87.0976 84.6834 87.0976 84.2929 86.7071L79 81.4142L73.7071 86.7071C73.3166 87.0976 72.6834 87.0976 72.2929 86.7071C71.9024 86.3166 71.9024 85.6834 72.2929 85.2929L77.5858 80L72.2929 74.7071C71.9024 74.3166 71.9024 73.6834 72.2929 73.2929Z"
                        fill="white"></path>
                      <title>empty-package</title>
                    </svg>
                    <div class="flex flex-col"><span class="text-base whitespace-nowrap opacity-80 mt-1" x-html="getOptionLabelFromOptionConfig(640, item.id)"></span> <span class="text-xs md:text-sm">Ausverkauft</span></div>
                  </div>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="product-options-wrapper" id="product-options-wrapper">
    <div class="fieldset" tabindex="0"> </div>
  </div>
</form>

<form class="review-form" id="review_form" @submit.prevent="submitForm()" action="" x-data="initReviewForm()">
  <fieldset>
    <div>
      <div class="flex flex-col md:flex-row items-center gap-3">
        <div class="w-full review-input-wrapper"><input class="review-form-input bg-mera-white-smoke mt-3 block w-full text-sm" required="" title="Dein Name" type="text" name="nickname" id="nickname_field"><label for="nickname_field"
            class="review-form-label">Dein Name</label></div>
        <div class="mt-2 w-full md:w-auto">
          <fieldset>
            <div id="product-review-table">
              <div class="flex justify-between items-center md:items-start flex-row md:flex-col">
                <div><label class="text-mera-dark-grey mb-0 md:mb-1" id="Deine Bewertung_rating_label"><span class="text-sm ml-0 md:ml-1">Deine Bewertung <span class="text-mera-danger">*</span> </span></label></div>
                <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[7]" id="Deine Bewertung_1" value="31"><label
                      class="rating-1 m-0 cursor-pointer text-gray-400" for="Deine Bewertung_1" title="1 star" id="Deine Bewertung_1_label"><span x-show="1 <= clickedRatingId" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" width="32"
                          height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#F6BD44"></path>
                          <title>start-full</title>
                        </svg>
                      </span> <span x-show="1 > clickedRatingId"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#C5C5C5"></path>
                          <title>start-empty</title>
                        </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[7]" id="Deine Bewertung_2" value="34"><label
                      class="rating-2 m-0 cursor-pointer text-gray-400" for="Deine Bewertung_2" title="2 stars" id="Deine Bewertung_2_label"><span x-show="2 <= clickedRatingId" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" width="32"
                          height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#F6BD44"></path>
                          <title>start-full</title>
                        </svg>
                      </span> <span x-show="2 > clickedRatingId"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#C5C5C5"></path>
                          <title>start-empty</title>
                        </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[7]" id="Deine Bewertung_3" value="37"><label
                      class="rating-3 m-0 cursor-pointer text-gray-400" for="Deine Bewertung_3" title="3 stars" id="Deine Bewertung_3_label"><span x-show="3 <= clickedRatingId" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" width="32"
                          height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#F6BD44"></path>
                          <title>start-full</title>
                        </svg>
                      </span> <span x-show="3 > clickedRatingId"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#C5C5C5"></path>
                          <title>start-empty</title>
                        </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[7]" id="Deine Bewertung_4" value="40"><label
                      class="rating-4 m-0 cursor-pointer text-gray-400" for="Deine Bewertung_4" title="4 stars" id="Deine Bewertung_4_label"><span x-show="4 <= clickedRatingId" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" width="32"
                          height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#F6BD44"></path>
                          <title>start-full</title>
                        </svg>
                      </span> <span x-show="4 > clickedRatingId"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#C5C5C5"></path>
                          <title>start-empty</title>
                        </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[7]" id="Deine Bewertung_5" value="43"><label
                      class="rating-5 m-0 cursor-pointer text-gray-400" for="Deine Bewertung_5" title="5 stars" id="Deine Bewertung_5_label"><span x-show="5 <= clickedRatingId" style="display: none;"><svg xmlns="http://www.w3.org/2000/svg" width="32"
                          height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#F6BD44"></path>
                          <title>start-full</title>
                        </svg>
                      </span> <span x-show="5 > clickedRatingId"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 18 18" fill="none" class="32" role="img">
                          <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                            fill="#C5C5C5"></path>
                          <title>start-empty</title>
                        </svg>
                      </span></label></div>
                </div>
              </div>
            </div><input type="hidden" name="validate_rating" value="">
          </fieldset>
        </div>
      </div>
      <div class="mb-4 review-input-wrapper"><input class="review-form-input mt-3 block w-full text-sm" required="" title="Zusammenfassung" type="text" name="title" id="summary_field"><label for="summary_field"
          class="review-form-label">Zusammenfassung</label></div>
      <div class="mb-1 review-input-wrapper"><textarea class="review-form-input mt-3 block w-full text-sm min-h-[144px]" required="" title="Bewertung eingeben" name="detail" id="review_field" cols="5" rows="6"></textarea> <label for="review_field"
          class="review-form-label">Bewertung eingeben</label></div>
    </div>
  </fieldset>
  <div class="my-3">
    <div><button x-show="!displaySuccessMessage" type="submit" class="btn btn-primary block w-full text-sm font-extra-semibold">Speichern</button>
      <div class="flex flex-row justify-start items-center w-full" x-show="isLoading" style="display: none;"><!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 57 57" stroke="currentColor" class="text-primary" width="57" height="57" role="img">
          <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>
          <title>loader</title>
        </svg>
        <div class="ml-4 text-primary">Wird geladen …</div>
      </div>
      <p x-show="displaySuccessMessage" class="text-green flex items-center" style="display: none;"><span class="inline-block w-8 h-8 mr-3"><svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24"
            height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 12 2 2 4-4m6 2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
            <title>check-circle</title>
          </svg>
        </span> Ihre Bewertung wurde zur 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" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
              <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
              <title>exclamation-circle</title>
            </svg>
          </span> <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template></p>
      </template>
    </div>
  </div>
</form>

POST https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/631/

<form method="post" action="https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/631/"
  class="item product product-item min-h-full product_addtocart_form hover:bg-mera-white-smoke flex flex-col w-full transition-all duration-200 ease-in-out hover:shadow-product "><input name="form_key" type="hidden" value="HXZbVZzIuJE5K8MD"> <input
    type="hidden" name="product" value="631">
  <div class="px-5 pt-8 md:pt-[54px] pb-6 md:pb-[68px] bg-mera-white-smoke rounded-[5px] flex justify-center product-image-container">
    <a href="https://shop.mera-petfood.com/shop/pansenstange" class="relative product photo product-item-photo block mx-auto mb-3 " tabindex="-1"> <img class="object-contain lazyload product-image-photo" x-data="" @update-gallery-631.window="$el.src = $event.detail" data-src="https://shop.mera-petfood.com/media/catalog/product/H/u/Hundefutter-0511Pansenstangen2_16.jpg?optimize=medium&amp;bg-color=255,255,255&amp;fit=bounds&amp;height=360&amp;width=360&amp;canvas=360:360" loading="lazy" width="360" height="360" alt="Pansenstange 10kg" title="Pansenstange 10kg">   </a>
  </div>
  <div class="product-info flex flex-col px-1 md:px-5 flex-grow hover:bg-mera-white-smoke">
    <div class="product-info-content flex flex-col h-full">
      <div>
        <div class="heading-xs text-mera-danger text-sm md:text-base lg:text-base font-bold mt-4 mb-0 min-h-[24px] produktlinen-child-category-name">mera Bakery</div>
      </div>
      <h3 class="leading-none mt-0 mb-1 text-primary font-semibold text-left mera-product-title w-[140px] md:w-[240px]">
        <a class="product-item-link w-[50px] text-ellipses no-underline text-sm md:text-xl lg:text-xl text-mera-dark-grey leading-[17px] md:leading-[26px] font-extra-semibold text-museo-bold" href="https://shop.mera-petfood.com/shop/pansenstange">Pansenstange 10kg</a>
      </h3>
      <div class="mt-auto product-rating">
        <div class="py-1 mx-auto ">
          <div class="rating-summary flex"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg width="20" height="20" viewBox="0 0 18 18" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <defs>
                <linearGradient id="partialFill631">
                  <stop offset="0%" stop-color="#F6BD44"></stop>
                  <stop offset="65%" stop-color="#F6BD44"></stop>
                  <stop offset="65%" stop-color="#C5C5C5"></stop>
                  <stop offset="100%" stop-color="#C5C5C5"></stop>
                </linearGradient>
              </defs>
              <g fill="url(#partialFill631)">
                <path fill-rule="evenodd" clip-rule="evenodd"
                  d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12134 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54535 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54535 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.77209 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z">
                </path>
              </g>
            </svg>
          </div>
        </div>
      </div>
      <script>
        function initPriceBox__6763a71db0eff() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }
      </script>
      <div class="flex items-center gap-x-2 flex-wrap custom-price-wrapper">
        <div class="pt-1 pb-1 text-mera-dark-grey text-sm md:text-xl text-museo-bold" x-data="initPriceBox__6763a71db0eff()" @update-prices-631.window="updatePrice($event.detail);">
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="631" data-price-box="product-id-631"> <span class="normal-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Ab</span>
                <span id="product-price-631" data-price-amount="39.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">39,99&nbsp;€</span></span> </span></span> </div>
        </div>
        <div>
          <p class="text-xs md:text-sm price-per-kilo"> (<span class="price">4,00&nbsp;€</span>/kg)</p>
        </div>
      </div>
      <div class="product-info-actions hidden w-full h-full"><button class="max-w-full btn btn-primary justify-center shadow-0 text-[13px] font-extra-semibold mb-7 sm:mt-4 lg:mt-0">Menge und Verpackung wählen</button>
        <a href="https://shop.mera-petfood.com/shop/pansenstange" class="text-museo-bold text-sm">Details ansehen</a></div>
    </div>
  </div>
</form>

POST https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/632/

<form method="post" action="https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/632/"
  class="item product product-item min-h-full product_addtocart_form hover:bg-mera-white-smoke flex flex-col w-full transition-all duration-200 ease-in-out hover:shadow-product "><input name="form_key" type="hidden" value="HXZbVZzIuJE5K8MD"> <input
    type="hidden" name="product" value="632">
  <div class="px-5 pt-8 md:pt-[54px] pb-6 md:pb-[68px] bg-mera-white-smoke rounded-[5px] flex justify-center product-image-container">
    <a href="https://shop.mera-petfood.com/shop/gourmet-happen" class="relative product photo product-item-photo block mx-auto mb-3 " tabindex="-1"> <img class="object-contain lazyload product-image-photo" x-data="" @update-gallery-632.window="$el.src = $event.detail" data-src="https://shop.mera-petfood.com/media/catalog/product/m/e/mera-shop-hund-bakery-gourmet-happen-product-images.png?optimize=medium&amp;bg-color=255,255,255&amp;fit=bounds&amp;height=360&amp;width=360&amp;canvas=360:360&amp;format=jpeg" loading="lazy" width="360" height="360" alt="Gourmet Happen" title="Gourmet Happen">   </a>
  </div>
  <div class="product-info flex flex-col px-1 md:px-5 flex-grow hover:bg-mera-white-smoke">
    <div class="product-info-content flex flex-col h-full">
      <div>
        <div class="heading-xs text-mera-danger text-sm md:text-base lg:text-base font-bold mt-4 mb-0 min-h-[24px] produktlinen-child-category-name">mera Bakery</div>
      </div>
      <h3 class="leading-none mt-0 mb-1 text-primary font-semibold text-left mera-product-title w-[140px] md:w-[240px]">
        <a class="product-item-link w-[50px] text-ellipses no-underline text-sm md:text-xl lg:text-xl text-mera-dark-grey leading-[17px] md:leading-[26px] font-extra-semibold text-museo-bold" href="https://shop.mera-petfood.com/shop/gourmet-happen">Gourmet Happen</a>
      </h3>
      <div class="mt-auto product-rating">
        <div class="py-1 mx-auto ">
          <div class="rating-summary flex"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg width="20" height="20" viewBox="0 0 18 18" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
              <defs>
                <linearGradient id="partialFill632">
                  <stop offset="0%" stop-color="#F6BD44"></stop>
                  <stop offset="70%" stop-color="#F6BD44"></stop>
                  <stop offset="70%" stop-color="#C5C5C5"></stop>
                  <stop offset="100%" stop-color="#C5C5C5"></stop>
                </linearGradient>
              </defs>
              <g fill="url(#partialFill632)">
                <path fill-rule="evenodd" clip-rule="evenodd"
                  d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12134 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54535 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54535 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.77209 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z">
                </path>
              </g>
            </svg>
          </div>
        </div>
      </div>
      <script>
        function initPriceBox__6763a71dbd9f9() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }
      </script>
      <div class="flex items-center gap-x-2 flex-wrap custom-price-wrapper">
        <div class="pt-1 pb-1 text-mera-dark-grey text-sm md:text-xl text-museo-bold" x-data="initPriceBox__6763a71dbd9f9()" @update-prices-632.window="updatePrice($event.detail);">
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="632" data-price-box="product-id-632"> <span class="normal-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Ab</span>
                <span id="product-price-632" data-price-amount="4.49" data-price-type="finalPrice" class="price-wrapper "><span class="price">4,49&nbsp;€</span></span> </span></span> </div>
        </div>
        <div>
          <p class="text-xs md:text-sm price-per-kilo"> (<span class="price">4,49&nbsp;€</span>/kg)</p>
        </div>
      </div>
      <div class="product-info-actions hidden w-full h-full"><button class="max-w-full btn btn-primary justify-center shadow-0 text-[13px] font-extra-semibold mb-7 sm:mt-4 lg:mt-0">Menge und Verpackung wählen</button>
        <a href="https://shop.mera-petfood.com/shop/gourmet-happen" class="text-museo-bold text-sm">Details ansehen</a></div>
    </div>
  </div>
</form>

POST https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/642/

<form method="post" action="https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/642/"
  class="item product product-item min-h-full product_addtocart_form hover:bg-mera-white-smoke flex flex-col w-full transition-all duration-200 ease-in-out hover:shadow-product "><input name="form_key" type="hidden" value="HXZbVZzIuJE5K8MD"> <input
    type="hidden" name="product" value="642">
  <div class="px-5 pt-8 md:pt-[54px] pb-6 md:pb-[68px] bg-mera-white-smoke rounded-[5px] flex justify-center product-image-container">
    <a href="https://shop.mera-petfood.com/shop/taler" class="relative product photo product-item-photo block mx-auto mb-3 " tabindex="-1"> <img class="object-contain lazyload product-image-photo" x-data="" @update-gallery-642.window="$el.src = $event.detail" data-src="https://shop.mera-petfood.com/media/catalog/product/H/u/Hundefutter-0500Taler2_16.jpg?optimize=medium&amp;bg-color=255,255,255&amp;fit=bounds&amp;height=360&amp;width=360&amp;canvas=360:360" loading="lazy" width="360" height="360" alt="Taler 10kg" title="Taler 10kg">   </a>
  </div>
  <div class="product-info flex flex-col px-1 md:px-5 flex-grow hover:bg-mera-white-smoke">
    <div class="product-info-content flex flex-col h-full">
      <div>
        <div class="heading-xs text-mera-danger text-sm md:text-base lg:text-base font-bold mt-4 mb-0 min-h-[24px] produktlinen-child-category-name">mera Bakery</div>
      </div>
      <h3 class="leading-none mt-0 mb-1 text-primary font-semibold text-left mera-product-title w-[140px] md:w-[240px]">
        <a class="product-item-link w-[50px] text-ellipses no-underline text-sm md:text-xl lg:text-xl text-mera-dark-grey leading-[17px] md:leading-[26px] font-extra-semibold text-museo-bold" href="https://shop.mera-petfood.com/shop/taler">Taler 10kg</a>
      </h3>
      <div class="mt-auto product-rating">
        <div class="py-1 mx-auto ">
          <div class="rating-summary flex"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
          </div>
        </div>
      </div>
      <script>
        function initPriceBox__6763a71dcc423() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }
      </script>
      <div class="flex items-center gap-x-2 flex-wrap custom-price-wrapper">
        <div class="pt-1 pb-1 text-mera-dark-grey text-sm md:text-xl text-museo-bold" x-data="initPriceBox__6763a71dcc423()" @update-prices-642.window="updatePrice($event.detail);">
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="642" data-price-box="product-id-642"> <span class="normal-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Ab</span>
                <span id="product-price-642" data-price-amount="35.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">35,99&nbsp;€</span></span> </span></span> </div>
        </div>
        <div>
          <p class="text-xs md:text-sm price-per-kilo"> (<span class="price">3,60&nbsp;€</span>/kg)</p>
        </div>
      </div>
      <div class="product-info-actions hidden w-full h-full"><button class="max-w-full btn btn-primary justify-center shadow-0 text-[13px] font-extra-semibold mb-7 sm:mt-4 lg:mt-0">Menge und Verpackung wählen</button>
        <a href="https://shop.mera-petfood.com/shop/taler" class="text-museo-bold text-sm">Details ansehen</a></div>
    </div>
  </div>
</form>

POST https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/1434/

<form method="post" action="https://shop.mera-petfood.com/shop/checkout/cart/add/uenc/%25uenc%25/product/1434/"
  class="item product product-item min-h-full product_addtocart_form hover:bg-mera-white-smoke flex flex-col w-full transition-all duration-200 ease-in-out hover:shadow-product "><input name="form_key" type="hidden" value="HXZbVZzIuJE5K8MD"> <input
    type="hidden" name="product" value="1434">
  <div class="px-5 pt-8 md:pt-[54px] pb-6 md:pb-[68px] bg-mera-white-smoke rounded-[5px] flex justify-center product-image-container">
    <a href="https://shop.mera-petfood.com/shop/biscuit-5kg" class="relative product photo product-item-photo block mx-auto mb-3 " tabindex="-1"> <img class="object-contain lazyload product-image-photo" x-data="" @update-gallery-1434.window="$el.src = $event.detail" data-src="https://shop.mera-petfood.com/media/catalog/product/m/e/mera-shop-hund-biscuit-produktbilder.png?optimize=medium&amp;bg-color=255,255,255&amp;fit=bounds&amp;height=360&amp;width=360&amp;canvas=360:360&amp;format=jpeg" loading="lazy" width="360" height="360" alt="Biscuit 5kg" title="Biscuit 5kg">   </a>
  </div>
  <div class="product-info flex flex-col px-1 md:px-5 flex-grow hover:bg-mera-white-smoke">
    <div class="product-info-content flex flex-col h-full">
      <div>
        <div class="heading-xs text-mera-danger text-sm md:text-base lg:text-base font-bold mt-4 mb-0 min-h-[24px] produktlinen-child-category-name">mera essential</div>
      </div>
      <h3 class="leading-none mt-0 mb-1 text-primary font-semibold text-left mera-product-title w-[140px] md:w-[240px]">
        <a class="product-item-link w-[50px] text-ellipses no-underline text-sm md:text-xl lg:text-xl text-mera-dark-grey leading-[17px] md:leading-[26px] font-extra-semibold text-museo-bold" href="https://shop.mera-petfood.com/shop/biscuit-5kg">Biscuit 5kg</a>
      </h3>
      <div class="mt-auto product-rating">
        <div class="py-1 mx-auto ">
          <div class="rating-summary flex"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 18 18" fill="none" role="img">
              <path fill-rule="evenodd" clip-rule="evenodd"
                d="M12.6953 3.3635C12.326 2.81472 11.7973 2.5 11.2446 2.5C10.6919 2.5 10.1632 2.81475 9.7939 3.3635C9.4547 3.86764 9.26788 4.52968 9.26788 5.22769C9.26788 5.9257 9.45467 6.58773 9.7939 7.09187C10.1632 7.64062 10.6919 7.95537 11.2446 7.95537C11.7973 7.95537 12.326 7.64062 12.6953 7.09187C13.0345 6.58773 13.2213 5.9257 13.2213 5.22769C13.2213 4.52968 13.0345 3.86761 12.6953 3.3635ZM12.5923 10.0337C11.5831 8.80539 10.3075 8.12894 9.00032 8.12894C7.69316 8.12894 6.4175 8.80539 5.40835 10.0337C4.50124 11.1377 3.9597 12.5291 3.9597 13.7557C3.9597 14.3515 4.1404 14.8054 4.49676 15.1047C4.8485 15.4001 5.31288 15.5 5.83096 15.5C6.38223 15.5 6.99435 15.3868 7.59578 15.2756C8.12133 15.1784 8.61774 15.0866 9.00035 15.0866C9.33058 15.0866 9.79619 15.1738 10.289 15.266C11.4409 15.4816 12.7465 15.7259 13.5007 15.0938C13.8592 14.7933 14.041 14.3431 14.041 13.7557C14.041 12.5291 13.4995 11.1377 12.5923 10.0337ZM6.75548 2.5C7.30819 2.5 7.83691 2.81472 8.20616 3.3635C8.54536 3.86761 8.73215 4.52968 8.73218 5.22769C8.73218 5.92572 8.54536 6.58773 8.20616 7.09187C7.83691 7.64065 7.30819 7.9554 6.75548 7.9554C6.20277 7.9554 5.67405 7.64065 5.3048 7.09187C4.96557 6.58773 4.77878 5.9257 4.77878 5.22769C4.77878 4.52968 4.9656 3.86764 5.3048 3.3635C5.67403 2.81475 6.20277 2.5 6.75548 2.5ZM16.4127 7.64477C16.2638 7.13434 15.9447 6.76346 15.5143 6.60047C15.1679 6.46932 14.7769 6.49156 14.4132 6.66311C13.9121 6.89948 13.5025 7.38758 13.2895 8.00222C13.1155 8.50449 13.0938 9.03538 13.2284 9.49717C13.3773 10.0076 13.6964 10.3785 14.1269 10.5415C14.2758 10.5979 14.433 10.6259 14.5927 10.6259C14.8045 10.6259 15.0207 10.5766 15.2279 10.4788C15.7291 10.2425 16.1387 9.75436 16.3516 9.13975C16.5257 8.6375 16.5474 8.10655 16.4127 7.64477ZM3.5868 6.6631C4.08789 6.89947 4.49749 7.38754 4.7105 8.00218C4.88453 8.50448 4.90623 9.0354 4.77162 9.49715C4.62276 10.0076 4.30372 10.3784 3.87318 10.5415C3.72423 10.5978 3.56703 10.6259 3.4073 10.6259C3.19558 10.6259 2.9794 10.5766 2.7721 10.4788C2.27101 10.2424 1.86144 9.75437 1.64839 9.13973C1.47434 8.63749 1.45263 8.10654 1.58731 7.64476C1.73617 7.13436 2.05524 6.76347 2.48572 6.60046C2.83209 6.46934 3.22315 6.49155 3.5868 6.6631Z"
                fill="#F6BD44"></path>
              <title>start-full</title>
            </svg>
          </div>
        </div>
      </div>
      <script>
        function initPriceBox__6763a71dd7946() {
          return {
            updatePrice(priceData) {
              const regularPriceLabel = this.$el.querySelector('.normal-price .price-label');
              const regularPriceElement = this.$el.querySelector('.normal-price .price-wrapper .price');
              if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
                regularPriceLabel.classList.add('hidden');
              } else {
                regularPriceLabel.classList.remove('hidden');
              }
              regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            }
          }
        }
      </script>
      <div class="flex items-center gap-x-2 flex-wrap custom-price-wrapper">
        <div class="pt-1 pb-1 text-mera-dark-grey text-sm md:text-xl text-museo-bold" x-data="initPriceBox__6763a71dd7946()" @update-prices-1434.window="updatePrice($event.detail);">
          <div class="price-box price-final_price" data-role="priceBox" data-product-id="1434" data-price-box="product-id-1434"> <span class="normal-price"> <span class="price-container price-final_price tax weee"> <span class="price-label">Ab</span>
                <span id="product-price-1434" data-price-amount="18.99" data-price-type="finalPrice" class="price-wrapper "><span class="price">18,99&nbsp;€</span></span> </span></span> </div>
        </div>
        <div>
          <p class="text-xs md:text-sm price-per-kilo"> (<span class="price">3,80&nbsp;€</span>/kg)</p>
        </div>
      </div>
      <div class="product-info-actions hidden w-full h-full"><button class="max-w-full btn btn-primary justify-center shadow-0 text-[13px] font-extra-semibold mb-7 sm:mt-4 lg:mt-0">Menge und Verpackung wählen</button>
        <a href="https://shop.mera-petfood.com/shop/biscuit-5kg" class="text-museo-bold text-sm">Details ansehen</a></div>
    </div>
  </div>
</form>

POST https://shop.mera-petfood.com/shop/newsletter/subscriber/new/

<form class="form subscribe flex flex-col" action="https://shop.mera-petfood.com/shop/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="flex flex-row flex-grow-0 gap-4 justify-center md:justify-start mb-2">
    <div class="field choice newsletter-interest"><input name="newsletter_interest" class="custom-radiobutton" type="radio" id="newsletter-subscribe-dogs" value="dogs" @click="removeError()"><label for="newsletter-subscribe-dogs"><span
          class="text-white">Hunde</span></label></div>
    <div class="field choice newsletter-interest"><input name="newsletter_interest" class="custom-radiobutton" type="radio" id="newsletter-subscribe-cats" value="cats" @click="removeError()"><label for="newsletter-subscribe-cats"><span
          class="text-white">Katze</span></label></div>
    <div class="field choice newsletter-interest"><input name="newsletter_interest" class="custom-radiobutton" type="radio" id="newsletter-subscribe-dogs_cats" value="dogs_cats" @click="removeError()"><label for="newsletter-subscribe-dogs_cats"><span
          class="text-white">Hunde &amp; Katze</span></label></div>
  </div>
  <div class="flex newsletter-interest-error hidden mr-4 hover:mr-4 hover:checked:mr-4 text-error items-center justify-end"><span> Wähle eine Option</span></div>
  <div class="flex justify-center md:justify-start"><label for="newsletter-subscribe" class="sr-only">E-Mailadresse</label> <input name="email" type="email" required="" id="newsletter-subscribe"
      class="form-input inline-flex w-full border-mera-grey-2 rounded-r-none bg-white ml-0.5" placeholder="Deine E-Mail Adresse..."><input name="form_key" type="hidden" value="HXZbVZzIuJE5K8MD">
    <div class="control"><input type="hidden" value="" name="g-recaptcha-response"></div> <button class="rounded-l-none inline-flex flex-shrink-0 ml-auto xl:mt-0 btn btn-primary shadow-none">Abonnieren</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" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span> <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template></p>
    </template></div>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3279073480 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-VVNDeC" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 450px; min-width: 200px; max-width: 1000px; border-radius: 6px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(207, 221, 229); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 50px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-01JB1KNR2J7P6WJGQ2KA45E7WG" style="width: 100%;">
          <h1 style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span
              style="font-family: museo, 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif; font-weight: bold; font-style: normal; color: rgb(0, 162, 191);"><span
                style="font-family: Poppins-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif;"><span style="font-size: 30px;">Finde das perfekte Futter für dein Tier</span></span></span></h1>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 40px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(36, 58, 70); border-radius: 6px; border-style: none; border-color: rgb(32, 32, 32); border-width: 2px; color: rgb(207, 221, 229); font-family: Poppins-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 54px; width: 100%;">Zum
          Produkt-Finder</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Geld-zurück-Garantie

Versandkostenfrei ab 19 €

Kostenfreie Rücksendung

Zertifizierte Qualität

Geld-zurück-Garantie

Versandkostenfrei ab 19 €

Kostenfreie Rücksendung

Zertifizierte Qualität

search
Gesamten Shop hier durchsuchen...
ab ab
close-24px menu
Hundefutter shevron-right-bold
arrow-left Hundefutter
Futterarten shevron-right-bold

Besonderheiten shevron-right-bold
Futter nach Hundealter shevron-right-bold
Produktlinien
mera pure sensitive

Das perfekte Futter für nahrungssensible Vierbeiner

arrow-right
mera essential

Unkomplizerte & leckere Vollnahrung für deinen Hund

arrow-right
mera CARE

Rundumversorgung für ein gesundes und vitales Leben

arrow-right
mera pure green

Veganes Hundefutter für nahrungssensible Hunde

arrow-right
mera vital

Für mehr gemeinsame Lebenszeit - Diätfutter von Tierärzten entwickelt

arrow-right
mera vital+

Nahrungsergänzungsmittel für ernährungsbezogene Bedürfnisse von Hunden

arrow-right
mera Bakery

 Richtig gut gebackene Leckerlis

arrow-right
arrow-left Produktlinien
mera pure sensitive mera essential mera CARE mera pure green mera vital mera
vital+ mera Bakery
arrow-left Futterarten
Trockenfutter Hund Nassfutter Hund Nahrungsergänzungsmittel Hunde Hundeleckerli
arrow-left Besonderheiten
Hundefutter ohne Weizen Getreidefreies Hundefutter Glutenfreies Hundefutter
Hundefutter empfindlicher Magen Allergiefutter für Hunde Hundefutter für kleine
Hunde Diätfutter für Hunde Insektenfutter für Hunde Veganes Hundefutter
arrow-left Futter nach Hundealter
Welpenfutter Seniorenfutter Adultfutter
Katzenfutter shevron-right-bold
arrow-left Katzenfutter
Futterarten shevron-right-bold
Alter

Kitten / < 1 Jahr

Adult / 1-8 Jahre

Senior / über 8 Jahre

Alter shevron-right-bold
Besonderheiten shevron-right-bold
Futter nach Katzenalter shevron-right-bold
Produktlinien
mera Cats

 Für deine gesunde und glückliche Katze

arrow-right
mera finest fit

 Für ein Katzenleben voller spannender Entdeckungen

arrow-right
mera vital

 Für kranke Katzen - von Tierärzten empfohlen

arrow-right
arrow-left
Alter

Kitten / < 1 Jahr

Adult / 1-8 Jahre

Senior / über 8 Jahre

arrow-left Produktlinien
mera Cats mera finest fit mera vital
arrow-left Futterarten
Katzen Trockenfutter Nassfutter Katzen Leckerlies für Katzen
arrow-left Besonderheiten
Weizenfreies Katzenfutter Getreidefreies Katzenfutter Für empfindliche Mägen
Katzenfutter bei Übergewicht
arrow-left Futter nach Katzenalter
Seniorenfutter Adultfutter Kittenfutter
Angebote
Über mera
Bonus
Hundefutter
shevron-down
Produktlinien
mera pure sensitive

Das perfekte Futter für nahrungssensible Vierbeiner

arrow-right
mera essential

Unkomplizerte & leckere Vollnahrung für deinen Hund

arrow-right
mera CARE

Rundumversorgung für ein gesundes und vitales Leben

arrow-right
mera pure green

Veganes Hundefutter für nahrungssensible Hunde

arrow-right
mera vital

Für mehr gemeinsame Lebenszeit - Diätfutter von Tierärzten entwickelt

arrow-right
mera vital+

Nahrungsergänzungsmittel für ernährungsbezogene Bedürfnisse von Hunden

arrow-right
mera Bakery

 Richtig gut gebackene Leckerlis

arrow-right
Futterarten
Trockenfutter Hund Nassfutter Hund Nahrungsergänzungsmittel Hunde Hundeleckerli

Besonderheiten
Hundefutter ohne Weizen Getreidefreies Hundefutter Glutenfreies Hundefutter
Hundefutter empfindlicher Magen Allergiefutter für Hunde Hundefutter für kleine
Hunde Diätfutter für Hunde Insektenfutter für Hunde Veganes Hundefutter
Futter nach Hundealter
Welpenfutter Seniorenfutter Adultfutter
zu allen Hundefutter
Katzenfutter
shevron-down
Produktlinien
mera Cats

 Für deine gesunde und glückliche Katze

arrow-right
mera finest fit

 Für ein Katzenleben voller spannender Entdeckungen

arrow-right
mera vital

 Für kranke Katzen - von Tierärzten empfohlen

arrow-right
Futterarten
Katzen Trockenfutter Nassfutter Katzen Leckerlies für Katzen
Alter

Kitten / < 1 Jahr

Adult / 1-8 Jahre

Senior / über 8 Jahre

Besonderheiten
Weizenfreies Katzenfutter Getreidefreies Katzenfutter Für empfindliche Mägen
Katzenfutter bei Übergewicht
Futter nach Katzenalter
Seniorenfutter Adultfutter Kittenfutter
zu allen Katzenfutter
Angebote
Über mera
Bonus
Hundefutter
shevron-down
Produktlinien
mera pure sensitive

Das perfekte Futter für nahrungssensible Vierbeiner

arrow-right
mera essential

Unkomplizerte & leckere Vollnahrung für deinen Hund

arrow-right
mera CARE

Rundumversorgung für ein gesundes und vitales Leben

arrow-right
mera pure green

Veganes Hundefutter für nahrungssensible Hunde

arrow-right
mera vital

Für mehr gemeinsame Lebenszeit - Diätfutter von Tierärzten entwickelt

arrow-right
mera vital+

Nahrungsergänzungsmittel für ernährungsbezogene Bedürfnisse von Hunden

arrow-right
mera Bakery

 Richtig gut gebackene Leckerlis

arrow-right
Futterarten
Trockenfutter Hund Nassfutter Hund Nahrungsergänzungsmittel Hunde Hundeleckerli

Besonderheiten
Hundefutter ohne Weizen Getreidefreies Hundefutter Glutenfreies Hundefutter
Hundefutter empfindlicher Magen Allergiefutter für Hunde Hundefutter für kleine
Hunde Diätfutter für Hunde Insektenfutter für Hunde Veganes Hundefutter
Futter nach Hundealter
Welpenfutter Seniorenfutter Adultfutter
zu allen Hundefutter
Katzenfutter
shevron-down
Produktlinien
mera Cats

 Für deine gesunde und glückliche Katze

arrow-right
mera finest fit

 Für ein Katzenleben voller spannender Entdeckungen

arrow-right
mera vital

 Für kranke Katzen - von Tierärzten empfohlen

arrow-right
Futterarten
Katzen Trockenfutter Nassfutter Katzen Leckerlies für Katzen
Alter

Kitten / < 1 Jahr

Adult / 1-8 Jahre

Senior / über 8 Jahre

Besonderheiten
Weizenfreies Katzenfutter Getreidefreies Katzenfutter Für empfindliche Mägen
Katzenfutter bei Übergewicht
Futter nach Katzenalter
Seniorenfutter Adultfutter Kittenfutter
zu allen Katzenfutter
Angebote
Über mera
Bonus
scale Produkte vergleichen 0 Artikel Artikel Search search
Anmelden
Endverbraucher Fachhändler Professioneller Anwender Neuer Kunde? Jetzt
registrieren
Warenkorb cart 0
Sie haben keine Artikel in Ihrem Warenkorb.

Gesamten Shop hier durchsuchen...
ab ab
x


MEIN WARENKORB

x









pencil trash

Zwischensumme:

Kasse oder Warenkorb anzeigen und bearbeiten
loader
Wird geladen …
x
Mit Ihrem Konto bestellen
E-Mailadresse

Passwort

Anmelden Passwort vergessen?

Als neuer Kunde bestellen

Das Erstellen eines Kontos hat viele Vorteile:

 * Bestell- und Versandstatus ansehen
 * Bestellverlauf verfolgen
 * Schneller bestellen

Ein Konto erstellen
Zum Inhalt springen
 1. Startseite
 2. shevron-right-grey Hundefutter
 3. shevron-right-grey Produktlinien
 4. shevron-right-grey mera Bakery
 5. shevron-right-red Tandem groß 10kg

x


ANFORDERUNGSLISTE ERSTELLEN

x
Name der Anforderungsliste
Beschreibung
Abbrechen

mera Bakery


TANDEM GROSS 10KG

636

Art.-Nr.: 040890300-base

 
5 9 start-full start-full start-full start-full start-full
 (9 Bewertungen)
32,99 €
32,99 €




3,30 €/kg inkl.MwSt.


Paketgröße wählen:
check-filled-circle
empty-package
Ausverkauft
check-filled-circle
empty-package
Ausverkauft
check-filled-circle
10kg
10kg
check-filled-circle
empty-package
Ausverkauft


Sofort versandfertig, in ca. 2-3 Werktagen bei dir zuhause

Menge
qnt-minus qnt-plus
cart    In den Warenkorb

Kostenfreie Rücksendung

Kostenfreier Versand ab 19€


BAKERY - SCHMACKHAFTE LECKERLIS FÜR HUNDE


 

 * Ohne künstliche Aroma- und Konservierungsstoffe
   

 

 * Knusprig im Ofen gebacken
   
   
    

 * Traditionelle Rezepturen
   


plus-primary minus-primary Mehr anzeigen
Zusammensetzung
shevron-down
Zutaten:

Getreide, Fleisch und tierische Nebenerzeugnisse, Öle und Fette, Mineralstoffe.

Ernährungsphysiologische Zusatzstoffe je kg
shevron-down

y

  Vitamin A5.000 IE Vitamin D3500 IE Vitamin E50 mg Technologische
ZusatzstoffeAntioxidationsmittel

Übersicht

Was drin steckt

Übersicht
shevron-down


BAKERY


SCHMACKHAFTE LECKERLIS FÜR HUNDE

DIE PERFEKTE BELOHNUNG WÄHREND DES TRAININGS ODER ALS KLEINE VERWÖHNUNG FÜR
ZWISCHENDURCH.

Verwöhne deinen vierbeinigen Freund mit unseren unwiderstehlichen Leckerlis für
Hunde! Unser schmackhafter Tandem Groß (Größe ca. 7,5cm) wird nach
traditioneller Rezeptur sorgfältig hergestellt. Sie werden liebevoll im Ofen
gebacken, um diese perfekte Knusprigkeit zu erzielen, die Hunde einfach lieben.
Unsere Leckerlis sind nicht nur ein Genuss für den Gaumen, sondern auch eine
gesunde Wahl.

Ob für die Belohnung nach einem langen Spaziergang oder einfach als täglicher
Snack - unsere Leckerlis sind die perfekte Wahl.




✓ KNUSPRIG IM OFEN GEBACKEN

Dein Hund verdient nur das Beste! Unsere knusprigen Leckerlis für Hunde werden
liebevoll im Ofen gebacken. Gesund und köstlich - eine Belohnung, die dein Hund
lieben wird.


✓ OHNE KÜNSTLICHE AROMA- UND KONSERVIERUNGSSTOFFE

Unsere Leckerlis sind frei von künstlichen Aroma- und Konservierungsstoffen. Der
perfekte Snack für eine natürliche und ausgewogene Ernährung, die das
Wohlbefinden deines Hundes fördert.


✓ TRADITIONELLE REZEPTUREN

Unsere Leckerlis für Hunde sind sorgfältig zubereitet nach bewährter
traditioneller Rezeptur und mit den besten Zutaten. Verwöhne deinen Hund mit
unseren hochwertigen Hundeleckerlis, hergestellt in Deutschland.



qnt
Mehr anzeigen
qnt-minus
Zeige weniger
Was drin steckt
shevron-down


NATÜRLICH GUT ENTWICKELT.


ERFAHRE WAS IN UNSEREM

FUTTER STECKT!



15,0%
Protein
6,5%
Fettgehalt
2,0%
Rohfaser
6,0%
Rohasche


Fütterungsempfehlung
shevron-down
Futtermenge
Futtermenge

Als Snack in Ergänzung zum Hauptfutter. Reduzierung der Hauptfuttermenge nach
Bedarf. Die Snacks sollten nicht mehr als 10 % der Tagesration ausmachen und von
der Hauptmahlzeit abgezogen werden.


Lagerung



Bitte alle mera Produkte kühl und trocken lagern, damit die Qualität unserer
Produkte über den gesamten Haltbarkeitszeitraum gewährleistet ist.






DAS SAGEN UNSERE KUNDEN ZU

Tandem groß 10kg
start-full start-full start-full start-full start-full

5 von 5 Punkten

9 Bewertungen

Bewertung schreiben
Dein Name
Deine Bewertung *
start-full start-empty
start-full start-empty
start-full start-empty
start-full start-empty
start-full start-empty
Zusammenfassung
Bewertung eingeben
Speichern
loader
Wird geladen …

check-circle Ihre Bewertung wurde zur Moderation übermittelt.

exclamation-circle

Set order NeuesteÄlteste
5
start-full start-full start-full start-full start-full
Von BARBARA RICHTER ․ 08.12.2024
Super Kekse

Gleichbleibende Qualität. Unsere 3 Hovawate mögen Tandem am liebsten.

5
start-full start-full start-full start-full start-full
Von Monika Derek ․ 17.08.2024
Sehr zufrieden und guter Service

Sehr gut

5
start-full start-full start-full start-full start-full
Von delsomnicatala ․ 02.05.2024
Perfekter Snack für zwischendurch

Mögen und vertragen meine Gos prima

 1. Sie lesen gerade die Seite 1
 2. Seite 2
 3. Seite 3
 4. shevron-right-pacific-blue


DAS KÖNNTE DIR AUCH GEFALLEN

mera Bakery


PANSENSTANGE 10KG

start-full start-full start-full start-full
Ab 39,99 €

(4,00 €/kg)

Menge und Verpackung wählen Details ansehen
mera Bakery


GOURMET HAPPEN

start-full start-full start-full start-full
Ab 4,49 €

(4,49 €/kg)

Menge und Verpackung wählen Details ansehen
mera Bakery


TALER 10KG

start-full start-full start-full start-full start-full
Ab 35,99 €

(3,60 €/kg)

Menge und Verpackung wählen Details ansehen
mera essential


BISCUIT 5KG

start-full start-full start-full start-full start-full
Ab 18,99 €

(3,80 €/kg)

Menge und Verpackung wählen Details ansehen
arrow-left arrow-right
Werde jetzt Teil der mera Family und sichere dir einen Rabatt auf deinen erste
Bestellung!*


Erhalte zahlreiche Tipps zur Gesundheit, Erziehung und Pflege deines Vierbeiners
und Informationen über exklusive Aktionen.

*einmalig einlösbar

Hunde
Katze
Hunde & Katze
Wähle eine Option
E-Mailadresse

Abonnieren

exclamation-circle

Dieses Anmeldeformular wird durch das Google reCAPTCHA geschützt. Bitte beachte
die Datenschutzbestimmungen sowie die Nutzungsbedingungen von Google.

Durch Angabe meiner E-Mail-Adresse erkläre ich mich damit einverstanden, dass
mir die mera Tiernahrung GmbH regelmäßig Informationen zu Produkten und Aktionen
rund um das Thema Tiernahrung per E-Mail zuschickt. Meine Einwilligung kann ich
jederzeit, z.B. durch den Abmelde-Link am Ende eines jeden Newsletters,
widerrufen. Hierzu habe ich auch von der Datenschutzerklärung Kenntnis genommen.

FOLGE UNS AUF



02832-9381777

Mo.-Do. 8:00-16:45 Uhr
Fr. 08:00-15:00 Uhr

Hilfe & Beratung

Schreib uns an service@mera-petfood.com

Versandkostenfrei

Ab 19 € übernehmen wir die Versandkosten

Kostenfreie Rücksendung


Rücksendung für alle Produkte

Geld-zurück-Garantie

Garantiert lecker oder Geld zurück

DU BIST ZÜCHTER ODER FACHHÄNDLER?

Dann besuche unsere Portale für: 

Professionelle Anwender

Fachhändler

DEINE VORTEILE




Bonusprogramm

Geld-zurück-Garantie

Versandkostenfrei ab 19 €

kostenfreie Rücksendung

Direkt vom Hersteller

DIE BELIEBTESTEN KATEGORIEN




Getreidefreies Futter

Trockenfutter für Hunde

Nassfutter für Hunde

Leckerlis für Hunde

Trockenfutter für Katzen

Nassfutter für Katzen

Leckerlis für Katzen

Insektenprotein im Hundefutter

SERVICE & INFORMATIONEN ÜBER UNS




Über uns

Kontakt

Häufige Fragen

Bestellvorgang

Versandinformationen

Widerrufsbelehrung

Zahlungsarten

Karriere bei mera

VERSAND





VERSAND & UNSERE ZAHLARTEN

UNSERE ZAHLARTEN




Rechnungskauf

Lastschrift

ZERTIFIZIERTE QUALITÄT






Impressum
AGB
Datenschutz
Datenschutzeinstellungen
Impressum
AGB
Datenschutz
Datenschutzeinstellungen
Datenschutz
AGB
Impressum
*Alle Preise in Euro, inkl. MwSt. zzgl. Versandkosten © Copyright 2024, MERA –
The Petfood Family












Close dialog


FINDE DAS PERFEKTE FUTTER FÜR DEIN TIER

Zum Produkt-Finder


Käuferschutz



4,89

Sehr gut