hyvalive.test.lampadaeluce.it Open in urlscan Pro
88.99.244.141  Public Scan

URL: https://hyvalive.test.lampadaeluce.it/
Submission: On August 19 via api from US — Scanned from IT

Form analysis 22 forms found in the DOM

GET https://hyvalive.test.lampadaeluce.it/catalogsearch/result/

<form class="form minisearch md:relative" id="search_mini_form" :class="{'-mt-[53px] ml-xl md:mt-0 md:ml-0': showOverlay}" action="https://hyvalive.test.lampadaeluce.it/catalogsearch/result/" method="get">
  <div class="relative w-full" :class="{'z-40': showOverlay}"><label class="hidden" for="search" data-role="minisearch-label"><span>Cerca</span></label> <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value=""
      placeholder="Cosa stai cercando?" maxlength="128" class="w-full rounded-full border-0 h-12 pl-ml pr-12 pt-s md:h-[46px] lg:h-12" :class="{'bg-transparent !pl-s text-primary md:bg-white md:!pl-ml md:border md:!border-subtle': showOverlay}"
      @focus="showMobileOverlay" @focus.once="suggest" @input.debounce.300="suggest" @click.outside="close" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))"><button type="submit" title="Cerca"
      class="absolute right-m top-s md:left-auto md:top-s md:right-5 lg:top-[11px]" :class="{'hidden md:block': showOverlay}" aria-label="Search"><span class="sr-only">Cerca</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17.99 18"
        xml:space="preserve" class="text-primary md:w-ml md:h-ml" width="25" height="25" role="img">
        <path
          d="M17 18a.99.99 0 0 1-.71-.29l-3.4-3.4A7.906 7.906 0 0 1 8 16c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8c0 1.78-.59 3.5-1.69 4.9l3.4 3.4c.39.39.38 1.03-.01 1.41-.19.19-.44.29-.7.29zM8 2C4.69 2 2 4.69 2 8s2.69 6 6 6 6-2.69 6-6-2.69-6-6-6z"
          fill="currentColor"></path>
        <title>search</title>
      </svg>
    </button></div>
  <div class="suggestions-wrapper absolute bg-white w-full h-screen -left-0 top-4xl pt-sm z-40 text-primary md:shadow md:top-m md:pt-xl md:z-39 md:border-b-[10px] md:border-secondary" x-show="suggestions.length > 0" style="display: none;">
    <div class="h-full overflow-y-auto overflow-x-hidden overscroll-contain" id="suggestions-inner"><template x-if="suggestions.length > 0"><template x-for="suggestion in suggestions">
          <div class="w-full" :class="suggestion.row_class ? suggestion.row_class : ''" role="option" tabindex="0" :data-title="suggestion.title ? suggestion.title : ''" @click="clickSuggestion(suggestion)"
            @keydown.enter="clickSuggestion(suggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
            <template x-if="suggestion.type === 'product'">
              <div class="product-item w-full flex px-ml py-xs cursor-pointer"><template x-if="suggestion.image">
                  <div class="w-xxl h-xxl shrink-0 grow-0 mr-s relative"><img class="qs-option-image absolute w-full h-full object-contain" :src="suggestion.image ? suggestion.image: ''" :alt="suggestion.title ? suggestion.title : ''"></div>
                </template>
                <div class="qs-option-info-container w-full">
                  <div class="qs-option-name text-base w-full line-clamp-1" x-text="suggestion.title"></div>
                  <div class="price-box"><template x-if="!hasSpecialPrice(suggestion)"><span class="price-container"><span class="price-wrapper"><span x-html="formatPrice(suggestion.price)" class="price"></span></span></span></template><template
                      x-if="hasSpecialPrice(suggestion)"><span class="price-container flex items-center"><span class="old-price sly-old-price mr-1"><span class="price-wrapper"><span x-html="formatPrice(suggestion.price)"
                              class="price"></span></span></span> <span class="special-price"><span class="price-wrapper"><span x-html="formatPrice(suggestion.final_price)" class="price"></span></span></span></span></template></div>
                </div>
              </div>
            </template><template x-if="suggestion.type === 'suggestion'">
              <div class="w-full px-ml py-xs cursor-pointer"><span class="qs-option-name" x-text="suggestion.title"></span> <span aria-hidden="true" class="amount" x-text="suggestion.num_results"></span></div>
            </template><template x-if="suggestion.type === 'additional'">
              <div class="w-full px-ml py-xs cursor-pointer underline"><span class="qs-option-name" x-text="suggestion.title"></span> <span aria-hidden="true" class="amount" x-text="suggestion.num_results"></span></div>
            </template><template x-if="suggestion.type === 'suggestion_group'">
              <div class="w-full cursor-pointer">
                <div class="qs-suggestion-heading px-ml py-xs hidden"><span x-text="suggestion.title"></span> <span x-text="suggestion.num_results"></span></div><template x-if="suggestion.suggestions &amp;&amp; suggestion.suggestions.length > 0">
                  <div class="w-full"><template x-for="subSuggestion in suggestion.suggestions">
                      <div class="qs-option w-full flex justify-between px-ml py-xs cursor-pointer underline" role="option" tabindex="0" :data-title="suggestion.title ? suggestion.title : ''" @click="clickSuggestion(subSuggestion)"
                        @keydown.enter="clickSuggestion(subSuggestion)" @keydown.arrow-up.prevent="focusElement($event.target.previousElementSibling)" @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)"><span
                          class="qs-option-name" x-text="subSuggestion.title"></span> <span aria-hidden="true" class="amount" x-text="subSuggestion.num_results"></span></div>
                    </template></div>
                </template>
              </div>
            </template></div>
        </template></template></div>
  </div>
