hyvalive.test.svetilainluci.si Open in urlscan Pro
88.99.244.141  Public Scan

URL: https://hyvalive.test.svetilainluci.si/
Submission: On August 18 via api from US — Scanned from US

Form analysis 22 forms found in the DOM

GET https://hyvalive.test.svetilainluci.si/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.svetilainluci.si/catalogsearch/result/" method="get">
  <div class="relative w-full" :class="{'z-40': showOverlay}"><label class="hidden" for="search" data-role="minisearch-label"><span>Iskanje</span></label> <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value=""
      placeholder="Kaj iščeš?" 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="Iskanje"
      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">Iskanje</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="4ySVLAxTzBme0iEU">
  <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">Vnesi kodo za popust</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="Vnesi kodo za popust" :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="Uporabi popust"><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="Prekliči kupon"><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>Elektronski naslov</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>Geslo</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">Prijava</button>
      <a href="https://hyvalive.test.svetilainluci.si/customer/account/forgotpassword/">Si pozabil svoje geslo?</a></div>
  </div>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/269061/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/269061/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Sodoben 1-fazni tračni sistem s 14 točkami črne barve - Jeana" id="add_to_cart_list_269061_66c15a325d7f6"
    @click.prevent="$dispatch('add-to-cart', {productId: '269061', htmlId:'add_to_cart_list_269061_66c15a325d7f6'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/202294/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/202294/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Dizajn viseča svetilka črna z dimnim steklom 4-luč - kupola" id="add_to_cart_list_202294_66c15a329ef36" @click.prevent="$dispatch('add-to-cart', {productId: '202294', htmlId:'add_to_cart_list_202294_66c15a329ef36'})">
    <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/551110/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/551110/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Dizajnerska viseča svetilka črna z medeninastim in jantarnim steklom 3 luči - Zuzanna" id="add_to_cart_list_551110_66c15a32a24d1"
    @click.prevent="$dispatch('add-to-cart', {productId: '551110', htmlId:'add_to_cart_list_551110_66c15a32a24d1'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/683008/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/683008/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Pametna viseča svetilka črna z dimnim steklom vključno z 8 WiFi G95 - Sandra" id="add_to_cart_list_683008_66c15a32a5979"
    @click.prevent="$dispatch('add-to-cart', {productId: '683008', htmlId:'add_to_cart_list_683008_66c15a32a5979'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/674926/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/674926/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <input type="hidden" name="product" value="674926"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Dodaj v košarico Viseča svetilka črna z zlatom in dimnim steklom ovalna 5-light - Zuzanna" id="add_to_cart_list_674926_66c15a32a8eef"
    @click.prevent="$dispatch('add-to-cart', {productId: '674926', htmlId:'add_to_cart_list_674926_66c15a32a8eef'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/597294/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/597294/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Sodoben 1-fazni tračni sistem s 5 reflektorji AR70 črne barve - Jeana Luxe" id="add_to_cart_list_597294_66c15a32ac0d0"
    @click.prevent="$dispatch('add-to-cart', {productId: '597294', htmlId:'add_to_cart_list_597294_66c15a32ac0d0'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/682824/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/682824/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Art Deco viseča svetilka temno bronasta z jantarnim steklom ovalna 8-light - Sandra" id="add_to_cart_list_682824_66c15a32af43a"
    @click.prevent="$dispatch('add-to-cart', {productId: '682824', htmlId:'add_to_cart_list_682824_66c15a32af43a'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/37323/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/37323/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Moderna stropna svetilka črna z LED in zatemnilnikom - Rondas" id="add_to_cart_list_37323_66c15a32b28aa" @click.prevent="$dispatch('add-to-cart', {productId: '37323', htmlId:'add_to_cart_list_37323_66c15a32b28aa'})">
    <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/648717/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/648717/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Art Deco stoječa svetilka črna z dimnim steklom 2-light - Laura" id="add_to_cart_list_648717_66c15a32b5cbf"
    @click.prevent="$dispatch('add-to-cart', {productId: '648717', htmlId:'add_to_cart_list_648717_66c15a32b5cbf'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/231194/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/231194/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <input type="hidden" name="product" value="231194"> <button type="button" class="w-full btn btn-to-cart px-0 flex items-center mb-1 mr-auto"
    aria-label="Dodaj v košarico Moderni tirnični sistem bele barve s 14 točkami 1-fazni - Jeana" id="add_to_cart_list_231194_66c15a32b8fbc"
    @click.prevent="$dispatch('add-to-cart', {productId: '231194', htmlId:'add_to_cart_list_231194_66c15a32b8fbc'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/691273/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/691273/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Otroška namizna svetilka samorog roza - Elsa"
    id="add_to_cart_list_691273_66c15a32c4d03" @click.prevent="$dispatch('add-to-cart', {productId: '691273', htmlId:'add_to_cart_list_691273_66c15a32c4d03'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/687701/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/687701/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Namizna svetilka črna, vključno z zatemnilnikom in polnilno LED IP54 - Murdock" id="add_to_cart_list_687701_66c15a32c7f06"
    @click.prevent="$dispatch('add-to-cart', {productId: '687701', htmlId:'add_to_cart_list_687701_66c15a32c7f06'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688217/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688217/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Set 9 polnilnih namiznih svetilk črne barve, vključno s polnilno postajo - Raika" id="add_to_cart_list_688217_66c15a32cb3fe"
    @click.prevent="$dispatch('add-to-cart', {productId: '688217', htmlId:'add_to_cart_list_688217_66c15a32cb3fe'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688216/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688216/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Set 9 polnilnih namiznih svetilk rjave barve rje, vključno s polnilno postajo - Raika" id="add_to_cart_list_688216_66c15a32ce87e"
    @click.prevent="$dispatch('add-to-cart', {productId: '688216', htmlId:'add_to_cart_list_688216_66c15a32ce87e'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/687865/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/687865/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Retro namizna svetilka roza zlata polnilna IP44 - Granny" id="add_to_cart_list_687865_66c15a32d1b19" @click.prevent="$dispatch('add-to-cart', {productId: '687865', htmlId:'add_to_cart_list_687865_66c15a32d1b19'})">
    <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688214/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688214/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Polnilna namizna svetilka v obliki gobe rjavkasto-rdeče barve, vključno s polnilno postajo - Raika" id="add_to_cart_list_688214_66c15a32d4eb0"
    @click.prevent="$dispatch('add-to-cart', {productId: '688214', htmlId:'add_to_cart_list_688214_66c15a32d4eb0'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688215/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/688215/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Namizna svetilka črna polnilna, vključno s polnilno postajo - Raika" id="add_to_cart_list_688215_66c15a32d81b6"
    @click.prevent="$dispatch('add-to-cart', {productId: '688215', htmlId:'add_to_cart_list_688215_66c15a32d81b6'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/687864/useUencPlaceholder/1/

