dievase.ch Open in urlscan Pro
82.199.141.79  Public Scan

Submitted URL: https://dievasebalancer.ch.trendhosting.cloud/
Effective URL: https://dievase.ch/de/
Submission: On August 11 via api from US — Scanned from CH

Form analysis 43 forms found in the DOM

GET https://dievase.ch/de/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://dievase.ch/de/catalogsearch/result/" method="get" autocomplete="off">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Suche</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" name="q" value="" placeholder="Gesamten Shop hier durchsuchen..." maxlength="128" class="w-full p-2 text-lg leading-normal transition appearance-none
                focus:outline-none focus:border-transparent lg:text-xl" x-on:keyup.debounce.300="doSearch($refs.searchInput.value)" x-on:click.debounce.150="openSearch" x-on:keydown.debounce.100="startSearch($refs.searchInput.value)">
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>E-Mail Adresse</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Passwort</span>
      </label>
      <div class="control">
        <input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Anmelden </button>
      <a href="https://dievase.ch/de/customer/account/forgotpassword/">
                                        Passwort vergessen?                                    </a>
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4628/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4628/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide active left-2 visible" data-gslide="0"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4628">
  <a href="https://dievase.ch/de/kunstblume-protea-ca-60cm-wie-echt-rosa-grun" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4628.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/r/e/resize-resizeimagefunction-1a5mhzieg76ef_2_65x16.jpg" loading="lazy" width="240" height="300" alt="Kunstblume Protea ca.60cm wie echt, rosa-grün" title="Kunstblume Protea ca.60cm wie echt, rosa-grün">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/kunstblume-protea-ca-60cm-wie-echt-rosa-grun">
                Kunstblume Protea ca.60cm wie echt, rosa-grün            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__66b8b8299b07c() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b8299b07c()" @update-prices-4628.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4628" data-price-box="product-id-4628">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4628" data-price-amount="18" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;18.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4628)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4627/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4627/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-1 visible" data-gslide="1"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4627">
  <a href="https://dievase.ch/de/kunstblume-protea-ca-76cm-wie-echt-rot" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4627.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/r/e/resize-resizeimagefunction-1a5mhzieg76ef_2_76x24.jpg" loading="lazy" width="240" height="300" alt="Kunstblume Protea ca.76cm wie echt, rot" title="Kunstblume Protea ca.76cm wie echt, rot">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/kunstblume-protea-ca-76cm-wie-echt-rot">
                Kunstblume Protea ca.76cm wie echt, rot            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__66b8b8299f92d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b8299f92d()" @update-prices-4627.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4627" data-price-box="product-id-4627">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4627" data-price-amount="25" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;25.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4627)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4626/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4626/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="2"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4626">
  <a href="https://dievase.ch/de/orchidee-stangel-weiss-83cm-kunstpflanze-kunstorchidee-1" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4626.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/o/r/orchidee_76cm.jpg" loading="lazy" width="240" height="300" alt="Orchidee Stängel orange-gelb 76cm, Kunstpflanze, Kunstorchidee" title="Orchidee Stängel orange-gelb 76cm, Kunstpflanze, Kunstorchidee">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/orchidee-stangel-weiss-83cm-kunstpflanze-kunstorchidee-1">
                Orchidee Stängel orange-gelb 76cm, Kunstpflanze, Kunstorchidee            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__66b8b829a0733() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b829a0733()" @update-prices-4626.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4626" data-price-box="product-id-4626">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4626" data-price-amount="20" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;20.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4626)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4622/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4622/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="3"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4622">
  <a href="https://dievase.ch/de/glasvase-ca-30x21cm-blumenvase-handgemacht-smoky" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4622.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/2023_05_10_14_51_18_.jpg" loading="lazy" width="240" height="300" alt="Glasvase, ca.30x21cm, Blumenvase, Handgemacht smoky" title="Glasvase, ca.30x21cm, Blumenvase, Handgemacht smoky">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/glasvase-ca-30x21cm-blumenvase-handgemacht-smoky">
                Glasvase, ca.30x21cm, Blumenvase, Handgemacht smoky            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-olivengrun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_71_.jpg" alt="Grau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-schwarz-silber" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_89_.jpg" alt="Schwarz/Silber">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30-cm-blumenvase-handgemacht" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/e/v/evelyn-large-vase.jpg" alt="Transparent.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-turkis" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_65_.jpg" alt="Türkis.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/glasvase-ca-30x21cm-blumenvase-handgemacht-smoky" class="product-item-photo">
								+ 1							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b829a427c() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b829a427c()" @update-prices-4622.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4622" data-price-box="product-id-4622">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4622" data-price-amount="75" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;75.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4622)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4621/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4621/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1" data-gslide="4"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4621">
  <a href="https://dievase.ch/de/glasvase-ca-30x21cm-blumenvase-handgemacht-braun" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4621.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/2023_05_10_14_52_24_.jpg" loading="lazy" width="240" height="300" alt="Glasvase, ca.30x21cm, Blumenvase, Handgemacht braun" title="Glasvase, ca.30x21cm, Blumenvase, Handgemacht braun">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/glasvase-ca-30x21cm-blumenvase-handgemacht-braun">
                Glasvase, ca.30x21cm, Blumenvase, Handgemacht braun            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-olivengrun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_71_.jpg" alt="Grau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-schwarz-silber" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_89_.jpg" alt="Schwarz/Silber">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30-cm-blumenvase-handgemacht" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/e/v/evelyn-large-vase.jpg" alt="Transparent.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-turkis" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_65_.jpg" alt="Türkis.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/glasvase-ca-30x21cm-blumenvase-handgemacht-braun" class="product-item-photo">
								+ 1							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b829b451d() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b829b451d()" @update-prices-4621.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4621" data-price-box="product-id-4621">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4621" data-price-amount="75" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;75.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4621)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4620/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4620/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="5"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4620">
  <a href="https://dievase.ch/de/glasvaseca-30x21cm-blumenvase-handgemacht-dunkel-blau" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4620.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/2023_05_10_14_53_37_.jpg" loading="lazy" width="240" height="300" alt="Glasvase, ca.30x21cm, Blumenvase, Handgemacht dunkel blau" title="Glasvase, ca.30x21cm, Blumenvase, Handgemacht dunkel blau">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/glasvaseca-30x21cm-blumenvase-handgemacht-dunkel-blau">
                Glasvase, ca.30x21cm, Blumenvase, Handgemacht dunkel blau            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-olivengrun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_71_.jpg" alt="Grau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-schwarz-silber" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_89_.jpg" alt="Schwarz/Silber">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30-cm-blumenvase-handgemacht" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/e/v/evelyn-large-vase.jpg" alt="Transparent.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/glasvase-30x21cm-blumenvase-handgemacht-turkis" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_65_.jpg" alt="Türkis.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/glasvaseca-30x21cm-blumenvase-handgemacht-dunkel-blau" class="product-item-photo">
								+ 1							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b829c41a4() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b829c41a4()" @update-prices-4620.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4620" data-price-box="product-id-4620">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4620" data-price-amount="75" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;75.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4620)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4619/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4619/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="6"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4619">
  <a href="https://dievase.ch/de/deutsche-dogge-sitzend-92-cm-schwarz-gefleckt-blaue-augen" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4619.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/20240701_211758.jpg" loading="lazy" width="240" height="300" alt="Deutsche Dogge sitzend ca.92 cm schwarz/gefleckt blaue Augen" title="Deutsche Dogge sitzend ca.92 cm schwarz/gefleckt blaue Augen">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/deutsche-dogge-sitzend-92-cm-schwarz-gefleckt-blaue-augen">
                Deutsche Dogge sitzend ca.92 cm schwarz/gefleckt blaue Augen            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/deutsche-dogge-sitzend-92-cm-schwarz-gefleckt" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/20240801_183859.jpg" alt="Gefleckt.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/deutsche-dogge-sitzend-92cm-gelb" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/20200204-101702.jpg" alt="Gelb.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/deutsche-dogge-sitzend-92cm-gestromt" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/20200206-124922.jpg" alt="Gestromt.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/deutsche-dogge-sitzend-92-cm-grau-schwarz-gefleckt-grautiger" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/20230929_095146.jpg" alt="Grautiger.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/deutsche-dogge-sitzend-92-cm-schwarz-gefleckt-blaue-augen" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b829d1ee0() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b829d1ee0()" @update-prices-4619.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4619" data-price-box="product-id-4619">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4619" data-price-amount="590" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;590.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4619)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4618/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4618/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-4" data-gslide="7"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4618">
  <a href="https://dievase.ch/de/nachtmann-bossa-nova-teller-32cm-set-2xstuck" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4618.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/2024_08_04_00_35_56_nachtmann_bossa_nova_platzteller_32cm_12.598in_und_3_weitere_seiten_pers_n.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Bossa Nova Teller 32cm Set 2xStück" title="Nachtmann Bossa Nova Teller 32cm Set 2xStück">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-bossa-nova-teller-32cm-set-2xstuck">
                Nachtmann Bossa Nova Teller 32cm Set 2xStück            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-bossa-nova-teller-32cm-set-2xstuck" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b829eb1d7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b829eb1d7()" @update-prices-4618.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4618" data-price-box="product-id-4618">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4618" data-price-amount="37.9" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;37.90</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4618)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4613/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4613/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="8"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4613">
  <a href="https://dievase.ch/de/pekingese-porzellanfigur-20x15cm-graulich" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4613.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/20240713_204943.jpg" loading="lazy" width="240" height="300" alt="Pekingese Porzellanfigur 20x15cm graulich" title="Pekingese Porzellanfigur 20x15cm graulich">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/pekingese-porzellanfigur-20x15cm-graulich">
                Pekingese Porzellanfigur 20x15cm graulich            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__66b8b82a1d862() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82a1d862()" @update-prices-4613.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4613" data-price-box="product-id-4613">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4613" data-price-amount="160" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;160.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4613)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4611/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4611/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-6" data-gslide="9"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4611">
  <a href="https://dievase.ch/de/nebel-jaguar-sitzend-86cm-natural-look" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4611.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/20240430_173612.jpg" loading="lazy" width="240" height="300" alt="Nebel Jaguar sitzend 86cm, natural Look" title="Nebel Jaguar sitzend 86cm, natural Look">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nebel-jaguar-sitzend-86cm-natural-look">
                Nebel Jaguar sitzend 86cm, natural Look            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/leopard-luxury-line-sitzend-86cm-in-grau-schwarz-perlmutt-smaragd-swarovski-augen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/4/8/484p-9d835b6b5603e829bb256657814bef043954383e-medium.jpg" alt="Grau/Schwarze Jaguar">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/leopard-sitzend-in-grau-86cm-luxurylinie-swarovski-augen-reservierung-auf-anfrage" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/4/8/484p-b48a80e23b2b3d1ee7a0d6627087b7ed3154c982-medium.jpg" alt="Graue Leopard">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/leopard-sitzend-86cm-natural-look" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/4/8/484p-c294d1ddb7b673f3fbbcbc3ab0136aa4f380d8a9.jpg" alt="Jaguar Look">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/nebel-jaguar-sitzend-86cm-natural-look" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/20240430_173612.jpg" alt="Nebel Panther/Jaguar Look">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nebel-jaguar-sitzend-86cm-natural-look" class="product-item-photo">
								+ 2							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82a1e7f3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82a1e7f3()" @update-prices-4611.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4611" data-price-box="product-id-4611">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4611" data-price-amount="650" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;650.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4611)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4610/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4610/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-7" data-gslide="10"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4610">
  <a href="https://dievase.ch/de/glencairn-5-er-set-4xwhisky-glas-das-original-200ml-karaffe-750ml-inkl-premium-geschenkverpackung" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4610.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/w/h/whisky-decanter-gift-set-iona-decanter-4-glencairn-glass-.jpg" loading="lazy" width="240" height="300" alt="Glencairn 5-er-Set, 4xWhisky-Glas das Original 200ml + Karaffe 750ml inkl. Premium Geschenkverpackung" title="Glencairn 5-er-Set, 4xWhisky-Glas das Original 200ml + Karaffe 750ml inkl. Premium Geschenkverpackung">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/glencairn-5-er-set-4xwhisky-glas-das-original-200ml-karaffe-750ml-inkl-premium-geschenkverpackung">
                Glencairn 5-er-Set, 4xWhisky-Glas das Original 200ml + Karaffe 750ml inkl. Premium Geschenkverpackung            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__66b8b82a2d9c5() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82a2d9c5()" @update-prices-4610.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4610" data-price-box="product-id-4610">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4610" data-price-amount="210" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;210.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4610)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4609/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4609/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-8" data-gslide="11"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4609">
  <a href="https://dievase.ch/de/glencairn-connaisseur-set3xwhisky-glaser-200ml-das-original-3xglaskappen-1xwasserkrug-ohne-griff-284ml-1xpipette" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4609.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/g/l/glencairn-glass-tasting-set-wee-jug-pipette-tasting-caps-2.jpg" loading="lazy" width="240" height="300" alt="Glencairn Connaisseur-Set,3xWhisky-Gläser 200ml das Original +3xGlaskappen+1xWee-Wasserkrug ohne Griff 110ml+1xPipette +Eichentablett" title="Glencairn Connaisseur-Set,3xWhisky-Gläser 200ml das Original +3xGlaskappen+1xWee-Wasserkrug ohne Griff 110ml+1xPipette +Eichentablett">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/glencairn-connaisseur-set3xwhisky-glaser-200ml-das-original-3xglaskappen-1xwasserkrug-ohne-griff-284ml-1xpipette">
                Glencairn Connaisseur-Set,3xWhisky-Gläser 200ml das Original +3xGlaskappen+1xWee-Wasserkrug ohne Griff 110ml+1xPipette +Eichentablett            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/glencairn-connaisseur-set3xwhisky-glaser-200ml-das-original-3xglaskappen-1xwasserkrug-ohne-griff-284ml-1xpipette" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82a2ec93() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82a2ec93()" @update-prices-4609.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4609" data-price-box="product-id-4609">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4609" data-price-amount="135" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;135.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4609)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4608/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4608/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-9" data-gslide="12"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4608">
  <a href="https://dievase.ch/de/glencairn-3er-set1xwhisky-glas-200ml-das-original-1xwasserkrug-ohne-griff-284ml-1xpipette" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4608.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/g/l/glencairn-pipette-bundle.jpg" loading="lazy" width="240" height="300" alt="Glencairn 3er-Set,1xWhisky-Glas 200ml das Original +1xWe-Wasserkrug ohne Griff 110ml+1xPipette" title="Glencairn 3er-Set,1xWhisky-Glas 200ml das Original +1xWe-Wasserkrug ohne Griff 110ml+1xPipette">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/glencairn-3er-set1xwhisky-glas-200ml-das-original-1xwasserkrug-ohne-griff-284ml-1xpipette">
                Glencairn 3er-Set,1xWhisky-Glas 200ml das Original +1xWe-Wasserkrug ohne Griff 110ml+1xPipette            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/glencairn-3er-set1xwhisky-glas-200ml-das-original-1xwasserkrug-ohne-griff-284ml-1xpipette" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82a6230a() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82a6230a()" @update-prices-4608.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4608" data-price-box="product-id-4608">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4608" data-price-amount="58" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;58.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4608)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4607/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4607/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-10" data-gslide="13"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4607">
  <a href="https://dievase.ch/de/nachtmann-celebration-bier-glas-set-x4-glaser-380ml" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4607.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/b/2/b2.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Celebration Bier Glas Set x4 Gläser 380ml" title="Nachtmann Celebration Bier Glas Set x4 Gläser 380ml">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-celebration-bier-glas-set-x4-glaser-380ml">
                Nachtmann Celebration Bier Glas Set x4 Gläser 380ml            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-celebration-bier-glas-set-x4-glaser-380ml" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82a8f158() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82a8f158()" @update-prices-4607.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4607" data-price-box="product-id-4607">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4607" data-price-amount="41.9" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;41.90</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4607)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4606/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4606/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-11" data-gslide="14"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4606">
  <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4606.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Noblesse GOLD Longdrink Set x2 Gläser 395ml GOLD RAND" title="Nachtmann Noblesse GOLD Longdrink Set x2 Gläser 395ml GOLD RAND">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand">
                Nachtmann Noblesse GOLD Longdrink Set x2 Gläser 395ml GOLD RAND            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82abca2e() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82abca2e()" @update-prices-4606.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4606" data-price-box="product-id-4606">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4606" data-price-amount="27.5" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;27.50</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4606)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4605/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4605/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-12" data-gslide="15"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4605">
  <a href="https://dievase.ch/de/nachtmann-noblesse-champagne-set-x4-glaser-151ml" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4605.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/c/1/c1.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Noblesse Champagne Set x4 Gläser 151ml" title="Nachtmann Noblesse Champagne Set x4 Gläser 151ml">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-noblesse-champagne-set-x4-glaser-151ml">
                Nachtmann Noblesse Champagne Set x4 Gläser 151ml            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-noblesse-champagne-set-x4-glaser-151ml" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82b192fc() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82b192fc()" @update-prices-4605.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4605" data-price-box="product-id-4605">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4605" data-price-amount="34.5" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;34.50</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4605)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4604/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4604/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-13" data-gslide="16"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4604">
  <a href="https://dievase.ch/de/nachtmann-noblesse-whisky-tumbler-set-x2-glaser-295ml-tobacco" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4604.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/r/t/rt.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Tobacco" title="Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Tobacco">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-noblesse-whisky-tumbler-set-x2-glaser-295ml-tobacco">
                Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Tobacco            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-noblesse-whisky-tumbler-set-x2-glaser-295ml-tobacco" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82b8891e() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82b8891e()" @update-prices-4604.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4604" data-price-box="product-id-4604">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4604" data-price-amount="27.5" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;27.50</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4604)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4603/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4603/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-14" data-gslide="17"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4603">
  <a href="https://dievase.ch/de/nachtmann-noblesse-whisky-tumbler-set-x2-glaser-295ml-smoke" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4603.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/1/_/1_11.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Smoke" title="Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Smoke">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-noblesse-whisky-tumbler-set-x2-glaser-295ml-smoke">
                Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Smoke            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-noblesse-whisky-tumbler-set-x2-glaser-295ml-smoke" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82bb9511() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82bb9511()" @update-prices-4603.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4603" data-price-box="product-id-4603">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4603" data-price-amount="27.5" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;27.50</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4603)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4602/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4602/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-15" data-gslide="18"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4602">
  <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4602.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/a/_/a.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Mint grün" title="Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Mint grün">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun">
                Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Mint grün            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82c203b4() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82c203b4()" @update-prices-4602.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4602" data-price-box="product-id-4602">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4602" data-price-amount="34.5" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;34.50</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4602)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4601/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4601/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-16" data-gslide="19"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4601">
  <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4601.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/1/2/12_11.jpg" loading="lazy" width="240" height="300" alt="Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Aqua blau" title="Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Aqua blau">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1">
                Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Aqua blau            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/1/2/12_11.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-gold-longdrink-set-x2-glaser-395ml-gold-rand" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/2/0/2024_07_20_22_36_10_noblesse_gold_longdrinkglas_37_5cl_2er_pack.jpg" alt="Gold/Transparent">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-mint-grun" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/a/_/a.jpg" alt="Minze.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/9/_/9_11.jpg" alt="Rosa.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/nachtmann-noblesse-coctail-wein-wasser-set-x2-glaser-355ml-aqua-blau-1" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82c57870() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82c57870()" @update-prices-4601.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4601" data-price-box="product-id-4601">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4601" data-price-amount="34.5" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;34.50</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4601)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4201/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4201/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide left-3" data-gslide="0"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4201">
  <a href="https://dievase.ch/de/duft-kerze-bliss-green-leaves-the-olphactory-40h-ambientair" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4201.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/v/e/vela_arom_tica_40_horas_the_olphactory_green_leaves_bliss_tienda_de_2.jpg" loading="lazy" width="240" height="300" alt="Duft-Kerze, (bliss) Green Leaves, &quot;The Olphactory&quot;,40h Ambientair" title="Duft-Kerze, (bliss) Green Leaves, &quot;The Olphactory&quot;,40h Ambientair">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-kerze-bliss-green-leaves-the-olphactory-40h-ambientair">
                Duft-Kerze, (bliss) Green Leaves, "The Olphactory",40h Ambientair            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-pause-cashmere-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494000623.jpg" alt="Cashmere">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-wandering-goji-back-tea-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494001837.jpg" alt="Goji Black Tea">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-grace-mint-tea-basil-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494002979.jpg" alt="Mint Tea &amp; Basil">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-breathe-oxygen-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494004146.jpg" alt="Oxygen">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-kerze-bliss-green-leaves-the-olphactory-40h-ambientair" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82cb2e82() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82cb2e82()" @update-prices-4201.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4201" data-price-box="product-id-4201">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4201" data-price-amount="18" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;18.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4201)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4200/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4200/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide visible active left-2" data-gslide="1"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4200">
  <a href="https://dievase.ch/de/duft-kerze-hygge-polo-santo-the-olphactory-40h-ambientair" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4200.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/t/h/the_olphactory_palo_santo_hygge_tienda_de_dievase1.jpg" loading="lazy" width="240" height="300" alt="Duft-Kerze, (hygge) Polo Santo, &quot;The Olphactory&quot;,40h Ambientair" title="Duft-Kerze, (hygge) Polo Santo, &quot;The Olphactory&quot;,40h Ambientair">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-kerze-hygge-polo-santo-the-olphactory-40h-ambientair">
                Duft-Kerze, (hygge) Polo Santo, "The Olphactory",40h Ambientair            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-pause-cashmere-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494000623.jpg" alt="Cashmere">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-wandering-goji-back-tea-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494001837.jpg" alt="Goji Black Tea">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-grace-mint-tea-basil-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494002979.jpg" alt="Mint Tea &amp; Basil">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-breathe-oxygen-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494004146.jpg" alt="Oxygen">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-kerze-hygge-polo-santo-the-olphactory-40h-ambientair" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82ccbab2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82ccbab2()" @update-prices-4200.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4200" data-price-box="product-id-4200">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4200" data-price-amount="18" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;18.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4200)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4199/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4199/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide visible left-1" data-gslide="2"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4199">
  <a href="https://dievase.ch/de/duft-diffuser-dark-amber-the-olphactory-natural-100ml-ambientair-1" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4199.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/t/h/the_olphactory_palo_santo_hygge_tienda_de_1.jpg" loading="lazy" width="240" height="300" alt="Duft-Diffuser, (hygge) Polo Santo, &quot;The Olphactory Natural&quot;,100ml Ambientair" title="Duft-Diffuser, (hygge) Polo Santo, &quot;The Olphactory Natural&quot;,100ml Ambientair">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-diffuser-dark-amber-the-olphactory-natural-100ml-ambientair-1">
                Duft-Diffuser, (hygge) Polo Santo, "The Olphactory Natural",100ml Ambientair            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-pause-cashmere-the-olphactory-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Cshmere-dieVase.ch.jpg" alt="Cashmere">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-wandering-goji-black-tea-the-olphactory-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Goji-Black-Tea-dieVase.ch.jpg" alt="Goji Black Tea">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-green-leaves-the-olphactory-natural-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Natural-green_leaves-dieVase.ch.jpg" alt="Green Leaves">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-grace-mint-tea-basil-the-olphactory-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Mint-Tea-Basil-dieVase.ch.jpg" alt="Mint Tea &amp; Basil">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-diffuser-dark-amber-the-olphactory-natural-100ml-ambientair-1" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82cdd8e4() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82cdd8e4()" @update-prices-4199.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4199" data-price-box="product-id-4199">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4199" data-price-amount="30" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;30.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4199)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4198/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4198/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="3"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4198">
  <a href="https://dievase.ch/de/duft-kerze-blessing-dark-amber-the-olphactory-40h-ambientair" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4198.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/v/e/vela_arom_tica_40_horas_the_olphactory_dark_amber_blessing_tienda_de_1.jpg" loading="lazy" width="240" height="300" alt="Duft-Kerze, (blessing) Dark Amber, &quot;The Olphactory&quot;,40h Ambientair" title="Duft-Kerze, (blessing) Dark Amber, &quot;The Olphactory&quot;,40h Ambientair">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-kerze-blessing-dark-amber-the-olphactory-40h-ambientair">
                Duft-Kerze, (blessing) Dark Amber, "The Olphactory",40h Ambientair            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-pause-cashmere-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494000623.jpg" alt="Cashmere">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-wandering-goji-back-tea-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494001837.jpg" alt="Goji Black Tea">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-grace-mint-tea-basil-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494002979.jpg" alt="Mint Tea &amp; Basil">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-breathe-oxygen-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494004146.jpg" alt="Oxygen">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-kerze-blessing-dark-amber-the-olphactory-40h-ambientair" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d03f91() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d03f91()" @update-prices-4198.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4198" data-price-box="product-id-4198">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4198" data-price-amount="18" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;18.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4198)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4197/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4197/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide center visible" data-gslide="4"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4197">
  <a href="https://dievase.ch/de/duft-diffuser-dark-amber-the-olphactory-natural-100ml-ambientair" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4197.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/t/h/the_olphactory_white_lotus_heaven_tienda_de_1.jpg" loading="lazy" width="240" height="300" alt="Duft-Diffuser, Dark Amber, &quot;The Olphactory Natural&quot;,100ml Ambientair" title="Duft-Diffuser, Dark Amber, &quot;The Olphactory Natural&quot;,100ml Ambientair">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-diffuser-dark-amber-the-olphactory-natural-100ml-ambientair">
                Duft-Diffuser, Dark Amber, "The Olphactory Natural",100ml Ambientair            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-pause-cashmere-the-olphactory-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Cshmere-dieVase.ch.jpg" alt="Cashmere">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-wandering-goji-black-tea-the-olphactory-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Goji-Black-Tea-dieVase.ch.jpg" alt="Goji Black Tea">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-green-leaves-the-olphactory-natural-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Natural-green_leaves-dieVase.ch.jpg" alt="Green Leaves">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-grace-mint-tea-basil-the-olphactory-100ml-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/T/h/The-Olphactory-Mint-Tea-Basil-dieVase.ch.jpg" alt="Mint Tea &amp; Basil">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-diffuser-dark-amber-the-olphactory-natural-100ml-ambientair" class="product-item-photo">
								+ 5							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d1bca9() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d1bca9()" @update-prices-4197.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4197" data-price-box="product-id-4197">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4197" data-price-amount="30" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;30.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4197)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4196/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4196/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-1" data-gslide="5"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4196">
  <a href="https://dievase.ch/de/duft-kerze-heaven-white-lotus-the-olphactory-40h-ambientair" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4196.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/v/e/vela_arom_tica_40_horas_the_olphactory_white_lotus_heaven_tienda_de_a.jpg" loading="lazy" width="240" height="300" alt="Duft-Kerze, (heaven) White Lotus, &quot;The Olphactory&quot;,40h Ambientair" title="Duft-Kerze, (heaven) White Lotus, &quot;The Olphactory&quot;,40h Ambientair">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-kerze-heaven-white-lotus-the-olphactory-40h-ambientair">
                Duft-Kerze, (heaven) White Lotus, "The Olphactory",40h Ambientair            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-pause-cashmere-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494000623.jpg" alt="Cashmere">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-wandering-goji-back-tea-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494001837.jpg" alt="Goji Black Tea">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-grace-mint-tea-basil-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494002979.jpg" alt="Mint Tea &amp; Basil">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-breathe-oxygen-the-olphactory-black-40h-ambientair" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/img1632494004146.jpg" alt="Oxygen">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-kerze-heaven-white-lotus-the-olphactory-40h-ambientair" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d3c0a3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d3c0a3()" @update-prices-4196.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4196" data-price-box="product-id-4196">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4196" data-price-amount="18" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;18.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4196)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4025/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4025/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-2" data-gslide="6"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4025">
  <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4025.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_kokos_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Kokos" title="Vegane Duftwürfel Kokos">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-kokos">
                Vegane Duftwürfel Kokos            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d4e780() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d4e780()" @update-prices-4025.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4025" data-price-box="product-id-4025">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4025" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4025)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4023/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4023/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-3" data-gslide="7"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4023">
  <a href="https://dievase.ch/de/vegane-duftwurfel-passion" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4023.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_passion_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Passion" title="Vegane Duftwürfel Passion">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-passion">
                Vegane Duftwürfel Passion            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-passion" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d64a91() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d64a91()" @update-prices-4023.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4023" data-price-box="product-id-4023">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4023" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4023)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4022/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4022/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-4" data-gslide="8"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4022">
  <a href="https://dievase.ch/de/vegane-duftwurfel-orange" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4022.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_orange_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Orange" title="Vegane Duftwürfel Orange">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-orange">
                Vegane Duftwürfel Orange            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-orange" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d73058() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d73058()" @update-prices-4022.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4022" data-price-box="product-id-4022">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4022" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4022)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4021/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4021/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-5" data-gslide="9"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4021">
  <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4021.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Frische Blumen" title="Vegane Duftwürfel Frische Blumen">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen">
                Vegane Duftwürfel Frische Blumen            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82d860e0() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82d860e0()" @update-prices-4021.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4021" data-price-box="product-id-4021">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4021" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4021)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4019/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4019/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-6" data-gslide="10"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4019">
  <a href="https://dievase.ch/de/vegane-duftwurfel-susse-rosa" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4019.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_s_sse_rosa_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Süsse rosa" title="Vegane Duftwürfel Süsse rosa">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-susse-rosa">
                Vegane Duftwürfel Süsse rosa            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-susse-rosa" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82da586a() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82da586a()" @update-prices-4019.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4019" data-price-box="product-id-4019">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4019" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4019)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4018/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4018/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-7" data-gslide="11"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4018">
  <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4018.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Amber Rose" title="Vegane Duftwürfel Amber Rose">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-amber-rose">
                Vegane Duftwürfel Amber Rose            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82dba0e7() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82dba0e7()" @update-prices-4018.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4018" data-price-box="product-id-4018">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4018" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4018)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4017/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4017/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-8" data-gslide="12"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4017">
  <a href="https://dievase.ch/de/vegane-duftwurfel-vanille" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4017.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_vanille_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Vanille" title="Vegane Duftwürfel Vanille">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-vanille">
                Vegane Duftwürfel Vanille            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-vanille" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82dcd9a1() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82dcd9a1()" @update-prices-4017.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4017" data-price-box="product-id-4017">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4017" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4017)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4016/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4016/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-9" data-gslide="13"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4016">
  <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4016.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_sky_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Sky" title="Vegane Duftwürfel Sky">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-sky">
                Vegane Duftwürfel Sky            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82ddefe2() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82ddefe2()" @update-prices-4016.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4016" data-price-box="product-id-4016">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4016" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4016)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4015/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4015/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-10" data-gslide="14"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4015">
  <a href="https://dievase.ch/de/vegane-duftwurfel-grune-tee" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4015.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/d/u/duftw_rfel_gr_ne_tee_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Grüne Tee" title="Vegane Duftwürfel Grüne Tee">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-grune-tee">
                Vegane Duftwürfel Grüne Tee            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-grune-tee" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82dec6a3() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82dec6a3()" @update-prices-4015.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4015" data-price-box="product-id-4015">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4015" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4015)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4014/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/4014/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-11" data-gslide="15"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="4014">
  <a href="https://dievase.ch/de/vegane-duftwurfel-jasmin" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4014.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/j/a/jasmin_duftw_rfel_dievase.ch.jpg" loading="lazy" width="240" height="300" alt="Vegane Duftwürfel Jasmin" title="Vegane Duftwürfel Jasmin">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/vegane-duftwurfel-jasmin">
                Vegane Duftwürfel Jasmin            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-kokos" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_kokos_dievase.ch.jpg" alt="Beige.">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-sky" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_sky_dievase.ch.jpg" alt="Blau.">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-amber-rose" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_amber_rose_dievase.ch.jpg" alt="Ecru.">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/vegane-duftwurfel-frische-blumen" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/d/u/duftw_rfel_frische_blumen_dievase.ch.jpg" alt="Gelb.">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/vegane-duftwurfel-jasmin" class="product-item-photo">
								+ 4							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82e09a2e() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82e09a2e()" @update-prices-4014.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4014" data-price-box="product-id-4014">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-4014" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;7.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4014)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1826/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1826/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-12" data-gslide="16"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="1826">
  <a href="https://dievase.ch/de/duft-diffuser-mandarinentee-100ml" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1826.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/-/D/-Diffuser-100ml-Mandarinentee-dieVase.chp.jpg" loading="lazy" width="240" height="300" alt="Duft-Diffuser Mandarinentee 100ml" title="Duft-Diffuser Mandarinentee 100ml">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-diffuser-mandarinentee-100ml">
                Duft-Diffuser Mandarinentee 100ml            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-lavendel-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Lavendel-dieVase.ch.jpg" alt="Lavendel">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/duft-diffuser-mandarinentee-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/-/D/-Diffuser-100ml-Mandarinentee-dieVase.chp.jpg" alt="Mandarinentee">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-mojito-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Mojito-dieVase.ch.jpg" alt="Mojito">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-pina-colada-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Pina-Colada-dieVase.ch.jpg" alt="Pina Colada">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-diffuser-mandarinentee-100ml" class="product-item-photo">
								+ 1							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82e237fd() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82e237fd()" @update-prices-1826.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1826" data-price-box="product-id-1826">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1826" data-price-amount="22" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;22.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(1826)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1825/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1825/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-13" data-gslide="17"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="1825">
  <a href="https://dievase.ch/de/duft-diffuser-mojito-100ml" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1825.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/R/a/Raumdiffusor-Mojito-dieVase.ch.jpg" loading="lazy" width="240" height="300" alt="Duft-Diffuser Mojito 100ml" title="Duft-Diffuser Mojito 100ml">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-diffuser-mojito-100ml">
                Duft-Diffuser Mojito 100ml            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-lavendel-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Lavendel-dieVase.ch.jpg" alt="Lavendel">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-mandarinentee-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/-/D/-Diffuser-100ml-Mandarinentee-dieVase.chp.jpg" alt="Mandarinentee">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/duft-diffuser-mojito-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Mojito-dieVase.ch.jpg" alt="Mojito">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-pina-colada-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Pina-Colada-dieVase.ch.jpg" alt="Pina Colada">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-diffuser-mojito-100ml" class="product-item-photo">
								+ 1							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82e32f94() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82e32f94()" @update-prices-1825.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1825" data-price-box="product-id-1825">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1825" data-price-amount="22" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;22.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(1825)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1824/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1824/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-14" data-gslide="18"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="1824">
  <a href="https://dievase.ch/de/duft-kerze-pina-colada-130g-7x9cm" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1824.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/D/u/Duftkerze-130g-Pina-Colada-dieVase.ch.jpg" loading="lazy" width="240" height="300" alt="Duft-Kerze Pina Colada 130g, 7x9cm" title="Duft-Kerze Pina Colada 130g, 7x9cm">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-kerze-pina-colada-130g-7x9cm">
                Duft-Kerze Pina Colada 130g, 7x9cm            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-lavendel-130g-7x9cm" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/D/u/Duftkerze-Lavendel-dievase.ch.jpg" alt="Lavendel">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/duft-kerze-pina-colada-130g-7x9cm" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/D/u/Duftkerze-130g-Pina-Colada-dieVase.ch.jpg" alt="Pina Colada">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-kerze-vanille130g-7x9cm" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/i/m/image_28_.jpg" alt="Vanille">
						</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82e41341() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82e41341()" @update-prices-1824.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1824" data-price-box="product-id-1824">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1824" data-price-amount="15" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;15.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(1824)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1823/