</form>

<form id="discount-coupon-form" class="pb-s max-w-[400px]" x-show="showCouponForm" x-cloak="" @submit.prevent="updateCoupon($event.target)"><input name="form_key" type="hidden" value="SoCiDkDFzwBLnpkK">
  <div class="fieldset coupon"><input type="hidden" name="remove" id="remove-coupon" x-model="couponApplied">
    <div class="w-full flex gap-2"><label for="coupon_code" class="label sr-only">Inserisci il codice sconto</label>
      <div class="control w-full"><input type="text" class="form-input disabled:opacity-75 disabled:bg-gray-100 disabled:pointer-events-none" id="coupon_code" name="coupon_code" value="" x-model="couponCode" x-ref="couponInput"
          placeholder="Inserisci il codice sconto" :disabled="!!couponApplied" required=""></div>
      <div class="primary"><template x-if="!couponApplied"><button class="btn btn-primary p-0 h-2xl w-2xl flex justify-center items-center" type="submit" value="Applicare lo sconto"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"
              xml:space="preserve" width="10" height="12" aria-hidden="true">
              <path d="M1 10c-.55 0-1-.45-1-1 0-.26.11-.52.29-.7L3.6 5 .42 1.7C.03 1.3.04.67.44.28S1.47-.09 1.86.3l3.86 4c.38.4.37 1.02-.01 1.4l-4 4A1 1 0 0 1 1 10" fill="currentColor"></path>
            </svg>
          </button></template><template x-if="couponApplied"><button type="submit" class="btn btn-secondary p-0 h-2xl w-2xl flex justify-center items-center" value="Annulla il Coupon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.02 12.02"
              xml:space="preserve" width="12" height="12" aria-hidden="true">
              <path
                d="m7.43 6.01 4.29-4.29c.4-.38.41-1.02.02-1.41a.987.987 0 0 0-1.41-.02l-.02.02L6.02 4.6 1.73.31C1.33-.07.7-.06.32.33c-.37.39-.37 1 0 1.39l4.29 4.29L.32 10.3a.987.987 0 0 0-.02 1.41c.38.4 1.02.41 1.41.02l.02-.02 4.29-4.29 4.29 4.29c.4.38 1.03.37 1.41-.02.37-.39.37-1 0-1.39L7.43 6.01z"
                fill="currentColor"></path>
            </svg>
          </button></template></div>
    </div><template x-if="couponMessage?.text">
      <div class="message mt-xs" :class="couponMessage.type"><span x-text="couponMessage.text"></span></div>
    </template>
  </div>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required"><label class="label" for="form-login-username" form="login-form"><span>Indirizzo email</span></label>
      <div class="control"><input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" autocomplete="off" class="form-input input-text"></div>
    </div>
    <div class="field password required"><label for="form-login-password" class="label" form="login-form"><span>Password</span></label>
      <div class="control"><input name="password" id="form-login-password" type="password" class="form-input input-text" required="" x-ref="customer-password" autocomplete="off" @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">Log in</button>
      <a href="https://hyvalive.test.lampadaeluce.it/customer/account/forgotpassword/">Avete dimenticato la password?</a></div>
  </div>
