hyva-electronicsnew.aureatelabshq.com Open in urlscan Pro
2606:4700:3036::ac43:b4e4  Public Scan

URL: https://hyva-electronicsnew.aureatelabshq.com/
Submission: On March 21 via api from US — Scanned from US

Form analysis 35 forms found in the DOM

GET https://hyva-electronicsnew.aureatelabshq.com/catalogsearch/result/

<form class="form minisearch w-full flex" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://hyva-electronicsnew.aureatelabshq.com/catalogsearch/result/" method="get" role="search"> <label class="hidden" for="search"
    data-role="minisearch-label"> <span>Search</span> </label> <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" value="" placeholder="What are you looking for?" maxlength="128"
    class="border-slate-300 border flex-1 px-3.5 py-2.5 rounded-l-md outline-none transition-all ease-in-out duration-300 placeholder:text-slate-300 focus:ring-primary focus:ring-1 focus:border-themeColor" @focus.once="suggest"
    @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))"> <template x-if="suggestions.length > 0">
    <div class="w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1"> <template x-for="suggestion in suggestions">
        <div class="flex justify-between p-2 bg-white even:bg-container mb-1 cursor-pointer border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)"
          @keydown.arrow-up.prevent=" focusElement($event.target.previousElementSibling) || $refs.searchInput.focus() " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)"> <span x-text="suggestion.title"></span> <span
            x-text="suggestion.num_results"></span></div>
      </template></div>
  </template> <button type="submit" title="Search" class="btn btn-primary py-0 rounded-l-none text-white rounded-r-md px-2.5 outline-none focus:ring-black focus:ring-1 transition-all ease-in-out duration-500 border-0" aria-label="Search"> <svg
      xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 28 28" fill="none" aria-hidden="true">
      <g clip-path="url(#clip0_959_958_2)">
        <path d="M12.25 21C17.0825 21 21 17.0825 21 12.25C21 7.41751 17.0825 3.5 12.25 3.5C7.41751 3.5 3.5 7.41751 3.5 12.25C3.5 17.0825 7.41751 21 12.25 21Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
        </path>
        <path d="M18.4374 18.4373L24.5 24.4999" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      </g>
      <defs>
        <clipPath id="clip0_959_958_2">
          <rect width="28" height="28" fill="white"></rect>
        </clipPath>
      </defs>
    </svg> </button></form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required"> <label class="label" for="form-login-username" form="login-form"> <span>Email Address</span> </label>
      <div class="control"> <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" class="form-input input-text"></div>
    </div>
    <div class="field password required"> <label for="form-login-password" class="label" form="login-form"> <span>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" @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"> Sign In </button>
      <a href="https://hyva-electronicsnew.aureatelabshq.com/customer/account/forgotpassword/"> Forgot Your Password? </a></div>
  </div>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2202/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2202/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2202">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/oppo-a54-128gb-4g-dual-sim-black.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/5/2/5233cba4aa699f38f16583a0cdcb6f1a2bd74806_s100579964_2-min_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2202.window="updateImageSource($event.detail, '2202')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/5/2/5233cba4aa699f38f16583a0cdcb6f1a2bd74806_s100579964_2-min_1.jpg" loading="lazy" id="img_2202" width="360" height="360" alt="Oppo A54 128GB - 4G Dual Sim - BLACK" title="Oppo A54 128GB - 4G Dual Sim - BLACK"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/oppo-a54-128gb-4g-dual-sim-black.html" :id="`slide-desc-2202-${$id('slider-id')}`"> Oppo A54 128GB - 4G Dual Sim - BLACK </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dec681a()" @update-prices-2202.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2202" data-price-box="product-id-2202"> <span x-data="" x-id="['product\u002Dprice\u002D2202']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2202')" data-price-amount="739" data-price-type="finalPrice" class="price-wrapper "><span class="price">$739.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Oppo A54 128GB - 4G Dual Sim - BLACK"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2202)" aria-label="Add to Wish List Oppo A54 128GB - 4G Dual Sim - BLACK" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2202)" aria-label="Add to Compare Oppo A54 128GB - 4G Dual Sim - BLACK" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dec681a() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2201/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2201/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2201">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/oppo-a54-64gb-4g-dual-sim-black.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/6/8/681b464c96125b7d08a9337e5185610661f4db7d_s000407591_2_3.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2201.window="updateImageSource($event.detail, '2201')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/6/8/681b464c96125b7d08a9337e5185610661f4db7d_s000407591_2_3.jpg" loading="lazy" id="img_2201" width="360" height="360" alt="Oppo A54 64GB - 4G Dual Sim - BLACK" title="Oppo A54 64GB - 4G Dual Sim - BLACK"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/oppo-a54-64gb-4g-dual-sim-black.html" :id="`slide-desc-2201-${$id('slider-id')}`"> Oppo A54 64GB - 4G Dual Sim - BLACK </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26decd550()" @update-prices-2201.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2201" data-price-box="product-id-2201"> <span x-data="" x-id="['product\u002Dprice\u002D2201']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2201')" data-price-amount="629" data-price-type="finalPrice" class="price-wrapper "><span class="price">$629.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Oppo A54 64GB - 4G Dual Sim - BLACK"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2201)" aria-label="Add to Wish List Oppo A54 64GB - 4G Dual Sim - BLACK" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2201)" aria-label="Add to Compare Oppo A54 64GB - 4G Dual Sim - BLACK" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26decd550() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2056/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2056/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2056">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/oppo-a15-cph2185-ds-32gb-3gb-black.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/6/8/681b464c96125b7d08a9337e5185610661f4db7d_s000407591_2_2.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2056.window="updateImageSource($event.detail, '2056')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/6/8/681b464c96125b7d08a9337e5185610661f4db7d_s000407591_2_2.jpg" loading="lazy" id="img_2056" width="360" height="360" alt="Oppo A15 CPH2185 DS 32GB/3GB- BLACK." title="Oppo A15 CPH2185 DS 32GB/3GB- BLACK."></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/oppo-a15-cph2185-ds-32gb-3gb-black.html" :id="`slide-desc-2056-${$id('slider-id')}`"> Oppo A15 CPH2185 DS 32GB/3GB- BLACK. </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26decfe33()" @update-prices-2056.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2056" data-price-box="product-id-2056"> <span class="special-price"> <span x-data="" x-id="['product\u002Dprice\u002D2056']"
            class="price-container price-final_price tax weee"> <span class="price-label">Special Price</span> <span :id="$id('product\u002Dprice\u002D2056')" data-price-amount="500" data-price-type="finalPrice" class="price-wrapper "><span
                class="price">$500.00</span></span> </span> </span> <span class="old-price"> <span x-data="" x-id="['old\u002Dprice\u002D2056']" class="price-container price-final_price tax weee"> <span class="price-label">Regular Price</span> <span
              :id="$id('old\u002Dprice\u002D2056')" data-price-amount="529" data-price-type="oldPrice" class="price-wrapper "><span class="price">$529.00</span></span> </span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Oppo A15 CPH2185 DS 32GB/3GB- BLACK."> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2056)" aria-label="Add to Wish List Oppo A15 CPH2185 DS 32GB/3GB- BLACK." type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2056)" aria-label="Add to Compare Oppo A15 CPH2185 DS 32GB/3GB- BLACK." type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26decfe33() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2054/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2054/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2054">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/belkin-lightning-to-usb-c-1m-midnight-green.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/3/_/3_8_1_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2054.window="updateImageSource($event.detail, '2054')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/3/_/3_8_1_1.jpg" loading="lazy" id="img_2054" width="360" height="360" alt="Belkin - Lightning to USB-C - 1M - Midnight Green " title="Belkin - Lightning to USB-C - 1M - Midnight Green "></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/belkin-lightning-to-usb-c-1m-midnight-green.html" :id="`slide-desc-2054-${$id('slider-id')}`"> Belkin - Lightning to USB-C - 1M - Midnight Green </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26ded2cf6()" @update-prices-2054.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2054" data-price-box="product-id-2054"> <span x-data="" x-id="['product\u002Dprice\u002D2054']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2054')" data-price-amount="59" data-price-type="finalPrice" class="price-wrapper "><span class="price">$59.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Belkin - Lightning to USB-C - 1M - Midnight Green "> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2054)" aria-label="Add to Wish List Belkin - Lightning to USB-C - 1M - Midnight Green " type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2054)" aria-label="Add to Compare Belkin - Lightning to USB-C - 1M - Midnight Green " type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26ded2cf6() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2176/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2176/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2176">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/h-y-mu82-mc-uv-filter-82mm.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011113uv_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2176.window="updateImageSource($event.detail, '2176')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011113uv_1__1.jpg" loading="lazy" id="img_2176" width="360" height="360" alt="H&amp;Y MU82 MC UV Filter 82mm " title="H&amp;Y MU82 MC UV Filter 82mm "></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/h-y-mu82-mc-uv-filter-82mm.html" :id="`slide-desc-2176-${$id('slider-id')}`"> H&amp;Y MU82 MC UV Filter 82mm </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dedb4ad()" @update-prices-2176.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2176" data-price-box="product-id-2176"> <span x-data="" x-id="['product\u002Dprice\u002D2176']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2176')" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$99.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart H&amp;Y MU82 MC UV Filter 82mm "> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2176)" aria-label="Add to Wish List H&amp;Y MU82 MC UV Filter 82mm " type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2176)" aria-label="Add to Compare H&amp;Y MU82 MC UV Filter 82mm " type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dedb4ad() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2097/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2097/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2097">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-128gb-667x-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000165_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2097.window="updateImageSource($event.detail, '2097')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000165_1.jpg" loading="lazy" id="img_2097" width="360" height="360" alt="Lexar Professioal Micro SD 128GB 667x Card" title="Lexar Professioal Micro SD 128GB 667x Card"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-128gb-667x-card.html" :id="`slide-desc-2097-${$id('slider-id')}`"> Lexar Professioal Micro SD 128GB 667x Card </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dedda72()" @update-prices-2097.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2097" data-price-box="product-id-2097"> <span x-data="" x-id="['product\u002Dprice\u002D2097']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2097')" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$99.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professioal Micro SD 128GB 667x Card"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2097)" aria-label="Add to Wish List Lexar Professioal Micro SD 128GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2097)" aria-label="Add to Compare Lexar Professioal Micro SD 128GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dedda72() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2078/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2078/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2078">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-lsd128crbeu1000-professional-sd-1000x-128gb-sd-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000012_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2078.window="updateImageSource($event.detail, '2078')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000012_1.jpg" loading="lazy" id="img_2078" width="360" height="360" alt="Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD" title="Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-lsd128crbeu1000-professional-sd-1000x-128gb-sd-card.html" :id="`slide-desc-2078-${$id('slider-id')}`"> Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dedfe13()" @update-prices-2078.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2078" data-price-box="product-id-2078"> <span x-data="" x-id="['product\u002Dprice\u002D2078']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2078')" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$99.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2078)" aria-label="Add to Wish List Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2078)" aria-label="Add to Compare Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dedfe13() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2128/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2128/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2128">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/hahnel-hl-el23-nikon-battery.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011049000164_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2128.window="updateImageSource($event.detail, '2128')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011049000164_1__1.jpg" loading="lazy" id="img_2128" width="360" height="360" alt="Hahnel HL-EL23 Nikon Battery" title="Hahnel HL-EL23 Nikon Battery"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/hahnel-hl-el23-nikon-battery.html" :id="`slide-desc-2128-${$id('slider-id')}`"> Hahnel HL-EL23 Nikon Battery </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dee22e4()" @update-prices-2128.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2128" data-price-box="product-id-2128"> <span x-data="" x-id="['product\u002Dprice\u002D2128']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2128')" data-price-amount="93" data-price-type="finalPrice" class="price-wrapper "><span class="price">$93.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Hahnel HL-EL23 Nikon Battery"> <span class="md:hidden lg:inline-block">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2128)" aria-label="Add to Wish List Hahnel HL-EL23 Nikon Battery" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2128)" aria-label="Add to Compare Hahnel HL-EL23 Nikon Battery" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dee22e4() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2129/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2129/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2129">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/hahnel-hl-x1-sony-battery.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011049000126_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2129.window="updateImageSource($event.detail, '2129')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011049000126_1__1.jpg" loading="lazy" id="img_2129" width="360" height="360" alt="Hahnel HL-X1 Sony Battery" title="Hahnel HL-X1 Sony Battery"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/hahnel-hl-x1-sony-battery.html" :id="`slide-desc-2129-${$id('slider-id')}`"> Hahnel HL-X1 Sony Battery </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dee4137()" @update-prices-2129.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2129" data-price-box="product-id-2129"> <span x-data="" x-id="['product\u002Dprice\u002D2129']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2129')" data-price-amount="89" data-price-type="finalPrice" class="price-wrapper "><span class="price">$89.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Hahnel HL-X1 Sony Battery"> <span class="md:hidden lg:inline-block"> <svg
              xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2129)" aria-label="Add to Wish List Hahnel HL-X1 Sony Battery" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2129)" aria-label="Add to Compare Hahnel HL-X1 Sony Battery" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dee4137() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2071/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2071/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2071">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-lsd128gcb1eu633-professional-sd-633x-128gb-sd-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000007_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2071.window="updateImageSource($event.detail, '2071')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000007_1.jpg" loading="lazy" id="img_2071" width="360" height="360" alt="Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD" title="Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-lsd128gcb1eu633-professional-sd-633x-128gb-sd-card.html" :id="`slide-desc-2071-${$id('slider-id')}`"> Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dee664e()" @update-prices-2071.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2071" data-price-box="product-id-2071"> <span x-data="" x-id="['product\u002Dprice\u002D2071']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2071')" data-price-amount="87" data-price-type="finalPrice" class="price-wrapper "><span class="price">$87.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2071)" aria-label="Add to Wish List Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2071)" aria-label="Add to Compare Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dee664e() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2200/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2200/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2200">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/hahnel-hl-6lhp-canon-battery.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/5/1596020469546_6lhp_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2200.window="updateImageSource($event.detail, '2200')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/5/1596020469546_6lhp_1__1.jpg" loading="lazy" id="img_2200" width="360" height="360" alt="Hahnel HL-6LHP Canon Battery" title="Hahnel HL-6LHP Canon Battery"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/hahnel-hl-6lhp-canon-battery.html" :id="`slide-desc-2200-${$id('slider-id')}`"> Hahnel HL-6LHP Canon Battery </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dee883d()" @update-prices-2200.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2200" data-price-box="product-id-2200"> <span x-data="" x-id="['product\u002Dprice\u002D2200']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2200')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "><span class="price">$79.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Hahnel HL-6LHP Canon Battery"> <span class="md:hidden lg:inline-block">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2200)" aria-label="Add to Wish List Hahnel HL-6LHP Canon Battery" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2200)" aria-label="Add to Compare Hahnel HL-6LHP Canon Battery" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dee883d() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2175/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2175/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2175">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/h-y-mu72-mc-uv-filter-72mm.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011113uv_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2175.window="updateImageSource($event.detail, '2175')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1011113uv_1__1.jpg" loading="lazy" id="img_2175" width="360" height="360" alt="H&amp;Y MU72 MC UV Filter 72mm " title="H&amp;Y MU72 MC UV Filter 72mm "></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/h-y-mu72-mc-uv-filter-72mm.html" :id="`slide-desc-2175-${$id('slider-id')}`"> H&amp;Y MU72 MC UV Filter 72mm </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26deea9b8()" @update-prices-2175.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2175" data-price-box="product-id-2175"> <span x-data="" x-id="['product\u002Dprice\u002D2175']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2175')" data-price-amount="79" data-price-type="finalPrice" class="price-wrapper "><span class="price">$79.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart H&amp;Y MU72 MC UV Filter 72mm "> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2175)" aria-label="Add to Wish List H&amp;Y MU72 MC UV Filter 72mm " type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2175)" aria-label="Add to Compare H&amp;Y MU72 MC UV Filter 72mm " type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26deea9b8() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2190/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2190/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2190">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-l1300-ecotank-printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/l/1/l1300-2-.png_1_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2190.window="updateImageSource($event.detail, '2190')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/l/1/l1300-2-.png_1_1.png" loading="lazy" id="img_2190" width="360" height="360" alt="Epson EcoTank L1300 Printer" title="Epson EcoTank L1300 Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-l1300-ecotank-printer.html" :id="`slide-desc-2190-${$id('slider-id')}`"> Epson EcoTank L1300 Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26def2b96()" @update-prices-2190.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2190" data-price-box="product-id-2190"> <span x-data="" x-id="['product\u002Dprice\u002D2190']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2190')" data-price-amount="1844" data-price-type="finalPrice" class="price-wrapper "><span class="price">$1,844.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L1300 Printer"> <span class="md:hidden lg:inline-block">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2190)" aria-label="Add to Wish List Epson EcoTank L1300 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2190)" aria-label="Add to Compare Epson EcoTank L1300 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26def2b96() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2189/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2189/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2189">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l6190-4-in-1-printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/2/2/22134-productpicture-hires-en-l6190_hero.png_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2189.window="updateImageSource($event.detail, '2189')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/2/2/22134-productpicture-hires-en-l6190_hero.png_1.png" loading="lazy" id="img_2189" width="360" height="360" alt="Epson EcoTank L6190 4-in-1 Printer" title="Epson EcoTank L6190 4-in-1 Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l6190-4-in-1-printer.html" :id="`slide-desc-2189-${$id('slider-id')}`"> Epson EcoTank L6190 4-in-1 Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df0097e()" @update-prices-2189.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2189" data-price-box="product-id-2189"> <span x-data="" x-id="['product\u002Dprice\u002D2189']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2189')" data-price-amount="1839" data-price-type="finalPrice" class="price-wrapper "><span class="price">$1,839.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L6190 4-in-1 Printer"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2189)" aria-label="Add to Wish List Epson EcoTank L6190 4-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2189)" aria-label="Add to Compare Epson EcoTank L6190 4-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df0097e() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2187/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2187/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2187">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l5190-4-in-1printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/l/5/l5190_medres.png_1_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2187.window="updateImageSource($event.detail, '2187')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/l/5/l5190_medres.png_1_1.png" loading="lazy" id="img_2187" width="360" height="360" alt="Epson EcoTank L5190 4-in-1Printer" title="Epson EcoTank L5190 4-in-1Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l5190-4-in-1printer.html" :id="`slide-desc-2187-${$id('slider-id')}`"> Epson EcoTank L5190 4-in-1Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df02c5b()" @update-prices-2187.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2187" data-price-box="product-id-2187"> <span x-data="" x-id="['product\u002Dprice\u002D2187']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2187')" data-price-amount="1419" data-price-type="finalPrice" class="price-wrapper "><span class="price">$1,419.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L5190 4-in-1Printer"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2187)" aria-label="Add to Wish List Epson EcoTank L5190 4-in-1Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2187)" aria-label="Add to Compare Epson EcoTank L5190 4-in-1Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df02c5b() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2186/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2186/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2186">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l4150-3-in-1-printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041482000003_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2186.window="updateImageSource($event.detail, '2186')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041482000003_1__1.jpg" loading="lazy" id="img_2186" width="360" height="360" alt="Epson EcoTank L4150 3-in-1 Printer" title="Epson EcoTank L4150 3-in-1 Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l4150-3-in-1-printer.html" :id="`slide-desc-2186-${$id('slider-id')}`"> Epson EcoTank L4150 3-in-1 Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df053e8()" @update-prices-2186.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2186" data-price-box="product-id-2186"> <span x-data="" x-id="['product\u002Dprice\u002D2186']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2186')" data-price-amount="999" data-price-type="finalPrice" class="price-wrapper "><span class="price">$999.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L4150 3-in-1 Printer"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2186)" aria-label="Add to Wish List Epson EcoTank L4150 3-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2186)" aria-label="Add to Compare Epson EcoTank L4150 3-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df053e8() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2185/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2185/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2185">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l3156-3-in-1-printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/8/18lou_mdx_white_01_1.jpg_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2185.window="updateImageSource($event.detail, '2185')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/8/18lou_mdx_white_01_1.jpg_1.jpg" loading="lazy" id="img_2185" width="360" height="360" alt="Epson EcoTank L3156 3-in-1 Printer" title="Epson EcoTank L3156 3-in-1 Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l3156-3-in-1-printer.html" :id="`slide-desc-2185-${$id('slider-id')}`"> Epson EcoTank L3156 3-in-1 Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df07765()" @update-prices-2185.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2185" data-price-box="product-id-2185"> <span x-data="" x-id="['product\u002Dprice\u002D2185']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2185')" data-price-amount="739" data-price-type="finalPrice" class="price-wrapper "><span class="price">$739.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L3156 3-in-1 Printer"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2185)" aria-label="Add to Wish List Epson EcoTank L3156 3-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2185)" aria-label="Add to Compare Epson EcoTank L3156 3-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df07765() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2184/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2184/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2184">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l3110-a4-inkjet-printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/2/2/22925-productpicture-lores-en-l3110_hero.png_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2184.window="updateImageSource($event.detail, '2184')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/2/2/22925-productpicture-lores-en-l3110_hero.png_1.png" loading="lazy" id="img_2184" width="360" height="360" alt="Epson EcoTank L3110 3-in-1 Printer" title="Epson EcoTank L3110 3-in-1 Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l3110-a4-inkjet-printer.html" :id="`slide-desc-2184-${$id('slider-id')}`"> Epson EcoTank L3110 3-in-1 Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df099b9()" @update-prices-2184.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2184" data-price-box="product-id-2184"> <span x-data="" x-id="['product\u002Dprice\u002D2184']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2184')" data-price-amount="709" data-price-type="finalPrice" class="price-wrapper "><span class="price">$709.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L3110 3-in-1 Printer"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2184)" aria-label="Add to Wish List Epson EcoTank L3110 3-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2184)" aria-label="Add to Compare Epson EcoTank L3110 3-in-1 Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df099b9() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2183/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2183/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2183">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l3150-3-in-1-cartridge-free-printer.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041482000346_1__1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2183.window="updateImageSource($event.detail, '2183')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041482000346_1__1.jpg" loading="lazy" id="img_2183" width="360" height="360" alt="Epson EcoTank L3150 3-in-1 Cartridge-Free Printer" title="Epson EcoTank L3150 3-in-1 Cartridge-Free Printer"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/epson-ecotank-l3150-3-in-1-cartridge-free-printer.html" :id="`slide-desc-2183-${$id('slider-id')}`"> Epson EcoTank L3150 3-in-1 Cartridge-Free Printer </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df0babf()" @update-prices-2183.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2183" data-price-box="product-id-2183"> <span x-data="" x-id="['product\u002Dprice\u002D2183']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2183')" data-price-amount="739" data-price-type="finalPrice" class="price-wrapper "><span class="price">$739.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Epson EcoTank L3150 3-in-1 Cartridge-Free Printer"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2183)" aria-label="Add to Wish List Epson EcoTank L3150 3-in-1 Cartridge-Free Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2183)" aria-label="Add to Compare Epson EcoTank L3150 3-in-1 Cartridge-Free Printer" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df0babf() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2102/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2102/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2102">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-128gb-professional-1800x-uhs-ii-microsdxc-memory-card-with-sd-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000047_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2102.window="updateImageSource($event.detail, '2102')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000047_1.jpg" loading="lazy" id="img_2102" width="360" height="360" alt="Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter" title="Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-128gb-professional-1800x-uhs-ii-microsdxc-memory-card-with-sd-adapter.html" :id="`slide-desc-2102-${$id('slider-id')}`"> Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df0dc85()" @update-prices-2102.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2102" data-price-box="product-id-2102"> <span x-data="" x-id="['product\u002Dprice\u002D2102']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2102')" data-price-amount="699" data-price-type="finalPrice" class="price-wrapper "><span class="price">$699.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5"
          aria-label="Add to Cart Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter"> <span class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none"
              aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2102)" aria-label="Add to Wish List Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter"
        type="button" class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg
          xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2102)" aria-label="Add to Compare Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df0dc85() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2101/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2101/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2101">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-128gb-professional-1000x-microsdhc-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000169_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2101.window="updateImageSource($event.detail, '2101')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000169_1.jpg" loading="lazy" id="img_2101" width="360" height="360" alt="Lexar 128GB Professional 1000x microSDHC Card with adapter" title="Lexar 128GB Professional 1000x microSDHC Card with adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-128gb-professional-1000x-microsdhc-card-with-adapter.html" :id="`slide-desc-2101-${$id('slider-id')}`"> Lexar 128GB Professional 1000x microSDHC Card with adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df1005b()" @update-prices-2101.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2101" data-price-box="product-id-2101"> <span x-data="" x-id="['product\u002Dprice\u002D2101']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2101')" data-price-amount="249" data-price-type="finalPrice" class="price-wrapper "><span class="price">$249.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar 128GB Professional 1000x microSDHC Card with adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2101)" aria-label="Add to Wish List Lexar 128GB Professional 1000x microSDHC Card with adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2101)" aria-label="Add to Compare Lexar 128GB Professional 1000x microSDHC Card with adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df1005b() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2100/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2100/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2100">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-64gb-professional-1000x-microsdhc-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000168_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2100.window="updateImageSource($event.detail, '2100')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000168_1.jpg" loading="lazy" id="img_2100" width="360" height="360" alt="Lexar 64GB Professional 1000x microSDHC Card with adapter" title="Lexar 64GB Professional 1000x microSDHC Card with adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-64gb-professional-1000x-microsdhc-card-with-adapter.html" :id="`slide-desc-2100-${$id('slider-id')}`"> Lexar 64GB Professional 1000x microSDHC Card with adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df11df0()" @update-prices-2100.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2100" data-price-box="product-id-2100"> <span x-data="" x-id="['product\u002Dprice\u002D2100']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2100')" data-price-amount="129" data-price-type="finalPrice" class="price-wrapper "><span class="price">$129.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar 64GB Professional 1000x microSDHC Card with adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2100)" aria-label="Add to Wish List Lexar 64GB Professional 1000x microSDHC Card with adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2100)" aria-label="Add to Compare Lexar 64GB Professional 1000x microSDHC Card with adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df11df0() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2099/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2099/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2099">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-32gb-professional-1000x-microsdhc-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000167_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2099.window="updateImageSource($event.detail, '2099')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000167_1.jpg" loading="lazy" id="img_2099" width="360" height="360" alt="Lexar 32GB Professional 1000x microSDHC Card with adapter" title="Lexar 32GB Professional 1000x microSDHC Card with adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-32gb-professional-1000x-microsdhc-card-with-adapter.html" :id="`slide-desc-2099-${$id('slider-id')}`"> Lexar 32GB Professional 1000x microSDHC Card with adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df13ea1()" @update-prices-2099.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2099" data-price-box="product-id-2099"> <span x-data="" x-id="['product\u002Dprice\u002D2099']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2099')" data-price-amount="69" data-price-type="finalPrice" class="price-wrapper "><span class="price">$69.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar 32GB Professional 1000x microSDHC Card with adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2099)" aria-label="Add to Wish List Lexar 32GB Professional 1000x microSDHC Card with adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2099)" aria-label="Add to Compare Lexar 32GB Professional 1000x microSDHC Card with adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df13ea1() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2098/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2098/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2098">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-256gb-667x-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000166_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2098.window="updateImageSource($event.detail, '2098')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000166_1.jpg" loading="lazy" id="img_2098" width="360" height="360" alt="Lexar Professioal Micro SD 256GB 667x Card" title="Lexar Professioal Micro SD 256GB 667x Card"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-256gb-667x-card.html" :id="`slide-desc-2098-${$id('slider-id')}`"> Lexar Professioal Micro SD 256GB 667x Card </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df15d4e()" @update-prices-2098.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2098" data-price-box="product-id-2098"> <span x-data="" x-id="['product\u002Dprice\u002D2098']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2098')" data-price-amount="299" data-price-type="finalPrice" class="price-wrapper "><span class="price">$299.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professioal Micro SD 256GB 667x Card"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2098)" aria-label="Add to Wish List Lexar Professioal Micro SD 256GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2098)" aria-label="Add to Compare Lexar Professioal Micro SD 256GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df15d4e() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2097/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2097/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2097">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-128gb-667x-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000165_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2097.window="updateImageSource($event.detail, '2097')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000165_1.jpg" loading="lazy" id="img_2097" width="360" height="360" alt="Lexar Professioal Micro SD 128GB 667x Card" title="Lexar Professioal Micro SD 128GB 667x Card"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-128gb-667x-card.html" :id="`slide-desc-2097-${$id('slider-id')}`"> Lexar Professioal Micro SD 128GB 667x Card </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26dedda72()" @update-prices-2097.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2097" data-price-box="product-id-2097"> <span x-data="" x-id="['product\u002Dprice\u002D2097']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2097')" data-price-amount="99" data-price-type="finalPrice" class="price-wrapper "><span class="price">$99.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professioal Micro SD 128GB 667x Card"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2097)" aria-label="Add to Wish List Lexar Professioal Micro SD 128GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2097)" aria-label="Add to Compare Lexar Professioal Micro SD 128GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26dedda72() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2096/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2096/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2096">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-64gb-667x-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000164_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2096.window="updateImageSource($event.detail, '2096')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000164_1.jpg" loading="lazy" id="img_2096" width="360" height="360" alt="Lexar Professioal Micro SD 64GB 667x Card" title="Lexar Professioal Micro SD 64GB 667x Card"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professioal-micro-sd-64gb-667x-card.html" :id="`slide-desc-2096-${$id('slider-id')}`"> Lexar Professioal Micro SD 64GB 667x Card </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df17deb()" @update-prices-2096.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2096" data-price-box="product-id-2096"> <span x-data="" x-id="['product\u002Dprice\u002D2096']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2096')" data-price-amount="38" data-price-type="finalPrice" class="price-wrapper "><span class="price">$38.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professioal Micro SD 64GB 667x Card"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2096)" aria-label="Add to Wish List Lexar Professioal Micro SD 64GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2096)" aria-label="Add to Compare Lexar Professioal Micro SD 64GB 667x Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df17deb() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2095/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2095/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2095">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-512gb-633x-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000137_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2095.window="updateImageSource($event.detail, '2095')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000137_1.jpg" loading="lazy" id="img_2095" width="360" height="360" alt="Lexar Professional Micro SD 512GB 633x Card with Adapter" title="Lexar Professional Micro SD 512GB 633x Card with Adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-512gb-633x-card-with-adapter.html" :id="`slide-desc-2095-${$id('slider-id')}`"> Lexar Professional Micro SD 512GB 633x Card with Adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df19bbb()" @update-prices-2095.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2095" data-price-box="product-id-2095"> <span x-data="" x-id="['product\u002Dprice\u002D2095']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2095')" data-price-amount="240" data-price-type="finalPrice" class="price-wrapper "><span class="price">$240.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professional Micro SD 512GB 633x Card with Adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2095)" aria-label="Add to Wish List Lexar Professional Micro SD 512GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2095)" aria-label="Add to Compare Lexar Professional Micro SD 512GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df19bbb() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2094/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2094/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2094">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-256gb-633x-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000041_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2094.window="updateImageSource($event.detail, '2094')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000041_1.jpg" loading="lazy" id="img_2094" width="360" height="360" alt="Lexar Professional Micro SD 256GB 633x Card with Adapter" title="Lexar Professional Micro SD 256GB 633x Card with Adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-256gb-633x-card-with-adapter.html" :id="`slide-desc-2094-${$id('slider-id')}`"> Lexar Professional Micro SD 256GB 633x Card with Adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df1bac4()" @update-prices-2094.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2094" data-price-box="product-id-2094"> <span x-data="" x-id="['product\u002Dprice\u002D2094']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2094')" data-price-amount="149" data-price-type="finalPrice" class="price-wrapper "><span class="price">$149.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professional Micro SD 256GB 633x Card with Adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2094)" aria-label="Add to Wish List Lexar Professional Micro SD 256GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2094)" aria-label="Add to Compare Lexar Professional Micro SD 256GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df1bac4() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2093/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2093/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2093">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-128gb-633x-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000040_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2093.window="updateImageSource($event.detail, '2093')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000040_1.jpg" loading="lazy" id="img_2093" width="360" height="360" alt="Lexar Professional Micro SD 128GB 633x Card with Adapter" title="Lexar Professional Micro SD 128GB 633x Card with Adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-128gb-633x-card-with-adapter.html" :id="`slide-desc-2093-${$id('slider-id')}`"> Lexar Professional Micro SD 128GB 633x Card with Adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df1dbc1()" @update-prices-2093.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2093" data-price-box="product-id-2093"> <span x-data="" x-id="['product\u002Dprice\u002D2093']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2093')" data-price-amount="49" data-price-type="finalPrice" class="price-wrapper "><span class="price">$49.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professional Micro SD 128GB 633x Card with Adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2093)" aria-label="Add to Wish List Lexar Professional Micro SD 128GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2093)" aria-label="Add to Compare Lexar Professional Micro SD 128GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df1dbc1() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2092/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2092/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2092">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-64gb-633x-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000039_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2092.window="updateImageSource($event.detail, '2092')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000039_1.jpg" loading="lazy" id="img_2092" width="360" height="360" alt="Lexar Professional Micro SD 64GB 633x Card with Adapter" title="Lexar Professional Micro SD 64GB 633x Card with Adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-64gb-633x-card-with-adapter.html" :id="`slide-desc-2092-${$id('slider-id')}`"> Lexar Professional Micro SD 64GB 633x Card with Adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df20275()" @update-prices-2092.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2092" data-price-box="product-id-2092"> <span x-data="" x-id="['product\u002Dprice\u002D2092']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2092')" data-price-amount="35" data-price-type="finalPrice" class="price-wrapper "><span class="price">$35.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professional Micro SD 64GB 633x Card with Adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2092)" aria-label="Add to Wish List Lexar Professional Micro SD 64GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2092)" aria-label="Add to Compare Lexar Professional Micro SD 64GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df20275() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2091/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2091/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2091">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-32gb-633x-card-with-adapter.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000038_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2091.window="updateImageSource($event.detail, '2091')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000038_1.jpg" loading="lazy" id="img_2091" width="360" height="360" alt="Lexar Professional Micro SD 32GB 633x Card with Adapter" title="Lexar Professional Micro SD 32GB 633x Card with Adapter"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-professional-micro-sd-32gb-633x-card-with-adapter.html" :id="`slide-desc-2091-${$id('slider-id')}`"> Lexar Professional Micro SD 32GB 633x Card with Adapter </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df221ee()" @update-prices-2091.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2091" data-price-box="product-id-2091"> <span x-data="" x-id="['product\u002Dprice\u002D2091']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2091')" data-price-amount="30" data-price-type="finalPrice" class="price-wrapper "><span class="price">$30.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar Professional Micro SD 32GB 633x Card with Adapter"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2091)" aria-label="Add to Wish List Lexar Professional Micro SD 32GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2091)" aria-label="Add to Compare Lexar Professional Micro SD 32GB 633x Card with Adapter" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df221ee() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2090/

