junglueck.de Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://junglueck.at/
Effective URL: https://junglueck.de/
Submission: On June 24 via api from US — Scanned from US

Form analysis 83 forms found in the DOM

GET /pages/search-results-page

<form action="/pages/search-results-page" method="get" role="search" @submit.prevent="$store.predictiveSearch.submitSearch()" autocomplete="off">
  <div class="absolute z-50 left-0 right-0 top-0 mx-auto">
    <div class="flex py-8 md:py-5 bg-white header-search-bar">
      <button type="submit">
        <!-- Heroicon name: search -->
        <svg class="h-6 w-6 icon-color" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
        </svg>
      </button>
      <input class="border-0 header-search-input bg-white text-sm focus:outline-none w-full focus:shadow-none focus:ring-0 snize-input-style" type="search" name="q" x-ref="search" placeholder="Suchen"
        @input.debounce.500ms="$store.predictiveSearch.predictSearch()" x-model="$store.predictiveSearch.searchTerm" autocomplete="off">
      <button type="button" @click="showSearchBar = false; $store.predictiveSearch.setShow(false);">
        <!-- Heroicon name: x -->
        <svg class="h-6 w-6 icon-color" style="color: #ADADAD;" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
          <path d="M6 18L18 6M6 6l12 12" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"></path>
        </svg>
      </button>
    </div>
    <div class="w-full bg-white" x-show="$store.predictiveSearch.show &amp;&amp; false" @click.outside="$store.predictiveSearch.setShow(false)" style="display: none;">
      <div class="page-width-1440" style="padding: 15px 20px">
        <div class="flex" style="margin-bottom: 40px; display: none;" x-show="$store.predictiveSearch.searchData.products.length > 0 || $store.predictiveSearch.searchData.pages.length > 0">
          <div class="flex" style="flex: 1 1 60%; gap: 20px">
            <template x-for="product in $store.predictiveSearch.searchData.products">
              <a class="block w-16 md:w-24 link-no-underline" :href="product.url">
                        <img :src="product.featured_image.url" class="w-full mb-4" loading="lazy">
                        <p x-text="product.title" class="text-16 text-center"></p>
                      </a>
            </template>
          </div>
          <div style="flex: 1 1 200px; display: none;" x-show="$store.predictiveSearch.searchData.pages.length > 0">
            <p class="text-edel" style="margin-bottom: 20px">Seiten</p>
            <template x-for="page in $store.predictiveSearch.searchData.pages">
              <a x-text="page.title" class="block text-16 link-no-underline mb-2" :href="page.url"></a>
            </template>
          </div>
        </div>
        <div style="margin-bottom: 40px; display: none;" x-show="$store.predictiveSearch.searchData.articles.length > 0">
          <p class="text-edel" style="margin-bottom: 20px">Artikel</p>
          <div class="flex" style="gap: 20px">
            <template x-for="article in $store.predictiveSearch.searchData.articles">
              <a class="block flex link-no-underline" style="gap: 20px" :href="article.url">
                      <div class="w-12 md:w-16 h-12 md:h-16">
                        <div class="w-full h-full">
                          <img :src="article.featured_image.url" class="h-full object-cover" loading="lazy">
                        </div>
                      </div>
                      <p x-text="article.title" class="text-16 flex-1 self-center"></p>
                    </a>
            </template>
          </div>
        </div>
        <button class="btn--junglueck w-max mx-auto text-16 block w-full cursor-pointer mb-3" kameleoonlistener-mu0n="true">Mehr sehen</button>
      </div>
    </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <select class="select-language border-0 text-16" name="country_code" @change="window.location.href = $event.target.value">
    <option selected="" disabled="">DE</option>
    <option value="https://junglueck.com"> EN </option>
    <option value="http://www.junglueck.ch"> CH </option>
    <option value="http://www.junglueck.nl"> NL </option>
    <option value="http://www.junglueck.it"> IT </option>
  </select>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <select class="select-language border-0 text-16" name="country_code" @change="window.location.href = $event.target.value">
    <option selected="" disabled="">DE</option>
    <option value="https://junglueck.com"> EN </option>
    <option value="http://www.junglueck.ch"> CH </option>
    <option value="http://www.junglueck.nl"> NL </option>
    <option value="http://www.junglueck.it"> IT </option>
  </select>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <select class="select-language border-0 text-16 pl-0" name="country_code" @change="window.location.href = $event.target.value">
    <option selected="" disabled="">DE</option>
    <option value="https://junglueck.com"> EN </option>
    <option value="http://www.junglueck.ch"> CH </option>
    <option value="http://www.junglueck.nl"> NL </option>
    <option value="http://www.junglueck.it"> IT </option>
  </select>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <select class="select-language border-0 text-16 pl-0" name="country_code" @change="window.location.href = $event.target.value">
    <option selected="" disabled="">DE</option>
    <option value="https://junglueck.com"> EN </option>
    <option value="http://www.junglueck.ch"> CH </option>
    <option value="http://www.junglueck.nl"> NL </option>
    <option value="http://www.junglueck.it"> IT </option>
  </select>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643840184458,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-qo0x="true" kameleoonlistener-akwy="true" kameleoonlistener-cfx6="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643824750730,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-le3e="true" kameleoonlistener-ruqi="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44373351301386,500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-tqn4="true" kameleoonlistener-pyda="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40047057010826,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-20au="true" kameleoonlistener-zw2q="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44373351334154,500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-jx5z="true" kameleoonlistener-rkgn="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643816984714,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-subf="true" kameleoonlistener-2qfq="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643867676810)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; color: #a1a1a1" kameleoonlistener-ucv4="true" kameleoonlistener-mmvk="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643683782794,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-g3ue="true" kameleoonlistener-yvcw="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43928006557962,800)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-eckw="true" kameleoonlistener-iqj5="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43927963042058,1200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-wkfr="true" kameleoonlistener-me74="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44563887620362,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-5yct="true" kameleoonlistener-2gyj="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43676021686538,1200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-regx="true" kameleoonlistener-fev7="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643847983242,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-4ufk="true" kameleoonlistener-5ai0="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643831795850,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="font-size: 13px; padding-bottom: 2px; " kameleoonlistener-cj6n="true" kameleoonlistener-dx0h="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643840184458,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-tamx="true" kameleoonlistener-9suv="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643824750730,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-d8c2="true" kameleoonlistener-fkrm="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44373351301386,500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-fcxr="true" kameleoonlistener-iwgk="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40047057010826,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-0g4j="true" kameleoonlistener-zjbt="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44373351334154,500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-wcij="true" kameleoonlistener-yyn7="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643816984714,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-nwsx="true" kameleoonlistener-a6ky="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643867676810)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" style="color: #a1a1a1" kameleoonlistener-4ff0="true" kameleoonlistener-xpw1="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643683782794,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-kxnn="true" kameleoonlistener-1y60="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43928006557962,800)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-hcsz="true" kameleoonlistener-lusd="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43927963042058,1200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-pff7="true" kameleoonlistener-e77w="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44563887620362,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-xcrz="true" kameleoonlistener-jdwf="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43676021686538,1200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-uivo="true" kameleoonlistener-rpx5="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643847983242,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-ci9x="true" kameleoonlistener-fgbz="true"> In den Warenkorb </button>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39643831795850,300)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <button href="" class="text-edel link-no-underline image-text-banner-link-" kameleoonlistener-eom6="true" kameleoonlistener-du9u="true"> In den Warenkorb </button>