</form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/551110/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/551110/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="551110"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada a sospensione design nera con ottone e vetro ambra 3 luci - Zuzanna" id="add_to_cart_list_551110_66c2ef6aafa75"
    @click.prevent="$dispatch('add-to-cart', {productId: '551110', htmlId:'add_to_cart_list_551110_66c2ef6aafa75'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/202294/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/202294/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="202294"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto" aria-label="Carrello Lampada a sospensione nera vetro fumé a 4 luci - DOME"
    id="add_to_cart_list_202294_66c2ef6af2c62" @click.prevent="$dispatch('add-to-cart', {productId: '202294', htmlId:'add_to_cart_list_202294_66c2ef6af2c62'})"> <span class="flex justify-center items-center"><span
        class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/269061/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/269061/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="269061"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Moderno sistema a binario monofase con 14 faretti neri - Jeana" id="add_to_cart_list_269061_66c2ef6b01f90" @click.prevent="$dispatch('add-to-cart', {productId: '269061', htmlId:'add_to_cart_list_269061_66c2ef6b01f90'})">
    <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/648717/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/648717/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="648717"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada da terra Art Déco nera con vetro fumé a 2 luci - Laura" id="add_to_cart_list_648717_66c2ef6b05335" @click.prevent="$dispatch('add-to-cart', {productId: '648717', htmlId:'add_to_cart_list_648717_66c2ef6b05335'})">
    <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/37323/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/37323/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="37323"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto" aria-label="Carrello Plafoniera moderna nera con LED e dimmer - Rondas"
    id="add_to_cart_list_37323_66c2ef6b085fc" @click.prevent="$dispatch('add-to-cart', {productId: '37323', htmlId:'add_to_cart_list_37323_66c2ef6b085fc'})"> <span class="flex justify-center items-center"><span
        class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/616760/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/616760/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="616760"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto" aria-label="Carrello Lampada a sospensione di design bronzo 66 cm - Pua"
    id="add_to_cart_list_616760_66c2ef6b0b98e" @click.prevent="$dispatch('add-to-cart', {productId: '616760', htmlId:'add_to_cart_list_616760_66c2ef6b0b98e'})"> <span class="flex justify-center items-center"><span
        class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/597294/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/597294/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="597294"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Moderno sistema a binario monofase con 5 faretti AR70 nero - Jeana Luxe" id="add_to_cart_list_597294_66c2ef6b0ed78"
    @click.prevent="$dispatch('add-to-cart', {productId: '597294', htmlId:'add_to_cart_list_597294_66c2ef6b0ed78'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/211119/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/211119/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="211119"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto" aria-label="Carrello Lampada ad arco nera moderna - XXL"
    id="add_to_cart_list_211119_66c2ef6b12682" @click.prevent="$dispatch('add-to-cart', {productId: '211119', htmlId:'add_to_cart_list_211119_66c2ef6b12682'})"> <span class="flex justify-center items-center"><span
        class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/682824/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/682824/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="682824"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada a sospensione Art Déco bronzo scuro con vetro ambrato ovale a 8 luci - Sandra" id="add_to_cart_list_682824_66c2ef6b15dc8"
    @click.prevent="$dispatch('add-to-cart', {productId: '682824', htmlId:'add_to_cart_list_682824_66c2ef6b15dc8'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/683008/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/683008/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="683008"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada a sospensione intelligente nera con vetro fumé incluso 8 WiFi G95 - Sandra" id="add_to_cart_list_683008_66c2ef6b19367"
    @click.prevent="$dispatch('add-to-cart', {productId: '683008', htmlId:'add_to_cart_list_683008_66c2ef6b19367'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/691273/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/691273/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="691273"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto" aria-label="Carrello Lampada da tavolo per bambini Unicorno rosa - Elsa"
    id="add_to_cart_list_691273_66c2ef6b2712c" @click.prevent="$dispatch('add-to-cart', {productId: '691273', htmlId:'add_to_cart_list_691273_66c2ef6b2712c'})"> <span class="flex justify-center items-center"><span
        class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/687701/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/687701/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="687701"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada da tavolo nera con LED dimmerabile e ricaricabile IP54 - Murdock" id="add_to_cart_list_687701_66c2ef6b2a176"
    @click.prevent="$dispatch('add-to-cart', {productId: '687701', htmlId:'add_to_cart_list_687701_66c2ef6b2a176'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688217/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688217/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="688217"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Set di 9 lampade da tavolo ricaricabili nere con stazione di ricarica - Raika" id="add_to_cart_list_688217_66c2ef6b2d59f"
    @click.prevent="$dispatch('add-to-cart', {productId: '688217', htmlId:'add_to_cart_list_688217_66c2ef6b2d59f'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688216/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688216/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="688216"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Set di 9 lampade da tavolo ricaricabili marrone ruggine incl. stazione di ricarica - Raika" id="add_to_cart_list_688216_66c2ef6b30825"
    @click.prevent="$dispatch('add-to-cart', {productId: '688216', htmlId:'add_to_cart_list_688216_66c2ef6b30825'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/687865/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/687865/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="687865"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada da tavolo retrò oro rosa ricaricabile IP44 - Granny" id="add_to_cart_list_687865_66c2ef6b33ab8" @click.prevent="$dispatch('add-to-cart', {productId: '687865', htmlId:'add_to_cart_list_687865_66c2ef6b33ab8'})"> <span
      class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688214/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688214/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="688214"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada da tavolo ricaricabile a fungo ruggine incl. stazione di ricarica - Raika" id="add_to_cart_list_688214_66c2ef6b36cf5"
    @click.prevent="$dispatch('add-to-cart', {productId: '688214', htmlId:'add_to_cart_list_688214_66c2ef6b36cf5'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688215/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/688215/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="688215"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada da tavolo nera ricaricabile con stazione di ricarica - Raika" id="add_to_cart_list_688215_66c2ef6b39eac"
    @click.prevent="$dispatch('add-to-cart', {productId: '688215', htmlId:'add_to_cart_list_688215_66c2ef6b39eac'})"> <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg"
          viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/687864/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.lampadaeluce.it/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LmxhbXBhZGFlbHVjZS5pdC8~/product/687864/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="MXeyeBA9tCNpvq6W"> <input type="hidden" name="product" value="687864"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Carrello Lampada da tavolo retrò bronzo scuro ricaricabile IP44 - Granny" id="add_to_cart_list_687864_66c2ef6b3d00b" @click.prevent="$dispatch('add-to-cart', {productId: '687864', htmlId:'add_to_cart_list_687864_66c2ef6b3d00b'})">
    <span class="flex justify-center items-center"><span class="idle-icon w-xl mr-1 -mt-0.5"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.38 18" xml:space="preserve" width="16" height="15" role="img">
          <path
            d="M14 16.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5zm-10 0c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5S6.33 18 5.5 18 4 17.33 4 16.5zM6 13c-.45 0-.85-.3-.97-.74L2.23 2H1c-.55 0-1-.45-1-1s.45-1 1-1h2c.45 0 .85.3.97.74L4.59 3h12.8c1.1 0 2 .9 2 2 0 .31-.07.62-.21.89l-3.28 6.55a1 1 0 0 1-.89.55H6z"
            fill="currentColor"></path>
          <title>cart-filled</title>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve" width="11" height="11" role="img">
          <path d="M15 7H9V1c0-.55-.45-1-1-1S7 .45 7 1v6H1c-.55 0-1 .45-1 1s.45 1 1 1h6v6c0 .55.45 1 1 1s1-.45 1-1V9h6c.55 0 1-.45 1-1s-.45-1-1-1" fill="currentColor"></path>
          <title>plus</title>
        </svg>
      </span> <span class="adding-icon relative mr-1 -mt-xs pr-2 w-xl h-ml items-center justify-center hidden"><svg class="icon-circle absolute top-0.5 left-0.5" width="23" height="23">
          <circle cx="50%" cy="50%" r="8.5" fill="none" stroke="#fff" stroke-width="2.5"></circle>
        </svg><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9.02 8" xml:space="preserve" class="block icon-check opacity-0" width="9" height="9" role="img">
          <path d="M3.45 8c-.31 0-.61-.14-.8-.38L.22 4.51c-.35-.43-.28-1.06.14-1.41s1.06-.28 1.41.14c.01.02.02.03.03.04l1.63 2.09L7.21.4c.34-.44.97-.53 1.41-.2s.53.96.19 1.41l-4.57 6c-.18.25-.48.39-.79.39z" fill="currentColor"></path>
          <title>check-thick</title>
        </svg>
      </span> <span class="btn-text text-left relative w-[100px] h-ml"><span class="idle-text absolute w-full top-0 left-0">Carrello</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Aggiunto</span></span></span></button></form>