<form method="post" action="https://dievase.ch/de/checkout/cart/add/uenc/%25uenc%25/product/1823/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full glider-slide right-15" data-gslide="19"
  style="height: auto; width: 367px;">
  <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <input type="hidden" name="product" value="1823">
  <a href="https://dievase.ch/de/duft-diffuser-pina-colada-100ml" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1823.window="$root.src = $event.detail" src="https://dievase.ch/media/catalog/product/cache/cdd8b262ed1a1426b7b2eef045094dda/R/a/Raumdiffusor-Pina-Colada-dieVase.ch.jpg" loading="lazy" width="240" height="300" alt="Duft-Diffuser Pina Colada 100ml" title="Duft-Diffuser Pina Colada 100ml">
    </a>
  <div class="product-info flex flex-col grow justify-between">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://dievase.ch/de/duft-diffuser-pina-colada-100ml">
                Duft-Diffuser Pina Colada 100ml            </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <div class="block swatch-attribute">
      <div class="flex flex-wrap gap-2">
        <div data-pos="1" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-lavendel-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Lavendel-dieVase.ch.jpg" alt="Lavendel">
						</a>
        </div>
        <div data-pos="2" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-mandarinentee-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/-/D/-Diffuser-100ml-Mandarinentee-dieVase.chp.jpg" alt="Mandarinentee">
						</a>
        </div>
        <div data-pos="3" class="inline-flex border w-10 hover:border-primary transition-all ">
          <a href="https://dievase.ch/de/duft-diffuser-mojito-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Mojito-dieVase.ch.jpg" alt="Mojito">
						</a>
        </div>
        <div data-pos="4" class="hidden md:inline-flex border w-10 hover:border-primary transition-all  selected border-primary">
          <a href="https://dievase.ch/de/duft-diffuser-pina-colada-100ml" class="product-item-photo">
							<img src="https://dievase.ch/media/catalog/product/cache/67a8ac5e9f12f06362b724f2a5aff957/R/a/Raumdiffusor-Pina-Colada-dieVase.ch.jpg" alt="Pina Colada">
						</a>
        </div>
        <div class="inline-flex items-center text-lg">
          <a href="https://dievase.ch/de/duft-diffuser-pina-colada-100ml" class="product-item-photo">
								+ 1							</a>
        </div>
      </div>
    </div>
    <script>
      function initPriceBox__66b8b82e4b73c() {
        return {
          updatePrice(priceData) {
            const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
            const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
            const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount);
            basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
          }
        }
      }
    </script>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__66b8b82e4b73c()" @update-prices-1823.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1823" data-price-box="product-id-1823">
        <span class="price-container price-final_price tax weee">
          <span id="product-price-1823" data-price-amount="22" data-price-type="finalPrice" class="price-wrapper "><span class="price">CHF&nbsp;22.00</span></span>
        </span>
      </div>
      <div class="amstockstatus-category">
        <div class="amstockstatus-status-container stock flex flex-wrap items-start available">
          <span class="amstockstatus amsts_24"> ab Lager, Lieferzeit 2-3 Tage </span>
        </div>
      </div>
    </div>
    <div class="pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                        mr-auto" aria-label="In den Warenkorb">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="h-6 w-6 border-current inline" width="25" height="25">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> In den Warenkorb </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(1823)" aria-label="Zur Wunschliste hinzufügen" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <!--            --><!--            <button x-data="initCompareOnProductList()"-->
      <!--                    @click.prevent="addToCompare(--><!--)"-->
      <!--                    aria-label="--><!--"-->
      <!--                    type="button"-->
      <!--                    class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">-->
      <!--                --><!--            </button>-->
      <!--            -->
    </div>
  </div>