</form>

POST /cart

<form id="cartSlider-form" action="/cart" method="post" novalidate="">
  <div class="bg-white" style="padding: 29px 20px 26px; box-shadow: 0px 4px 27px -9px rgba(0, 0, 0, 0.25);">
    <div class="flex justify-between text-20-DIN font-bold">
      <p>Zwischensumme</p>
      <p id="shoppingCarts-withExtendedSummary-subtotal" x-text="$store.cartDrawer.total">0,00 €</p>
    </div>
    <p class="text-12 lighter-text-color" style="margin-top: 4px">inkl. MwSt, zzgl. klimaneutraler Versand</p>
    <div class="mt-6">
      <button type="submit" name="checkout" class="btn--junglueck text-16 block w-full cursor-pointer" style="padding-bottom: 10px" form="cartSlider-form" kameleoonlistener-jo4f="true" kameleoonlistener-ow84="true">Zur Kasse</button>
    </div>
    <div class="flex" style="margin-top: 20px; gap: 20px">
    </div>
    <div style="margin-top: 17px">
      <p class="text-12">Gutscheine können erst im Checkout eingelöst werden.</p>
    </div>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(32299861966986,3200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-vr6w="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(32299861966986,3200)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-oooo="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39504298901642,3900)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-85qa="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(39504298901642,3900)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-k710="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40895757385866,6000)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-z0f2="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(40895757385866,6000)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-docl="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(32124226076810,3200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-uerv="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(32124226076810,3200)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-4nv0="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(32125677043850,2900)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-4406="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(32125677043850,2900)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-kq6c="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44519895728394,2500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-jazn="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44519895728394,2500)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-j5dx="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(32299861966986,3200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-6k8h="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(32299861966986,3200)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-rcey="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(39504298901642,3900)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-nvcr="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(39504298901642,3900)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-l2nf="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40895757385866,6000)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-dxv8="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(40895757385866,6000)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-ds1r="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(32124226076810,3200)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-9sns="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(32124226076810,3200)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-942d="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(32125677043850,2900)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-ryke="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(32125677043850,2900)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-cnci="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44519895728394,2500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-z2h3="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44519895728394,2500)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-uvke="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(41008403611786,2800)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-0edd="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(41008403611786,2800)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-vflj="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44424178893066,6000)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-pnqb="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44424178893066,6000)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-rjic="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40895757385866,6000)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-x17y="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(40895757385866,6000)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-ji0x="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40895757418634,8800)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-5ard="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(40895757418634,8800)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-wppt="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44424178893066,6000)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-7fwa="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44424178893066,6000)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-vgdg="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44330052387082,9900)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-o6a4="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44330052387082,9900)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-zvgo="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44271005860106,12800)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-q007="true">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44271005860106,12800)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-i5rj="true">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(44450572566794,5700)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-cw2m="true" tabindex="-1">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(44450572566794,5700)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-99v1="true" tabindex="-1">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(40895856443530,9800)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-295h="true" tabindex="-1">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(40895856443530,9800)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-e6tp="true" tabindex="-1">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43799325671690,5000)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-7yps="true" tabindex="-1">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(43799325671690,5000)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-2230="true" tabindex="-1">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm()" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div class="klaviyo-product-container" id="klaviyo-data-handle-trockene-haut-set-desktop" data-klaviyo-handle="trockene-haut-set ">
    <div class="klaviyo-button-container" style="margin-top: 15px">
    </div>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm()" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div class="klaviyo-product-container absolute left-0 right-0" style="bottom: 20px" id="klaviyo-data-handle-trockene-haut-set" data-klaviyo-handle="trockene-haut-set">
    <div class="klaviyo-button-container">
    </div>
  </div>
</form>

POST /cart/add

<form action="/cart/add" method="POST" x-data="addToCartForm(43799325573386,4500)" @submit.prevent="submitData">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div style="margin-top: 15px">
    <button type="submit" class="z-10 w-full btn--junglueck text-16 py-1.5" kameleoonlistener-vte4="true" tabindex="-1">
      <div style="height: 20px" class="flex md:hidden"><svg width="17" height="20" viewBox="0 0 17 20" fill="none" xmlns="http://www.w3.org/2000/svg">
          <g clip-path="url(#clip0_370:265)">
            <path
              d="M15.5 6.12988V18.9999H1V6.12988H15.5ZM15.5 5.12988H1C0.734784 5.12988 0.480383 5.23524 0.292847 5.42278C0.10531 5.61031 0 5.86467 0 6.12988V18.9999C0 19.2651 0.10531 19.5195 0.292847 19.707C0.480383 19.8945 0.734784 19.9999 1 19.9999H15.5C15.7652 19.9999 16.0196 19.8945 16.2072 19.707C16.3947 19.5195 16.5 19.2651 16.5 18.9999V6.12988C16.5 5.86467 16.3947 5.61031 16.2072 5.42278C16.0196 5.23524 15.7652 5.12988 15.5 5.12988Z"
              fill="white"></path>
            <path d="M3.41016 8.54V5.33C3.41016 4.04901 3.91903 2.82047 4.82483 1.91467C5.73063 1.00887 6.95912 0.5 8.24011 0.5C9.52111 0.5 10.7496 1.00887 11.6554 1.91467C12.5612 2.82047 13.0701 4.04901 13.0701 5.33V8.54" stroke="white"
              stroke-linecap="round" stroke-linejoin="round"></path>
          </g>
          <defs>
            <clipPath id="clip0_370:265">
              <rect width="16.48" height="20" fill="white"></rect>
            </clipPath>
          </defs>
        </svg>
      </div>
      <div class="hidden md:flex justify-center">Warenkorb</div>
    </button>
  </div>
</form>

POST /cart/add