<form method="post" action="https://hyvalive.test.svetilainluci.si/checkout/cart/add/uenc/aHR0cHM6Ly9oeXZhbGl2ZS50ZXN0LnN2ZXRpbGFpbmx1Y2kuc2kv/product/687864/useUencPlaceholder/1/" class="product_addtocart_form"><input name="form_key" type="hidden"
    value="ppJEP6AOIqYdjwmG"> <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="Dodaj v košarico Retro namizna svetilka temno bronasta polnilna IP44 - Granny" id="add_to_cart_list_687864_66c15a32db4aa"
    @click.prevent="$dispatch('add-to-cart', {productId: '687864', htmlId:'add_to_cart_list_687864_66c15a32db4aa'})"> <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">Dodaj v košarico</span> <span class="added-text absolute w-full top-0 left-0 opacity-0">Dodano</span></span></span></button>
</form>

POST https://hyvalive.test.svetilainluci.si/newsletter/subscriber/new/

<form class="form subscribe" action="https://hyvalive.test.svetilainluci.si/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail" aria-label="Naročite se na novičnik">
  <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">Elektronski naslov</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="ppJEP6AOIqYdjwmG"> <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

V vašem brskalniku je verjetno onemogočen JavaScript. Da bi ti zagotovili
najboljšo uporabniško izkušnjo na naši strani, v svojem brskalniku vklopi
funkcijo Javascript.