<form method="post" action="https://hyva-electronicsnew.aureatelabshq.com/checkout/cart/add/uenc/%25uenc%25/product/2090/"
  class="product-item product_addtocart_form bg-white rounded-xl flex flex-col shadow-product-card border border-EEEEEE h-full w-full transition-all ease-in-out duration-500 group overflow-hidden p-4 sm:p-2 lg:p-6"> <input type="hidden"
    name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="hidden" name="product" value="2090">
  <a href="https://hyva-electronicsnew.aureatelabshq.com/lexar-lcf256crbeu1066-compactflash-1066x-256gb-card.html" class="product photo product-item-photo mb-3 overflow-visible mx-auto" tabindex="-1"> <picture class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500"> <source type="image/webp" srcset="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000021_1.webp"> <img class="product-image-photo group-hover:scale-105 transition-all ease-in-out duration-500" x-data="" @update-gallery-2090.window="updateImageSource($event.detail, '2090')" src="https://hyva-electronicsnew.aureatelabshq.com/media/catalog/product/cache/1298e3793534dc26c4b1a215f6cc7e84/1/0/1041483000021_1.jpg" loading="lazy" id="img_2090" width="360" height="360" alt="Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card" title="Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card"></picture> <script>function updateImageSource(newSource,imageId){const imgElement=document.querySelector('#img_'+imageId);if(imgElement){const sourceElement=imgElement.closest('picture').querySelector('source');if(sourceElement){sourceElement.srcset=newSource||'';}}}</script> </a>
  <div class="flex flex-col flex-1">
    <div class="flex justify-between items-center">
      <div class="text-16 leading-default font-normal text-primary-darker"></div>
    </div>
    <div class="flex justify-between gap-2 flex-1">
      <a class="product-item-link flex-1 text-16 text-black font-medium leading-normal hover:text-themeColor" href="https://hyva-electronicsnew.aureatelabshq.com/lexar-lcf256crbeu1066-compactflash-1066x-256gb-card.html" :id="`slide-desc-2090-${$id('slider-id')}`"> Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card </a>
    </div>
    <div class="mb-4 mt-2"></div>
    <div class="font-normal text-themeColor" x-data="initPriceBox__65fc26df2467c()" @update-prices-2090.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2090" data-price-box="product-id-2090"> <span x-data="" x-id="['product\u002Dprice\u002D2090']" class="price-container price-final_price tax weee"> <span
            :id="$id('product\u002Dprice\u002D2090')" data-price-amount="899" data-price-type="finalPrice" class="price-wrapper "><span class="price">$899.00</span></span> </span></div>
    </div>
    <div class="flex flex-row justify-between mt-1 mb-4 text-sm leading-5">
      <div class="text-right">
        <p class="flex items-center justify-start align-middle available gap-x-2 stock" title="Availability"> <span class="w-3 h-3 bg-green-500 rounded-full shrink-0"></span> <span class="text-primary-darker text-16 font-medium leading-default">In
            stock</span></p>
      </div>
    </div>
    <div class="flex gap-1.5 lg:gap-2 flex-wrap flex-1 items-end">
      <div class="flex-1 lg:w-auto lg:flex-1"> <button class="flex items-center gap-2 w-full justify-center btn btn-primary px-3 2xl:px-6 max767:py-2.5" aria-label="Add to Cart Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card"> <span
            class="md:hidden lg:inline-block"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 28 28" fill="none" aria-hidden="true">
              <path
                d="M3.5 3.5H5.83333L6.3 5.83333M8.16667 15.1667H19.8333L24.5 5.83333H6.3M8.16667 15.1667L6.3 5.83333M8.16667 15.1667L5.49162 17.8417C4.75667 18.5767 5.27719 19.8333 6.31658 19.8333H19.8333M19.8333 19.8333C18.5447 19.8333 17.5 20.878 17.5 22.1667C17.5 23.4553 18.5447 24.5 19.8333 24.5C21.122 24.5 22.1667 23.4553 22.1667 22.1667C22.1667 20.878 21.122 19.8333 19.8333 19.8333ZM10.5 22.1667C10.5 23.4553 9.45533 24.5 8.16667 24.5C6.878 24.5 5.83333 23.4553 5.83333 22.1667C5.83333 20.878 6.878 19.8333 8.16667 19.8333C9.45533 19.8333 10.5 20.878 10.5 22.1667Z"
                stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
            </svg> </span> <span>Add to Cart</span> </button></div><button x-data="initWishlist()" @click.prevent="addToWishlist(2090)" aria-label="Add to Wish List Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" role="img">
          <path
            d="M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z"
            stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
          <title>heart</title>
        </svg> </button> <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2090)" aria-label="Add to Compare Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card" type="button"
        class="rounded-full w-12 h-12 bg-secondary p-0 border-0 inline-flex shrink-0 items-center justify-center text-black transition-all ease-in-out duration-500 hover:text-white hover:bg-themeColor"> <svg xmlns="http://www.w3.org/2000/svg"
          width="25" height="25" viewBox="0 0 24 24" fill="none" class="w-6 h-6" aria-hidden="true">
          <path d="M3 6L6 7M6 7L3 16C4.77253 17.3334 7.22866 17.3334 9.00119 16M6 7L9.00006 16M6 7L12 5M18 7L21 6M18 7L15 16C16.7725 17.3334 19.2287 17.3334 21.0012 16M18 7L21.0001 16M18 7L12 5M12 3V5M12 21V5M12 21H9M12 21H15" stroke="currentColor"
            stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
        </svg> </button>
    </div>
  </div>
  <script>
    function initPriceBox__65fc26df2467c() {
      return {
        updatePrice(priceData) {
          const regularPriceLabel = this.$root.querySelector('.normal-price .price-label');
          const regularPriceElement = this.$root.querySelector('.normal-price [data-price-type=finalPrice].price-wrapper .price');
          const basePriceElement = this.$root.querySelector('.normal-price [data-price-type=basePrice].price-wrapper .price');
          if (priceData.finalPrice.amount < priceData.oldPrice.amount) {
            regularPriceLabel.classList.add('hidden');
          } else {
            regularPriceLabel.classList.remove('hidden');
          }
          regularPriceElement && (regularPriceElement.innerText = hyva.formatPrice(priceData.finalPrice.amount));
          basePriceElement && (basePriceElement.innerText = hyva.formatPrice(priceData.basePrice.amount));
        }
      }
    }
  </script>