<form action="/cart/add" class="block md:hidden" method="POST" x-data="addToCartForm(43799325573386,4500)" @submit.prevent="submitData" style="height: 46px;">
  <input type="hidden" name="quantity" value="1" x-model="formData.quantity" tabindex="-1">
  <div class="absolute left-0 right-0" style="bottom: 20px">
    <button type="submit" class="z-10 w-full btn--junglueck uppercase" style="border: 1px solid #464646; border-radius: 3px; background: transparent;" kameleoonlistener-9j54="true" tabindex="-1">
      <div class="flex justify-center text-gray-500" style="letter-spacing: 0.08em; font-weight: normal;">Warenkorb</div>
    </button>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-XvFZ4Y" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; margin: 0px auto; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(68, 68, 68); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 10px 0px 0px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; 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; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_39367593" class="needsclick go1072762912 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="given-name" tabindex="0" placeholder="Vorname" aria-label="Vorname" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(211, 196, 174); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </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 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_39367594" class="needsclick go1072762912 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="E-Mail-Adresse" aria-label="E-Mail-Adresse" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(211, 196, 174); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </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 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" style="width: 100%;">
          <p style="font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-gotham-bold"
              style="color:rgb(255, 255, 255);font-size:16px;font-family:Gotham-Bold, Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:bold;">Welche Inhalte interessieren dich?</span></p>
        </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 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; justify-content: flex-start; display: flex;">
          <div class="needsclick go1051038529 kl-private-reset-css-Xuajs1" style="align-self: flex-end; display: block;">
            <div role="group" aria-labelledby="kl_NWL-Preferences__4_label" class="needsclick  kl-private-reset-css-Xuajs1" style="display: block;"><input tabindex="0" type="checkbox" id="NWL-Preferences__4__12" name="NWL-Preferences__4"
                aria-invalid="false" aria-label="Angebote &amp; Aktionen" class="needsclick  kl-private-reset-css-Xuajs1" style="position: absolute; width: 0px; opacity: 0;"><label for="NWL-Preferences__4__12"
                class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go667082552" width="20px"
                  height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_NWL-Preferences__4__12" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_NWL-Preferences__4__12" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_NWL-Preferences__4__12" fill="#D3C4AE" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Angebote &amp; Aktionen</div>
              </label><input tabindex="0" type="checkbox" id="NWL-Preferences__4__13" name="NWL-Preferences__4" aria-invalid="false" aria-label="Produktneuheiten" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="NWL-Preferences__4__13" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go667082552" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_NWL-Preferences__4__13" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_NWL-Preferences__4__13" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_NWL-Preferences__4__13" fill="#D3C4AE" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Produktneuheiten</div>
              </label><input tabindex="0" type="checkbox" id="NWL-Preferences__4__14" name="NWL-Preferences__4" aria-invalid="false" aria-label="Hautpflege &amp; Hautwissen" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="NWL-Preferences__4__14" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go667082552" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_NWL-Preferences__4__14" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_NWL-Preferences__4__14" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_NWL-Preferences__4__14" fill="#D3C4AE" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Hautpflege &amp; Hautwissen</div>
              </label><input tabindex="0" type="checkbox" id="NWL-Preferences__4__15" name="NWL-Preferences__4" aria-invalid="false" aria-label="Nachhaltigkeit" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="NWL-Preferences__4__15" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go667082552" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_NWL-Preferences__4__15" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_NWL-Preferences__4__15" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_NWL-Preferences__4__15" fill="#D3C4AE" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Nachhaltigkeit</div>
              </label><input tabindex="0" type="checkbox" id="NWL-Preferences__4__16" name="NWL-Preferences__4" aria-invalid="false" aria-label="Umfragen" class="needsclick  kl-private-reset-css-Xuajs1"
                style="position: absolute; width: 0px; opacity: 0;"><label for="NWL-Preferences__4__16" class="needsclick  kl-private-reset-css-Xuajs1"
                style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg class="go667082552" width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(255, 255, 255); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_NWL-Preferences__4__16" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_NWL-Preferences__4__16" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_NWL-Preferences__4__16" fill="#D3C4AE" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;DIN Next LT Pro Regular&quot;, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Umfragen</div>
              </label></div>
            <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
          </div>
        </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 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go1285692861 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgba(0, 0, 0, 0.01); border-radius: 0px; border-style: solid; border-color: rgb(255, 255, 255); border-width: 1px; color: rgb(255, 255, 255); font-family: 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: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;"
          kameleoonlistener-e498="true">Abonnieren</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Hey there,
which shop would you like to visit?
Visit junglueck.com
Hallo,
welchen Shop würdest du gerne besuchen?
Weiter zu junglueck.de
Hallo,
welchen Shop würdest du gerne besuchen?
Weiter zu junglueck.ch
Hoi,
welke shop wil je bezoeken?
Bezoek junglueck.nl
Ehi ciao,
quale negozio vorresti visitare?
Visita junglueck.it
No thanks, I want to stay here.

30 Tage Zufriedenheitsgarantie

Unser Produkt der Woche für nur 25 € statt 29 €: Öl-Serum by alexasearth

Gratis Versand ab 50 € | Gratis Proben ab 90 €*

30 Tage Zufriedenheitsgarantie

Unser Produkt der Woche für nur 25 € statt 29 €: Öl-Serum by alexasearth

Gratis Versand ab 50 € | Gratis Proben ab 90 €*

30 Tage Zufriedenheitsgarantie

Seiten

Artikel



Mehr sehen
Open menu
Junglück
DE EN CH NL IT
FAQ & Hilfe

Wunschliste 0
Junglück

Wunschliste 0

 * Produkte
   Alle Produkte
   Fenster schließen
   Gesicht Neuheiten Reinigung Gesichtswasser Seren & Ampullen Peeling Cremes
   Feuchtigkeitspflege Masken Augenpflege Lippenpflege Öle Sonnenschutz Bräunung
   Sets Routine Sets 1+1 Kombis Probensets Limitierte Sets Körper Pflege Feste
   Produkte Haare Shampoo Conditioner
   Nährstoffkomplexe Baby & Mama Accessoires & Gutscheine Accessoires Gutscheine
   
   
   UNSERE BESTSELLER

 * Sets
   Routine Sets 1+1 Kombis Probensets
 * Pflegeroutinen
   Deine individuelle Routine Routine für Mischhaut Routine für Trockene Haut
   Routine für Ausgeglichene Haut Routine für Ölige Haut Routine für Unreine
   Haut Routine für Reife Haut Routine für Empfindliche Haut Routine für
   Dehydrierte Haut
 * Hautwissen
   
   Fenster schließen
   Hauttypen Mischhaut Trockene Haut Ausgeglichene Haut Ölige Haut
   Hautzustände Unreine Haut Reife Haut Empfindliche Haut Dehydrierte Haut
   Wirkstoffe Hyaluron Retinol Vitamin C Niacinamid
   Magazin Hautberatung Videoberatung
   
 * Nachhaltigkeit
   Unser Commitment Inhaltsstoffe Entscheidungskriterien Verpackung & Versand
   Soziales Engagement Ökologischer Fußabdruck Impact Report
 * Über uns
   Purpose & Werte Produktkonzept Unsere Story Brand Ambassador*innen Dein Job
   im Store Jobs Kontakt

Open menu
Junglück
DE EN CH NL IT
FAQ & Hilfe

Wunschliste 0
Junglück

