special-day.ch Open in urlscan Pro
2606:4700:20::ac43:46a7  Public Scan

Submitted URL: https://partytimeshop.ch/
Effective URL: https://special-day.ch/
Submission: On July 04 via api from CH — Scanned from CH

Form analysis 50 forms found in the DOM

GET https://special-day.ch/fr/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://special-day.ch/fr/catalogsearch/result/" method="get" role="search">
  <label class="hidden" for="search" data-role="minisearch-label">
    <span>Rechercher</span>
  </label>
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="Rechercher..." maxlength="128" class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
                focus:outline-none focus:border-transparent lg:text-xl" @focus.once="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))" @search-open.window.debounce.10="
                    $el.focus()
                    $el.select()
               ">
  <template x-if="suggestions.length > 0">
    <div class="w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1">
      <template x-for="suggestion in suggestions">
        <div class="flex justify-between p-2 bg-container-lighter even:bg-container mb-1 cursor-pointer
                                 border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <span x-text="suggestion.title"></span>
          <span x-text="suggestion.num_results"></span>
        </div>
      </template>
    </div>
  </template>
  <button type="submit" title="Rechercher" class="action search sr-only" aria-label="Search"> Rechercher </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Adresse email</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>Mot de passe</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"> Connexion </button>
      <a href="https://special-day.ch/fr/customer/account/forgotpassword/">
                                        Mot de passe oublié ?                                    </a>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15366/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15366/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15366">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/nappe-football-115x175cm" 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-15366.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/9/9/9903011.jpg" loading="lazy" width="360" height="360" alt="Nappe Football (115 x 175cm)" title="Nappe Football (115 x 175cm)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/nappe-football-115x175cm" :id="`slide-desc-15366-${$id('slider-id')}`" id="slide-desc-15366-slider-id-1">
                    Nappe Football (115 x 175cm)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3899d5() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3899d5()" @update-prices-15366.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15366" data-price-box="product-id-15366">
        <span x-data="" x-id="['product\u002Dprice\u002D15366']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15366')" data-price-amount="7.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-15366-1"><span class="price">7,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Nappe Football (115 x 175cm)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15366)" aria-label="Ajouter à ma liste d’envie Nappe Football (115 x 175cm)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15366)" aria-label="Ajouter au comparateur Nappe Football (115 x 175cm)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15367/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15367/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15367">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/nappe-en-papier-blanc-137-x-274cm" 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-15367.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/9/9/9915404-217.jpg" loading="lazy" width="360" height="360" alt="Nappe en papier - Blanc 137 x 274cm" title="Nappe en papier - Blanc 137 x 274cm">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/nappe-en-papier-blanc-137-x-274cm" :id="`slide-desc-15367-${$id('slider-id')}`" id="slide-desc-15367-slider-id-1">
                    Nappe en papier - Blanc 137 x 274cm                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3a4eb2() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3a4eb2()" @update-prices-15367.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15367" data-price-box="product-id-15367">
        <span x-data="" x-id="['product\u002Dprice\u002D15367']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15367')" data-price-amount="7.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-15367-1"><span class="price">7,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Nappe en papier - Blanc 137 x 274cm">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15367)" aria-label="Ajouter à ma liste d’envie Nappe en papier - Blanc 137 x 274cm" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15367)" aria-label="Ajouter au comparateur Nappe en papier - Blanc 137 x 274cm" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15368/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15368/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15368">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="5g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 5g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/paillette-comestible-or" 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-15368.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/1/0/10000_rd8200.jpg" loading="lazy" width="360" height="360" alt="Paillette comestible - Or" title="Paillette comestible - Or">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/paillette-comestible-or" :id="`slide-desc-15368-${$id('slider-id')}`" id="slide-desc-15368-slider-id-1">
                    Paillette comestible - Or                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3abd57() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3abd57()" @update-prices-15368.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15368" data-price-box="product-id-15368">
        <span x-data="" x-id="['product\u002Dprice\u002D15368']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15368')" data-price-amount="6.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-15368-1"><span class="price">6,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Paillette comestible - Or">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15368)" aria-label="Ajouter à ma liste d’envie Paillette comestible - Or" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15368)" aria-label="Ajouter au comparateur Paillette comestible - Or" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15332/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15332/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15332">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="80 pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 80 pièces
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/dragees-finesse-extreme-lerida-vert-bambou-250g" 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-15332.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/l/e/lerida-vert_1_.jpg" loading="lazy" width="360" height="360" alt="Dragées Finesse Extreme Lerida Vert Bambou (250g)" title="Dragées Finesse Extreme Lerida Vert Bambou (250g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/dragees-finesse-extreme-lerida-vert-bambou-250g" :id="`slide-desc-15332-${$id('slider-id')}`" id="slide-desc-15332-slider-id-1">
                    Dragées Finesse Extreme Lerida Vert Bambou (250g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3b4808() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3b4808()" @update-prices-15332.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15332" data-price-box="product-id-15332">
        <span x-data="" x-id="['product\u002Dprice\u002D15332']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15332')" data-price-amount="13.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-15332-1"><span class="price">13,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Dragées Finesse Extreme Lerida Vert Bambou (250g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15332)" aria-label="Ajouter à ma liste d’envie Dragées Finesse Extreme Lerida Vert Bambou (250g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15332)" aria-label="Ajouter au comparateur Dragées Finesse Extreme Lerida Vert Bambou (250g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15333/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15333/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15333">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/cuillere-silicone-a-patisserie" 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-15333.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_245280.jpg" loading="lazy" width="360" height="360" alt="Cuillère silicone à pâtisserie" title="Cuillère silicone à pâtisserie">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/cuillere-silicone-a-patisserie" :id="`slide-desc-15333-${$id('slider-id')}`" id="slide-desc-15333-slider-id-1">
                    Cuillère silicone à pâtisserie                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3bc3b7() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3bc3b7()" @update-prices-15333.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15333" data-price-box="product-id-15333">
        <span x-data="" x-id="['product\u002Dprice\u002D15333']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15333')" data-price-amount="6.1" data-price-type="finalPrice" class="price-wrapper " id="product-price-15333-1"><span class="price">6,10&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Cuillère silicone à pâtisserie">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15333)" aria-label="Ajouter à ma liste d’envie Cuillère silicone à pâtisserie" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15333)" aria-label="Ajouter au comparateur Cuillère silicone à pâtisserie" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15334/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15334/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15334">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="6 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 6 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/gobelets-bubble-waffle-churros-6pcs" 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-15334.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/2/4/245506.jpg" loading="lazy" width="360" height="360" alt="Gobelets bubble waffle &amp; churros (6pcs)" title="Gobelets bubble waffle &amp; churros (6pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/gobelets-bubble-waffle-churros-6pcs" :id="`slide-desc-15334-${$id('slider-id')}`" id="slide-desc-15334-slider-id-1">
                    Gobelets bubble waffle &amp; churros (6pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3c3163() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3c3163()" @update-prices-15334.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15334" data-price-box="product-id-15334">
        <span x-data="" x-id="['product\u002Dprice\u002D15334']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15334')" data-price-amount="4.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-15334-1"><span class="price">4,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Gobelets bubble waffle &amp;amp; churros (6pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15334)" aria-label="Ajouter à ma liste d’envie Gobelets bubble waffle &amp;amp; churros (6pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15334)" aria-label="Ajouter au comparateur Gobelets bubble waffle &amp;amp; churros (6pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15335/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15335/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15335">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/decoration-en-sucre-perles-chocolat-blanc-et-dore" 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-15335.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/2/4/247454_-_copie.jpg" loading="lazy" width="360" height="360" alt="Décoration en sucre - Perles chocolat blanc et doré" title="Décoration en sucre - Perles chocolat blanc et doré">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decoration-en-sucre-perles-chocolat-blanc-et-dore" :id="`slide-desc-15335-${$id('slider-id')}`" id="slide-desc-15335-slider-id-1">
                    Décoration en sucre - Perles chocolat blanc et doré                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3cd347() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3cd347()" @update-prices-15335.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15335" data-price-box="product-id-15335">
        <span x-data="" x-id="['product\u002Dprice\u002D15335']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15335')" data-price-amount="7.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-15335-1"><span class="price">7,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décoration en sucre - Perles chocolat blanc et doré">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15335)" aria-label="Ajouter à ma liste d’envie Décoration en sucre - Perles chocolat blanc et doré" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15335)" aria-label="Ajouter au comparateur Décoration en sucre - Perles chocolat blanc et doré" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15336/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15336/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15336">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="50g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 50g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/sucre-vanille-bourbon-bio-50g" 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-15336.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_244801webp_-_copie.jpg" loading="lazy" width="360" height="360" alt="Sucre Vanille Bourbon Bio (50g)" title="Sucre Vanille Bourbon Bio (50g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/sucre-vanille-bourbon-bio-50g" :id="`slide-desc-15336-${$id('slider-id')}`" id="slide-desc-15336-slider-id-1">
                    Sucre Vanille Bourbon Bio (50g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3d73fc() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3d73fc()" @update-prices-15336.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15336" data-price-box="product-id-15336">
        <span x-data="" x-id="['product\u002Dprice\u002D15336']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15336')" data-price-amount="5.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-15336-1"><span class="price">5,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Sucre Vanille Bourbon Bio (50g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15336)" aria-label="Ajouter à ma liste d’envie Sucre Vanille Bourbon Bio (50g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15336)" aria-label="Ajouter au comparateur Sucre Vanille Bourbon Bio (50g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15337/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15337/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15337">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/cake-topper-led-dinosaure" 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-15337.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/_/s/_scr_244984_-_copie.jpg" loading="lazy" width="360" height="360" alt="Cake topper - Led Dinosaure" title="Cake topper - Led Dinosaure">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/cake-topper-led-dinosaure" :id="`slide-desc-15337-${$id('slider-id')}`" id="slide-desc-15337-slider-id-1">
                    Cake topper - Led Dinosaure                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3e04fb() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3e04fb()" @update-prices-15337.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15337" data-price-box="product-id-15337">
        <span x-data="" x-id="['product\u002Dprice\u002D15337']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15337')" data-price-amount="8.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-15337-1"><span class="price">8,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Cake topper - Led Dinosaure">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15337)" aria-label="Ajouter à ma liste d’envie Cake topper - Led Dinosaure" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15337)" aria-label="Ajouter au comparateur Cake topper - Led Dinosaure" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15338/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15338/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15338">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="25 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 25 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/caissettes-de-cuisson-kraft-25pcs" 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-15338.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/2/4/245079.jpg" loading="lazy" width="360" height="360" alt="Caissettes de Cuisson kraft (25pcs)" title="Caissettes de Cuisson kraft (25pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/caissettes-de-cuisson-kraft-25pcs" :id="`slide-desc-15338-${$id('slider-id')}`" id="slide-desc-15338-slider-id-1">
                    Caissettes de Cuisson kraft (25pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3eb2fc() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3eb2fc()" @update-prices-15338.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15338" data-price-box="product-id-15338">
        <span x-data="" x-id="['product\u002Dprice\u002D15338']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15338')" data-price-amount="5.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-15338-1"><span class="price">5,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Caissettes de Cuisson kraft (25pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15338)" aria-label="Ajouter à ma liste d’envie Caissettes de Cuisson kraft (25pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15338)" aria-label="Ajouter au comparateur Caissettes de Cuisson kraft (25pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15339/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15339/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15339">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="2 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 2 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/2-squeezers-avec-2-douilles-a-glacage" 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-15339.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_245165_-_copie.jpg" loading="lazy" width="360" height="360" alt="2 squeezers avec 2 douilles à glaçage" title="2 squeezers avec 2 douilles à glaçage">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/2-squeezers-avec-2-douilles-a-glacage" :id="`slide-desc-15339-${$id('slider-id')}`" id="slide-desc-15339-slider-id-1">
                    2 squeezers avec 2 douilles à glaçage                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a3f3215() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a3f3215()" @update-prices-15339.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15339" data-price-box="product-id-15339">
        <span x-data="" x-id="['product\u002Dprice\u002D15339']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15339')" data-price-amount="8.7" data-price-type="finalPrice" class="price-wrapper " id="product-price-15339-1"><span class="price">8,70&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier 2 squeezers avec 2 douilles à glaçage">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15339)" aria-label="Ajouter à ma liste d’envie 2 squeezers avec 2 douilles à glaçage" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15339)" aria-label="Ajouter au comparateur 2 squeezers avec 2 douilles à glaçage" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15340/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15340/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15340">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/moule-en-silicone-5-layer-cake" 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-15340.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_242065webp_-_copie.jpg" loading="lazy" width="360" height="360" alt="Moule en silicone - 5 Layer Cake" title="Moule en silicone - 5 Layer Cake">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/moule-en-silicone-5-layer-cake" :id="`slide-desc-15340-${$id('slider-id')}`" id="slide-desc-15340-slider-id-1">
                    Moule en silicone - 5 Layer Cake                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4096ed() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4096ed()" @update-prices-15340.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15340" data-price-box="product-id-15340">
        <span x-data="" x-id="['product\u002Dprice\u002D15340']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15340')" data-price-amount="15.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-15340-1"><span class="price">15,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Moule en silicone - 5 Layer Cake">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15340)" aria-label="Ajouter à ma liste d’envie Moule en silicone - 5 Layer Cake" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15340)" aria-label="Ajouter au comparateur Moule en silicone - 5 Layer Cake" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15341/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15341/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15341">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="2 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 2 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/decoupoirs-ejecteurs-dinosaures" 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-15341.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/e/m/emportes-pieces-poussoir-dinosaure.jpg" loading="lazy" width="360" height="360" alt="Découpoirs éjecteurs - Dinosaures" title="Découpoirs éjecteurs - Dinosaures">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decoupoirs-ejecteurs-dinosaures" :id="`slide-desc-15341-${$id('slider-id')}`" id="slide-desc-15341-slider-id-1">
                    Découpoirs éjecteurs - Dinosaures                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a413aec() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a413aec()" @update-prices-15341.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15341" data-price-box="product-id-15341">
        <span x-data="" x-id="['product\u002Dprice\u002D15341']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15341')" data-price-amount="4.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-15341-1"><span class="price">4,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Découpoirs éjecteurs - Dinosaures">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15341)" aria-label="Ajouter à ma liste d’envie Découpoirs éjecteurs - Dinosaures" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15341)" aria-label="Ajouter au comparateur Découpoirs éjecteurs - Dinosaures" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15342/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15342/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15342">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="8 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 8 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/invitations-sorcier-8pcs" 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-15342.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_240262_-_copie.jpg" loading="lazy" width="360" height="360" alt="Invitations Sorcier (8pcs)" title="Invitations Sorcier (8pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/invitations-sorcier-8pcs" :id="`slide-desc-15342-${$id('slider-id')}`" id="slide-desc-15342-slider-id-1">
                    Invitations Sorcier (8pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a41ff7b() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a41ff7b()" @update-prices-15342.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15342" data-price-box="product-id-15342">
        <span x-data="" x-id="['product\u002Dprice\u002D15342']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15342')" data-price-amount="4.1" data-price-type="finalPrice" class="price-wrapper " id="product-price-15342-1"><span class="price">4,10&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Invitations Sorcier (8pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15342)" aria-label="Ajouter à ma liste d’envie Invitations Sorcier (8pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15342)" aria-label="Ajouter au comparateur Invitations Sorcier (8pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15343/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15343/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15343">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="8 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 8 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/invitations-licorne-8pcs" 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-15343.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_240263_-_copie.jpg" loading="lazy" width="360" height="360" alt="Invitations Licorne (8pcs)" title="Invitations Licorne (8pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/invitations-licorne-8pcs" :id="`slide-desc-15343-${$id('slider-id')}`" id="slide-desc-15343-slider-id-1">
                    Invitations Licorne (8pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a42b38e() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a42b38e()" @update-prices-15343.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15343" data-price-box="product-id-15343">
        <span x-data="" x-id="['product\u002Dprice\u002D15343']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15343')" data-price-amount="4.1" data-price-type="finalPrice" class="price-wrapper " id="product-price-15343-1"><span class="price">4,10&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Invitations Licorne (8pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15343)" aria-label="Ajouter à ma liste d’envie Invitations Licorne (8pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15343)" aria-label="Ajouter au comparateur Invitations Licorne (8pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15344/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/15344/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="15344">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="8 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 8 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/invitations-dinosaures-8pcs" 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-15344.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/2/4/240264.jpg" loading="lazy" width="360" height="360" alt="Invitations Dinosaures (8pcs)" title="Invitations Dinosaures (8pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/invitations-dinosaures-8pcs" :id="`slide-desc-15344-${$id('slider-id')}`" id="slide-desc-15344-slider-id-1">
                    Invitations Dinosaures (8pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a435849() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a435849()" @update-prices-15344.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="15344" data-price-box="product-id-15344">
        <span x-data="" x-id="['product\u002Dprice\u002D15344']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D15344')" data-price-amount="4.1" data-price-type="finalPrice" class="price-wrapper " id="product-price-15344-1"><span class="price">4,10&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Invitations Dinosaures (8pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(15344)" aria-label="Ajouter à ma liste d’envie Invitations Dinosaures (8pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(15344)" aria-label="Ajouter au comparateur Invitations Dinosaures (8pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/9747/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/9747/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="9747">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/helium-gonflage" 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-9747.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/h/e/helium-gonflage_1.jpeg" loading="lazy" width="360" height="360" alt="Helium Gonflage " title="Helium Gonflage ">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/helium-gonflage" :id="`slide-desc-9747-${$id('slider-id')}`" id="slide-desc-9747-slider-id-2">
                    Helium Gonflage                 </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4427ac() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4427ac()" @update-prices-9747.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="9747" data-price-box="product-id-9747">
        <span x-data="" x-id="['product\u002Dprice\u002D9747']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D9747')" data-price-amount="5" data-price-type="finalPrice" class="price-wrapper " id="product-price-9747-1"><span class="price">5,00&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Helium Gonflage ">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(9747)" aria-label="Ajouter à ma liste d’envie Helium Gonflage " type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(9747)" aria-label="Ajouter au comparateur Helium Gonflage " type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5912/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5912/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="5912">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="25 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 25 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/batonnets-pour-barbe-a-papa-25pcs" 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-5912.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_245187.jpg" loading="lazy" width="360" height="360" alt="Bâtonnets pour Barbe à Papa (25pcs)" title="Bâtonnets pour Barbe à Papa (25pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/batonnets-pour-barbe-a-papa-25pcs" :id="`slide-desc-5912-${$id('slider-id')}`" id="slide-desc-5912-slider-id-2">
                    Bâtonnets pour Barbe à Papa (25pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a44c870() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a44c870()" @update-prices-5912.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="5912" data-price-box="product-id-5912">
        <span x-data="" x-id="['product\u002Dprice\u002D5912']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D5912')" data-price-amount="4.75" data-price-type="finalPrice" class="price-wrapper " id="product-price-5912-1"><span class="price">4,75&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Bâtonnets pour Barbe à Papa (25pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(5912)" aria-label="Ajouter à ma liste d’envie Bâtonnets pour Barbe à Papa (25pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(5912)" aria-label="Ajouter au comparateur Bâtonnets pour Barbe à Papa (25pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/10430/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/10430/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="10430">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/terrain-de-foot-comestible-rectangle" 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-10430.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/2/3/231136-6_campo_de_futbol_azucar_20x30cm_1.jpg" loading="lazy" width="360" height="360" alt="Terrain de foot comestible - Rectangle" title="Terrain de foot comestible - Rectangle">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/terrain-de-foot-comestible-rectangle" :id="`slide-desc-10430-${$id('slider-id')}`" id="slide-desc-10430-slider-id-2">
                    Terrain de foot comestible - Rectangle                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a45743e() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a45743e()" @update-prices-10430.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="10430" data-price-box="product-id-10430">
        <span x-data="" x-id="['product\u002Dprice\u002D10430']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D10430')" data-price-amount="6.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-10430-1"><span class="price">6,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Terrain de foot comestible - Rectangle">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(10430)" aria-label="Ajouter à ma liste d’envie Terrain de foot comestible - Rectangle" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(10430)" aria-label="Ajouter au comparateur Terrain de foot comestible - Rectangle" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/9615/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/9615/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="9615">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/boite-a-gateau-30x40cm" 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-9615.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/8/f80205_1.jpeg" loading="lazy" width="360" height="360" alt="Boite à gâteau - 30x40cm" title="Boite à gâteau - 30x40cm">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/boite-a-gateau-30x40cm" :id="`slide-desc-9615-${$id('slider-id')}`" id="slide-desc-9615-slider-id-2">
                    Boite à gâteau - 30x40cm                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a461f59() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a461f59()" @update-prices-9615.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="9615" data-price-box="product-id-9615">
        <span x-data="" x-id="['product\u002Dprice\u002D9615']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D9615')" data-price-amount="3.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-9615-1"><span class="price">3,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Boite à gâteau - 30x40cm">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(9615)" aria-label="Ajouter à ma liste d’envie Boite à gâteau - 30x40cm" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(9615)" aria-label="Ajouter au comparateur Boite à gâteau - 30x40cm" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6316/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6316/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="6316">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="10 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 10 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/decoration-de-gateau-foot-10pcs" 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-6316.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/3/5/350186-kit_futbolistas_con_porterias_plastico_3.jpg" loading="lazy" width="360" height="360" alt="Décoration de gâteau - Foot (10pcs)" title="Décoration de gâteau - Foot (10pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decoration-de-gateau-foot-10pcs" :id="`slide-desc-6316-${$id('slider-id')}`" id="slide-desc-6316-slider-id-2">
                    Décoration de gâteau - Foot (10pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a46c39d() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a46c39d()" @update-prices-6316.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6316" data-price-box="product-id-6316">
        <span x-data="" x-id="['product\u002Dprice\u002D6316']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6316')" data-price-amount="9.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-6316-1"><span class="price">9,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décoration de gâteau - Foot (10pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(6316)" aria-label="Ajouter à ma liste d’envie Décoration de gâteau - Foot (10pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6316)" aria-label="Ajouter au comparateur Décoration de gâteau - Foot (10pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/10486/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/10486/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="10486">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="48 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 48 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/bulles-a-savon-tube-coeur-48-pcs" 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-10486.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/b/m/bmh48-008_01_h.jpg" loading="lazy" width="360" height="360" alt="Bulles à savon - Tube Coeur (48 pcs)" title="Bulles à savon - Tube Coeur (48 pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/bulles-a-savon-tube-coeur-48-pcs" :id="`slide-desc-10486-${$id('slider-id')}`" id="slide-desc-10486-slider-id-2">
                    Bulles à savon - Tube Coeur (48 pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a477ea5() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a477ea5()" @update-prices-10486.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="10486" data-price-box="product-id-10486">
        <span x-data="" x-id="['product\u002Dprice\u002D10486']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D10486')" data-price-amount="15.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-10486-1"><span class="price">15,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Bulles à savon - Tube Coeur (48 pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(10486)" aria-label="Ajouter à ma liste d’envie Bulles à savon - Tube Coeur (48 pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(10486)" aria-label="Ajouter au comparateur Bulles à savon - Tube Coeur (48 pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/11077/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/11077/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="11077">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="0.42 m3">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 0.42 m3
    </div>
  </div>
  <a href="https://special-day.ch/fr/bonbonne-helium-50ballons-420l" 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-11077.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/3/6/36250xl_1.jpg" loading="lazy" width="360" height="360" alt="Bonbonne Hélium - Pour ~50 ballons" title="Bonbonne Hélium - Pour ~50 ballons">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/bonbonne-helium-50ballons-420l" :id="`slide-desc-11077-${$id('slider-id')}`" id="slide-desc-11077-slider-id-2">
                    Bonbonne Hélium - Pour ~50 ballons                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4803ba() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4803ba()" @update-prices-11077.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="11077" data-price-box="product-id-11077">
        <span x-data="" x-id="['product\u002Dprice\u002D11077']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D11077')" data-price-amount="59.9" data-price-type="finalPrice" class="price-wrapper " id="product-price-11077-1"><span class="price">59,90&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Bonbonne Hélium - Pour ~50 ballons">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(11077)" aria-label="Ajouter à ma liste d’envie Bonbonne Hélium - Pour ~50 ballons" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(11077)" aria-label="Ajouter au comparateur Bonbonne Hélium - Pour ~50 ballons" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5622/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5622/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="5622">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="250gr">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 250gr
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/pate-a-sucre-funcakes-bright-white-250gr" 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-5622.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/2/f20100_1.jpg" loading="lazy" width="360" height="360" alt="Pâte à sucre FunCakes - Bright White - 250gr" title="Pâte à sucre FunCakes - Bright White - 250gr">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/pate-a-sucre-funcakes-bright-white-250gr" :id="`slide-desc-5622-${$id('slider-id')}`" id="slide-desc-5622-slider-id-2">
                    Pâte à sucre FunCakes - Bright White - 250gr                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a48a78f() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a48a78f()" @update-prices-5622.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="5622" data-price-box="product-id-5622">
        <span x-data="" x-id="['product\u002Dprice\u002D5622']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D5622')" data-price-amount="3.45" data-price-type="finalPrice" class="price-wrapper " id="product-price-5622-1"><span class="price">3,45&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Pâte à sucre FunCakes - Bright White - 250gr">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(5622)" aria-label="Ajouter à ma liste d’envie Pâte à sucre FunCakes - Bright White - 250gr" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(5622)" aria-label="Ajouter au comparateur Pâte à sucre FunCakes - Bright White - 250gr" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/4432/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/4432/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="4432">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/boite-transparente-personnalisee" 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-4432.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/b/i/bigbox-perso-a-o.jpeg" loading="lazy" width="360" height="360" alt="Boite Personnalisée - Blanche (1pc)" title="Boite Personnalisée - Blanche (1pc)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/boite-transparente-personnalisee" :id="`slide-desc-4432-${$id('slider-id')}`" id="slide-desc-4432-slider-id-2">
                    Boite Personnalisée - Blanche (1pc)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a494622() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a494622()" @update-prices-4432.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4432" data-price-box="product-id-4432">
        <span x-data="" x-id="['product\u002Dprice\u002D4432']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D4432')" data-price-amount="8.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-4432-1"><span class="price">8,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Boite Personnalisée - Blanche (1pc)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4432)" aria-label="Ajouter à ma liste d’envie Boite Personnalisée - Blanche (1pc)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4432)" aria-label="Ajouter au comparateur Boite Personnalisée - Blanche (1pc)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5710/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5710/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="5710">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="22g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 22g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/colle-alimentaire-avec-pinceau-22g" 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-5710.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/c/fc52100.jpg" loading="lazy" width="360" height="360" alt="Colle alimentaire avec pinceau (22g)" title="Colle alimentaire avec pinceau (22g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/colle-alimentaire-avec-pinceau-22g" :id="`slide-desc-5710-${$id('slider-id')}`" id="slide-desc-5710-slider-id-2">
                    Colle alimentaire avec pinceau (22g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4a11ac() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4a11ac()" @update-prices-5710.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="5710" data-price-box="product-id-5710">
        <span x-data="" x-id="['product\u002Dprice\u002D5710']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D5710')" data-price-amount="2.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-5710-1"><span class="price">2,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Colle alimentaire avec pinceau (22g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(5710)" aria-label="Ajouter à ma liste d’envie Colle alimentaire avec pinceau (22g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(5710)" aria-label="Ajouter au comparateur Colle alimentaire avec pinceau (22g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6553/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6553/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="6553">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="900g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 900g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/mix-pour-creme-enchantee-900g" 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-6553.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/1/f10550_1.jpg" loading="lazy" width="360" height="360" alt="Mix pour crème enchantée (900g)" title="Mix pour crème enchantée (900g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/mix-pour-creme-enchantee-900g" :id="`slide-desc-6553-${$id('slider-id')}`" id="slide-desc-6553-slider-id-2">
                    Mix pour crème enchantée (900g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4a9a4b() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4a9a4b()" @update-prices-6553.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6553" data-price-box="product-id-6553">
        <span x-data="" x-id="['product\u002Dprice\u002D6553']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6553')" data-price-amount="16.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-6553-1"><span class="price">16,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Mix pour crème enchantée (900g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(6553)" aria-label="Ajouter à ma liste d’envie Mix pour crème enchantée (900g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6553)" aria-label="Ajouter au comparateur Mix pour crème enchantée (900g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/14725/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/14725/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="14725">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/collier-bonbon" 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-14725.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/a/s/as12077.jpg" loading="lazy" width="360" height="360" alt="Collier bonbon" title="Collier bonbon">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/collier-bonbon" :id="`slide-desc-14725-${$id('slider-id')}`" id="slide-desc-14725-slider-id-2">
                    Collier bonbon                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4b208d() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4b208d()" @update-prices-14725.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="14725" data-price-box="product-id-14725">
        <span x-data="" x-id="['product\u002Dprice\u002D14725']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D14725')" data-price-amount="0.3" data-price-type="finalPrice" class="price-wrapper " id="product-price-14725-1"><span class="price">0,30&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Collier bonbon">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(14725)" aria-label="Ajouter à ma liste d’envie Collier bonbon" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(14725)" aria-label="Ajouter au comparateur Collier bonbon" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/8814/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/8814/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="8814">
  <div class="absolute table-cell align-bottom"></div>
  <a href="https://special-day.ch/fr/ruban-satin-personnalise-1m" 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-8814.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/8/9/89_6985.jpg" loading="lazy" width="360" height="360" alt="Ruban Satin Personnalisé (1m)" title="Ruban Satin Personnalisé (1m)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/ruban-satin-personnalise-1m" :id="`slide-desc-8814-${$id('slider-id')}`" id="slide-desc-8814-slider-id-2">
                    Ruban Satin Personnalisé (1m)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4ba9c0() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4ba9c0()" @update-prices-8814.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="8814" data-price-box="product-id-8814">
        <span x-data="" x-id="['product\u002Dprice\u002D8814']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D8814')" data-price-amount="4.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-8814-1"><span class="price">4,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Ruban Satin Personnalisé (1m)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(8814)" aria-label="Ajouter à ma liste d’envie Ruban Satin Personnalisé (1m)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(8814)" aria-label="Ajouter au comparateur Ruban Satin Personnalisé (1m)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13151/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13151/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="13151">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/boite-a-gateau-25x25x15cm" 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-13151.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/8/f80180.jpg" loading="lazy" width="360" height="360" alt="Boite à gâteau - 25x25x15cm" title="Boite à gâteau - 25x25x15cm">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/boite-a-gateau-25x25x15cm" :id="`slide-desc-13151-${$id('slider-id')}`" id="slide-desc-13151-slider-id-2">
                    Boite à gâteau - 25x25x15cm                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4c5464() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4c5464()" @update-prices-13151.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="13151" data-price-box="product-id-13151">
        <span x-data="" x-id="['product\u002Dprice\u002D13151']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D13151')" data-price-amount="2.85" data-price-type="finalPrice" class="price-wrapper " id="product-price-13151-1"><span class="price">2,85&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Boite à gâteau - 25x25x15cm">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(13151)" aria-label="Ajouter à ma liste d’envie Boite à gâteau - 25x25x15cm" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(13151)" aria-label="Ajouter au comparateur Boite à gâteau - 25x25x15cm" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6104/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6104/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="6104">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="450g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 450g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/mix-pour-creme-enchantee-450g" 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-6104.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/1/f10130_1.jpg" loading="lazy" width="360" height="360" alt="Mix pour crème enchantée (450g)" title="Mix pour crème enchantée (450g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/mix-pour-creme-enchantee-450g" :id="`slide-desc-6104-${$id('slider-id')}`" id="slide-desc-6104-slider-id-2">
                    Mix pour crème enchantée (450g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4cdaae() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4cdaae()" @update-prices-6104.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6104" data-price-box="product-id-6104">
        <span x-data="" x-id="['product\u002Dprice\u002D6104']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6104')" data-price-amount="9.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-6104-1"><span class="price">9,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Mix pour crème enchantée (450g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(6104)" aria-label="Ajouter à ma liste d’envie Mix pour crème enchantée (450g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6104)" aria-label="Ajouter au comparateur Mix pour crème enchantée (450g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/14013/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/14013/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="14013">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="0.20 m3">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 0.20 m3
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/bonbonne-helium-menthe-020m3-po" 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-14013.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/b/i/big_bzh1-30-103_01_s_-_copie.jpg" loading="lazy" width="360" height="360" alt="Bonbonne Hélium Menthe - Pour ~ 30 ballons" title="Bonbonne Hélium Menthe - Pour ~ 30 ballons">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/bonbonne-helium-menthe-020m3-po" :id="`slide-desc-14013-${$id('slider-id')}`" id="slide-desc-14013-slider-id-2">
                    Bonbonne Hélium Menthe - Pour ~ 30 ballons                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4d5b27() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4d5b27()" @update-prices-14013.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="14013" data-price-box="product-id-14013">
        <span x-data="" x-id="['product\u002Dprice\u002D14013']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D14013')" data-price-amount="39.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-14013-1"><span class="price">39,95&nbsp;CHF</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Bonbonne Hélium Menthe - Pour ~ 30 ballons">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(14013)" aria-label="Ajouter à ma liste d’envie Bonbonne Hélium Menthe - Pour ~ 30 ballons" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(14013)" aria-label="Ajouter au comparateur Bonbonne Hélium Menthe - Pour ~ 30 ballons" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/8708/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/8708/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="8708">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="2.5kg">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 2.5kg
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/chocolat-galets-callebaut-ruby-2500g" 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-8708.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/c/b/cb576856_1.jpeg" loading="lazy" width="360" height="360" alt="Callebaut Chocolat Ruby - 2.5kg" title="Callebaut Chocolat Ruby - 2.5kg">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/chocolat-galets-callebaut-ruby-2500g" :id="`slide-desc-8708-${$id('slider-id')}`" id="slide-desc-8708-slider-id-3">
                    Callebaut Chocolat Ruby - 2.5kg                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4e1ccf() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4e1ccf()" @update-prices-8708.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="8708" data-price-box="product-id-8708">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-20%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D8708']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D8708')" data-price-amount="63.96" data-price-type="finalPrice" class="price-wrapper " id="product-price-8708-1"><span class="price">63,96&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D8708']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D8708')" data-price-amount="79.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-8708-1"><span class="price">79,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Callebaut Chocolat Ruby - 2.5kg">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(8708)" aria-label="Ajouter à ma liste d’envie Callebaut Chocolat Ruby - 2.5kg" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(8708)" aria-label="Ajouter au comparateur Callebaut Chocolat Ruby - 2.5kg" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/11048/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/11048/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="11048">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="180 g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 180 g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/decos-en-sucre-halloween-180g" 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-11048.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/f/5/f52885.jpeg" loading="lazy" width="360" height="360" alt="Décos en sucre - Halloween 180g" title="Décos en sucre - Halloween 180g">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decos-en-sucre-halloween-180g" :id="`slide-desc-11048-${$id('slider-id')}`" id="slide-desc-11048-slider-id-3">
                    Décos en sucre - Halloween 180g                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a4ee194() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a4ee194()" @update-prices-11048.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="11048" data-price-box="product-id-11048">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D11048']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D11048')" data-price-amount="5.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-11048-1"><span class="price">5,98&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D11048']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D11048')" data-price-amount="11.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-11048-1"><span class="price">11,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décos en sucre - Halloween 180g">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(11048)" aria-label="Ajouter à ma liste d’envie Décos en sucre - Halloween 180g" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(11048)" aria-label="Ajouter au comparateur Décos en sucre - Halloween 180g" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/7985/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/7985/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="7985">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="220g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 220g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/glacage-miroir-rose-gold-220g" 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-7985.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_244599_1.jpg" loading="lazy" width="360" height="360" alt="Glaçage miroir rose gold (220g)" title="Glaçage miroir rose gold (220g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/glacage-miroir-rose-gold-220g" :id="`slide-desc-7985-${$id('slider-id')}`" id="slide-desc-7985-slider-id-3">
                    Glaçage miroir rose gold (220g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a50286b() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a50286b()" @update-prices-7985.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7985" data-price-box="product-id-7985">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D7985']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D7985')" data-price-amount="4.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-7985-1"><span class="price">4,98&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D7985']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D7985')" data-price-amount="9.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-7985-1"><span class="price">9,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Glaçage miroir rose gold (220g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(7985)" aria-label="Ajouter à ma liste d’envie Glaçage miroir rose gold (220g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(7985)" aria-label="Ajouter au comparateur Glaçage miroir rose gold (220g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/7514/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/7514/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="7514">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="6 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 6 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/decorations-en-sucre-woods-6pcs" 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-7514.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/0/5/0500420.jpg" loading="lazy" width="360" height="360" alt="Décorations en sucre - Woods (6pcs)" title="Décorations en sucre - Woods (6pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decorations-en-sucre-woods-6pcs" :id="`slide-desc-7514-${$id('slider-id')}`" id="slide-desc-7514-slider-id-3">
                    Décorations en sucre - Woods (6pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a50bb46() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a50bb46()" @update-prices-7514.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7514" data-price-box="product-id-7514">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-20%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D7514']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D7514')" data-price-amount="5.4" data-price-type="finalPrice" class="price-wrapper " id="product-price-7514-1"><span class="price">5,40&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D7514']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D7514')" data-price-amount="6.75" data-price-type="oldPrice" class="price-wrapper " id="old-price-7514-1"><span class="price">6,75&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décorations en sucre - Woods (6pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(7514)" aria-label="Ajouter à ma liste d’envie Décorations en sucre - Woods (6pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(7514)" aria-label="Ajouter au comparateur Décorations en sucre - Woods (6pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13213/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13213/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="13213">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="6 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 6 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/decorations-en-sucre-lys-6pcs" 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-13213.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/0/5/0500284-1.jpg" loading="lazy" width="360" height="360" alt="Décorations en sucre - Lys (6pcs)" title="Décorations en sucre - Lys (6pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decorations-en-sucre-lys-6pcs" :id="`slide-desc-13213-${$id('slider-id')}`" id="slide-desc-13213-slider-id-3">
                    Décorations en sucre - Lys (6pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a514ff9() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a514ff9()" @update-prices-13213.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="13213" data-price-box="product-id-13213">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-20%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D13213']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D13213')" data-price-amount="6.84" data-price-type="finalPrice" class="price-wrapper " id="product-price-13213-1"><span class="price">6,84&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D13213']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D13213')" data-price-amount="8.55" data-price-type="oldPrice" class="price-wrapper " id="old-price-13213-1"><span class="price">8,55&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décorations en sucre - Lys (6pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(13213)" aria-label="Ajouter à ma liste d’envie Décorations en sucre - Lys (6pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(13213)" aria-label="Ajouter au comparateur Décorations en sucre - Lys (6pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13215/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13215/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="13215">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="12 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 12 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/decorations-en-sucre-feuilles-12pcs" 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-13215.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/0/5/0500182-1_1.jpg" loading="lazy" width="360" height="360" alt="Décorations en sucre - Feuilles (12pcs)" title="Décorations en sucre - Feuilles (12pcs)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decorations-en-sucre-feuilles-12pcs" :id="`slide-desc-13215-${$id('slider-id')}`" id="slide-desc-13215-slider-id-3">
                    Décorations en sucre - Feuilles (12pcs)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a51e56e() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a51e56e()" @update-prices-13215.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="13215" data-price-box="product-id-13215">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-20%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D13215']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D13215')" data-price-amount="3.96" data-price-type="finalPrice" class="price-wrapper " id="product-price-13215-1"><span class="price">3,96&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D13215']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D13215')" data-price-amount="4.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-13215-1"><span class="price">4,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décorations en sucre - Feuilles (12pcs)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(13215)" aria-label="Ajouter à ma liste d’envie Décorations en sucre - Feuilles (12pcs)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(13215)" aria-label="Ajouter au comparateur Décorations en sucre - Feuilles (12pcs)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/12964/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/12964/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="12964">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="90g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 90g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/decorations-en-sucre-hugs-kisses-90g" 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-12964.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/h/a/happy-sprinkles-sprinkles-hugs-kisses-42283522785545_1800x1800_-_copie.jpg" loading="lazy" width="360" height="360" alt="Décorations en sucre - Hugs &amp; Kisses (90g)" title="Décorations en sucre - Hugs &amp; Kisses (90g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/decorations-en-sucre-hugs-kisses-90g" :id="`slide-desc-12964-${$id('slider-id')}`" id="slide-desc-12964-slider-id-3">
                    Décorations en sucre - Hugs &amp; Kisses (90g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a527232() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a527232()" @update-prices-12964.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="12964" data-price-box="product-id-12964">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D12964']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D12964')" data-price-amount="3.48" data-price-type="finalPrice" class="price-wrapper " id="product-price-12964-1"><span class="price">3,48&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D12964']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D12964')" data-price-amount="6.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-12964-1"><span class="price">6,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Décorations en sucre - Hugs &amp;amp; Kisses (90g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(12964)" aria-label="Ajouter à ma liste d’envie Décorations en sucre - Hugs &amp;amp; Kisses (90g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(12964)" aria-label="Ajouter au comparateur Décorations en sucre - Hugs &amp;amp; Kisses (90g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6055/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6055/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="6055">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="50g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 50g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/poudre-a-lever-50g" 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-6055.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/2/4/244489.jpg" loading="lazy" width="360" height="360" alt="Poudre à lever (50g)" title="Poudre à lever (50g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/poudre-a-lever-50g" :id="`slide-desc-6055-${$id('slider-id')}`" id="slide-desc-6055-slider-id-3">
                    Poudre à lever (50g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a5300a0() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a5300a0()" @update-prices-6055.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6055" data-price-box="product-id-6055">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D6055']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D6055')" data-price-amount="1.58" data-price-type="finalPrice" class="price-wrapper " id="product-price-6055-1"><span class="price">1,58&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D6055']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D6055')" data-price-amount="3.15" data-price-type="oldPrice" class="price-wrapper " id="old-price-6055-1"><span class="price">3,15&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Poudre à lever (50g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(6055)" aria-label="Ajouter à ma liste d’envie Poudre à lever (50g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6055)" aria-label="Ajouter au comparateur Poudre à lever (50g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/10923/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/10923/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="10923">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="32g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 32g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/stylo-choco-vert" 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-10923.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/p/1/p103.jpg" loading="lazy" width="360" height="360" alt="Stylo Choco - Vert" title="Stylo Choco - Vert">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/stylo-choco-vert" :id="`slide-desc-10923-${$id('slider-id')}`" id="slide-desc-10923-slider-id-3">
                    Stylo Choco - Vert                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a538962() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a538962()" @update-prices-10923.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="10923" data-price-box="product-id-10923">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D10923']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D10923')" data-price-amount="2.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-10923-1"><span class="price">2,98&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D10923']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D10923')" data-price-amount="5.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-10923-1"><span class="price">5,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Stylo Choco - Vert">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(10923)" aria-label="Ajouter à ma liste d’envie Stylo Choco - Vert" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(10923)" aria-label="Ajouter au comparateur Stylo Choco - Vert" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/12755/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/12755/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="12755">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/mini-disques-en-azyme-baby-shower-fille" 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-12755.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/1/4/145108-mini_discos_oblea_baby_shower_girl_34cm_2.jpg" loading="lazy" width="360" height="360" alt="Mini disques en azyme Baby Shower - Fille" title="Mini disques en azyme Baby Shower - Fille">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/mini-disques-en-azyme-baby-shower-fille" :id="`slide-desc-12755-${$id('slider-id')}`" id="slide-desc-12755-slider-id-3">
                    Mini disques en azyme Baby Shower - Fille                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a54125d() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a54125d()" @update-prices-12755.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="12755" data-price-box="product-id-12755">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D12755']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D12755')" data-price-amount="2.48" data-price-type="finalPrice" class="price-wrapper " id="product-price-12755-1"><span class="price">2,48&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D12755']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D12755')" data-price-amount="4.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-12755-1"><span class="price">4,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Mini disques en azyme Baby Shower - Fille">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(12755)" aria-label="Ajouter à ma liste d’envie Mini disques en azyme Baby Shower - Fille" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(12755)" aria-label="Ajouter au comparateur Mini disques en azyme Baby Shower - Fille" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/12756/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/12756/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="12756">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/mini-disques-en-azyme-baby-shower-garcon" 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-12756.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/1/4/145109-mini_discos_oblea_baby_shower_boy_34cm_2.jpg" loading="lazy" width="360" height="360" alt="Mini disques en azyme Baby Shower - Garçon" title="Mini disques en azyme Baby Shower - Garçon">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/mini-disques-en-azyme-baby-shower-garcon" :id="`slide-desc-12756-${$id('slider-id')}`" id="slide-desc-12756-slider-id-3">
                    Mini disques en azyme Baby Shower - Garçon                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a548ecb() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a548ecb()" @update-prices-12756.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="12756" data-price-box="product-id-12756">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D12756']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D12756')" data-price-amount="2.48" data-price-type="finalPrice" class="price-wrapper " id="product-price-12756-1"><span class="price">2,48&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D12756']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D12756')" data-price-amount="4.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-12756-1"><span class="price">4,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Mini disques en azyme Baby Shower - Garçon">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(12756)" aria-label="Ajouter à ma liste d’envie Mini disques en azyme Baby Shower - Garçon" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(12756)" aria-label="Ajouter au comparateur Mini disques en azyme Baby Shower - Garçon" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13780/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/13780/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="13780">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="5 Pièces">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 5 Pièces
    </div>
  </div>
  <a href="https://special-day.ch/fr/kit-pour-gateau-football" 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-13780.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/7/0/701009_1.jpg" loading="lazy" width="360" height="360" alt="Kit pour gâteau - Football " title="Kit pour gâteau - Football ">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/kit-pour-gateau-football" :id="`slide-desc-13780-${$id('slider-id')}`" id="slide-desc-13780-slider-id-3">
                    Kit pour gâteau - Football                 </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a551eba() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a551eba()" @update-prices-13780.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="13780" data-price-box="product-id-13780">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D13780']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D13780')" data-price-amount="17.48" data-price-type="finalPrice" class="price-wrapper " id="product-price-13780-1"><span class="price">17,48&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D13780']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D13780')" data-price-amount="34.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-13780-1"><span class="price">34,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Kit pour gâteau - Football ">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(13780)" aria-label="Ajouter à ma liste d’envie Kit pour gâteau - Football " type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(13780)" aria-label="Ajouter au comparateur Kit pour gâteau - Football " type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/11484/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/11484/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="11484">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="20g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 20g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/colorant-de-surface-liquide-or" 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-11484.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_244240_1.jpg" loading="lazy" width="360" height="360" alt="Colorant de surface liquide - Or" title="Colorant de surface liquide - Or">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/colorant-de-surface-liquide-or" :id="`slide-desc-11484-${$id('slider-id')}`" id="slide-desc-11484-slider-id-3">
                    Colorant de surface liquide - Or                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a55be7b() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a55be7b()" @update-prices-11484.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="11484" data-price-box="product-id-11484">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D11484']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D11484')" data-price-amount="7.4" data-price-type="finalPrice" class="price-wrapper " id="product-price-11484-1"><span class="price">7,40&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D11484']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D11484')" data-price-amount="14.8" data-price-type="oldPrice" class="price-wrapper " id="old-price-11484-1"><span class="price">14,80&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Colorant de surface liquide - Or">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(11484)" aria-label="Ajouter à ma liste d’envie Colorant de surface liquide - Or" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(11484)" aria-label="Ajouter au comparateur Colorant de surface liquide - Or" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6887/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/6887/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="6887">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="220g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 220g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/glacage-miroir-rose-220g" 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-6887.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_244608.jpg" loading="lazy" width="360" height="360" alt="Glaçage miroir rose (220g)" title="Glaçage miroir rose (220g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/glacage-miroir-rose-220g" :id="`slide-desc-6887-${$id('slider-id')}`" id="slide-desc-6887-slider-id-3">
                    Glaçage miroir rose (220g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a56529d() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a56529d()" @update-prices-6887.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6887" data-price-box="product-id-6887">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D6887']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D6887')" data-price-amount="4.45" data-price-type="finalPrice" class="price-wrapper " id="product-price-6887-1"><span class="price">4,45&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D6887']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D6887')" data-price-amount="8.9" data-price-type="oldPrice" class="price-wrapper " id="old-price-6887-1"><span class="price">8,90&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Glaçage miroir rose (220g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(6887)" aria-label="Ajouter à ma liste d’envie Glaçage miroir rose (220g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6887)" aria-label="Ajouter au comparateur Glaçage miroir rose (220g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5870/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/5870/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="5870">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="3g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 3g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/colorant-noir-poudre-naturelle-10g" 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-5870.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/s/c/scr_244203.jpg" loading="lazy" width="360" height="360" alt="Colorant Noir poudre naturelle (10g)" title="Colorant Noir poudre naturelle (10g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/colorant-noir-poudre-naturelle-10g" :id="`slide-desc-5870-${$id('slider-id')}`" id="slide-desc-5870-slider-id-3">
                    Colorant Noir poudre naturelle (10g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a56e324() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a56e324()" @update-prices-5870.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="5870" data-price-box="product-id-5870">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D5870']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D5870')" data-price-amount="2.23" data-price-type="finalPrice" class="price-wrapper " id="product-price-5870-1"><span class="price">2,23&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D5870']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D5870')" data-price-amount="4.45" data-price-type="oldPrice" class="price-wrapper " id="old-price-5870-1"><span class="price">4,45&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Colorant Noir poudre naturelle (10g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(5870)" aria-label="Ajouter à ma liste d’envie Colorant Noir poudre naturelle (10g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(5870)" aria-label="Ajouter au comparateur Colorant Noir poudre naturelle (10g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/7156/

<form method="post" action="https://special-day.ch/fr/checkout/cart/add/uenc/%25uenc%25/product/7156/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="ZEMPt1fUhvvPidCW"> <input type="hidden" name="product" value="7156">
  <div class="absolute table-cell align-bottom">
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="10g">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/contenance.png" alt="contenance"> 10g
    </div>
    <div class="attribute-label py-1 px-2 rounded-tr-xl rounded-br-xl mb-1 text-xs text-white text-center bg-sd/70" title="1 Pièce">
      <img class="w-6 m-1 text-white m-auto mr-2 inline invert" src="https://media.special-day.ch/media/specialday/icons/pieces.png" alt="pieces"> 1 Pièce
    </div>
  </div>
  <a href="https://special-day.ch/fr/poudre-alimentaire-scintillante-or-10g" 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-7156.window="$root.src = $event.detail" src="https://media.special-day.ch/media/catalog/product/cache/f5f7a328471ba167e591d28afc6294b9/9/9/99.507.03.0001_glitter_dust_10gr_gold.jpg" loading="lazy" width="360" height="360" alt="Poudre alimentaire scintillante - Or (10g)" title="Poudre alimentaire scintillante - Or (10g)">
        </a>
  <div class="product-info flex flex-col grow">
    <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://special-day.ch/fr/poudre-alimentaire-scintillante-or-10g" :id="`slide-desc-7156-${$id('slider-id')}`" id="slide-desc-7156-slider-id-3">
                    Poudre alimentaire scintillante - Or (10g)                </a>
    </div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6685d8a576e44() {
        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');
            const reductionElement = this.$root.querySelector('.reduction');
            if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
              regularPriceLabel.classList.add('hidden');
            } else {
              regularPriceLabel.classList.remove('hidden');
            }
            regularPriceElement && (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__6685d8a576e44()" @update-prices-7156.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="7156" data-price-box="product-id-7156">
        <div class="text-white bg-sd font-bold px-2 py-2 text-xl mr-3 mt-1 inline rounded-full" style="float:left">-50%</div>
        <span class="special-price text-red-600">
          <span x-data="" x-id="['product\u002Dprice\u002D7156']" class="price-container price-final_price tax weee">
            <span class="price-label">Prix Spécial</span>
            <span :id="$id('product\u002Dprice\u002D7156')" data-price-amount="9.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-7156-1"><span class="price">9,98&nbsp;CHF</span></span>
          </span>
        </span>
        <div class="old-price text-red-600">
          <strike>
            <span x-data="" x-id="['old\u002Dprice\u002D7156']" class="price-container price-final_price tax weee">
              <span class="price-label"></span>
              <span :id="$id('old\u002Dprice\u002D7156')" data-price-amount="19.95" data-price-type="oldPrice" class="price-wrapper " id="old-price-7156-1"><span class="price">19,95&nbsp;CHF</span></span>
            </span>
          </strike>
        </div>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary hover:text-sd justify-center text-sm
                mr-auto" aria-label="Ajouter au panier Poudre alimentaire scintillante - Or (10g)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Ajouter au panier </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(7156)" aria-label="Ajouter à ma liste d’envie Poudre alimentaire scintillante - Or (10g)" type="button"
        class="rounded-full w-9 h-9 p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(7156)" aria-label="Ajouter au comparateur Poudre alimentaire scintillante - Or (10g)" type="button"
        class="rounded-full w-9 h-9  p-0 border-0 inline-flex shrink-0 items-center justify-center text-primary hover:text-sd ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

Text Content

Allez au contenu

 * Mariage
   
    * Mariage
    * Tout voir
    * Accessoires mariée
    * Cérémonie et haie d'honneur
    * Décoration de voiture
    * Décoration de salle
    * Ballons
    * Art de la table
    * Contenants
    * Animations
    * Figurines mariés
    * Décorations
    * Rubans & DIY
    * Sucreries
    * Papeterie
    * Enterrement de vie de jeune fille
    * Thèmes

 * Anniversaire
   
    * Anniversaire
    * Tout voir
    * Thèmes
    * Accessoires
    * Animations
    * Ballons
    * Contenants
    * Décoration de table
    * Gâteau
    * Papeterie
    * Guirlandes, Lanternes & Suspensions
    * Piñatas
    * Personnalisé
    * Sucreries
    * Kit complets
    * Jeux & Jouets

 * Baby Shower
   
    * Baby Shower
    * Tout voir
    * Lanternes & Suspensions
    * Ballons
    * Boites transparentes
    * Décoration de table
    * Contenants
    * Accessoires
    * Livre d'Or
    * Sucreries
    * Papeterie
    * Rubans & DIY

 * Baptême et Communion
   
    * Baptême et Communion
    * Tout voir
    * Lanternes & Suspensions
    * Ballons
    * Décoration de table
    * Contenants
    * Boites transparentes
    * Rubans & DIY
    * Animations
    * Sucreries
    * Papeterie

 * Pâtisserie
   
    * Pâtisserie
    * Tout voir
    * Thèmes Pâtisserie
    * Ingrédients & Préparations
    * Décorations comestibles
    * Ustensiles
    * Moules et Emporte-pièces
    * Boites et plateaux
    * Cake toppers
    * Machines / Atelier
    * Coffrets Cadeau
    * Fêtes saisonnières

 * Bonnes affaires
 * Autres Thèmes
   
    * Autres Thèmes
    * Tout voir
    * Halloween
    * Noël
    * Nouvel An
    * Fêtes saisonnières
    * Evénements
    * Cartes Cadeau
    * Jeux d'ambiance
    * Location

Mariage
 * Accessoires mariée
    * Accessoires Bracelet Diadèmes Echarpes & Kimono Jarretières Sacs

 * Cérémonie et haie d'honneur
    * Bulles à savon Canon à Confettis Cierges magiques Coussins / Panier pour
      alliances Eventail Noeuds automatiques Parapluies et Ombrelle Pétales de
      roses Structure pour Arche Tapis de Cérémonie

 * Décoration de voiture
 * Décoration de salle
    * Guirlandes
      * Guirlande Texte
      * Guirlande personnalisée
      * Flèche de signalisation
      * Guirlande Fanion
      * Guirlande Franges
      * Guirlande Coeur
      * Guirlande Tassel
      * Guirlande Led & Ballons
    * Toiles de fond Pompons Lanternes Suspensions Tentures Panneaux

 * Ballons
    * Couleurs unies
      * Ø 27-30cm
      * Ø 12cm
    * Accessoires
      * Bolduc
      * Poids
      * Adhésif
      * Pompe à ballon
      * Tige en papier
      * Ficelle avec attache
      * Accessoires divers
    * Hélium Imprimés avec texte Ballons Coeur Ballons Confettis Assortiment de
      ballons Arches de ballons Structures Lettres et Chiffres Formes spéciales
      Ballons Ronds, Etoiles & Feuilles Ballons à Pois / Coeur Ballons Fleurs
      Stuff

 * Art de la table
    * Vaisselle
      * Assiettes
      * Gobelets & Pailles
      * Couverts
    * Serviettes de table
      * Uni 33x33cm
      * Uni 40x40cm
      * Cocktail 20x20cm
      * Motifs
    * Nappes
      * Rouleaux
      * Nappes pliées
      * Accessoires
    * Chemins de Table
      * Fanon
      * Tissu non-tissé
      * Jute
      * Crêpe
      * Chemin de table 3en1
      * Paillette & Lurex
      * Autres matières
    * Articles à parsemer
      * Mot en bois
      * Confettis Coeur
      * Confettis Rond
      * Diamants
      * Paillettes
      * Pétales de roses
    * Centre de table Bougies et Photophores Marque-Places & Etiquettes Noeuds
      de chaises Plan de Table et Marque-Table Ronds de serviette Set de table

 * Contenants
    * Boites à dragées Eprouvettes / Fioles Pochettes en organza Sac cadeaux
      Ballotins

 * Animations
    * Appareils photo Livres d'Or Tirelires / Urnes Photobooth Tatouages Fluo
      Jeux

 * Figurines mariés
    * Figurines en 2D Figurines en 3D

 * Décorations
    * Lumières
      * Bougies
      * LED
      * Photophores
      * Photophores papier
    * Autocollants Boites transparentes Inscription Plumes Fagots de bois Seaux
      Plantes Vase Rotin Sable Perles d'eau

 * Rubans & DIY
    * Abaca Noeuds automatiques Rubans Paillettes & Strass Cordelettes
      Guirlandes de perle Pincettes Raphia Ventouse Ruban en dentelle Stylos
      Tulle Patchs Pochoirs

 * Sucreries
    * Bonbons Chocolat Dragées Caramel

 * Papeterie
    * Autocollants Carte Cadeau Espèce Papier Cadeaux Coussins Encreurs Tampons
      à motif Cartes de voeux Carte à gratter - Annonce Sacs cadeaux
      Perforatrices Ecriture

 * Enterrement de vie de jeune fille
 * Thèmes
    * Bois et Rotin Champêtre

Anniversaire
 * Thèmes
    * Enfants
      * 1er anniversaire
      * Avengers
      * Barbie
      * Basketball
      * Chantier
      * Chat
      * Chevaliers
      * Chevaux / Poney
      * Chien
      * Cirque
      * Coccinelle
      * Danseuse
      * Dinosaures
      * Disney
      * Espace
      * Ferme
      * Foot
      * Forêt
      * Gymnastique
      * Harry Potter / Magie
      * Indiens
      * Jeux Vidéos
      * Jungle
      * La Mer
      * Lama
      * Lego / Briques de construction
      * Licorne
      * LOL
      * Manga
      * Militaire
      * Minions
      * Miraculous
      * Mon Petit Poney
      * Musique
      * Ninja
      * Pat Patrouille
      * Peppa Pig
      * Pirates
      * Pokemon
      * Police
      * Pompier
      * Princesse
      * Pyjamasques
      * Sirène
      * Spiderman
      * Super-Héros
      * Super Mario Bross
      * Tropical
    * Buon Compleanno Feliz Cumpleaños Happy Birthday Joyeux Anniversaire Pampas
      Gourmandise Cinéma Disco

 * Accessoires
    * Rubans Diadème Déguisements Boites transparentes Chapeaux Masque et
      Collier de fleurs Ventouse Ficelles Sifflets Stylos Tatouages temporaires
      Autocollants Pochoirs Echarpe Jouets Fluo & Kit de Fête

 * Animations
    * Artifice Appareils photo Livres d'Or Tirelires Jeux Pâtisserie Photobooth
      Pop It Cahiers Fluo Canon à confetti Kit de Fête Lumière

 * Ballons
    * Formes
      * Animaux
      * Ballons Marcheurs
      * Coeur
      * Coeur Alu
      * Etoiles
      * Formes
      * Sphère
    * Age Arches de ballons Lettres et Chiffres Couleurs Hélium Modelage Ballons
      Confettis Géants Structures pour ballons Imprimés Accessoires Personnalisé
      Stuff Anniversaire de mariage

 * Contenants
    * Boites & Ballotins Cellophanes Eprouvettes Sachets cadeaux Boites à
      gourmandises

 * Décoration de table
    * Articles à parsemer
      * Diamants
      * Confettis
      * Paillettes
      * Serpentins
    * Couverts Centre de table Plumes Bougies et Photophores Kits déco de table
      Ardoises & Etiquettes Assiettes Nappes Marque-Table Chemins de Table
      Marque Places Serviettes Gobelets & Pailles Sets de table Vase

 * Gâteau
    * Cupcake toppers Bougies Décoration de gâteau Ballons Chiffres

 * Papeterie
    * Carte cadeau espèce Cartes de voeux Invitations Papier Cadeaux Coussins
      Encreurs Tampons à motif Autocollants pour vitre Autocollants Carte à
      gratter - Annonce Sacs cadeaux Perforatrices Ecriture

 * Guirlandes, Lanternes & Suspensions
    * Guirlandes Plantes Toiles de fond Lanternes Pompons Flèche de signalement
      Rosettes décoratives Boules Alvéolées

 * Piñatas
    * Remplissage
      * Bonbons
      * Jouets
    * Accessoires Piñatas à casser Piñatas à tirer

 * Personnalisé
    * Boites transparentes Guirlandes Lettres Ballons Rubans

 * Sucreries
    * Bonbons Chocolat Popcorn Caramel

 * Kit complets
 * Jeux & Jouets
    * Jeux Jouets pour enfants

Baby Shower
 * Lanternes & Suspensions
    * Suspensions Guirlandes Arches (Structure) Toiles de fond Plantes Lanternes
      Pompons Ventouse Ficelles Panneaux Boules Alvéolées

 * Ballons
    * Arches de ballons Lettres Couleurs Formes Hélium Coeur Ballons Confettis
      Structures Imprimés Accessoires Personnalisé Stuff

 * Boites transparentes
    * Boites transparentes

 * Décoration de table
    * Articles à parsemer
      * Confettis
      * Diamants
      * Paillettes
    * Couverts Bougies & Photophores Centre de table Inscription Plumes Biberons
      & Lolettes Gâteau Serviettes Ardoises & Etiquettes Gobelets & Paille
      Assiettes Nappes Chemins de Table Sets de table Vase

 * Contenants
    * Boites Eprouvettes Pochettes Sac cadeaux Ballotins

 * Accessoires
    * Animations Appareils photo Pâtisserie Photobooth Echarpes Future maman
      Jeux Pochoirs Gâteau de pampers Etapes bébé

 * Livre d'Or
 * Sucreries
    * Bonbons Chocolat Dragées Popcorn Caramel

 * Papeterie
    * Carte Cadeau Espèce Cartes de voeux Papier Cadeaux Coussins Encreurs
      Tampons à motif Carte à gratter - Annonce Sacs Cadeaux Perforatrices
      Autocollants Ecriture Journal Accroche Porte

 * Rubans & DIY
    * Rubans

Baptême et Communion
 * Lanternes & Suspensions
    * Arches (Structure) Guirlandes Toiles de fond Plantes Lanternes Pompons
      Tentures Boules Alvéolées Suspensions

 * Ballons
    * Arches de ballons Lettres et Chiffres Couleurs Formes Hélium Coeur Ballons
      Confettis Structures Imprimés Accessoires Personnalisé Stuff

 * Décoration de table
    * Articles à parsemer
      * Coeur en tissu
      * Confettis
      * Diamants
      * Paillettes
    * Couverts Bougies & Photophores Centre de table Inscription Plumes Gâteau
      Cierges Magiques et Photophores Marques places Ardoises & Etiquettes
      Assiettes Chemins de Table Nappes / Sets de table Serviettes Gobelets &
      Paille Vase

 * Contenants
    * Boites Eprouvettes / Fioles Pochettes Sac cadeaux Ballotins

 * Boites transparentes
 * Rubans & DIY
    * Abaca Noeuds automatiques Rubans Paillettes & Strass Cordelettes Pincettes
      Ventouse Dentelles Personnalisés

 * Animations
    * Appareils photo Livres d'Or

 * Sucreries
    * Bonbons Chocolat Dragées Caramel

 * Papeterie
    * Carte Cadeau Espèce Papier Cadeaux Coussins Encreurs Tampons à motif Carte
      à gratter - Annonce Sacs Cadeaux Perforatrices Ecriture

Pâtisserie
 * Thèmes Pâtisserie
    * Chocolat
      * Les indispensables
      * Chocolat de couverture Suisse
      * Chocolat de couverture Européen
      * Chocolat de décoration (Melts)
      * Pépites de chocolat
      * Moules chocolat
      * Feuilles de transfert
    * Cupcake
      * Atelier à Cupcake
      * Boites à cupcakes
      * Caissettes à Cupcake
      * Cupcake toppers
      * Douilles
      * Moules à Cupcake
      * Préparation pour Cupcakes
    * Eclairs / Donuts
      * Caissettes
      * Fondant
      * Moules et Tapis
      * Ustensiles
    * Entremets
      * Purée de fruits
      * Ustensiles
      * Glaçage miroir
    * Massepain
      * Les indispensables
      * Massepain
      * Moules massepain
      * Ustensiles
    * Pâte à sucre
      * Les indispensables
      * Moule pâte à sucre
      * Pâte à sucre étalée
      * Pâte à sucre pack
      * Pâte à sucre
      * Ustensiles
      * Tapis d'impression
    * Pop Cake & Cakesicles Barbe à papa Pop Corn Dummy Cake Impression sur
      papier comestible Sans Gluten Baptême Communion

 * Ingrédients & Préparations
    * Arômes
      * Arômes liquide
      * Arômes en poudre
      * Pâtes d'arôme
      * Epices
      * Emulsions
      * Pipettes / Cuillère
    * Chocolat
      * Melts
      * Couverture Suisse
      * Couverture Européenne
      * Pépites de chocolat
      * Spray refroidissant
      * Beurre de cacao
      * Bâtons de chocolat
      * Copeaux de chocolat
    * Colorants / Sprays / Peintures
      * Colorants
      * Peinture
      * Poudre alimentaire
      * Sprays
      * Spray velours
    * Pâte à sucre
      * Les indispensables
      * Pâte à sucre
      * Pâte à sucre étalée
      * Pâte à sucre pack
    * Sucres et Glucoses
      * Sucre Barbe à Papa
      * Sucre de décoration
      * Glucose
      * Sucre
      * Edulcorants
    * Les indispensables Feuilles d'Azyme Fondant Glaçage miroir Massepain Pâte
      fruits à coque Préparations Crème / Liaison / etc. Préparations Gâteaux /
      Autres Purées de fruits Coulis Zestes Caramels Préparation pour bonbons

 * Décorations comestibles
    * Sucre / Azyme
      * Animaux
      * Bébé
      * Coeur
      * Cristaux de sucre
      * Granulés
      * Kit Azyme
      * Medley
      * Noël
      * NonPareils
      * Perle
      * Plantes / Fleurs
      * Vermicelle
      * Visage
      * Autres
      * Transport
      * Héros
      * Princesse
      * Licorne
      * Meringue
      * Communion
      * Pâques
      * Poudre
    * Chocolat Colle alimentaire Disques comestibles Feuilles comestibles Fleurs
      Glaçage prêt à l'emploi Impression personnalisée Marshmallow / Noisettes /
      Etc Or / Argent Pâte d'amandes Stylos / Feutres Autres Paillettes

 * Ustensiles
    * Douilles
      * Douilles
      * Poches à douilles
      * Ustensiles
    * Les indispensables Bouteille de Glaçage Grilles de refroidissement
      Niveleurs Pinceaux Rhodoïd Rouleau à pâtisserie Spatules & Fouets Surfaces
      de travail Tamis Tapis & Plaques de cuisson Thermomètres Pour enfants

 * Moules et Emporte-pièces
    * Emporte pièces
      * Animaux
      * Autres
      * Bébé
      * Ciel
      * Formes
      * Halloween
      * Lettres & Chiffres
      * Lieux
      * Noël
      * Nature
      * Pâques
      * Pâte à sucre
      * Transports
      * Musique
      * Fruits
      * Communion
    * Moules
      * Cadres et Cercles
      * Letter / Number Cakes
      * Moules à Biscuits
      * Moules à Bûche
      * Moules à Chocolats
      * Moules Pâte à sucre / chocolat
      * Moules à Gâteau
      * Moules à Glace / Cakesicles
      * Moules à Pain
      * Moules à Tarte
      * Moules individuels
      * Pop cakes
      * Cupcake
    * Découpoir XXL Embosseurs Pochoirs Spray de démoulage Tapis Dentelle
      Poussoirs Tapis d'impression Dummy Cake Caissettes en papier

 * Boites et plateaux
    * Plateaux
      * Plateaux Ardoise
      * Plateaux Carrés
      * Plateaux Rectangles
      * Plateaux Ronds
      * Plateaux Tournant
    * Boîtes à Bûche Boîtes à Cupcake Boîtes à Gâteaux / Tourtes Boîtes à
      Macarons Boîtes à PopCorn Présentoirs Cellophane Supports à Pâtisseries
      Ballotins Boite à biscuit Coupelle

 * Cake toppers
    * Animaux Anniversaire Baby Shower Mariage Noël Autres

 * Machines / Atelier
    * Atelier / Fontaine chocolat Aérographe Barbe à papa / Popcorn / Bonbons
      Cakemaker Crêpes / Gaufres / Churros Biscuits Mixeurs Robots Pâtissier Box
      Atelier de cuisine

 * Coffrets Cadeau
 * Fêtes saisonnières
    * Halloween
      * Caissettes
    * Noël Pâques

Bonnes affaires
Autres Thèmes
 * Halloween
 * Noël
    * Papeterie
      * Cartes de voeux
      * Papier cadeaux
      * Tampons à motif
      * Autocollants
      * Autocollants pour vitre
      * Perforatrices
      * Ruban adhésif
      * Rubans
    * Pâtisserie
      * Moules
      * Décorations comestibles
      * Boites & Plateaux
      * Caissettes à Cupcake
      * Colorants
      * Décorations de Bûche / Gâteau
      * Ustensiles
      * Emporte-pièces
      * Pain d'épices
      * Feuilles de transfert
      * Glaçages
      * Moules à Bûche
      * Moule à Chocolats
      * Pochoirs
      * Rouleaux à empreintes
      * Sachets à biscuits
      * Préparations
    * Décorations
      * Arts de la Table
      * Bougies
      * Décorations
      * Rubans
    * Chocolats / Bonbons Idées Cadeaux Déguisements Calendrier de l'Avent Kits
      de Fête

 * Nouvel An
    * Art de la table Ballons Bougies et accessoires Guirlandes et suspensions
      Kits de Fête & Déguisements Lanternes & Pompon Plantes artificielles
      Rubans Canon à confetti

 * Fêtes saisonnières
    * Saint-Valentin
      * Décorations
      * Pâtisserie
    * Fête des rois / Epiphanie Carnaval Pâques Fête des mères Fête des pères
      Calendriers de l'avent Fête des morts Automne Diwali Fête nationale
      Saint-Patrick Hanoucca Eid Moubarak

 * Evénements
    * Retraite Welcome Home Anniversaire de mariage Diplôme Naissance
      Enterrement de Vie de Garçon Enterrement de vie de Jeune Fille

 * Cartes Cadeau
 * Jeux d'ambiance
 * Location

Langue
Français chevron-down
Deutsch English
scale Comparer des produits 0 article articles
Connexion Créer un compte
Afficher/Masquer le panier, Le panier est vide shopping-cart 0
Rechercher

Rechercher

Mon panier 10 des 0 produits dans le panier affichés

Le panier est vide
Le panier est vide

x









Sous-total:

Commander ou Voir le panier
loader
Chargement en cours...
x

Commander en utilisant votre compte

Adresse email

Mot de passe

Connexion Mot de passe oublié ?


Commander en tant que nouveau client

La création d’un compte possède de nombreux avantages :

 * Voir le statut de la commande et de l’expédition
 * Suivi de la commande
 * Commandez plus rapidement

Créer un compte
Mariage
Anniversaire
Baby Shower
Pâtisserie
Bapteme
Location
Nouveautés
Bonnes affaires


Spécialiste dans la vente de décoration et de pâtisserie en ligne, nous avons
sélectionné avec amour tous nos articles afin de pouvoir répondre à vos
attentes. Il nous tient à cœur que vous ayez LA décoration qui rendra votre lieu
unique ainsi que tous les articles nécessaires pour préparer de délicieuses
pâtisseries. Un anniversaire, un mariage, une babyshower, un baptême ou tout
simplement une fête entre amis, nous avons les articles qu’il vous faut pour
rendre cette journée exceptionnelle.


NOUVEAU

Il est possible de naviguer entre les éléments du carrousel à l'aide de la
touche de tabulation. Vous pouvez sauter le carrousel ou passer directement à la
navigation dans le carrousel à l'aide des liens de saut. Cliquer pour passer le
carrousel Cliquer pour accéder à la navigation en carrousel
1 Pièce
Nappe Football (115 x 175cm)

7,95 CHF
Ajouter au panier
1 Pièce
Nappe en papier - Blanc 137 x 274cm

7,95 CHF
Ajouter au panier
5g
1 Pièce
Paillette comestible - Or

6,90 CHF
Ajouter au panier
80 pièces
1 Pièce
Dragées Finesse Extreme Lerida Vert Bambou (250g)

13,95 CHF
Ajouter au panier
1 Pièce
Cuillère silicone à pâtisserie

6,10 CHF
Ajouter au panier
6 Pièces
Gobelets bubble waffle & churros (6pcs)

4,90 CHF
Ajouter au panier
1 Pièce
Décoration en sucre - Perles chocolat blanc et doré

7,90 CHF
Ajouter au panier
50g
1 Pièce
Sucre Vanille Bourbon Bio (50g)

5,90 CHF
Ajouter au panier
1 Pièce
Cake topper - Led Dinosaure

8,95 CHF
Ajouter au panier
25 Pièces
Caissettes de Cuisson kraft (25pcs)

5,95 CHF
Ajouter au panier
2 Pièces
2 squeezers avec 2 douilles à glaçage

8,70 CHF
Ajouter au panier
1 Pièce
Moule en silicone - 5 Layer Cake

15,90 CHF
Ajouter au panier
2 Pièces
Découpoirs éjecteurs - Dinosaures

4,90 CHF
Ajouter au panier
8 Pièces
Invitations Sorcier (8pcs)

4,10 CHF
Ajouter au panier
8 Pièces
Invitations Licorne (8pcs)

4,10 CHF
Ajouter au panier
8 Pièces
Invitations Dinosaures (8pcs)

4,10 CHF
Ajouter au panier






MEILLEURES VENTES

Il est possible de naviguer entre les éléments du carrousel à l'aide de la
touche de tabulation. Vous pouvez sauter le carrousel ou passer directement à la
navigation dans le carrousel à l'aide des liens de saut. Cliquer pour passer le
carrousel Cliquer pour accéder à la navigation en carrousel
1 Pièce
Helium Gonflage

5,00 CHF
Ajouter au panier
25 Pièces
Bâtonnets pour Barbe à Papa (25pcs)

4,75 CHF
Ajouter au panier
1 Pièce
Terrain de foot comestible - Rectangle

6,95 CHF
Ajouter au panier
1 Pièce
Boite à gâteau - 30x40cm

3,95 CHF
Ajouter au panier
10 Pièces
Décoration de gâteau - Foot (10pcs)

9,95 CHF
Ajouter au panier
48 Pièces
Bulles à savon - Tube Coeur (48 pcs)

15,95 CHF
Ajouter au panier
0.42 m3
Bonbonne Hélium - Pour ~50 ballons

59,90 CHF
Ajouter au panier
250gr
1 Pièce
Pâte à sucre FunCakes - Bright White - 250gr

3,45 CHF
Ajouter au panier
1 Pièce
Boite Personnalisée - Blanche (1pc)

8,95 CHF
Ajouter au panier
22g
1 Pièce
Colle alimentaire avec pinceau (22g)

2,95 CHF
Ajouter au panier
900g
1 Pièce
Mix pour crème enchantée (900g)

16,95 CHF
Ajouter au panier
1 Pièce
Collier bonbon

0,30 CHF
Ajouter au panier
Ruban Satin Personnalisé (1m)

4,95 CHF
Ajouter au panier
1 Pièce
Boite à gâteau - 25x25x15cm

2,85 CHF
Ajouter au panier
450g
1 Pièce
Mix pour crème enchantée (450g)

9,95 CHF
Ajouter au panier
0.20 m3
1 Pièce
Bonbonne Hélium Menthe - Pour ~ 30 ballons

39,95 CHF
Ajouter au panier






VENTE

Il est possible de naviguer entre les éléments du carrousel à l'aide de la
touche de tabulation. Vous pouvez sauter le carrousel ou passer directement à la
navigation dans le carrousel à l'aide des liens de saut. Cliquer pour passer le
carrousel Cliquer pour accéder à la navigation en carrousel
2.5kg
1 Pièce
Callebaut Chocolat Ruby - 2.5kg

-20%
Prix Spécial 63,96 CHF
79,95 CHF
Ajouter au panier
180 g
1 Pièce
Décos en sucre - Halloween 180g

-50%
Prix Spécial 5,98 CHF
11,95 CHF
Ajouter au panier
220g
1 Pièce
Glaçage miroir rose gold (220g)

-50%
Prix Spécial 4,98 CHF
9,95 CHF
Ajouter au panier
6 Pièces
Décorations en sucre - Woods (6pcs)

-20%
Prix Spécial 5,40 CHF
6,75 CHF
Ajouter au panier
6 Pièces
Décorations en sucre - Lys (6pcs)

-20%
Prix Spécial 6,84 CHF
8,55 CHF
Ajouter au panier
12 Pièces
Décorations en sucre - Feuilles (12pcs)

-20%
Prix Spécial 3,96 CHF
4,95 CHF
Ajouter au panier
90g
1 Pièce
Décorations en sucre - Hugs & Kisses (90g)

-50%
Prix Spécial 3,48 CHF
6,95 CHF
Ajouter au panier
50g
1 Pièce
Poudre à lever (50g)

-50%
Prix Spécial 1,58 CHF
3,15 CHF
Ajouter au panier
32g
1 Pièce
Stylo Choco - Vert

-50%
Prix Spécial 2,98 CHF
5,95 CHF
Ajouter au panier
1 Pièce
Mini disques en azyme Baby Shower - Fille

-50%
Prix Spécial 2,48 CHF
4,95 CHF
Ajouter au panier
1 Pièce
Mini disques en azyme Baby Shower - Garçon

-50%
Prix Spécial 2,48 CHF
4,95 CHF
Ajouter au panier
5 Pièces
Kit pour gâteau - Football

-50%
Prix Spécial 17,48 CHF
34,95 CHF
Ajouter au panier
20g
1 Pièce
Colorant de surface liquide - Or

-50%
Prix Spécial 7,40 CHF
14,80 CHF
Ajouter au panier
220g
1 Pièce
Glaçage miroir rose (220g)

-50%
Prix Spécial 4,45 CHF
8,90 CHF
Ajouter au panier
3g
1 Pièce
Colorant Noir poudre naturelle (10g)

-50%
Prix Spécial 2,23 CHF
4,45 CHF
Ajouter au panier
10g
1 Pièce
Poudre alimentaire scintillante - Or (10g)

-50%
Prix Spécial 9,98 CHF
19,95 CHF
Ajouter au panier





Expédié le jour même jusqu'à 14h
Les commandes payées avant 14h sont expédiées le jour même
Livraison gratuite dès 99 CHF
Profitez de la livraison gratuite en Suisse sur vos commandes de plus de 99.-
hors colis encombrant
Prix bas garantis
Si vous trouvez moins cher en Suisse nous vous remboursons la différence.
Nous sommes là pour vous
Visitez notre FAQ, suivez vos commandes ou contactez-nous si vous avez des
questions.

A PROPOS DE NOUS

 * Qui sommes nous?

AIDE

 * Questions fréquentes
 * Conditions générales de vente
 * Droit de retour
 * Mentions légales
 * Contactez-nous
 * Prix bas garantis

MY ACCOUNT

 * My account
 * Mes commandes

CONTACTEZ-NOUS

 * mail support@special-day.ch
 * phone 026 660 00 97 (lu-ve de 9h à 16h)
 * Instagram
 * Tiktok TikTok
 * Facebook

card_postfinance_v2 Created with Sketch. Paiement d'avance Facture
© 2024 Special Day Sàrl