</form>

POST https://hyva-electronicsnew.aureatelabshq.com/newsletter/subscriber/new/

<form class="mt-3 md:mt-7 md:flex md:max-w-2xl md:mx-auto" action="https://hyva-electronicsnew.aureatelabshq.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail">
  <label class="sr-only" for="newsletter-subscribe" aria-label="Email address"> Email address </label> <input type="email" name="email" id="newsletter-subscribe" required="" placeholder="Enter your email address"
    class="bg-white w-full md:grow md:mr-4 form-input"> <input type="hidden" name="form_key" x-data="{formKey: hyva.getFormKey()}" :value="formKey"> <input type="submit" value="Subscribe"
    class="md:flex-1 w-full md:w-auto btn btn-primary px-5 py-3 font-normal text-16 leading-default max767:mt-2">
  <div> <template x-if="displayErrorMessage">
      <p class="flex items-center text-red"> <span class="inline-block w-8 h-8 mr-3"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4m0 4h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path>
          </svg> </span> <template x-for="errorMessage in errorMessages"> <span x-html="errorMessage"></span> </template></p>
    </template></div>
</form>

Text Content

Get Ready For a Dazzling Summer With Our New Arrivals - Shop Now
Skip to Content
 * Accessories
   
    * Accessories
    * View All
    * Memory Storage
    * IT Accessories
    * Audio & Video
    * Laptop and Tablet

 * Camera & Lenses
   
    * Camera & Lenses
    * View All
    * Cameras
    * Lenses
    * Festive Offers
    * Photo & Video Accessories
    * BG
    * Nikon Influencers Category
    * Nikon
    * XPOSURE
    * Lighting

 * Mobiles
   
    * Mobiles
    * View All
    * Mobile Accessories
    * Mobile phones

 * Printers
   
    * Printers
    * View All
    * Home Printers
    * Epson Influencer Program
    * Bukhatir Group
    * Office Printers
    * Photo Printers

 * Product Types
   
    * Product Types
    * View All
    * Downloadable product
    * Simple Product
    * Configurable product
    * Grouped product
    * Virtual product
    * Bundle product

 * Sale

 * My Account
 * Compare Products

 * Accessories
    * Memory Storage
      * SD Cards
      * Micro SD
      * Flash Drives
      * Compact Flash
    * IT Accessories
      * Cables and Chargers
    * Audio & Video
      * Wireless Headphones & Earphones
      * Headphone/ Headset
    * Laptop and Tablet
      * TagTech

 * Camera & Lenses
    * Cameras
      * DSLR Cameras
      * Point & Shoot Cameras
      * Sony
      * Mirrorless Cameras
      * Nikon Affiliation Program
    * Lenses
      * DSLR Lenses
      * Mirrorless Lenses
    * Photo & Video Accessories
      * Batteries & Chargers
      * Tripods & Monopods
      * Microphones
      * Filters
    * XPOSURE
      * Nikon Lenses
      * Fujifilm Lenses
      * Nikon Cameras
      * Photo Accessories
    * Lighting
      * Flashes
      * Lighting Accessories
    * Festive Offers BG Nikon Influencers Category Nikon

 * Mobiles
    * Mobile Accessories
      * Belkin
    * Mobile phones
      * Oppo
   
   Mobiles
   
   Mobile Accessories

 * Printers
   
   Printers
   
    * Home Printers Epson Influencer Program Bukhatir Group Office Printers
      Photo Printers

 * Product Types
    * Downloadable product Simple Product Configurable product Grouped product
      Virtual product Bundle product

 * Sale