</form>

POST https://dievase.ch/de/newsletter/subscriber/new/

<form class="form subscribe" action="https://dievase.ch/de/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <div class="mb-3 text-sm font-medium tracking-widest text-gray-900 uppercase title-font"> Newsletter </div>
  <div class="flex flex-wrap justify-center gap-2 md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> E-Mail Adresse </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full" placeholder="Geben Sie Ihre E-Mail-Adresse ein">
    <input name="form_key" type="hidden" value="ZEDUydj8p7LgElAR"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary"> Abonnieren </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" width="24" height="24">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

Geschenkgutscheine | Verkaufsladen in SURSEE"

Zum Inhalt springen
NEUHEITEN
Sommer
Kristall & Glas
Kristall & Glas Alle anzeigen Farbig Kristall & Glas Whisky Set & Zubehör Gläser
Vasen Schalen Verschiedenes aus Kristall & Glas Riedel Gläser Glasi Hergiswil
Bohemia Kristall Glencairn Whisky-Glas & Zubehör Krosno Glas Nachtmann
Kristall&Glas Rezyklierte Glasprodukte Faberge Stil
Figuren & Art
Figuren & Art Alle anzeigen Hunde Raubkatzen Pferde Vögel Katzen andere
Tierarten Luxuslinie Fun & Geschenkartikel
Kunst & Trocken Blumen
Kunst & Trocken Blumen Alle anzeigen Trockenblumen Rosenbären & Rosenherzen
Kunstrosen Kunstblumen & Pflanzen Kunstobst
Keramik & Deko
Keramik & Deko Alle anzeigen Vasen Schalen Dekoobjekte Trend in Metall
Kerzenhalter
Düfte & Duftkerzen
Düfte & Duftkerzen Alle anzeigen Raumdüfte Duftkerzen Duftkarten & Duftwürfeln
Duftspray
NEUHEITEN
Sommer
Kristall & Glas
Farbig Kristall & Glas Whisky Set & Zubehör Gläser Vasen Schalen Verschiedenes
aus Kristall & Glas Riedel Gläser Glasi Hergiswil Bohemia Kristall Glencairn
Whisky-Glas & Zubehör Krosno Glas Nachtmann Kristall&Glas Rezyklierte
Glasprodukte Faberge Stil
Figuren & Art
Hunde Raubkatzen Pferde Vögel Katzen andere Tierarten Luxuslinie Fun &
Geschenkartikel
Kunst & Trocken Blumen
Trockenblumen Rosenbären & Rosenherzen Kunstrosen Kunstblumen & Pflanzen
Kunstobst
Keramik & Deko
Vasen Schalen Dekoobjekte Trend in Metall Kerzenhalter
Düfte & Duftkerzen
Raumdüfte Duftkerzen Duftkarten & Duftwürfeln Duftspray
Produkte vergleichen 0 Artikel Artikel Suche
Anmelden Ein Konto erstellen
Français English
Warenkorb 0
Suche
Wird geladen …