Wunschliste 0

 * Produkte
   Alle Produkte
   Fenster schließen
   nach Routineschritt 1. Schritt Reinigen Reinigung 2. Schritt Klären
   Gesichtswasser 3. Schritt Wirken Seren Peeling Masken Ampullen Bräunung 4.
   Schritt Pflege Cremes Feuchtigkeitspflege Augenpflege Öle 5. Schritt Schützen
   Sonnencreme
   Neuheiten Sets Körperpflege Haarpflege Nahrungsergänzungsmittel Babypflege
   Accessoires & Gutscheine
   nach Hautbedürfnis Sichtbare Poren reduzieren Pigmentflecken & Aknemale
   aufhellen Falten minimieren Fahlen Teint ausgleichen Rötungen lindern
   Trockenheit reduzieren Unreinheiten reduzieren
   
   
   UNSERE BESTSELLER

 * Sets
   Routine Sets 1+1 Kombis Probensets
 * Pflegeroutinen
   Deine individuelle Routine Routine für Mischhaut Routine für Trockene Haut
   Routine für Ausgeglichene Haut Routine für Ölige Haut Routine für Unreine
   Haut Routine für Reife Haut Routine für Empfindliche Haut Routine für
   Dehydrierte Haut
 * Hautwissen
   
   Fenster schließen
   Hauttypen Mischhaut Trockene Haut Ausgeglichene Haut Ölige Haut
   Hautzustände Unreine Haut Reife Haut Empfindliche Haut Dehydrierte Haut
   Wirkstoffe Hyaluron Retinol Vitamin C Niacinamid
   Magazin Hautberatung
   Videoberatung
   
 * Nachhaltigkeit
   Unser Commitment Inhaltsstoffe Entscheidungskriterien Verpackung & Versand
   Soziales Engagement Ökologischer Fußabdruck Impact Report
 * Über uns
   Purpose & Werte Produktkonzept Unsere Story Brand Ambassador*innen Jobs
   Kontakt

DE EN CH NL IT
Close menu
Alle Produkte
PRODUKTE
Gesicht
Neuheiten
Reinigung
Gesichtswasser
Seren & Ampullen
Peeling
Cremes
Feuchtigkeitspflege
Masken
Augenpflege
Lippenpflege
Öle
Sonnenschutz
Bräunung
Sets
Routine Sets
1+1 Kombis
Probensets
Limitierte Sets
Körper
Pflege
Feste Produkte
Haare
Shampoo
Conditioner
Nährstoffkomplexe
Baby & Mama
Accessoires & Gutscheine
Accessoires
Gutscheine
SETS
Routine Sets
1+1 Kombis
Probensets
PFLEGEROUTINEN
Deine individuelle Routine
Routine für Mischhaut
Routine für Trockene Haut
Routine für Ausgeglichene Haut
Routine für Ölige Haut
Routine für Unreine Haut
Routine für Reife Haut
Routine für Empfindliche Haut
Routine für Dehydrierte Haut
HAUTWISSEN
Hauttypen
Mischhaut
Trockene Haut
Ausgeglichene Haut
Ölige Haut
Hautzustände
Unreine Haut
Reife Haut
Empfindliche Haut
Dehydrierte Haut
Wirkstoffe
Hyaluron
Retinol
Vitamin C
Niacinamid
Magazin
Hautberatung
Videoberatung
NACHHALTIGKEIT
Unser Commitment
Inhaltsstoffe
Entscheidungskriterien
Verpackung & Versand
Soziales Engagement
Ökologischer Fußabdruck
Impact Report
ÜBER UNS
Purpose & Werte
Produktkonzept
Unsere Story
Brand Ambassador*innen
Dein Job im Store
Jobs
Kontakt

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

Einloggen

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

FAQ & Hilfe

+49 (0) 89 2555 25 663

Mo - Sa 8 - 20 Uhr

Bis zu 5% auf Sets
DE EN CH NL IT
Close menu
Alle Produkte
PRODUKTE
nach Routineschritt
1. Schritt Reinigen
Reinigung
2. Schritt Klären
Gesichtswasser
3. Schritt Wirken
Seren
Peeling
Masken
Ampullen
Bräunung
4. Schritt Pflege
Cremes
Feuchtigkeitspflege
Augenpflege
Öle
5. Schritt Schützen
Sonnencreme
Neuheiten
Sets
Körperpflege
Haarpflege
Nahrungsergänzungsmittel
Babypflege
Accessoires & Gutscheine
nach Hautbedürfnis
Sichtbare Poren reduzieren
Pigmentflecken & Aknemale aufhellen
Falten minimieren
Fahlen Teint ausgleichen
Rötungen lindern
Trockenheit reduzieren
Unreinheiten reduzieren
SETS
Routine Sets
1+1 Kombis
Probensets
PFLEGEROUTINEN
Deine individuelle Routine
Routine für Mischhaut
Routine für Trockene Haut
Routine für Ausgeglichene Haut
Routine für Ölige Haut
Routine für Unreine Haut
Routine für Reife Haut
Routine für Empfindliche Haut
Routine für Dehydrierte Haut
HAUTWISSEN
Hauttypen
Mischhaut
Trockene Haut
Ausgeglichene Haut
Ölige Haut
Hautzustände
Unreine Haut
Reife Haut
Empfindliche Haut
Dehydrierte Haut
Wirkstoffe
Hyaluron
Retinol
Vitamin C
Niacinamid
Magazin
Hautberatung
Videoberatung
NACHHALTIGKEIT
Unser Commitment
Inhaltsstoffe
Entscheidungskriterien
Verpackung & Versand
Soziales Engagement
Ökologischer Fußabdruck
Impact Report
ÜBER UNS
Purpose & Werte
Produktkonzept
Unsere Story
Brand Ambassador*innen
Jobs
Kontakt

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

Einloggen

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

FAQ & Hilfe

+49 (0) 89 2555 25 663

Mo - Sa 8 - 20 Uhr