EN chevron-down
GB
scale Compare Products 0 item items search
Sign In Create an Account
Toggle minicart, Cart is empty shopping-cart0
Search




MY CART 10 OF 0 PRODUCTS IN CART DISPLAYED


Your Cart is Empty

Your Cart is Empty
x









Subtotal

Checkout View and Edit Cart
Loading...
x

Checkout using your account

Email Address

Password

Sign In Forgot Your Password?


Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account


CERAMIC SPACE HEATER

Large curved heater, advanced ceramic technology, effective, consistent,
immediate warmth.

Shop Now


CERAMIC SPACE HEATER

Large curved heater, advanced ceramic technology, effective, consistent,
immediate warmth.

Shop Now


CERAMIC SPACE HEATER

Large curved heater, advanced ceramic technology, effective, consistent,
immediate warmth.

Shop Now
chevron-left chevron-right


FOR PHOTOGRAPHY

Shop Now




SMART PHONES

Shop Now




SMART WATCHES

Shop Now




XP LAPTOPS

Shop Now




HEADPHONES

Shop Now




SMART TV

Shop Now


NEW ARRIVAL PRODUCT

Navigating through the elements of the carousel is possible using the tab key.
You can skip the carousel or go straight to carousel navigation using the skip
links. Press to skip carousel Press to go to carousel navigation
Oppo A54 128GB - 4G Dual Sim - BLACK