Suchvorschläge

Whisky Rosen Hase Gold Vase

Artikel ()

No results found.

Kategorien ()



Seiten ()



Posts ()








MEIN WARENKORB

x









Zwischensumme:

Kasse oder Warenkorb anzeigen und bearbeiten
Wird geladen …

Mit Ihrem Konto bestellen

E-Mail Adresse

Passwort

Anmelden Passwort vergessen?


Als neuer Kunde bestellen

Das Erstellen eines Kontos hat viele Vorteile:

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

Ein Konto erstellen

Sommer



Glencairn Whisky-Glas& Zubehör



Kristall Vasen



Düfte & Duftkerzen



Figuren & Art






NEUHEITEN

Kunstblume Protea ca.60cm wie echt, rosa-grün

CHF 18.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Kunstblume Protea ca.76cm wie echt, rot

CHF 25.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Orchidee Stängel orange-gelb 76cm, Kunstpflanze, Kunstorchidee

CHF 20.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Glasvase, ca.30x21cm, Blumenvase, Handgemacht smoky

+ 1
CHF 75.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Glasvase, ca.30x21cm, Blumenvase, Handgemacht braun

+ 1
CHF 75.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Glasvase, ca.30x21cm, Blumenvase, Handgemacht dunkel blau

+ 1
CHF 75.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Deutsche Dogge sitzend ca.92 cm schwarz/gefleckt blaue Augen