Bis zu 5% auf Sets
JETZT PROBIEREN:
NIACINAMID SERUM
Mindert Rötungen, vergrößerte Poren und gleicht den Teint aus
3,00 €
In den Warenkorb
HYALURON TAGESCREME
Versorgt deine Haut mit Hyaluronsäure, Arganöl und Aloe Vera
3,00 €
In den Warenkorb
SPATEL FÜR VOLLGRÖSSEN
Holt das Beste aus deinen Vollgrößen heraus
5,00 €
In den Warenkorb
HANFÖL MASKE
Verwöhnt und beruhigt deine Haut mit intensiver Feuchtigkeit
3,00 €
In den Warenkorb
SPATEL FÜR PROBEN
Holt das Beste aus deinen Proben heraus
5,00 €
In den Warenkorb
HYALURON KONZENTRAT
Schenkt dir wertvolle Feuchtigkeit und einen frischen Teint
3,00 €
In den Warenkorb
SONNENCREME
Schützt deine Haut zuverlässig mit rein mineralischen UV-Filtern
3,00 €
In den Warenkorb
BHA PEELING
Befreit die Poren, mildert Glanz und lässt deine Haut strahlen
3,00 €
In den Warenkorb
BESTSELLER PROBEN SET
Versorgt dich mit den beliebten Wirkstoffen Hyaluron & Vitamin C
9,00 € 8,00 €
In den Warenkorb
SELFCARE PROBEN SET
Verwöhnt deine Haut und schenkt dir schöne Pflegemomente
15,00 € 12,00 €
In den Warenkorb
ZINK GESICHTSWASSER
Klärt deine Haut porentief, reguliert und hemmt Entzündungen
3,00 €
In den Warenkorb
5ER PROBENSET
Für deinen Einstieg in unsere reine Pflege
15,00 € 12,00 €
In den Warenkorb
REINIGUNGSÖL
Reinigt deine Haut sanft und gründlich ganz ohne auszutrocknen
3,00 €
In den Warenkorb
JOJOBAÖL
Hält die Feuchtigkeit in der Haut, nährt und pflegt sie sanft
3,00 €
In den Warenkorb
WARENKORB
Warenkorb leeren
Close panel
Nur noch 50.00 € für kostenfreien Versand und 90.00 € für zwei gratis Proben!*
Du erhältst kostenlosen Versand. Noch 90.00 € mehr für zwei gratis Proben!* Du
erhältst kostenlosen Versand und zwei Proben gratis!*

0€
50€
90€
JETZT PROBIEREN:
NIACINAMID SERUM
Mindert Rötungen, vergrößerte Poren und gleicht den Teint aus
3,00 €
In den Warenkorb
HYALURON TAGESCREME
Versorgt deine Haut mit Hyaluronsäure, Arganöl und Aloe Vera
3,00 €
In den Warenkorb
SPATEL FÜR VOLLGRÖSSEN
Holt das Beste aus deinen Vollgrößen heraus
5,00 €
In den Warenkorb
HANFÖL MASKE
Verwöhnt und beruhigt deine Haut mit intensiver Feuchtigkeit
3,00 €
In den Warenkorb
SPATEL FÜR PROBEN
Holt das Beste aus deinen Proben heraus
5,00 €
In den Warenkorb
HYALURON KONZENTRAT
Schenkt dir wertvolle Feuchtigkeit und einen frischen Teint
3,00 €
In den Warenkorb
SONNENCREME
Schützt deine Haut zuverlässig mit rein mineralischen UV-Filtern
3,00 €
In den Warenkorb
BHA PEELING
Befreit die Poren, mildert Glanz und lässt deine Haut strahlen
3,00 €
In den Warenkorb
BESTSELLER PROBEN SET
Versorgt dich mit den beliebten Wirkstoffen Hyaluron & Vitamin C
9,00 € 8,00 €
In den Warenkorb
SELFCARE PROBEN SET
Verwöhnt deine Haut und schenkt dir schöne Pflegemomente
15,00 € 12,00 €
In den Warenkorb
ZINK GESICHTSWASSER
Klärt deine Haut porentief, reguliert und hemmt Entzündungen
3,00 €
In den Warenkorb
5ER PROBENSET
Für deinen Einstieg in unsere reine Pflege
15,00 € 12,00 €
In den Warenkorb
REINIGUNGSÖL
Reinigt deine Haut sanft und gründlich ganz ohne auszutrocknen
3,00 €
In den Warenkorb
JOJOBAÖL
Hält die Feuchtigkeit in der Haut, nährt und pflegt sie sanft
3,00 €
In den Warenkorb

Zwischensumme

0,00 €

inkl. MwSt, zzgl. klimaneutraler Versand

Zur Kasse


Gutscheine können erst im Checkout eingelöst werden.




BEREIT FÜR DEINEN SOMMER-GLOW?

Kennst du schon alle unsere Seren? Je nach Hauttyp findest du hier jede Menge
tolle Wirkstoffe, die deine Haut zum Strahlen bringen.

JETZT ENTDECKEN
JETZT ENTDECKEN


TEILEN MACHT FREUDE

Du möchtest deinen Freund*innen von uns erzählen?

Hier kannst du uns weiterempfehlen.

JETZT EMPFEHLEN
JETZT EMPFEHLEN


SKINCARE HAS NO GENDER

Unsere unisex Produkte machen jede Haut glücklich. Egal welches Alter und egal
welches Geschlecht!

JETZT ENTDECKEN
JETZT ENTDECKEN


BEREIT FÜR DEINEN SOMMER-GLOW?

Kennst du schon alle unsere Seren? Je nach Hauttyp findest du hier jede Menge
tolle Wirkstoffe, die deine Haut zum Strahlen bringen.

JETZT ENTDECKEN
JETZT ENTDECKEN


TEILEN MACHT FREUDE

Du möchtest deinen Freund*innen von uns erzählen?

Hier kannst du uns weiterempfehlen.

JETZT EMPFEHLEN
JETZT EMPFEHLEN


SKINCARE HAS NO GENDER

Unsere unisex Produkte machen jede Haut glücklich. Egal welches Alter und egal
welches Geschlecht!

JETZT ENTDECKEN
JETZT ENTDECKEN


BEREIT FÜR DEINEN SOMMER-GLOW?

Kennst du schon alle unsere Seren? Je nach Hauttyp findest du hier jede Menge
tolle Wirkstoffe, die deine Haut zum Strahlen bringen.

JETZT ENTDECKEN
JETZT ENTDECKEN
 * 
 * 
 * 

hoher Anteil an natürlichen Inhaltsstoffen
wirkstoffbasierte Formulierungen
100% vegan & Peta zertifiziert
Produktentwicklung im eigenen Labor
besonders verträglich & Dermatest geprüft
1% DES UMSATZES NUTZEN WIR FÜR UMWELTPROJEKTE

LIEBLINGSPRODUKTE
Alle Produkte



Warenkorb
50 ml
4.67785 Reviews
4.7 / 5
Hyaluron Tagescreme

Versorgt deine Haut mit Hyaluronsäure, Arganöl und Aloe Vera

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
50 ml
4.57304 Reviews
4.6 / 5
Niacinamid Serum

Mindert Rötungen, vergrößerte Poren und gleicht den Teint aus

39,00 €

inkl. MwSt, zzgl. Versand

78 € / 100ml

39,00 €

inkl. MwSt, zzgl. Versand

78 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
Set
4.76119 Reviews
4.8 / 5
Das Duo

Pflegt deine Haut nachhaltig & reichhaltig von morgens bis abends

64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
50 ml
4.77622 Reviews
4.8 / 5
Vitamin C Serum

Strafft, klärt und erfrischt die Haut mit Vitamin C und Aloe Vera

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
100 ml
4.70570 Reviews
4.7 / 5
Reinigungsöl