$739.00

In stock

Add to Cart
heart
Oppo A54 64GB - 4G Dual Sim - BLACK

$629.00

In stock

Add to Cart
heart
Oppo A15 CPH2185 DS 32GB/3GB- BLACK.

Special Price $500.00 Regular Price $529.00

In stock

Add to Cart
heart
Belkin - Lightning to USB-C - 1M - Midnight Green

$59.00

In stock

Add to Cart
heart






NIRVANA


A PREMIUM AUDIO EXPERIENCE

Superior ANC | 120-Hours of battery

Shop Now


BESTSELLERS

Navigating through the elements of the carousel is possible using the tab key.
You can skip the carousel or go straight to carousel navigation using the skip
links. Press to skip carousel Press to go to carousel navigation
H&Y MU82 MC UV Filter 82mm

$99.00

In stock

Add to Cart
heart
Lexar Professioal Micro SD 128GB 667x Card

$99.00

In stock

Add to Cart
heart
Lexar LSD128CRBEU1000 PROFESSIONAL SD (1000X) 128GB SD CARD

$99.00

In stock

Add to Cart
heart
Hahnel HL-EL23 Nikon Battery

$93.00

In stock

Add to Cart
heart
Hahnel HL-X1 Sony Battery

$89.00

In stock

Add to Cart
heart
Lexar LSD128GCB1EU633 PROFESSIONAL SD (633X) 128GB SD CARD