POST https://hyvalive.test.lampadaeluce.it/newsletter/subscriber/new/

<form class="form subscribe" action="https://hyvalive.test.lampadaeluce.it/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail" aria-label="Iscriviti alla Newsletter">
  <div data-content-type="html" data-appearance="default" data-element="main" data-decoded="true">
    <p class="text-primary heading-4">Always be informed?</p>
    <p class="text-white">Sign up for our newsletter and stay up to date on the latest products and exclusive discount promotions!</p>
  </div>
  <div class="flex flex-col justify-start items-center mt-m gap-2 md:flex-row md:mt-xs lg:mt-s"><label for="newsletter-subscribe" class="sr-only">Indirizzo email</label> <input name="email" type="email" required="" id="newsletter-subscribe"
      class="form-input w-full border-0 text-center h-10 text-primary md:text-left md:px-m" placeholder="Enter your email address here" aria-describedby="footer-newsletter-heading"><input name="is_subscribed" type="hidden" id="is_subscribed"
      value="true"><input name="form_key" type="hidden" value="MXeyeBA9tCNpvq6W"> <button class="flex w-full btn btn-ghost h-10 justify-center font-medium md:w-[140px]"><span>Sign up</span></button></div>
  <div><template x-if="displayErrorMessage">
      <p class="flex items-center bg-error text-white px-s py-xs rounded mt-xs"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" xml:space="preserve" class="mr-s" width="18" height="18" role="img">
          <path
            d="M10 20C4.48 20 0 15.52 0 10S4.48 0 10 0s10 4.48 10 10c-.01 5.52-4.48 9.99-10 10zm0-18c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 13c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-3c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1s1 .45 1 1v5c0 .55-.45 1-1 1z"
            fill="currentColor"></path>
          <title>exclamation-o</title>
        </svg>
        <template x-for="errorMessage in errorMessages"><span x-html="errorMessage"></span></template>
      </p>
    </template></div>