Reinigt deine Haut sanft und gründlich ganz ohne auszutrocknen

29,00 €

inkl. MwSt, zzgl. Versand

29 € / 100ml

29,00 €

inkl. MwSt, zzgl. Versand

29 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Produkt der Woche
Warenkorb
50 ml
4.6712 Reviews
4.7 / 5
Öl-Serum by alexasearth

Wirkt hauterneuernd, antioxidativ und lässt die Haut strahlen

29,00 € 25,00 €

inkl. MwSt, zzgl. Versand

50 € / 100ml

29,00 € 25,00 €

inkl. MwSt, zzgl. Versand

50 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
LIEBLINGSPRODUKTE
Alle Produkte

Warenkorb
50 ml
4.67785 Reviews
4.7 / 5
Hyaluron Tagescreme

Versorgt deine Haut mit Hyaluronsäure, Arganöl und Aloe Vera

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
50 ml
4.57304 Reviews
4.6 / 5
Niacinamid Serum

Mindert Rötungen, vergrößerte Poren und gleicht den Teint aus

39,00 €

inkl. MwSt, zzgl. Versand

78 € / 100ml

39,00 €

inkl. MwSt, zzgl. Versand

78 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
Set
4.76119 Reviews
4.8 / 5
Das Duo

Pflegt deine Haut nachhaltig & reichhaltig von morgens bis abends

64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
50 ml
4.77622 Reviews
4.8 / 5
Vitamin C Serum

Strafft, klärt und erfrischt die Haut mit Vitamin C und Aloe Vera

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

32,00 €

inkl. MwSt, zzgl. Versand

64 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
100 ml
4.70570 Reviews
4.7 / 5
Reinigungsöl

Reinigt deine Haut sanft und gründlich ganz ohne auszutrocknen

29,00 €

inkl. MwSt, zzgl. Versand

29 € / 100ml

29,00 €

inkl. MwSt, zzgl. Versand

29 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Produkt der Woche
Warenkorb
50 ml
4.6712 Reviews
4.7 / 5
Öl-Serum by alexasearth

Wirkt hauterneuernd, antioxidativ und lässt die Haut strahlen

29,00 € 25,00 €

inkl. MwSt, zzgl. Versand

50 € / 100ml

29,00 € 25,00 €

inkl. MwSt, zzgl. Versand

50 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
Warenkorb
100 ml
4.6386 Reviews
4.6 / 5
Zink Gesichtswasser

Klärt deine Haut porentief, reguliert und hemmt Entzündungen

28,00 €

inkl. MwSt, zzgl. Versand

28 € / 100ml

28,00 €

inkl. MwSt, zzgl. Versand

28 € / 100ml

Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
1+1 Kombi
4.888 Reviews
4.9 / 5
Tag & Nacht Kombi

Versorgt deine Haut mit Well-Aging Wirkung für den ganzen Tag

64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
PRODUKT DER WOCHE:
ÖL-SERUM BY ALEXASEARTH

Jetzt entdecken
WIR FEIERN PRIDE -
DEN BUNTESTEN MONAT DES JAHRES

MEHR ERFAHREN

Hervorragend

4,53 Rating
13.233 Bewertungen

Jennifer

Verified Customer
Bin sehr zufrieden. Pflegt, wie ich es erwartet habe. Ich bleibe ganz sichet
dsbei.
vor 13 Stunden
Jennifer

Verified Customer
Das Duo
Bin sehr zufrieden. Besonders die Nachtpflege überzeugt mich.
Ich empfehle dieses Produkt
vor 13 Stunden
Anja

Verified Customer
Pickelpaste
Super zufrieden
Ich empfehle dieses Produkt
vor 15 Stunden
Melitta

Verified Customer
Das Duo
Durch diese beiden Produkte hat frau ein angenehmes Gefühl auf der Haut!
Ich empfehle dieses Produkt
vor 20 Stunden
Anonym

Verified Customer
Vitamin C Serum - geschenkt ab 90 €
Fühlt sich sehr gut auf der Haut an.
vor einem Tag
Anonym

Verified Customer
Absolut weiter zu empfehlen!
vor einem Tag
Manuela

Verified Customer
Leichte Pflege Kombi
Leichte Anwendung, ergiebig und zieht schnell ein.
Ich empfehle dieses Produkt
vor einem Tag
Sarah

Verified Customer
Vitamin C Serum
Es bewirkt das , was es verspricht
Ich empfehle dieses Produkt
vor einem Tag
Anonym

Verified Customer
Hyaluron Tagescreme
Ich teile mir dieses Produkt mit meiner Mutter. Wir sind beide sehr zufrieden
mit dem diesem Produkt.
Ich empfehle dieses Produkt
vor einem Tag
Claudia

Verified Customer
Aloe Vera Gel
Hervorragend nach Sonne
Ich empfehle dieses Produkt
vor einem Tag
Susanne

Verified Customer
Hagebuttenkernöl
Ich liebe das Hagebuttenkernöl. Die Konsistenz ist schön, ich spüre sofortige
Besserung wenn ich es anwende. Der Geruch gefällt mir ausgesprochen gut und es
sehr ergiebig, sprich, es hält sehr lange -wie übrigens alle Produkte von
Junglück. Auf den ersten Blick teuer, aber man benötigt von allem nur eine sehr
kleine Menge, daher ist eben alles sehr ergiebig. Ich bin begeistert.
Ich empfehle dieses Produkt
vor einem Tag
Anja

Verified Customer
Aktiv Set Trio
Tolles Set mit den Produkten die ich regelmäßig verwende.
Ich empfehle dieses Produkt
vor 2 Tagen
Katrin

Verified Customer
Zink Gesichtswasser
Alles prima
Ich empfehle dieses Produkt
vor 2 Tagen
Angelina

Verified Customer
Reinigungsöl
Ich liebe das Reinigungsöl einfach und für mich kommt nix anderes mehr infrage
☺️
Ich empfehle dieses Produkt
vor 2 Tagen
sandra

Verified Customer
Vitamin C Serum - geschenkt ab 90 €
Tolles Serum, aber in den ersten Anwendungen vorsichtig verwenden und lieber
erstmal mit nur einmal wöchentlich beginnen und langsam steigern, da es
ansonsten zu Hautreaktionen kommen kann
Ich empfehle dieses Produkt
vor 2 Tagen
Anna

Verified Customer
Vitamin C Serum - geschenkt ab 90 €
Hautbild ist besser
Ich empfehle dieses Produkt
vor 2 Tagen
Anika

Verified Customer
Tolle Produkte ohne „beladen“ zu wirken. vielen Dank! :)
vor 2 Tagen
Nadine

Verified Customer
Bin sehr zufrieden mit Euren Produkten. Nur die Pipette beim Retinolserum ist
unpraktisch, da sich das Serum dadurch nicht mehr richtig zudrehen lässt.
vor 2 Tagen
Dagmar