+ 5
CHF 590.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Bossa Nova Teller 32cm Set 2xStück

+ 5
CHF 37.90
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Pekingese Porzellanfigur 20x15cm graulich

CHF 160.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nebel Jaguar sitzend 86cm, natural Look

+ 2
CHF 650.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Glencairn 5-er-Set, 4xWhisky-Glas das Original 200ml + Karaffe 750ml inkl.
Premium Geschenkverpackung

CHF 210.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Glencairn Connaisseur-Set,3xWhisky-Gläser 200ml das Original
+3xGlaskappen+1xWee-Wasserkrug ohne Griff 110ml+1xPipette +Eichentablett

+ 5
CHF 135.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Glencairn 3er-Set,1xWhisky-Glas 200ml das Original +1xWe-Wasserkrug ohne Griff
110ml+1xPipette

+ 5
CHF 58.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Celebration Bier Glas Set x4 Gläser 380ml

+ 5
CHF 41.90
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Noblesse GOLD Longdrink Set x2 Gläser 395ml GOLD RAND

+ 5
CHF 27.50
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Noblesse Champagne Set x4 Gläser 151ml

+ 5
CHF 34.50
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Tobacco

+ 5
CHF 27.50
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Noblesse Whisky Tumbler Set x2 Gläser 295ml Smoke