$87.00

In stock

Add to Cart
heart
Hahnel HL-6LHP Canon Battery

$79.00

In stock

Add to Cart
heart
H&Y MU72 MC UV Filter 72mm

$79.00

In stock

Add to Cart
heart






ONEPLUS 12

Exchange your old device and get benefits worth up to ₹11,000!

Shop Now


TOP 20 PRODUCTS

Navigating through the elements of the carousel is possible using the tab key.
You can skip the carousel or go straight to carousel navigation using the skip
links. Press to skip carousel Press to go to carousel navigation
Epson EcoTank L1300 Printer

$1,844.00

In stock

Add to Cart
heart
Epson EcoTank L6190 4-in-1 Printer

$1,839.00

In stock

Add to Cart
heart
Epson EcoTank L5190 4-in-1Printer

$1,419.00

In stock

Add to Cart
heart
Epson EcoTank L4150 3-in-1 Printer

$999.00

In stock

Add to Cart
heart
Epson EcoTank L3156 3-in-1 Printer

$739.00

In stock

Add to Cart
heart
Epson EcoTank L3110 3-in-1 Printer

$709.00

In stock

Add to Cart
heart
Epson EcoTank L3150 3-in-1 Cartridge-Free Printer

$739.00

In stock

Add to Cart
heart
Lexar 128GB Professional 1800x UHS-II microSDXC Memory Card with SD Adapter