</form>

Text Content

I JavaScript sembrano essere disabilitati nel tuo browser. Per una migliore
esperienza sul nostro sito, assicurati di attivare i javascript nel tuo browser.

Salta al contenuto
 * icons/check-o Free shipping from 95€
 * icons/check-o 30 giorni return policy
 * icons/check-o Customer satisfaction rate 4.5/5

Help & Contact
lampadaeluce.it
arrow-left
Cerca Cerca search

account-loggedin account-loggedout heart 0 Cart cart
menu
Menu close
Illuminazione interno chevron-right
arrow-left Illuminazione interno close
Tutti  Illuminazione interno
Lampadari a sospensione
Applique
Lampade da soffitto chevron-right
arrow-left Lampade da soffitto close
Tutti  Lampade da soffitto
Plafoniere
Faretti soffitto
Faretti chevron-right
arrow-left Faretti close
Tutti  Faretti
Faretti da incasso
Faretti da superficie
Faretti da soffitto
Faretti da parete
Lampade da terra
Lampade ad arco
Lampade da tavolo
Candelabro
Illuminazione su binario
Ventilatori da soffitto con luce
Lampade ricaricabili chevron-right
arrow-left Lampade ricaricabili close
Tutti  Lampade ricaricabili
Lampade da tavolo ricaricabili
Lampade da terra ricaricabili
Luci da parete ricaricabili
Luci da specchio
Fun & Gaming
Paralumi
Accessori chevron-right
arrow-left Accessori close
Tutti  Accessori
Cavi
Materiale di montaggio
Batterie
Lampade senza paralume
Lampade da esterno chevron-right
arrow-left Lampade da esterno close
Tutti  Lampade da esterno
Lampadari da esterno
Lampade da terra per esterno
Plafoniere da esterno
Applique da esterno
Lampade da tavolo esterno
Faretti da esterno
Faretti da esterno a pavimento
Lanterne da esterno
Lampade da esterno con sensore
Lampade solari da esterno
Luci esterne ricaricabili
Lampade LED chevron-right
arrow-left Lampade LED close
Tutti  Lampade LED
Plafoniera LED
Lampade a sospensione LED
Lampadari LED
Applique LED
Faretti LED
Lampade da esterno a LED
Lampada da terra LED
Lampada da tavolo LED
Strisce LED
Pannelli LED
Lampade smart chevron-right
arrow-left Lampade smart close
Tutti  Lampade smart
Lampadine smart
Lampade a sospensione smart
Appliques smart
Plafonieres smart
Faretti smart
Faretti da incasso smart
Lampade da terra smart
Illuminazione smart per esterni
Per stanza chevron-right
arrow-left Per stanza close
Tutti  Per stanza
Illuminazione soggiorno
Lampade per sala da pranzo
Lampade da cucina
Illuminazione camera da letto
Illuminazione bagno
Lampade per bambini
Illuminazione giardino
Lampade da ufficio a casa
Lampadine chevron-right
arrow-left Lampadine close
Tutti  Lampadine
Lampadine a LED
Lampade a filamento
Lampadine smart
Confezioni di lampadine
Commerciale chevron-right
arrow-left Commerciale close
Tutti  Commerciale
Illuminazione da ufficio
Designer d'interni
Installatori
Giardinieri
Illuminazione ristorazione
Illuminazione alberghiera
Illuminazione per il punto vendita
Campeggio e villaggio turistico
Saldi
Login chevron-right Help & Contact chevron-right Business orders chevron-right
 * Illuminazione interno Show submenu for Illuminazione interno category
   * Lampadari a sospensione
   * Applique
   * Lampade da soffitto Show submenu for Lampade da soffitto category
     * Plafoniere
     * Faretti soffitto
   * Faretti Show submenu for Faretti category
     * Faretti da incasso
     * Faretti da superficie
     * Faretti da soffitto
     * Faretti da parete
   * Lampade da terra
   * Lampade ad arco
   * Lampade da tavolo
   * Candelabro
   * Illuminazione su binario
   * Ventilatori da soffitto con luce
   * Lampade ricaricabili Show submenu for Lampade ricaricabili category
     * Lampade da tavolo ricaricabili
     * Lampade da terra ricaricabili
     * Luci da parete ricaricabili
   * Luci da specchio
   * Fun & Gaming
   * Paralumi
   * Accessori Show submenu for Accessori category
     * Cavi
     * Materiale di montaggio
     * Batterie
   * Lampade senza paralume
 * Lampade da esterno Show submenu for Lampade da esterno category
   * Lampadari da esterno
   * Lampade da terra per esterno
   * Plafoniere da esterno
   * Applique da esterno
   * Lampade da tavolo esterno
   * Faretti da esterno
   * Faretti da esterno a pavimento
   * Lanterne da esterno
   * Lampade da esterno con sensore
   * Lampade solari da esterno
   * Luci esterne ricaricabili
 * Lampade LED Show submenu for Lampade LED category
   * Plafoniera LED
   * Lampade a sospensione LED
   * Lampadari LED
   * Applique LED
   * Faretti LED
   * Lampade da esterno a LED
   * Lampada da terra LED
   * Lampada da tavolo LED
   * Strisce LED
   * Pannelli LED
 * Lampade smart Show submenu for Lampade smart category
   * Lampadine smart
   * Lampade a sospensione smart
   * Appliques smart
   * Plafonieres smart
   * Faretti smart
   * Faretti da incasso smart
   * Lampade da terra smart
   * Illuminazione smart per esterni
 * Per stanza Show submenu for Per stanza category
   * Illuminazione soggiorno
   * Lampade per sala da pranzo
   * Lampade da cucina
   * Illuminazione camera da letto
   * Illuminazione bagno
   * Lampade per bambini
   * Illuminazione giardino
   * Lampade da ufficio a casa
 * Lampadine Show submenu for Lampadine category
   * Lampadine a LED
   * Lampade a filamento
   * Lampadine smart
   * Confezioni di lampadine
 * Commerciale Show submenu for Commerciale category
   * Illuminazione da ufficio
   * Designer d'interni
   * Installatori
   * Giardinieri
   * Illuminazione ristorazione
   * Illuminazione alberghiera
   * Illuminazione per il punto vendita
   * Campeggio e villaggio turistico
 * Saldi