Preskoči na vsebino
 * icons/check-o Free shipping from 99€
 * icons/check-o 30 dni return policy
 * icons/check-o Customer satisfaction rate 9/10

Help & Contact
svetilainluci.si
arrow-left
Iskanje Iskanje search

account-loggedin account-loggedout heart 0 Cart cart
menu
Meni close
Notranja svetila chevron-right
arrow-left Notranja svetila close
Vse  Notranja svetila
Viseče svetilke
Stenske svetilke
Stropna svetila chevron-right
arrow-left Stropna svetila close
Vse  Stropna svetila
Vgradna stropna svetila
Reflektorska stropna svetila
Reflektorji chevron-right
arrow-left Reflektorji close
Vse  Reflektorji
Vgradna svetila
Dekorativni reflektorji
Stropni reflektorji
Stenski reflektorji
Stoječe svetilke
Obločne svetilke
Namizne svetilke
Lestenci
Tračna svetila
Stropni ventilatorji
Punjiva rasvjeta chevron-right
arrow-left Punjiva rasvjeta close
Vse  Punjiva rasvjeta
Prenosne mize s polnilnimi lučmi
Polnilne stojne svetilke
Polnilne stenske luči
Osvetlitev ogledala
Fun & Gaming
Senčniki za svetilke
Pripomočki chevron-right
arrow-left Pripomočki close
Vse  Pripomočki
Kabli
Material za namestitev
Baterije
Luči brez senčnikov
Zunanja svetila chevron-right
arrow-left Zunanja svetila close
Vse  Zunanja svetila
Zunanja viseča svetila
Zunanja stoječa svetila
Zunanja stropna svetila
Zunanja stenska svetila
Zunanja namizne svetilke
Zunanji reflektorji
Zunanji talni reflektorji
Lanterne
Zunanja svetila na senzor
Solarne luči
Prenosne zunanje luči
LED svetila chevron-right
arrow-left LED svetila close
Vse  LED svetila
Stropna svetila LED
Viseče svetilke LED
Lestenci LED
Stenske svetilke LED
Reflektorji LED
Zunanja svetila LED
Stoječe svetilke LED
Namizne svetilke LED
Trakovi LED
LED paneli
Pametne luči chevron-right
arrow-left Pametne luči close
Vse  Pametne luči
Pametne žarnice
Pametne viseče svetilke
Pametne stenske svetilke
Pametne stropna svetila
Pametne reflektorji
Pametne Vgradna svetila
Pametne stoječe svetilke
Pametne zunanja svetila
Glede na prostor chevron-right
arrow-left Glede na prostor close
Vse  Glede na prostor
Luči za dnevno sobo
Luči za jedilnico
Svetila za kuhinjo
Svetila za spalnico
Svetila za kopalnico
Luči za otroško sobo
Vrtne luči
Svetilke za domačo pisarno
Žarnice chevron-right
arrow-left Žarnice close
Vse  Žarnice
LED žarnice
Žarnice s filamentom
Pametne žarnice
Količinski popusti
Za podjetja
Akcije
Vpis chevron-right Help & Contact chevron-right Business orders chevron-right
 * Notranja svetila Show submenu for Notranja svetila category
   * Viseče svetilke
   * Stenske svetilke
   * Stropna svetila Show submenu for Stropna svetila category
     * Vgradna stropna svetila
     * Reflektorska stropna svetila
   * Reflektorji Show submenu for Reflektorji category
     * Vgradna svetila
     * Dekorativni reflektorji
     * Stropni reflektorji
     * Stenski reflektorji
   * Stoječe svetilke
   * Obločne svetilke
   * Namizne svetilke
   * Lestenci
   * Tračna svetila
   * Stropni ventilatorji
   * Punjiva rasvjeta Show submenu for Punjiva rasvjeta category
     * Prenosne mize s polnilnimi lučmi
     * Polnilne stojne svetilke
     * Polnilne stenske luči
   * Osvetlitev ogledala
   * Fun & Gaming
   * Senčniki za svetilke
   * Pripomočki Show submenu for Pripomočki category
     * Kabli
     * Material za namestitev
     * Baterije
   * Luči brez senčnikov
 * Zunanja svetila Show submenu for Zunanja svetila category
   * Zunanja viseča svetila
   * Zunanja stoječa svetila
   * Zunanja stropna svetila
   * Zunanja stenska svetila
   * Zunanja namizne svetilke
   * Zunanji reflektorji
   * Zunanji talni reflektorji
   * Lanterne
   * Zunanja svetila na senzor
   * Solarne luči
   * Prenosne zunanje luči
 * LED svetila Show submenu for LED svetila category
   * Stropna svetila LED
   * Viseče svetilke LED
   * Lestenci LED
   * Stenske svetilke LED
   * Reflektorji LED
   * Zunanja svetila LED
   * Stoječe svetilke LED
   * Namizne svetilke LED
   * Trakovi LED
   * LED paneli
 * Pametne luči Show submenu for Pametne luči category
   * Pametne žarnice
   * Pametne viseče svetilke
   * Pametne stenske svetilke
   * Pametne stropna svetila
   * Pametne reflektorji
   * Pametne Vgradna svetila
   * Pametne stoječe svetilke
   * Pametne zunanja svetila
 * Glede na prostor Show submenu for Glede na prostor category
   * Luči za dnevno sobo
   * Luči za jedilnico
   * Svetila za kuhinjo
   * Svetila za spalnico
   * Svetila za kopalnico
   * Luči za otroško sobo
   * Vrtne luči
   * Svetilke za domačo pisarno
 * Žarnice Show submenu for Žarnice category
   * LED žarnice
   * Žarnice s filamentom
   * Pametne žarnice
   * Količinski popusti
 * Za podjetja
 * Akcije