$699.00

In stock

Add to Cart
heart
Lexar 128GB Professional 1000x microSDHC Card with adapter

$249.00

In stock

Add to Cart
heart
Lexar 64GB Professional 1000x microSDHC Card with adapter

$129.00

In stock

Add to Cart
heart
Lexar 32GB Professional 1000x microSDHC Card with adapter

$69.00

In stock

Add to Cart
heart
Lexar Professioal Micro SD 256GB 667x Card

$299.00

In stock

Add to Cart
heart
Lexar Professioal Micro SD 128GB 667x Card

$99.00

In stock

Add to Cart
heart
Lexar Professioal Micro SD 64GB 667x Card

$38.00

In stock

Add to Cart
heart
Lexar Professional Micro SD 512GB 633x Card with Adapter

$240.00

In stock

Add to Cart
heart
Lexar Professional Micro SD 256GB 633x Card with Adapter

$149.00

In stock

Add to Cart
heart
Lexar Professional Micro SD 128GB 633x Card with Adapter

$49.00

In stock

Add to Cart
heart
Lexar Professional Micro SD 64GB 633x Card with Adapter

$35.00

In stock

Add to Cart
heart
Lexar Professional Micro SD 32GB 633x Card with Adapter

$30.00

In stock

Add to Cart
heart
Lexar LCF256CRBEU1066 COMPACTFLASH (1066X) 256GB Card