Cart is empty
Cart is empty
- +

Apply Discount Code?
Inserisci il codice sconto



Totale (VAT )
Coupon discount
Sconto
Costi di spedizione
Totale
Checkout Procedere all'acquisto
loader
Caricamento...
Close panel

Checkout using your account

Indirizzo email

Password

Log in Avete dimenticato la password?


Checkout as a new customer

La creazione di un account ha molti vantaggi:

 * Vedere lo stato dell'ordine e della spedizione
 * Cronologia ordini
 * Checkout più veloce

Creare Account



TOP CATEGORIES

Pendant lights
Ceiling fans
Wall lights
Outdoor lighting
Celing lights
Floor lamps
Spotlights
LED
arrow-left

arrow-right


TOP SPACES

Living room
Bedroom
Bathroom
Garden lights
Dining room
Kitchen
Children's room
Home-office
arrow-left

arrow-right
Più venduti
Lampada a sospensione design nera con ottone e vetro ambra 3 luci - Zuzanna
Prezzo speciale 159,00 € Prezzo normale 275,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada a sospensione nera vetro fumé a 4 luci - DOME
Prezzo speciale 155,00 € Prezzo normale 215,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Moderno sistema a binario monofase con 14 faretti neri - Jeana
Prezzo speciale 255,00 € Prezzo normale 465,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada da terra Art Déco nera con vetro fumé a 2 luci - Laura
Prezzo speciale 105,00 € Prezzo normale 145,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Plafoniera moderna nera con LED e dimmer - Rondas
Prezzo speciale 135,00 € Prezzo normale 215,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada a sospensione di design bronzo 66 cm - Pua
Prezzo speciale 105,00 € Prezzo normale 155,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Moderno sistema a binario monofase con 5 faretti AR70 nero - Jeana Luxe
Prezzo speciale 139,00 € Prezzo normale 235,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada ad arco nera moderna - XXL
Prezzo speciale 169,00 € Prezzo normale 345,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada a sospensione Art Déco bronzo scuro con vetro ambrato ovale a 8 luci -
Sandra
Prezzo speciale 289,00 € Prezzo normale 495,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada a sospensione intelligente nera con vetro fumé incluso 8 WiFi G95 -
Sandra
Prezzo speciale 425,00 € Prezzo normale 805,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