Cart is empty
Cart is empty
- +

Apply Discount Code?
Vnesi kodo za popust



Vmesni znesek (VAT )
Coupon discount
Popust
Pošiljanje (odprema)
Skupaj
Blagajna Nadaljuj na plačilo
loader
Nalaganje …
Zapri ploščo

Zaključek nakupa z uporabo vašega računa

Elektronski naslov

Geslo

Prijava Si pozabil svoje geslo?


Opravite nakup kot nov kupec

Ustvarjanje računa ima veliko prednosti:

 * Ogled stanja naročila in pošiljke
 * Zgodovina slednja naročil
 * Hitreje k blagajni

Vytvoriť účet



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
Najboljši prodajalci
Sodoben 1-fazni tračni sistem s 14 točkami črne barve - Jeana
Akcijska cena 239,00 € Redna cena 465,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Dizajn viseča svetilka črna z dimnim steklom 4-luč - kupola
Akcijska cena 145,00 € Redna cena 215,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Dizajnerska viseča svetilka črna z medeninastim in jantarnim steklom 3 luči -
Zuzanna
Akcijska cena 149,00 € Redna cena 275,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Pametna viseča svetilka črna z dimnim steklom vključno z 8 WiFi G95 - Sandra
Akcijska cena 405,00 € Redna cena 805,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Viseča svetilka črna z zlatom in dimnim steklom ovalna 5-light - Zuzanna
Akcijska cena 215,00 € Redna cena 465,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Sodoben 1-fazni tračni sistem s 5 reflektorji AR70 črne barve - Jeana Luxe
Akcijska cena 129,00 € Redna cena 235,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Art Deco viseča svetilka temno bronasta z jantarnim steklom ovalna 8-light -
Sandra
Akcijska cena 275,00 € Redna cena 495,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Moderna stropna svetilka črna z LED in zatemnilnikom - Rondas
Akcijska cena 145,00 € Redna cena 215,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Art Deco stoječa svetilka črna z dimnim steklom 2-light - Laura
Akcijska cena 99,95 € Redna cena 145,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Moderni tirnični sistem bele barve s 14 točkami 1-fazni - Jeana
Akcijska cena 239,00 € Redna cena 465,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

arrow-left

arrow-right
 * icons/truck-alt
   Free shipping from 99€
 * icons/calendar
   30 dni return policy
 * icons/star
   Customer satisfaction rate 9/10