+ 5
CHF 27.50
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Mint grün

+ 5
CHF 34.50
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Nachtmann Noblesse Coctail/Wein/Wasser Set x2 Gläser 355ml Aqua blau

+ 5
CHF 34.50
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb


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


DIEVASE.CH EINZIGARTIG. PERFEKT


TAUCHEN SIE EIN IN UNSERE PRODUKTWELT

Entdecken Sie die besondere Vielfalt unserer edlen, modernen und
Retro-Kollektionen.

Unterteilt in vier Hauptkategorien und saisonale Themen, wo wir Ihnen
unterschiedliche Stile, Designs und Muster vorstellen.

Unsere verschiedenen Produktlinien bieten für jeden Geschmack und
Einrichtungsstil die passende VASE oder ein stylisches Accessoire.




CLICK & COLLECT

Freie Lieferung ab 40CHF (Schweiz/Lichtenstein) innert 2-3 Arbeitstagen. Region
Sursee Lieferung nächsten Tag garantiert. "Heute bestellt morgen geliefert".

Selbstabholung: "Click & Collect" in Sursee Verkaufsladen "inspire" auch
ausserhalb der Öffnungszeiten.

EUR-Preise und Lieferung ausserhalb Schweiz und Lichtenstein nur auf Anfrage zzg
Versandkosten.