Verified Customer
Zink Gesichtswasser
Hilft gut bei Mitesser aber bei Pickel nicht so
Ich empfehle dieses Produkt
vor 2 Tagen
Barbara

Verified Customer
Mandelöl
Sehr gut! Feine Textur
vor 2 Tagen


WIR WOLLEN ANDERS SEIN, BESSER

Mit der Herstellung in Deutschland, dem Anspruch, natürliche, reine und
wirkungsvolle Inhaltsstoffe zu verwenden und so wenig Abfall wie möglich zu
hinterlassen. Alles, was wir tun, basiert auf unseren Kernwerten Ehrlichkeit,
Nachhaltigkeit, Verantwortung und Gleichheit.

KENNST DU DEINEN HAUTTYP?

hautberatung starten
MIX & MATCH - SO KOMBINIERST DU UNSERE PRODUKTE

ZUM BLOGBEITRAG


REINE PFLEGE FÜR DEINE HAUT

So wenig Inhaltsstoffe wie möglich, so viel Wirkung wie nötig. Die
Formulierungen für unsere 100% veganen Produkte wählen wir sorgfältig aus, damit
sie für jeden Hauttyp, jedes Alter, jedes Geschlecht und auch unsere Umwelt
verträglich sind.


Entscheidend für dich ist dabei die Kombination unserer Wirkstoffe. Stimme
unsere Produkte genau auf dein Hautbedürfnis ab und wende sie gezielt an – eins
nach dem anderen. Weil deine Haut es verdient hat, dass du dich um sie kümmerst.


DANKE FÜR EURE BEWERTUNGEN!

4,5 / 5

Von so vielen Sternen haben wir geträumt. Wir freuen uns sehr über eure
zahlreichen Rückmeldungen zu unseren Produkten.


Das macht uns stolz und spornt uns noch mehr an, auf alles zu verzichten, was
man in Kosmetik nicht braucht. Und nur das übrig zu lassen, was gut für dich,
deine Haut und unsere Umwelt ist.

Das sagt ihr über uns
Unsere Sets
Alle Produkte


5% Set-Rabatt
Warenkorb
Set
4.76119 Reviews
4.8 / 5
Das Duo

Pflegt deine Haut nachhaltig & reichhaltig von morgens bis abends

64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
Set
4.7121 Reviews
4.7 / 5
Einsteiger Set

Bietet jedem Hauttyp eine Basis mit Reinigung, Serum & Pflege

93,00 € 88,00 €

inkl. MwSt, zzgl. Versand



93,00 € 88,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
1+1 Kombi
4.888 Reviews
4.9 / 5
Tag & Nacht Kombi

Versorgt deine Haut mit Well-Aging Wirkung für den ganzen Tag

64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



64,00 € 60,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
Reduziert
Warenkorb
Limitiertes Set
4.006 Reviews
4.0 / 5
Glücksbox

Überrascht dich mit 7 reinen Produkten für jede Haut

176,00 € 99,00 €

inkl. MwSt, zzgl. Versand



176,00 € 99,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
Set
4.9123 Reviews
4.9 / 5
Reife Haut Set

Mindert Fältchen & Pigmentflecken, stärkt die Elastizität der Haut

135,00 € 128,00 €

inkl. MwSt, zzgl. Versand



135,00 € 128,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
Set
5.001 Review
5.0 / 5
Nährstoffkomplex Set

Versorgt Haut, Haare & Nägel von innen mit wertvollen Nährstoffen

60,00 € 57,00 €

inkl. MwSt, zzgl. Versand



60,00 € 57,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
Set
5.002 Reviews
5.0 / 5
Wohlfühl Set

Gönne deiner Haut eine wohltuende Auszeit

104,00 € 98,00 €

inkl. MwSt, zzgl. Versand



104,00 € 98,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
1+1 Kombi
4.679 Reviews
4.7 / 5
Milde Reinigung Kombi

Reinigt deine Haut mild mit Öl und erfrischt mit Rosenwasser

53,00 € 50,00 €

inkl. MwSt, zzgl. Versand



53,00 € 50,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen
Ausverkauft

Set
4.9224 Reviews
4.9 / 5
Trockene Haut Set

Schenkt deiner Haut reichhaltige Pflege und intensiven Schutz

145,00 € 137,00 €

inkl. MwSt, zzgl. Versand



145,00 € 137,00 €

inkl. MwSt, zzgl. Versand





Zur Wunschliste hinzufügen
5% Set-Rabatt
Warenkorb
1+1 Kombi
4.638 Reviews
4.6 / 5
Leichte Pflege Kombi

Nährt, pflegt, spendet Feuchtigkeit und hält sie in der Haut

48,00 € 45,00 €

inkl. MwSt, zzgl. Versand



48,00 € 45,00 €

inkl. MwSt, zzgl. Versand



Warenkorb

Zur Wunschliste hinzufügen

DEIN KONTAKT ZU UNS

Wir sind für dich da

WIE NACHHALTIG SIND WIR?

Erfahre mehr

Lerne deine Haut kennen

Mehr erfahren

MEHR WISSEN FÜR DICH

Zu unserem Magazin


FREU DICH ÜBER 10% RABATT

Mit unserem Newsletter erfährst du regelmäßig mehr über uns und unsere Produkte.
Wir versprechen dir, dein Postfach nicht zu überladen und halten ab und zu
Angebote für dich bereit.

Welche Inhalte interessieren dich?

Angebote & Aktionen
Produktneuheiten
Hautpflege & Hautwissen
Nachhaltigkeit
Umfragen

Abonnieren


Informationen dazu, wie Junglück mit deinen Daten umgeht, findest du in unserer
Datenschutzerklärung. Du kannst dich jederzeit durch den Abmelde-Link im
Newsletter wieder abmelden oder einfach per E-Mail an info@junglueck.de



Kostenfreier Versand ab 50 €

DHL Lieferung ca. 2-4 Werktage

30 Tage Zufriedenheitsgarantie


Junglück

Jobs Brand Ambassador*innen Affiliate Programm Live Shopping Empfehlungsprogramm
Treueprogramm Kundenstimmen

Service

Kontakt FAQ & Hilfe Videoberatung Zahlung & Versand Rücksendung Retourenportal
Gewinnspielregeln


Newsletter: Erhalte 10% Rabatt

Zur Anmeldung





+49 (0) 89 2555 25 663
Mo. - Fr. 8 Uhr - 20 Uhr
Sa. 10 Uhr - 16 Uhr
Feiertage ausgeschlossen

Unser Kontaktformular

*2 Proben gratis ab einem Mindestbestellwert von 90 € nach Abzug etwaiger
Rabatte. Nicht gültig beim Kauf von nur Gutscheinen.


Instagram Facebook YouTube Pinterest








Cookie Einstellungen ändern