arrow-left

arrow-right
 * icons/truck-alt
   Free shipping from 95€
 * icons/calendar
   30 giorni return policy
 * icons/star
   Customer satisfaction rate 4.5/5


New in
Lampada da tavolo per bambini Unicorno rosa - Elsa
RRP: 185,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada da tavolo nera con LED dimmerabile e ricaricabile IP54 - Murdock
Prezzo speciale 16,95 € Prezzo normale 30,95 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Set di 9 lampade da tavolo ricaricabili nere con stazione di ricarica - Raika
Prezzo speciale 555,00 € Prezzo normale 655,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Set di 9 lampade da tavolo ricaricabili marrone ruggine incl. stazione di
ricarica - Raika
Prezzo speciale 555,00 € Prezzo normale 655,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada da tavolo retrò oro rosa ricaricabile IP44 - Granny
Prezzo speciale 43,95 € Prezzo normale 84,95 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada da tavolo ricaricabile a fungo ruggine incl. stazione di ricarica -
Raika
Prezzo speciale 53,95 € Prezzo normale 105,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada da tavolo nera ricaricabile con stazione di ricarica - Raika
Prezzo speciale 53,95 € Prezzo normale 105,00 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

Lampada da tavolo retrò bronzo scuro ricaricabile IP44 - Granny
Prezzo speciale 38,95 € Prezzo normale 74,95 €
cart-filled plus check-thick Carrello Aggiunto
More information

Disponibile

arrow-left

arrow-right
Pendant lights
Shop now icons/arrow-right
Wall lights
Shop now icons/arrow-right
Table lamps
Shop now icons/arrow-right
Outdoor lighting
Shop now icons/arrow-right