WEITERE ARTIKEL

Duft-Kerze, (bliss) Green Leaves, "The Olphactory",40h Ambientair

+ 4
CHF 18.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Kerze, (hygge) Polo Santo, "The Olphactory",40h Ambientair

+ 4
CHF 18.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Diffuser, (hygge) Polo Santo, "The Olphactory Natural",100ml Ambientair

+ 5
CHF 30.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Kerze, (blessing) Dark Amber, "The Olphactory",40h Ambientair

+ 4
CHF 18.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Diffuser, Dark Amber, "The Olphactory Natural",100ml Ambientair

+ 5
CHF 30.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Kerze, (heaven) White Lotus, "The Olphactory",40h Ambientair

+ 4
CHF 18.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Kokos

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Passion

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Orange

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Frische Blumen

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Süsse rosa

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Amber Rose

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Vanille

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Sky

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Grüne Tee

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Vegane Duftwürfel Jasmin

+ 4
CHF 7.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Diffuser Mandarinentee 100ml

+ 1
CHF 22.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Diffuser Mojito 100ml

+ 1
CHF 22.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Kerze Pina Colada 130g, 7x9cm


CHF 15.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb
Duft-Diffuser Pina Colada 100ml

+ 1
CHF 22.00
ab Lager, Lieferzeit 2-3 Tage
In den Warenkorb


INFORMATIONEN

 * Verkaufsladen "dieVase.ch"
 * Versand- und Zahlungsinformationen
 * Kontaktformular

RECHTLICHES

 * AGB
 * Impressum
 * Datenschutz
 * Kristall/Glas Pflege und Verwendung

Sprache
Deutsch
Français English
Newsletter
E-Mail Adresse Abonnieren





Silveralp Trade GmbH © | Umsetzung durch BIWAC





Mehr Informationen

Cookie-Name Cookie-Anbieter Cookie-Beschreibung Cookie-Lebensdauer Cookie-Typ

Fertig
Fertig