Dermatest "Sehr gut"
Unabhängig überprüfte Nachhaltigkeit in den Bereichen Soziales, Ökologie &
Ökonomie
Deine Daten sind bei uns sicher






Datenschutz
AGB
Impressum
Widerrufsrecht

Jennifer

Verified Customer
Hautbedürfnis:
Falten minimieren
Hauttyp:
Ausgeglichene Haut


Bin sehr zufrieden. Pflegt, wie ich es erwartet habe. Ich bleibe ganz sichet
dsbei.
War diese Bewertung hilfreich?
Ja
Nein

vor 13 Stunden

Jennifer

Verified Customer
Hautbedürfnis:
Falten minimieren
Hauttyp:
Ausgeglichene Haut

Das Duo
Bin sehr zufrieden. Besonders die Nachtpflege überzeugt mich.
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 13 Stunden

Anja

Verified Customer
Hautbedürfnis:
Rötungen lindern
Hauttyp:
Trockene Haut

Pickelpaste
Super zufrieden
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 15 Stunden

Melitta

Verified Customer
Hautbedürfnis:
Falten minimieren, Sichtbare Poren reduzieren, Pigmentflecken aufhellen
Hauttyp:
Mischhaut

Das Duo
Durch diese beiden Produkte hat frau ein angenehmes Gefühl auf der Haut!
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 20 Stunden

Anonym

Verified Customer
Hautbedürfnis:
Sichtbare Poren reduzieren, Rötungen lindern, Unreinheiten reduzieren
Hauttyp:
Mischhaut

Vitamin C Serum - geschenkt ab 90 €
Fühlt sich sehr gut auf der Haut an.
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Anonym

Verified Customer
Hautbedürfnis:
Rötungen lindern, Unreinheiten reduzieren
Hauttyp:
Mischhaut


Absolut weiter zu empfehlen!
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Manuela

Verified Customer
Hautbedürfnis:
Falten minimieren, Rötungen lindern, Unreinheiten reduzieren
Hauttyp:
Mischhaut

Leichte Pflege Kombi
Leichte Anwendung, ergiebig und zieht schnell ein.
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Sarah

Verified Customer
Hautbedürfnis:
Falten minimieren, Sichtbare Poren reduzieren, Pigmentflecken aufhellen,
Rötungen lindern, Unreinheiten reduzieren
Hauttyp:
Mischhaut

Vitamin C Serum
Es bewirkt das , was es verspricht
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Anonym

Verified Customer
Hautbedürfnis:
Sichtbare Poren reduzieren, Pigmentflecken aufhellen, Rötungen lindern,
Unreinheiten reduzieren
Hauttyp:
Trockene Haut

Hyaluron Tagescreme
Ich teile mir dieses Produkt mit meiner Mutter. Wir sind beide sehr zufrieden
mit dem diesem Produkt.
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Claudia

Verified Customer
Hautbedürfnis:
Rötungen lindern

Aloe Vera Gel
Hervorragend nach Sonne
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Susanne

Verified Customer
Hautbedürfnis:
Falten minimieren, Fahlen Teint ausgleichen, Pigmentflecken aufhellen,
Unreinheiten reduzieren
Hauttyp:
Mischhaut

Hagebuttenkernöl
Ich liebe das Hagebuttenkernöl. Die Konsistenz ist schön, ich spüre sofortige
Besserung wenn ich es anwende. Der Geruch gefällt mir ausgesprochen gut und es
sehr ergiebig, sprich, es hält sehr lange -wie übrigens alle Produkte von
Junglück. Auf den ersten Blick teuer, aber man benötigt von allem nur eine sehr
kleine Menge, daher ist eben alles sehr ergiebig. Ich bin begeistert.
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor einem Tag

Anja

Verified Customer
Hautbedürfnis:
Falten minimieren, Sichtbare Poren reduzieren, Unreinheiten reduzieren
Hauttyp:
Mischhaut

Aktiv Set Trio
Tolles Set mit den Produkten die ich regelmäßig verwende.
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Katrin

Verified Customer
Hautbedürfnis:
Falten minimieren, Sichtbare Poren reduzieren, Pigmentflecken aufhellen,
Rötungen lindern, Unreinheiten reduzieren
Hauttyp:
Mischhaut

Zink Gesichtswasser
Alles prima
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Angelina

Verified Customer
Hauttyp:
Mischhaut

Reinigungsöl
Ich liebe das Reinigungsöl einfach und für mich kommt nix anderes mehr infrage
☺️
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

sandra

Verified Customer
Hautbedürfnis:
Falten minimieren, Fahlen Teint ausgleichen, Pigmentflecken aufhellen
Hauttyp:
Trockene Haut

Vitamin C Serum - geschenkt ab 90 €
Tolles Serum, aber in den ersten Anwendungen vorsichtig verwenden und lieber
erstmal mit nur einmal wöchentlich beginnen und langsam steigern, da es
ansonsten zu Hautreaktionen kommen kann
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Anna

Verified Customer
Hautbedürfnis:
Falten minimieren, Sichtbare Poren reduzieren, Pigmentflecken aufhellen,
Rötungen lindern, Unreinheiten reduzieren
Hauttyp:
Trockene Haut

Vitamin C Serum - geschenkt ab 90 €
Hautbild ist besser
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Anika

Verified Customer
Hauttyp:
Ausgeglichene Haut


Tolle Produkte ohne „beladen“ zu wirken. vielen Dank! :)
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Nadine

Verified Customer
Hautbedürfnis:
Unreinheiten reduzieren
Hauttyp:
Mischhaut


Bin sehr zufrieden mit Euren Produkten. Nur die Pipette beim Retinolserum ist
unpraktisch, da sich das Serum dadurch nicht mehr richtig zudrehen lässt.
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Dagmar

Verified Customer
Hautbedürfnis:
Falten minimieren, Unreinheiten reduzieren
Hauttyp:
Mischhaut

Zink Gesichtswasser
Hilft gut bei Mitesser aber bei Pickel nicht so
Ich empfehle dieses Produkt
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Barbara

Verified Customer
Hautbedürfnis:
Falten minimieren, Sichtbare Poren reduzieren, Fahlen Teint ausgleichen,
Pigmentflecken aufhellen
Hauttyp:
Trockene Haut

Mandelöl
Sehr gut! Feine Textur
War diese Bewertung hilfreich?
Ja
Nein

vor 2 Tagen

Datenschutz | Impressum

Wir verwenden Cookies für ein tolles Shopping-Erlebnis



Wir können diese zur Analyse unserer Besucherdaten platzieren, um unsere Website
zu verbessern, personalisierte Inhalte anzuzeigen und dir ein großartiges
Website-Erlebnis zu bieten. Für weitere Informationen zu den von uns verwendeten
Cookies öffne die Einstellungen.



Ja, ich akzeptiere alle
Ablehnen
Anpassen



×






Earn Rewards
Refer Friends