New in
Otroška namizna svetilka samorog roza - Elsa
RRP: 185,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Namizna svetilka črna, vključno z zatemnilnikom in polnilno LED IP54 - Murdock
Akcijska cena 14,95 € Redna cena 30,95 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Set 9 polnilnih namiznih svetilk črne barve, vključno s polnilno postajo - Raika
Akcijska cena 475,00 € Redna cena 655,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Set 9 polnilnih namiznih svetilk rjave barve rje, vključno s polnilno postajo -
Raika
Akcijska cena 475,00 € Redna cena 655,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Retro namizna svetilka roza zlata polnilna IP44 - Granny
Akcijska cena 37,95 € Redna cena 84,95 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Polnilna namizna svetilka v obliki gobe rjavkasto-rdeče barve, vključno s
polnilno postajo - Raika
Akcijska cena 46,95 € Redna cena 105,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Namizna svetilka črna polnilna, vključno s polnilno postajo - Raika
Akcijska cena 46,95 € Redna cena 105,00 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

Retro namizna svetilka temno bronasta polnilna IP44 - Granny
Akcijska cena 32,95 € Redna cena 74,95 €
cart-filled plus check-thick Dodaj v košarico Dodano
More information

Na zalogi

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



PRAVA SVETILA ZA VAŠ DOM

Vsak dom potrebuje svetila in luči! Iščete svetila za funkcionalno in
ambientalno osvetlitev na spletu po ugodni ceni? Potem je svetilainluci pravo
mesto za vas! Imamo svetilke prav za vsak prostor, ki si ga zamišljate: od
dnevne sobe, spalnice pa do pisarne in vrta. Kupite svetila na spletu v
različnih oblikah in velikostih. Na voljo imate veliko izbiro! Izbirajte med
namiznimi svetilkami v črni barvi, zlatimi stoječimi svetilkami ali kulskimi
lestenci!


KATERE SVETILKE USTREZAJO MOJEMU ŽIVLJENJSKEMU SLOGU?

svetilainluci ima popolne luči na spletu za vsak prostor v vašem domu, kot so
stenske luči, viseče luči, reflektorji, vgradne luči, stropne luči, zunanja
svetila in še veliko več! Na svetilainluci lahko izbirate med najrazličnejšimi
slogi, od sodobnega do klasičnega ali pa od industrijskega do podeželskega!

V velikem prostoru je dobro izbrati razsvetljavo, kot so velike, vpadljive luči.
Lestenec je na primer prava paša za oči in daje vašemu prostoru klasičen ali
ekstravaganten videz. Namesto ene se lahko odločite tudi za več luči. Tako lahko
lepo osvetlite določene vogale svoje sobe. Obločna svetilka recimo daje vašemu
prostoru edinstven vintage pridih. Reflektorji so idealni za lepo porazdelitev
svetlobe v vašem prostoru, prav tako pa so zelo priljubljena razsvetljava za
kopalnico in vrt. Na svetilainluci najdete tako klasične svetilke in luči, ki se
vedno dobro podajo.

Kupite svetila na spletu!

Na svetilainluci se lahko prepričate o najnižjih cenah, da nikoli ne plačate
preveč. Plačila so 100 % varna in sami se odločite, kako želite plačati. Če
niste zadovoljni z nakupom, imate 30 dni časa, da vrnete izdelek in z veseljem
vam bomo pomagali najti drugega, ali pa vam bomo vrnili denar! Naše luči in
svetilke ponujamo v naši spletni trgovini, kjer dobite jasen pregled nad vsemi
vrstami luči, ki jih ponuja Lampandlight. Svetila lahko enostavno kupite na
spletu! Oglejte si vse izdelke v naši ponudbi in takoj izberite svojo najljubšo
svetilko!

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!

Elektronski naslov Sign up

exclamation-o


icons/truck
Brezplačna dostava od 99€
Everywhere in Slovenija free shipping from 99€
More informationicons/caret-right
icons/returns
Return within 30 dni
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 svetilainluci.si 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 svetilainluci.si

 



close
Podaljšana garancija
za 3 let podaljšane garancije, vključno s poškodbami uporabnika
 * 5 let garancije na poškodbe zaradi kratkega stika
 * 5 let garancije na poškodbe pri padcu in udarcu
 * 5 let garancije na poškodbe zaradi vode
 * 5 let garancije na nezamenljive LED

Doriți să aflați mai multe?

Preberite več o podaljšani garanciji