MORE SPACE FOR ATMOSPHERE

GET INSPIRED

AFFRETTATI PER IL CALDO: RINFRESCATI CON UN VENTILATORE A SOFFITTO

Herinner je je nog de hitte van vorig jaar? De een bloeit er helemaal..
By Lisa
- 16/05/23
View all blog posts arrow-right

NEED STYLE ADVICE FROM OUR EXPERTS?

Our experts are available 7 days a week.
icons/chat-alt Chat with us
Follow us on social media
icons/facebook icons/instagram icons/pinterest
View all blog posts arrow-right


LUCI GIUSTA PER LA TUA CASA

Tutte le case hanno bisogno di luci e lampade! Cerchi un'illuminazione
funzionale e suggestiva online a buon prezzo? Allora con lampadaeluce sei nel
posto giusto! Da noi trovi lampade per ogni spazio immaginabile: dal soggiorno
alla camera da letto, dall'ufficio al giardino. Acquista luci online in diverse
forme e dimensioni, le opzioni tra cui scegliere sono infinite! Scegli tra
lampade da tavolo nere, lampade da terra dorate o fantastici lampadari!


QUALI LAMPADE SI ADATTANO MEGLIO AL MIO STILE DI VITA?

Da lampadaeluce trovi le lampade perfette per tutta la casa: lampade da parete,
a sospensione, faretti, lampade da incasso, da soffitto, da esterno e molto
altro ancora! Dallo stile moderno al classico, da quello industriale a quello
rurale: puoi scegliere qualsiasi stile da lampadaeluce!

Per una stanza grande è bello scegliere lampade grandi e appariscenti. Un
lampadario, ad esempio, è un vero e proprio colpo d'occhio e dona alla stanza un
look che può essere classico o stravagante. In alternativa puoi scegliere di
avere più di una lampada. In questo modo puoi illuminare graziosamente
determinati angoli della stanza. Ad esempio utilizzando una lampada ad arco, che
dona alla stanza un'atmosfera vintage assolutamente unica. I faretti sono ideali
per distribuire al meglio la luce nella stanza e sono anche scelti comunemente
per illuminare il bagno e il giardino. Da lampadaeluce troverai anche le lampade
nello stile più classico, che vanno sempre bene.


ACQUISTA ILLUMINAZIONE ONLINE!

Da lampadaeluce hai la garanzia del prezzo più basso, quindi non spenderai mai
troppo. I pagamenti sono sicuri al 100% e sei tu a scegliere come preferisci
pagare. Se non sei soddisfatto dell'acquisto, hai 30 giorni di tempo per
restituirlo e saremo lieti di fornirti un altro prodotto o di offrirti un
rimborso. Nel nostro negozio online avrai una panoramica di tutte le luci e
lampade che lampadaeluce offre. Acquista facilmente luci online! Scopri tutti i
prodotti della nostra gamma e scegli subito la tua lampada preferita!

RECENTLY VIEWED BY YOU


()
RRP:



Always be informed?

Sign up for our newsletter and stay up to date on the latest products and
exclusive discount promotions!

Indirizzo email Sign up

exclamation-o


icons/truck
Spedizione gratuita da 95€
Everywhere in Italia free shipping from 95€
More informationicons/caret-right
icons/returns
Return within 30 giorni
Plenty of time to think about your purchase!
More informationicons/caret-right
icons/security
Secure shopping
Your data is always protected and your data is safe.
More informationicons/caret-right
About lampadaeluce.it plus minus

Help & Contact plus minus

About our lamps plus minus

Follow us on social media

Stay informed of the latest trends and promotions and get inspiration for your
interior!

icons/facebook icons/instagram icons/pinterest icons/youtube-o

Pay safely with

Our delivery partner




All prices on our website are incl. VAT and excl. any shipping costs.

© 2006-2024 lampadaeluce.it

 



close
Garanzia ampliata
per 3 anni di garanzia ampliata inclusi i danni dell'utente
 * 5 anni di garanzia sui danni da cortocircuito
 * 5 anni di garanzia sui danni da caduta e impatto
 * 5 anni di garanzia sui danni causati dall'acqua
 * 5 anni di garanzia sui LED non sostituibili

Ti piacerebbe saperne di più?

Ulteriori informazioni sulla garanzia ampliata