$899.00

In stock

Add to Cart
heart





don’t miss opportunity!


IMMORTAL 131

Shop Now

up to 60% off sale!


WAVE ARCADE

Shop Now

BIG DISCOUNT

GOOGLE PIXEL SMART PHONE

$350.00 Shop Now


SMART PHONE

 * Microphones
 * Laptop and Tablet
 * Accessories
 * Apple iPad

Shop Now heroicons/outline/arrow-right


SMART WATCH

 * Multi-Sport
 * Fashion-oriented
 * Fitness-focused
 * Budget-friendly

Shop Now heroicons/outline/arrow-right


APPLE IPAD

 * iPad Mini
 * iPad Air
 * iPad Pro
 * Accessories

Shop Now heroicons/outline/arrow-right


OUR FAVOURITE BRANDS

Navigating through the elements of the carousel is possible using the tab key.
You can skip the carousel using the skip link. Press to skip the carousel



APPLY CARD TODAY AND GET DISCOUNT

USE DISCOUNT CODE IN CHECKOUT PAGE.

Shop Now
chat
We’re happy to help.
View our frequently asked questions, track your order or get in touch with any
question you might have.
Follow us
facebook instagram pinterest twitter

BE THE FIRST TO KNOW

Subscribe for our best offers.

Email address





SHOP

heroicons/solid/chevron-down
 * Affiliations
 * Accessories
 * Camera & Lenses
 * Mobiles
 * Laptop and Tablet
 * Printers

CUSTOMER SERVICE

heroicons/solid/chevron-down
 * Shipment of your order
 * Payment options
 * Returns and replacements
 * Warranty and repairs
 * Get in touch

OUR COMPANY

heroicons/solid/chevron-down
 * About us
 * Blog
 * Our stores
 * Sustainability

MY ACCOUNT

heroicons/solid/chevron-down
 * My account
 * My orders

 * shipping-truckShipped within a day
 * shipping-freeFree shipping on all orders
 * free-returnFree returns
 * refer-a-friendRefer a friend and get a discount

payment/ideal payment/visa payment/mastercard payment/paypal payment/klarna
payment/apple-pay payment/google-pay
©2024 Aureate Labs
Terms & Conditions Privacy Policy
Buy this from Aureate Labs