beverageuniverse.com Open in urlscan Pro
2606:4700:20::681a:3a5  Public Scan

Submitted URL: http://beverageuniverse.com/
Effective URL: https://beverageuniverse.com/
Submission: On February 22 via manual from IN — Scanned from DE

Form analysis 66 forms found in the DOM

GET https://beverageuniverse.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://beverageuniverse.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="Search entire store here..." maxlength="128" class="w-full p-2 text-lg leading-normal transition appearance-none text-grey-800
                focus:outline-none focus:border-transparent lg:text-xl" @focus.once="suggest" @input.debounce.300="suggest" @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))" @search-open.window.debounce.10="
                    $el.focus()
                    $el.select()
               ">
  <template x-if="suggestions.length > 0">
    <div class="w-full leading-normal transition appearance-none text-grey-800 flex flex-col mt-1">
      <template x-for="suggestion in suggestions">
        <div class="flex justify-between p-2 bg-container-lighter even:bg-container mb-1 cursor-pointer
                                 border border-container hover:bg-container-darker" tabindex="0" @click="search(suggestion.title)" @keydown.enter="search(suggestion.title)" @keydown.arrow-up.prevent="
                              focusElement($event.target.previousElementSibling) || $refs.searchInput.focus()
                          " @keydown.arrow-down.prevent="focusElement($event.target.nextElementSibling)">
          <span x-text="suggestion.title"></span>
          <span x-text="suggestion.num_results"></span>
        </div>
      </template>
    </div>
  </template>
  <button type="submit" title="Search" class="action search sr-only" aria-label="Search"> Search </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://beverageuniverse.com/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4879/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4879/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4879">
  <a href="https://beverageuniverse.com/london-essence-grapefruit-rosemary-tonic-water-200-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4879.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/l/o/london_essence_-_grapefruit_rosemary_tonic_water_-_main.jpg" loading="lazy" width="240" height="300" alt="London Essence - Grapefruit &amp; Rosemary Tonic Water - 200 ml (24 Glass Bottles)
" title="London Essence - Grapefruit &amp; Rosemary Tonic Water - 200 ml (24 Glass Bottles)
">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/london-essence-grapefruit-rosemary-tonic-water-200-ml-24-glass-bottles.html" :id="`slide-desc-4879-${$id('slider-id')}`" id="slide-desc-4879-slider-id-1">
                    London Essence Co. - Grapefruit &amp; Rosemary Tonic Water - 200 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/the-london-essence-co.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/The_London_Essence_Company.png" title="London Essence Company" alt="London Essence Company" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.76oz</p>
    <script>
      function initPriceBox__65d6f5ccda5e6() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5ccda5e6()" @update-prices-4879.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4879" data-price-box="product-id-4879">
        <span x-data="" x-id="['product\u002Dprice\u002D4879']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4879')" data-price-amount="74.47" data-price-type="finalPrice" class="price-wrapper " id="product-price-4879-1"><span class="price">$74.47</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart London Essence Co. - Grapefruit &amp; Rosemary Tonic Water - 200 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4879)" aria-label="Add to Wish List London Essence Co. - Grapefruit &amp; Rosemary Tonic Water - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4879)" aria-label="Add to Compare London Essence Co. - Grapefruit &amp; Rosemary Tonic Water - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4881/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4881/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4881">
  <a href="https://beverageuniverse.com/london-essence-soda-water-200-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4881.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/l/o/london_essence_-_soda_water_-_main.jpg" loading="lazy" width="240" height="300" alt="London Essence - Soda Water - 200 ml (24 Glass Bottles)" title="London Essence - Soda Water - 200 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/london-essence-soda-water-200-ml-24-glass-bottles.html" :id="`slide-desc-4881-${$id('slider-id')}`" id="slide-desc-4881-slider-id-1">
                    London Essence Co. - Soda Water - 200 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/the-london-essence-co.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/The_London_Essence_Company.png" title="London Essence Company" alt="London Essence Company" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.76oz</p>
    <script>
      function initPriceBox__65d6f5cce2cbf() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cce2cbf()" @update-prices-4881.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4881" data-price-box="product-id-4881">
        <span x-data="" x-id="['product\u002Dprice\u002D4881']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4881')" data-price-amount="74.47" data-price-type="finalPrice" class="price-wrapper " id="product-price-4881-1"><span class="price">$74.47</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart London Essence Co. - Soda Water - 200 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4881)" aria-label="Add to Wish List London Essence Co. - Soda Water - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4881)" aria-label="Add to Compare London Essence Co. - Soda Water - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4869/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4869/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4869">
  <a href="https://beverageuniverse.com/eira-sparkling-water-400-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4869.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/i/eira_-_sparkling_water_-_400_ml_24_glass_bottles_.jpg" loading="lazy" width="240" height="300" alt="Eira - Sparkling Water - 400 ml (24 Glass Bottles)" title="Eira - Sparkling Water - 400 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/eira-sparkling-water-400-ml-24-glass-bottles.html" :id="`slide-desc-4869-${$id('slider-id')}`" id="slide-desc-4869-slider-id-1">
                    Eira - Sparkling Water - 400 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/eira-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Eira_Water.png" title="Eira Water" alt="Eira Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 13.5oz</p>
    <script>
      function initPriceBox__65d6f5cce5ad6() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cce5ad6()" @update-prices-4869.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4869" data-price-box="product-id-4869">
        <span x-data="" x-id="['product\u002Dprice\u002D4869']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4869')" data-price-amount="53.35" data-price-type="finalPrice" class="price-wrapper " id="product-price-4869-1"><span class="price">$53.35</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Eira - Sparkling Water - 400 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4869)" aria-label="Add to Wish List Eira - Sparkling Water - 400 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4869)" aria-label="Add to Compare Eira - Sparkling Water - 400 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4870/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4870/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4870">
  <a href="https://beverageuniverse.com/eira-still-water-400-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4870.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/i/eira_-_still_water_-_400_ml_24_glass_bottles_.jpg" loading="lazy" width="240" height="300" alt="Eira - Still Water - 400 ml (24 Glass Bottles)" title="Eira - Still Water - 400 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/eira-still-water-400-ml-24-glass-bottles.html" :id="`slide-desc-4870-${$id('slider-id')}`" id="slide-desc-4870-slider-id-1">
                    Eira - Still Water - 400 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/eira-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Eira_Water.png" title="Eira Water" alt="Eira Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 13.5oz</p>
    <script>
      function initPriceBox__65d6f5cce8927() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cce8927()" @update-prices-4870.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4870" data-price-box="product-id-4870">
        <span x-data="" x-id="['product\u002Dprice\u002D4870']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4870')" data-price-amount="53.35" data-price-type="finalPrice" class="price-wrapper " id="product-price-4870-1"><span class="price">$53.35</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Eira - Still Water - 400 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4870)" aria-label="Add to Wish List Eira - Still Water - 400 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4870)" aria-label="Add to Compare Eira - Still Water - 400 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4853/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4853/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4853">
  <a href="https://beverageuniverse.com/eira-sparkling-water-700-ml-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4853.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/i/eira_-_sparkling_mineral_water_-_700_ml.jpg" loading="lazy" width="240" height="300" alt="Eira - Sparkling Water - 700 ml (12 Glass Bottles)" title="Eira - Sparkling Water - 700 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/eira-sparkling-water-700-ml-12-glass-bottles.html" :id="`slide-desc-4853-${$id('slider-id')}`" id="slide-desc-4853-slider-id-1">
                    Eira - Sparkling Water - 700 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/eira-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Eira_Water.png" title="Eira Water" alt="Eira Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 23.6oz</p>
    <script>
      function initPriceBox__65d6f5cceb196() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cceb196()" @update-prices-4853.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4853" data-price-box="product-id-4853">
        <span x-data="" x-id="['product\u002Dprice\u002D4853']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4853')" data-price-amount="49.94" data-price-type="finalPrice" class="price-wrapper " id="product-price-4853-1"><span class="price">$49.94</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Eira - Sparkling Water - 700 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4853)" aria-label="Add to Wish List Eira - Sparkling Water - 700 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4853)" aria-label="Add to Compare Eira - Sparkling Water - 700 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4851/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4851/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4851">
  <a href="https://beverageuniverse.com/eira-still-water-700-ml-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4851.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/i/eira_-_still_mineral_water_-_700_ml.jpg" loading="lazy" width="240" height="300" alt="Eira - Still Water - 700 ml (12 Glass Bottles)" title="Eira - Still Water - 700 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/eira-still-water-700-ml-12-glass-bottles.html" :id="`slide-desc-4851-${$id('slider-id')}`" id="slide-desc-4851-slider-id-1">
                    Eira - Still Water - 700 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/eira-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Eira_Water.png" title="Eira Water" alt="Eira Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 23.6oz</p>
    <script>
      function initPriceBox__65d6f5ccedaee() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5ccedaee()" @update-prices-4851.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4851" data-price-box="product-id-4851">
        <span x-data="" x-id="['product\u002Dprice\u002D4851']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4851')" data-price-amount="49.94" data-price-type="finalPrice" class="price-wrapper " id="product-price-4851-1"><span class="price">$49.94</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Eira - Still Water - 700 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4851)" aria-label="Add to Wish List Eira - Still Water - 700 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4851)" aria-label="Add to Compare Eira - Still Water - 700 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4984/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4984/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4984">
  <a href="https://beverageuniverse.com/canada-dry-ginger-ale-10-oz-24-plastic-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4984.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/c/a/canada_dry_-_ginger_ale_-_10_oz_24_plastic_bottles_.jpg" loading="lazy" width="240" height="300" alt="Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)" title="Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/canada-dry-ginger-ale-10-oz-24-plastic-bottles.html" :id="`slide-desc-4984-${$id('slider-id')}`" id="slide-desc-4984-slider-id-1">
                    Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/canada-dry-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Canada_Dry.png" title="Canada Dry Soda" alt="Canada Dry Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 10oz</p>
    <script>
      function initPriceBox__65d6f5ccf03f1() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5ccf03f1()" @update-prices-4984.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4984" data-price-box="product-id-4984">
        <span x-data="" x-id="['product\u002Dprice\u002D4984']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4984')" data-price-amount="38.83" data-price-type="finalPrice" class="price-wrapper " id="product-price-4984-1"><span class="price">$38.83</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4984)" aria-label="Add to Wish List Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4984)" aria-label="Add to Compare Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4858/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4858/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4858">
  <a href="https://beverageuniverse.com/canada-dry-club-soda-10-oz-24-plastic-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4858.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/c/a/canada_dry_-_club_soda_-_10_oz_24_plastic_bottles_.jpg" loading="lazy" width="240" height="300" alt="Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)" title="Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/canada-dry-club-soda-10-oz-24-plastic-bottles.html" :id="`slide-desc-4858-${$id('slider-id')}`" id="slide-desc-4858-slider-id-1">
                    Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/canada-dry-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Canada_Dry.png" title="Canada Dry Soda" alt="Canada Dry Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 10oz</p>
    <script>
      function initPriceBox__65d6f5ccf2f86() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5ccf2f86()" @update-prices-4858.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4858" data-price-box="product-id-4858">
        <span x-data="" x-id="['product\u002Dprice\u002D4858']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4858')" data-price-amount="38.83" data-price-type="finalPrice" class="price-wrapper " id="product-price-4858-1"><span class="price">$38.83</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4858)" aria-label="Add to Wish List Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4858)" aria-label="Add to Compare Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4986/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4986/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4986">
  <a href="https://beverageuniverse.com/canada-dry-tonic-water-10-oz-24-plastic-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4986.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/c/a/canada_dry_-_tonic_water_-_10_oz_24_plastic_bottles_.jpg" loading="lazy" width="240" height="300" alt="Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)" title="Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/canada-dry-tonic-water-10-oz-24-plastic-bottles.html" :id="`slide-desc-4986-${$id('slider-id')}`" id="slide-desc-4986-slider-id-1">
                    Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/canada-dry-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Canada_Dry.png" title="Canada Dry Soda" alt="Canada Dry Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 10oz</p>
    <script>
      function initPriceBox__65d6f5cd014ad() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd014ad()" @update-prices-4986.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4986" data-price-box="product-id-4986">
        <span x-data="" x-id="['product\u002Dprice\u002D4986']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4986')" data-price-amount="38.83" data-price-type="finalPrice" class="price-wrapper " id="product-price-4986-1"><span class="price">$38.83</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4986)" aria-label="Add to Wish List Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4986)" aria-label="Add to Compare Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4818/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4818/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4818">
  <a href="https://beverageuniverse.com/just-ice-tea-moroccan-mint-green-tea-just-sweet-enough-16-oz-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4818.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/j/u/just_ice_tea_-_moroccan_mint_green_tea_just_sweet_enough_-_16_oz-2.jpg" loading="lazy" width="240" height="300" alt="Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass Bottles)
" title="Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass Bottles)
">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/just-ice-tea-moroccan-mint-green-tea-just-sweet-enough-16-oz-12-glass-bottles.html" :id="`slide-desc-4818-${$id('slider-id')}`" id="slide-desc-4818-slider-id-1">
                    Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/just-ice-tea.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/just_ice_tea.png" title="Just Ice Tea" alt="Just Ice Tea" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 16oz</p>
    <script>
      function initPriceBox__65d6f5cd03bd9() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd03bd9()" @update-prices-4818.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4818" data-price-box="product-id-4818">
        <span x-data="" x-id="['product\u002Dprice\u002D4818']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4818')" data-price-amount="57.75" data-price-type="finalPrice" class="price-wrapper " id="product-price-4818-1"><span class="price">$57.75</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4818)" aria-label="Add to Wish List Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4818)" aria-label="Add to Compare Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4815/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4815/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4815">
  <a href="https://beverageuniverse.com/just-ice-tea-original-green-tea-unsweetened-16-oz-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4815.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/j/u/just_ice_tea_-_original_green_tea_unsweetened_-_16_oz.jpg" loading="lazy" width="240" height="300" alt="Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)" title="Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/just-ice-tea-original-green-tea-unsweetened-16-oz-12-glass-bottles.html" :id="`slide-desc-4815-${$id('slider-id')}`" id="slide-desc-4815-slider-id-1">
                    Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/just-ice-tea.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/just_ice_tea.png" title="Just Ice Tea" alt="Just Ice Tea" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 16oz</p>
    <script>
      function initPriceBox__65d6f5cd0681d() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd0681d()" @update-prices-4815.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4815" data-price-box="product-id-4815">
        <span x-data="" x-id="['product\u002Dprice\u002D4815']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4815')" data-price-amount="57.75" data-price-type="finalPrice" class="price-wrapper " id="product-price-4815-1"><span class="price">$57.75</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4815)" aria-label="Add to Wish List Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4815)" aria-label="Add to Compare Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4774/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4774/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4774">
  <a href="https://beverageuniverse.com/sant-aniol-natural-mineral-water-750-ml-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4774.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/sant_aniol_-_natural_mineral_water_-_750_ml_15_glass_bottles__1_1.jpg" loading="lazy" width="240" height="300" alt="Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)" title="Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/sant-aniol-natural-mineral-water-750-ml-12-glass-bottles.html" :id="`slide-desc-4774-${$id('slider-id')}`" id="slide-desc-4774-slider-id-1">
                    Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/sant-aniol.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Sant_Aniol_Natural_Mineral_Water.png" title="Sant Aniol" alt="Sant Aniol" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.3oz</p>
    <script>
      function initPriceBox__65d6f5cd09019() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd09019()" @update-prices-4774.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4774" data-price-box="product-id-4774">
        <span x-data="" x-id="['product\u002Dprice\u002D4774']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4774')" data-price-amount="52.25" data-price-type="finalPrice" class="price-wrapper " id="product-price-4774-1"><span class="price">$52.25</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4774)" aria-label="Add to Wish List Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4774)" aria-label="Add to Compare Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4776/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4776/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4776">
  <a href="https://beverageuniverse.com/sant-aniol-sparkling-natural-mineral-water-750-ml-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4776.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/sant_aniol_-_sparkling_natural_mineral_water_-_750_ml_15_glass_bottles__1.jpg" loading="lazy" width="240" height="300" alt="Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)" title="Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/sant-aniol-sparkling-natural-mineral-water-750-ml-12-glass-bottles.html" :id="`slide-desc-4776-${$id('slider-id')}`" id="slide-desc-4776-slider-id-1">
                    Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/sant-aniol.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Sant_Aniol_Natural_Mineral_Water.png" title="Sant Aniol" alt="Sant Aniol" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.3oz</p>
    <script>
      function initPriceBox__65d6f5cd0b9dd() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd0b9dd()" @update-prices-4776.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4776" data-price-box="product-id-4776">
        <span x-data="" x-id="['product\u002Dprice\u002D4776']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4776')" data-price-amount="52.25" data-price-type="finalPrice" class="price-wrapper " id="product-price-4776-1"><span class="price">$52.25</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4776)" aria-label="Add to Wish List Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4776)" aria-label="Add to Compare Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2401/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2401/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2401">
  <a href="https://beverageuniverse.com/stewart-s-black-cherry-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2401.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wwb-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Black Cherry - 12 oz (24 Glass Bottles)" title="Stewart's - Black Cherry - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-black-cherry-12-oz-24-glass-bottles.html" :id="`slide-desc-2401-${$id('slider-id')}`" id="slide-desc-2401-slider-id-2">
                    Stewart's - Black Cherry - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd170fd() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd170fd()" @update-prices-2401.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2401" data-price-box="product-id-2401">
        <span x-data="" x-id="['product\u002Dprice\u002D2401']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2401')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2401-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Black Cherry - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2401)" aria-label="Add to Wish List Stewart's - Black Cherry - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2401)" aria-label="Add to Compare Stewart's - Black Cherry - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2402/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2402/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2402">
  <a href="https://beverageuniverse.com/stewart-s-cherries-n-cream-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2402.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wch-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)" title="Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-cherries-n-cream-12-oz-24-glass-bottles.html" :id="`slide-desc-2402-${$id('slider-id')}`" id="slide-desc-2402-slider-id-2">
                    Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd19e9a() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd19e9a()" @update-prices-2402.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2402" data-price-box="product-id-2402">
        <span x-data="" x-id="['product\u002Dprice\u002D2402']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2402')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2402-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2402)" aria-label="Add to Wish List Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2402)" aria-label="Add to Compare Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2650/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2650/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2650">
  <a href="https://beverageuniverse.com/stewart-s-cream-soda-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2650.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wcr-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Cream Soda - 12 oz (24 Glass Bottles)" title="Stewart's - Cream Soda - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-cream-soda-12-oz-24-glass-bottles.html" :id="`slide-desc-2650-${$id('slider-id')}`" id="slide-desc-2650-slider-id-2">
                    Stewart's - Cream Soda - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd1c6d8() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd1c6d8()" @update-prices-2650.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2650" data-price-box="product-id-2650">
        <span x-data="" x-id="['product\u002Dprice\u002D2650']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2650')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2650-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Cream Soda - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2650)" aria-label="Add to Wish List Stewart's - Cream Soda - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2650)" aria-label="Add to Compare Stewart's - Cream Soda - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2399/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2399/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2399">
  <a href="https://beverageuniverse.com/stewart-s-diet-orange-n-cream-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2399.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewart_s_-_diet_orange_n_cream_-_12_oz.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)" title="Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-diet-orange-n-cream-12-oz-24-glass-bottles.html" :id="`slide-desc-2399-${$id('slider-id')}`" id="slide-desc-2399-slider-id-2">
                    Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd1f083() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd1f083()" @update-prices-2399.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2399" data-price-box="product-id-2399">
        <span x-data="" x-id="['product\u002Dprice\u002D2399']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2399')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2399-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2399)" aria-label="Add to Wish List Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2399)" aria-label="Add to Compare Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2400/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2400/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2400">
  <a href="https://beverageuniverse.com/stewart-s-diet-root-beer-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2400.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wdr-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)" title="Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-diet-root-beer-12-oz-24-glass-bottles.html" :id="`slide-desc-2400-${$id('slider-id')}`" id="slide-desc-2400-slider-id-2">
                    Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd21924() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd21924()" @update-prices-2400.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2400" data-price-box="product-id-2400">
        <span x-data="" x-id="['product\u002Dprice\u002D2400']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2400')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2400-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2400)" aria-label="Add to Wish List Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2400)" aria-label="Add to Compare Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2648/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2648/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2648">
  <a href="https://beverageuniverse.com/stewart-s-grape-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2648.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wgr-thumb-4.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Grape - 12 oz (24 Glass Bottles)" title="Stewart's - Grape - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-grape-12-oz-24-glass-bottles.html" :id="`slide-desc-2648-${$id('slider-id')}`" id="slide-desc-2648-slider-id-2">
                    Stewart's - Grape - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd241eb() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd241eb()" @update-prices-2648.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2648" data-price-box="product-id-2648">
        <span x-data="" x-id="['product\u002Dprice\u002D2648']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2648')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2648-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Grape - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2648)" aria-label="Add to Wish List Stewart's - Grape - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2648)" aria-label="Add to Compare Stewart's - Grape - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2807/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2807/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2807">
  <a href="https://beverageuniverse.com/stewart-s-key-lime-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2807.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wkl-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Key Lime - 12 oz (24 Glass Bottles)" title="Stewart's - Key Lime - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-key-lime-12-oz-24-glass-bottles.html" :id="`slide-desc-2807-${$id('slider-id')}`" id="slide-desc-2807-slider-id-2">
                    Stewart's - Key Lime - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd26d0c() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd26d0c()" @update-prices-2807.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2807" data-price-box="product-id-2807">
        <span x-data="" x-id="['product\u002Dprice\u002D2807']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2807')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2807-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Key Lime - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2807)" aria-label="Add to Wish List Stewart's - Key Lime - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2807)" aria-label="Add to Compare Stewart's - Key Lime - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2403/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2403/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2403">
  <a href="https://beverageuniverse.com/stewart-s-orange-n-cream-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2403.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-woc-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)" title="Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-orange-n-cream-12-oz-24-glass-bottles.html" :id="`slide-desc-2403-${$id('slider-id')}`" id="slide-desc-2403-slider-id-2">
                    Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd2954c() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd2954c()" @update-prices-2403.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2403" data-price-box="product-id-2403">
        <span x-data="" x-id="['product\u002Dprice\u002D2403']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2403')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2403-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2403)" aria-label="Add to Wish List Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2403)" aria-label="Add to Compare Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2649/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2649/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2649">
  <a href="https://beverageuniverse.com/stewart-s-root-beer-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2649.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stewarts-stew-wrb-main.jpg" loading="lazy" width="240" height="300" alt="Stewart's - Root Beer - 12 oz (24 Glass Bottles)" title="Stewart's - Root Beer - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stewart-s-root-beer-12-oz-24-glass-bottles.html" :id="`slide-desc-2649-${$id('slider-id')}`" id="slide-desc-2649-slider-id-2">
                    Stewart's - Root Beer - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stewarts-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/stewart_s_soda.png" title="Stewart's Soda" alt="Stewart's Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd2bddb() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd2bddb()" @update-prices-2649.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2649" data-price-box="product-id-2649">
        <span x-data="" x-id="['product\u002Dprice\u002D2649']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2649')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-2649-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stewart's - Root Beer - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2649)" aria-label="Add to Wish List Stewart's - Root Beer - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2649)" aria-label="Add to Compare Stewart's - Root Beer - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4766/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4766/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4766">
  <a href="https://beverageuniverse.com/liquid-death-mountain-water-16-9-oz-12-cans.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4766.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/l/i/liquid_death_-_mountain_water_-_16.9_oz_12_cans_.jpg" loading="lazy" width="240" height="300" alt="Liquid Death - Mountain Water - 16.9 oz (12 Cans)" title="Liquid Death - Mountain Water - 16.9 oz (12 Cans)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/liquid-death-mountain-water-16-9-oz-12-cans.html" :id="`slide-desc-4766-${$id('slider-id')}`" id="slide-desc-4766-slider-id-2">
                    Liquid Death - Mountain Water - 16.9 oz (12 Cans)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/liquid-death.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Liquid_Death.png" title="Liquid Death" alt="Liquid Death" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 16.9oz</p>
    <script>
      function initPriceBox__65d6f5cd2e77d() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd2e77d()" @update-prices-4766.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4766" data-price-box="product-id-4766">
        <span x-data="" x-id="['product\u002Dprice\u002D4766']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4766')" data-price-amount="31.13" data-price-type="finalPrice" class="price-wrapper " id="product-price-4766-1"><span class="price">$31.13</span></span>
        </span>
        <a href="https://beverageuniverse.com/liquid-death-mountain-water-16-9-oz-12-cans.html" class="minimal-price-link">

<span x-data="" x-id="['4766']" class="price-container price-final_price tax weee rewards_earn">
            <span class="price-label">As low as</span>
        <span :id="$id('4766')" data-price-amount="21" data-price-type="" class="price-wrapper " id="4766-1">$21.00</span>
        </span>
        </a>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Liquid Death - Mountain Water - 16.9 oz (12 Cans)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4766)" aria-label="Add to Wish List Liquid Death - Mountain Water - 16.9 oz (12 Cans)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4766)" aria-label="Add to Compare Liquid Death - Mountain Water - 16.9 oz (12 Cans)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4861/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4861/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4861">
  <a href="https://beverageuniverse.com/antipodes-sparkling-water-1-l-1-glass-bottle.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4861.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/a/n/antipodes_sparkling_water_4.jpg" loading="lazy" width="240" height="300" alt="Antipodes - Sparkling Water - 1 L (1 Glass Bottle)" title="Antipodes - Sparkling Water - 1 L (1 Glass Bottle)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/antipodes-sparkling-water-1-l-1-glass-bottle.html" :id="`slide-desc-4861-${$id('slider-id')}`" id="slide-desc-4861-slider-id-3">
                    Antipodes - Sparkling Water - 1 L (1 Glass Bottle)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/antipodes.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Antipodes.png" title="Antipodes" alt="Antipodes" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 1</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 33.8oz</p>
    <script>
      function initPriceBox__65d6f5cd3852f() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd3852f()" @update-prices-4861.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4861" data-price-box="product-id-4861">
        <span x-data="" x-id="['product\u002Dprice\u002D4861']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4861')" data-price-amount="13.31" data-price-type="finalPrice" class="price-wrapper " id="product-price-4861-1"><span class="price">$13.31</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Antipodes - Sparkling Water - 1 L (1 Glass Bottle)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4861)" aria-label="Add to Wish List Antipodes - Sparkling Water - 1 L (1 Glass Bottle)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4861)" aria-label="Add to Compare Antipodes - Sparkling Water - 1 L (1 Glass Bottle)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4594/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4594/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4594">
  <a href="https://beverageuniverse.com/evamor-natural-artesian-spring-water-64-oz-8-plastic-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4594.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/v/evamore-xivi-evamor2l6pk-main_1.jpg" loading="lazy" width="240" height="300" alt="Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)" title="Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/evamor-natural-artesian-spring-water-64-oz-8-plastic-bottles.html" :id="`slide-desc-4594-${$id('slider-id')}`" id="slide-desc-4594-slider-id-3">
                    Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/evamor.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/evamor_water.png" title="Evamor" alt="Evamor" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 8</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 64oz</p>
    <script>
      function initPriceBox__65d6f5cd3d839() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd3d839()" @update-prices-4594.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4594" data-price-box="product-id-4594">
        <span x-data="" x-id="['product\u002Dprice\u002D4594']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4594')" data-price-amount="65.56" data-price-type="finalPrice" class="price-wrapper " id="product-price-4594-1"><span class="price">$65.56</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4594)" aria-label="Add to Wish List Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4594)" aria-label="Add to Compare Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4240/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4240/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4240">
  <a href="https://beverageuniverse.com/ferrarelle-sparkling-natural-mineral-water-11-2-oz-24-glass-bottles-1.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4240.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/f/e/ferrarelle-oovo-ferrspk11g-main_1.jpg" loading="lazy" width="240" height="300" alt="Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)" title="Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/ferrarelle-sparkling-natural-mineral-water-11-2-oz-24-glass-bottles-1.html" :id="`slide-desc-4240-${$id('slider-id')}`" id="slide-desc-4240-slider-id-3">
                    Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/ferrarelle.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/ferrarelle.png" title="Ferrarelle" alt="Ferrarelle" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 11.2oz</p>
    <script>
      function initPriceBox__65d6f5cd3ffe8() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd3ffe8()" @update-prices-4240.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4240" data-price-box="product-id-4240">
        <span x-data="" x-id="['product\u002Dprice\u002D4240']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4240')" data-price-amount="81.18" data-price-type="finalPrice" class="price-wrapper " id="product-price-4240-1"><span class="price">$81.18</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4240)" aria-label="Add to Wish List Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4240)" aria-label="Add to Compare Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2187/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2187/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2187">
  <a href="https://beverageuniverse.com/gerolsteiner-sparkling-natural-mineral-water-750-ml-15-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2187.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/g/e/gerolsteiner-oovo-gerol25-main_2.jpg" loading="lazy" width="240" height="300" alt="Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)" title="Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/gerolsteiner-sparkling-natural-mineral-water-750-ml-15-glass-bottles.html" :id="`slide-desc-2187-${$id('slider-id')}`" id="slide-desc-2187-slider-id-3">
                    Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/gerolsteiner.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Gerolsteiner.png" title="Gerolsteiner" alt="Gerolsteiner" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 15</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.4oz</p>
    <script>
      function initPriceBox__65d6f5cd42735() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd42735()" @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 rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2187')" data-price-amount="78.87" data-price-type="finalPrice" class="price-wrapper " id="product-price-2187-1"><span class="price">$78.87</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2187)" aria-label="Add to Wish List Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2187)" aria-label="Add to Compare Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4494/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4494/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4494">
  <a href="https://beverageuniverse.com/fiuggi-still-natural-mineral-water-1-liter-6-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4494.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/f/i/fiuggi-xivo-fiugstill34-w23-u6-main_1.jpg" loading="lazy" width="240" height="300" alt="Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)" title="Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/fiuggi-still-natural-mineral-water-1-liter-6-glass-bottles.html" :id="`slide-desc-4494-${$id('slider-id')}`" id="slide-desc-4494-slider-id-3">
                    Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/fiuggi-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Fiuggi_Water.png" title="Fiuggi Water" alt="Fiuggi Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 6</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 33.8oz</p>
    <script>
      function initPriceBox__65d6f5cd44f32() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd44f32()" @update-prices-4494.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4494" data-price-box="product-id-4494">
        <span x-data="" x-id="['product\u002Dprice\u002D4494']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4494')" data-price-amount="31.13" data-price-type="finalPrice" class="price-wrapper " id="product-price-4494-1"><span class="price">$31.13</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4494)" aria-label="Add to Wish List Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4494)" aria-label="Add to Compare Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2180/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2180/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2180">
  <a href="https://beverageuniverse.com/fiji-natural-artesian-water-500-ml-24-plastic-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2180.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/f/i/fiji-cfjm-main.jpg" loading="lazy" width="240" height="300" alt="Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)" title="Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/fiji-natural-artesian-water-500-ml-24-plastic-bottles.html" :id="`slide-desc-2180-${$id('slider-id')}`" id="slide-desc-2180-slider-id-3">
                    Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/fiji-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Fiji_Water.png" title="Fiji Water" alt="Fiji Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 16.9oz</p>
    <script>
      function initPriceBox__65d6f2a8511ac() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f2a8511ac()" @update-prices-2180.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2180" data-price-box="product-id-2180">
        <span x-data="" x-id="['product\u002Dprice\u002D2180']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2180')" data-price-amount="56.65" data-price-type="finalPrice" class="price-wrapper " id="product-price-2180-1"><span class="price">$56.65</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2180)" aria-label="Add to Wish List Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2180)" aria-label="Add to Compare Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2937/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2937/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2937">
  <a href="https://beverageuniverse.com/icelandic-glacial-spring-water-1-5-l-12-plastic-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2937.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/i/c/icelandic-glacial-xxxr-icelandic1.5l-main.jpg" loading="lazy" width="240" height="300" alt="Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)" title="Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/icelandic-glacial-spring-water-1-5-l-12-plastic-bottles.html" :id="`slide-desc-2937-${$id('slider-id')}`" id="slide-desc-2937-slider-id-3">
                    Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/icelandic-glacial.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_Icelandic_Glacial.png" title="Icelandic Glacial" alt="Icelandic Glacial" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 50oz</p>
    <script>
      function initPriceBox__65d6f5cd476ae() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd476ae()" @update-prices-2937.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2937" data-price-box="product-id-2937">
        <span x-data="" x-id="['product\u002Dprice\u002D2937']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2937')" data-price-amount="55.55" data-price-type="finalPrice" class="price-wrapper " id="product-price-2937-1"><span class="price">$55.55</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2937)" aria-label="Add to Wish List Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2937)" aria-label="Add to Compare Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4776/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4776/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4776">
  <a href="https://beverageuniverse.com/sant-aniol-sparkling-natural-mineral-water-750-ml-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4776.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/sant_aniol_-_sparkling_natural_mineral_water_-_750_ml_15_glass_bottles__1.jpg" loading="lazy" width="240" height="300" alt="Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)" title="Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/sant-aniol-sparkling-natural-mineral-water-750-ml-12-glass-bottles.html" :id="`slide-desc-4776-${$id('slider-id')}`" id="slide-desc-4776-slider-id-3">
                    Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/sant-aniol.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Sant_Aniol_Natural_Mineral_Water.png" title="Sant Aniol" alt="Sant Aniol" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.3oz</p>
    <script>
      function initPriceBox__65d6f5cd0b9dd() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd0b9dd()" @update-prices-4776.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4776" data-price-box="product-id-4776">
        <span x-data="" x-id="['product\u002Dprice\u002D4776']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4776')" data-price-amount="52.25" data-price-type="finalPrice" class="price-wrapper " id="product-price-4776-2"><span class="price">$52.25</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4776)" aria-label="Add to Wish List Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4776)" aria-label="Add to Compare Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4439/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4439/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4439">
  <a href="https://beverageuniverse.com/catalog/product/view/id/4439/s/saint-geron-sparkling-natural-mineral-water-750-ml-6-glass-bottles/" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4439.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/saint_geron-oovo-stgeron-w29-u12-main_3.jpg" loading="lazy" width="240" height="300" alt="Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)" title="Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/catalog/product/view/id/4439/s/saint-geron-sparkling-natural-mineral-water-750-ml-6-glass-bottles/" :id="`slide-desc-4439-${$id('slider-id')}`" id="slide-desc-4439-slider-id-3">
                    Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/saint-geron-mineral-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/saint_geron_mineral_water.png" title="Saint Geron Mineral Water" alt="Saint Geron Mineral Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 6</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.3oz</p>
    <script>
      function initPriceBox__65d6f5cd49eb4() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd49eb4()" @update-prices-4439.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4439" data-price-box="product-id-4439">
        <span x-data="" x-id="['product\u002Dprice\u002D4439']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4439')" data-price-amount="35.53" data-price-type="finalPrice" class="price-wrapper " id="product-price-4439-1"><span class="price">$35.53</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4439)" aria-label="Add to Wish List Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4439)" aria-label="Add to Compare Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/3869/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/3869/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="3869">
  <a href="https://beverageuniverse.com/smeraldina-still-1-l-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3869.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/m/smeraldina-smeraldinast1l-gold-main_1.jpg" loading="lazy" width="240" height="300" alt="Smeraldina - Still - 1 L (12 Glass Bottles)" title="Smeraldina - Still - 1 L (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/smeraldina-still-1-l-12-glass-bottles.html" :id="`slide-desc-3869-${$id('slider-id')}`" id="slide-desc-3869-slider-id-3">
                    Smeraldina - Still - 1 L (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/smeraldina.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_Smeraldina.png" title="Smeraldina" alt="Smeraldina" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 33.8oz</p>
    <script>
      function initPriceBox__65d6f5cd4c726() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd4c726()" @update-prices-3869.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3869" data-price-box="product-id-3869">
        <span x-data="" x-id="['product\u002Dprice\u002D3869']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D3869')" data-price-amount="38.83" data-price-type="finalPrice" class="price-wrapper " id="product-price-3869-1"><span class="price">$38.83</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Smeraldina - Still - 1 L (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(3869)" aria-label="Add to Wish List Smeraldina - Still - 1 L (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3869)" aria-label="Add to Compare Smeraldina - Still - 1 L (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4694/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4694/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4694">
  <a href="https://beverageuniverse.com/sole-water-arte-still-natural-mineral-water-750-ml-6-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4694.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/o/sole_water_-_arte_-_still_water_-_750_ml_12_glass_bottles__1.jpg" loading="lazy" width="240" height="300" alt="Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)" title="Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/sole-water-arte-still-natural-mineral-water-750-ml-6-glass-bottles.html" :id="`slide-desc-4694-${$id('slider-id')}`" id="slide-desc-4694-slider-id-3">
                    Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/sole-water.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Sole_Water_1.png" title="Sole Water" alt="Sole Water" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 6</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.4oz</p>
    <script>
      function initPriceBox__65d6f5cd4edf1() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd4edf1()" @update-prices-4694.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4694" data-price-box="product-id-4694">
        <span x-data="" x-id="['product\u002Dprice\u002D4694']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4694')" data-price-amount="32.23" data-price-type="finalPrice" class="price-wrapper " id="product-price-4694-1"><span class="price">$32.23</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4694)" aria-label="Add to Wish List Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4694)" aria-label="Add to Compare Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4588/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4588/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4588">
  <a href="https://beverageuniverse.com/vellamo-sparkling-natural-mineral-water-750-ml-6-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4588.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/v/e/vellamo_-_sparkling_natural_mineral_water_-_750_ml_1.jpg" loading="lazy" width="240" height="300" alt="Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)" title="Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/vellamo-sparkling-natural-mineral-water-750-ml-6-glass-bottles.html" :id="`slide-desc-4588-${$id('slider-id')}`" id="slide-desc-4588-slider-id-3">
                    Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/vellamo.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Vellamo_4.png" title="Vellamo" alt="Vellamo" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 6</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.4oz</p>
    <script>
      function initPriceBox__65d6f5cd5183d() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd5183d()" @update-prices-4588.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4588" data-price-box="product-id-4588">
        <span x-data="" x-id="['product\u002Dprice\u002D4588']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4588')" data-price-amount="42.24" data-price-type="finalPrice" class="price-wrapper " id="product-price-4588-1"><span class="price">$42.24</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4588)" aria-label="Add to Wish List Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4588)" aria-label="Add to Compare Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4492/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4492/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4492">
  <a href="https://beverageuniverse.com/voss-sparkling-375-ml-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4492.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/v/o/voss-oopo-vosspk12g-main_1.jpg" loading="lazy" width="240" height="300" alt="Voss - Sparkling - 375 ml (12 Glass Bottles)" title="Voss - Sparkling - 375 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/voss-sparkling-375-ml-12-glass-bottles.html" :id="`slide-desc-4492-${$id('slider-id')}`" id="slide-desc-4492-slider-id-3">
                    Voss - Sparkling - 375 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/voss.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Voss_Water.png" title="Voss" alt="Voss" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12.6oz</p>
    <script>
      function initPriceBox__65d6f5cd53ffb() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd53ffb()" @update-prices-4492.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4492" data-price-box="product-id-4492">
        <span x-data="" x-id="['product\u002Dprice\u002D4492']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4492')" data-price-amount="41.14" data-price-type="finalPrice" class="price-wrapper " id="product-price-4492-1"><span class="price">$41.14</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Voss - Sparkling - 375 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4492)" aria-label="Add to Wish List Voss - Sparkling - 375 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4492)" aria-label="Add to Compare Voss - Sparkling - 375 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2230/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2230/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2230">
  <a href="https://beverageuniverse.com/saratoga-sparkling-water-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2230.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/saratoga_water-oxvi-saraspk12-main.jpg" loading="lazy" width="240" height="300" alt="Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)" title="Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/saratoga-sparkling-water-12-oz-24-glass-bottles.html" :id="`slide-desc-2230-${$id('slider-id')}`" id="slide-desc-2230-slider-id-3">
                    Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/saratoga.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_Saratoga_Water.png" title="Saratoga" alt="Saratoga" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd566c7() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd566c7()" @update-prices-2230.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2230" data-price-box="product-id-2230">
        <span x-data="" x-id="['product\u002Dprice\u002D2230']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2230')" data-price-amount="72.27" data-price-type="finalPrice" class="price-wrapper " id="product-price-2230-1"><span class="price">$72.27</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2230)" aria-label="Add to Wish List Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2230)" aria-label="Add to Compare Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2177/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2177/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2177">
  <a href="https://beverageuniverse.com/catalog/product/view/id/2177/s/evian-natural-spring-water-750-ml-12-glass-bottles/" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2177.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/v/evian-ivoo-evanglas25-main.jpg" loading="lazy" width="240" height="300" alt="Evian - Natural Spring Water - 750 ml (12 Glass Bottles)" title="Evian - Natural Spring Water - 750 ml (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/catalog/product/view/id/2177/s/evian-natural-spring-water-750-ml-12-glass-bottles/" :id="`slide-desc-2177-${$id('slider-id')}`" id="slide-desc-2177-slider-id-3">
                    Evian - Natural Spring Water - 750 ml (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/evian.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/evian.png" title="Evian" alt="Evian" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.4oz</p>
    <script>
      function initPriceBox__65d6f5cd58997() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd58997()" @update-prices-2177.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2177" data-price-box="product-id-2177">
        <span x-data="" x-id="['product\u002Dprice\u002D2177']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2177')" data-price-amount="72.27" data-price-type="finalPrice" class="price-wrapper " id="product-price-2177-1"><span class="price">$72.27</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Evian - Natural Spring Water - 750 ml (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2177)" aria-label="Add to Wish List Evian - Natural Spring Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2177)" aria-label="Add to Compare Evian - Natural Spring Water - 750 ml (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2670/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2670/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2670">
  <a href="https://beverageuniverse.com/mountain-valley-spring-water-11-3-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2670.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/m/o/mountain_valley-xxxu-mntvallst11g-main.jpg" loading="lazy" width="240" height="300" alt="Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)" title="Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/mountain-valley-spring-water-11-3-oz-24-glass-bottles.html" :id="`slide-desc-2670-${$id('slider-id')}`" id="slide-desc-2670-slider-id-3">
                    Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/mountain-valley.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Mountain_Valley_Spring_Water.png" title="Mountain Valley" alt="Mountain Valley" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 11.3oz</p>
    <script>
      function initPriceBox__65d6f2a849972() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f2a849972()" @update-prices-2670.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2670" data-price-box="product-id-2670">
        <span x-data="" x-id="['product\u002Dprice\u002D2670']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2670')" data-price-amount="97.79" data-price-type="finalPrice" class="price-wrapper " id="product-price-2670-1"><span class="price">$97.79</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2670)" aria-label="Add to Wish List Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2670)" aria-label="Add to Compare Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2681/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2681/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2681">
  <a href="https://beverageuniverse.com/catalog/product/view/id/2681/s/evian-spring-water-330-ml-20-glass-bottles/" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2681.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/e/v/evian-oovo-evanglas11-w32-u20-main_1.jpg" loading="lazy" width="240" height="300" alt="Evian - Spring Water - 330 ml (20 Glass Bottles)" title="Evian - Spring Water - 330 ml (20 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/catalog/product/view/id/2681/s/evian-spring-water-330-ml-20-glass-bottles/" :id="`slide-desc-2681-${$id('slider-id')}`" id="slide-desc-2681-slider-id-3">
                    Evian - Spring Water - 330 ml (20 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/evian.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/evian.png" title="Evian" alt="Evian" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 20</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 11.2oz</p>
    <script>
      function initPriceBox__65d6f5cd5b259() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd5b259()" @update-prices-2681.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2681" data-price-box="product-id-2681">
        <span x-data="" x-id="['product\u002Dprice\u002D2681']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2681')" data-price-amount="75.57" data-price-type="finalPrice" class="price-wrapper " id="product-price-2681-1"><span class="price">$75.57</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Evian - Spring Water - 330 ml (20 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2681)" aria-label="Add to Wish List Evian - Spring Water - 330 ml (20 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2681)" aria-label="Add to Compare Evian - Spring Water - 330 ml (20 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2199/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2199/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2199">
  <a href="https://beverageuniverse.com/catalog/product/view/id/2199/s/acqua-panna-spring-water-1-l-12-glass-bottles/" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2199.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/a/c/acqua-panna-pang-main.jpg" loading="lazy" width="240" height="300" alt="Acqua Panna - Spring Water - 1 L (12 Glass Bottles)" title="Acqua Panna - Spring Water - 1 L (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/catalog/product/view/id/2199/s/acqua-panna-spring-water-1-l-12-glass-bottles/" :id="`slide-desc-2199-${$id('slider-id')}`" id="slide-desc-2199-slider-id-3">
                    Acqua Panna - Spring Water - 1 L (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/acqua-panna.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Acqua_Panna.png" title="Acqua Panna" alt="Acqua Panna" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 33.8oz</p>
    <script>
      function initPriceBox__65d6f5cd5dba1() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd5dba1()" @update-prices-2199.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2199" data-price-box="product-id-2199">
        <span x-data="" x-id="['product\u002Dprice\u002D2199']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2199')" data-price-amount="61.16" data-price-type="finalPrice" class="price-wrapper " id="product-price-2199-1"><span class="price">$61.16</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Acqua Panna - Spring Water - 1 L (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2199)" aria-label="Add to Wish List Acqua Panna - Spring Water - 1 L (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2199)" aria-label="Add to Compare Acqua Panna - Spring Water - 1 L (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2228/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2228/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2228">
  <a href="https://beverageuniverse.com/saratoga-still-spring-water-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2228.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/saratoga_water-oxvi-sarastill12-main.jpg" loading="lazy" width="240" height="300" alt="Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)" title="Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/saratoga-still-spring-water-12-oz-24-glass-bottles.html" :id="`slide-desc-2228-${$id('slider-id')}`" id="slide-desc-2228-slider-id-3">
                    Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/saratoga.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_Saratoga_Water.png" title="Saratoga" alt="Saratoga" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f2a84c2cb() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f2a84c2cb()" @update-prices-2228.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2228" data-price-box="product-id-2228">
        <span x-data="" x-id="['product\u002Dprice\u002D2228']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2228')" data-price-amount="72.27" data-price-type="finalPrice" class="price-wrapper " id="product-price-2228-1"><span class="price">$72.27</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2228)" aria-label="Add to Wish List Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2228)" aria-label="Add to Compare Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2242/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2242/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2242">
  <a href="https://beverageuniverse.com/catalog/product/view/id/2242/s/voss-still-375-ml-24-glass-bottles/" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2242.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/v/o/voss-oopo-vosstill12g-main.jpg" loading="lazy" width="240" height="300" alt="Voss - Still - 375 ml (24 Glass Bottles)" title="Voss - Still - 375 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/catalog/product/view/id/2242/s/voss-still-375-ml-24-glass-bottles/" :id="`slide-desc-2242-${$id('slider-id')}`" id="slide-desc-2242-slider-id-3">
                    Voss - Still - 375 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/voss.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Voss_Water.png" title="Voss" alt="Voss" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12.6oz</p>
    <script>
      function initPriceBox__65d6f5cd6048e() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd6048e()" @update-prices-2242.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2242" data-price-box="product-id-2242">
        <span x-data="" x-id="['product\u002Dprice\u002D2242']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2242')" data-price-amount="72.27" data-price-type="finalPrice" class="price-wrapper " id="product-price-2242-1"><span class="price">$72.27</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Voss - Still - 375 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2242)" aria-label="Add to Wish List Voss - Still - 375 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2242)" aria-label="Add to Compare Voss - Still - 375 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2222/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2222/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2222">
  <a href="https://beverageuniverse.com/catalog/product/view/id/2222/s/san-pellegrino-sparkling-water-250-ml-24-glass-bottles/" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2222.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/a/san-pellegrino-pesm-main.jpg" loading="lazy" width="240" height="300" alt="San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)" title="San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/catalog/product/view/id/2222/s/san-pellegrino-sparkling-water-250-ml-24-glass-bottles/" :id="`slide-desc-2222-${$id('slider-id')}`" id="slide-desc-2222-slider-id-3">
                    San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/san-pellegrino.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_San_Pellegrino.png" title="San Pellegrino" alt="San Pellegrino" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 8.45oz</p>
    <script>
      function initPriceBox__65d6f5cd62ce4() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd62ce4()" @update-prices-2222.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2222" data-price-box="product-id-2222">
        <span x-data="" x-id="['product\u002Dprice\u002D2222']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2222')" data-price-amount="59.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-2222-1"><span class="price">$59.95</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2222)" aria-label="Add to Wish List San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2222)" aria-label="Add to Compare San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2763/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2763/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2763">
  <a href="https://beverageuniverse.com/hildon-gently-sparkling-11-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2763.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/h/i/hildon-sparkling-11oz-main_1.jpg" loading="lazy" width="240" height="300" alt="Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)" title="Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/hildon-gently-sparkling-11-oz-24-glass-bottles.html" :id="`slide-desc-2763-${$id('slider-id')}`" id="slide-desc-2763-slider-id-3">
                    Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/hildon.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_Hildon.png" title="Hildon" alt="Hildon" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 11.2oz</p>
    <script>
      function initPriceBox__65d6f5cd6567f() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd6567f()" @update-prices-2763.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2763" data-price-box="product-id-2763">
        <span x-data="" x-id="['product\u002Dprice\u002D2763']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2763')" data-price-amount="57.75" data-price-type="finalPrice" class="price-wrapper " id="product-price-2763-1"><span class="price">$57.75</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2763)" aria-label="Add to Wish List Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2763)" aria-label="Add to Compare Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4148/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4148/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4148">
  <a href="https://beverageuniverse.com/vichy-catalan-sparkling-water-1-l-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4148.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/v/i/vichy_catalan-xxxr-vichyspk1l-w45-u12-main.jpg" loading="lazy" width="240" height="300" alt="Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)" title="Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/vichy-catalan-sparkling-water-1-l-12-glass-bottles.html" :id="`slide-desc-4148-${$id('slider-id')}`" id="slide-desc-4148-slider-id-3">
                    Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/vichy-catalan.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Vichy_Catalan.png" title="Vichy Catalan" alt="Vichy Catalan" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 33.8oz</p>
    <script>
      function initPriceBox__65d6f2a83f94c() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f2a83f94c()" @update-prices-4148.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4148" data-price-box="product-id-4148">
        <span x-data="" x-id="['product\u002Dprice\u002D4148']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4148')" data-price-amount="75.57" data-price-type="finalPrice" class="price-wrapper " id="product-price-4148-1"><span class="price">$75.57</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4148)" aria-label="Add to Wish List Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4148)" aria-label="Add to Compare Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2194/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2194/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2194">
  <a href="https://beverageuniverse.com/acqua-panna-spring-water-250-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2194.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/a/c/acqua-panna-xlii-panna8g-main.jpg" loading="lazy" width="240" height="300" alt="Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)" title="Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/acqua-panna-spring-water-250-ml-24-glass-bottles.html" :id="`slide-desc-2194-${$id('slider-id')}`" id="slide-desc-2194-slider-id-3">
                    Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/acqua-panna.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Acqua_Panna.png" title="Acqua Panna" alt="Acqua Panna" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 8.45oz</p>
    <script>
      function initPriceBox__65d6f5cd67ead() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd67ead()" @update-prices-2194.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2194" data-price-box="product-id-2194">
        <span x-data="" x-id="['product\u002Dprice\u002D2194']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2194')" data-price-amount="59.95" data-price-type="finalPrice" class="price-wrapper " id="product-price-2194-1"><span class="price">$59.95</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2194)" aria-label="Add to Wish List Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2194)" aria-label="Add to Compare Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2201/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2201/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2201">
  <a href="https://beverageuniverse.com/perrier-sparkling-water-11-15-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2201.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/p/e/perrier-pies-main.jpg" loading="lazy" width="240" height="300" alt="Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)" title="Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/perrier-sparkling-water-11-15-oz-24-glass-bottles.html" :id="`slide-desc-2201-${$id('slider-id')}`" id="slide-desc-2201-slider-id-3">
                    Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/perrier.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Perrier_Water.png" title="Perrier" alt="Perrier" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 11oz</p>
    <script>
      function initPriceBox__65d6f5cd6a7ef() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd6a7ef()" @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 rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2201')" data-price-amount="56.65" data-price-type="finalPrice" class="price-wrapper " id="product-price-2201-1"><span class="price">$56.65</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2201)" aria-label="Add to Wish List Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2201)" aria-label="Add to Compare Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4736/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4736/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4736">
  <a href="https://beverageuniverse.com/vinada-crispy-chardonnay-sparkling-gold-sparkling-rose-gift-pack-zero-alcohol-200-ml-3-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4736.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/v/i/vinada_-_variety_-_200ml_-_main_-_3_bottles.jpg" loading="lazy" width="240" height="300" alt="VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rosé Gift Pack (Zero Alcohol) - 200 ml (3 Glass Bottles)" title="VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rosé Gift Pack (Zero Alcohol) - 200 ml (3 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/vinada-crispy-chardonnay-sparkling-gold-sparkling-rose-gift-pack-zero-alcohol-200-ml-3-glass-bottles.html" :id="`slide-desc-4736-${$id('slider-id')}`" id="slide-desc-4736-slider-id-4">
                    VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rose Gift Pack (Zero Alcohol) - 200 ml (3 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/vinada.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/VINADA_alcohol_free_wine.png" title="Vinada" alt="Vinada" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 3</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.76oz</p>
    <script>
      function initPriceBox__65d6f2a863d8b() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f2a863d8b()" @update-prices-4736.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4736" data-price-box="product-id-4736">
        <span x-data="" x-id="['product\u002Dprice\u002D4736']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4736')" data-price-amount="28.82" data-price-type="finalPrice" class="price-wrapper " id="product-price-4736-1"><span class="price">$28.82</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rose Gift Pack (Zero Alcohol) - 200 ml (3 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4736)" aria-label="Add to Wish List VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rose Gift Pack (Zero Alcohol) - 200 ml (3 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4736)" aria-label="Add to Compare VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rose Gift Pack (Zero Alcohol) - 200 ml (3 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4729/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4729/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4729">
  <a href="https://beverageuniverse.com/stellar-still-water-variety-pack-750-ml-to-1-liter-6-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4729.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/s/t/stellar_-_still_water_variety_pack_-_750_ml_to_1_liter_6_glass_bottles_newest_1.jpg" loading="lazy" width="240" height="300" alt="Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)
Sant Aniol- Still Water - 750 ml (Glass Bottle)
Mountain Valley - Spring Water - 1 L (Glass Bottle)
Fiuggi - Still Water - 1 L (Glass Bottle)
Lurisia - Natural Spring Water" title="Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)
Sant Aniol- Still Water - 750 ml (Glass Bottle)
Mountain Valley - Spring Water - 1 L (Glass Bottle)
Fiuggi - Still Water - 1 L (Glass Bottle)
Lurisia - Natural Spring Water">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/stellar-still-water-variety-pack-750-ml-to-1-liter-6-glass-bottles.html" :id="`slide-desc-4729-${$id('slider-id')}`" id="slide-desc-4729-slider-id-4">
                    Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/stellar-variety-packs.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Stellar_Variety_Packs_3.png" title="Stellar Variety Packs" alt="Stellar Variety Packs" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 6</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 25.4oz</p>
    <script>
      function initPriceBox__65d6f2a859a9c() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f2a859a9c()" @update-prices-4729.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4729" data-price-box="product-id-4729">
        <span x-data="" x-id="['product\u002Dprice\u002D4729']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4729')" data-price-amount="34.43" data-price-type="finalPrice" class="price-wrapper " id="product-price-4729-1"><span class="price">$34.43</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4729)" aria-label="Add to Wish List Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4729)" aria-label="Add to Compare Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4564/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4564/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4564">
  <a href="https://beverageuniverse.com/boylan-regular-soda-variety-pack-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4564.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/b/o/boylan-regular_variety-oopo-boyl-regvp-w29-u24-main.jpg" loading="lazy" width="240" height="300" alt="Boylan Bottling Co Regular Soda Variety Pack (24 Glass Bottles)" title="Boylan Bottling Co Regular Soda Variety Pack (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/boylan-regular-soda-variety-pack-12-oz-24-glass-bottles.html" :id="`slide-desc-4564-${$id('slider-id')}`" id="slide-desc-4564-slider-id-4">
                    Boylan - Regular Soda Variety Pack - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/boylan-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Boylan_Soda.png" title="Boylan Soda" alt="Boylan Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd70370() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd70370()" @update-prices-4564.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4564" data-price-box="product-id-4564">
        <span x-data="" x-id="['product\u002Dprice\u002D4564']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4564')" data-price-amount="89.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-4564-1"><span class="price">$89.98</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Boylan - Regular Soda Variety Pack - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4564)" aria-label="Add to Wish List Boylan - Regular Soda Variety Pack - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4564)" aria-label="Add to Compare Boylan - Regular Soda Variety Pack - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4566/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4566/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4566">
  <a href="https://beverageuniverse.com/boylan-diet-soda-variety-pack-12-oz-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4566.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/b/o/boylan-diet_variety-oxiv-boyl-dtvp-w15-u12-main.jpg" loading="lazy" width="240" height="300" alt="Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)" title="Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/boylan-diet-soda-variety-pack-12-oz-12-glass-bottles.html" :id="`slide-desc-4566-${$id('slider-id')}`" id="slide-desc-4566-slider-id-4">
                    Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/boylan-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Boylan_Soda.png" title="Boylan Soda" alt="Boylan Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd73075() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd73075()" @update-prices-4566.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4566" data-price-box="product-id-4566">
        <span x-data="" x-id="['product\u002Dprice\u002D4566']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4566')" data-price-amount="49.94" data-price-type="finalPrice" class="price-wrapper " id="product-price-4566-1"><span class="price">$49.94</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4566)" aria-label="Add to Wish List Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4566)" aria-label="Add to Compare Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4567/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4567/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4567">
  <a href="https://beverageuniverse.com/boylan-diet-soda-variety-pack-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4567.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/b/o/boylan-diet_variety-oopo-boyl-dtvp-w29-u24-main.jpg" loading="lazy" width="240" height="300" alt="Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)" title="Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/boylan-diet-soda-variety-pack-12-oz-24-glass-bottles.html" :id="`slide-desc-4567-${$id('slider-id')}`" id="slide-desc-4567-slider-id-4">
                    Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/boylan-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Boylan_Soda.png" title="Boylan Soda" alt="Boylan Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd757e2() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd757e2()" @update-prices-4567.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4567" data-price-box="product-id-4567">
        <span x-data="" x-id="['product\u002Dprice\u002D4567']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4567')" data-price-amount="89.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-4567-1"><span class="price">$89.98</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4567)" aria-label="Add to Wish List Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4567)" aria-label="Add to Compare Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4565/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4565/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4565">
  <a href="https://beverageuniverse.com/boylan-regular-soda-variety-pack-12-oz-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4565.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/b/o/boylan-regular_variety-oxiv-boyl-regvp-w15-u12-main.jpg" loading="lazy" width="240" height="300" alt="Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)
" title="Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)
">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/boylan-regular-soda-variety-pack-12-oz-12-glass-bottles.html" :id="`slide-desc-4565-${$id('slider-id')}`" id="slide-desc-4565-slider-id-4">
                    Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/boylan-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Boylan_Soda.png" title="Boylan Soda" alt="Boylan Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd77f9e() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd77f9e()" @update-prices-4565.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4565" data-price-box="product-id-4565">
        <span x-data="" x-id="['product\u002Dprice\u002D4565']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4565')" data-price-amount="49.94" data-price-type="finalPrice" class="price-wrapper " id="product-price-4565-1"><span class="price">$49.94</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4565)" aria-label="Add to Wish List Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4565)" aria-label="Add to Compare Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4568/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4568/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4568">
  <a href="https://beverageuniverse.com/boylan-seltzer-variety-pack-12-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4568.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/b/o/boylan-seltzer_variety-oopo-boyl-slzvp-w29-u24-main.jpg" loading="lazy" width="240" height="300" alt="Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)" title="Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/boylan-seltzer-variety-pack-12-oz-24-glass-bottles.html" :id="`slide-desc-4568-${$id('slider-id')}`" id="slide-desc-4568-slider-id-4">
                    Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/boylan-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Boylan_Soda.png" title="Boylan Soda" alt="Boylan Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd7a84e() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd7a84e()" @update-prices-4568.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4568" data-price-box="product-id-4568">
        <span x-data="" x-id="['product\u002Dprice\u002D4568']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4568')" data-price-amount="89.98" data-price-type="finalPrice" class="price-wrapper " id="product-price-4568-1"><span class="price">$89.98</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4568)" aria-label="Add to Wish List Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4568)" aria-label="Add to Compare Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4569/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4569/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4569">
  <a href="https://beverageuniverse.com/boylan-seltzer-variety-pack-12-oz-12-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4569.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/b/o/boylan-seltzer_variety-oxiv-boyl-slzvp-w15-u12-main.jpg" loading="lazy" width="240" height="300" alt="Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)" title="Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/boylan-seltzer-variety-pack-12-oz-12-glass-bottles.html" :id="`slide-desc-4569-${$id('slider-id')}`" id="slide-desc-4569-slider-id-4">
                    Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/boylan-soda.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Boylan_Soda.png" title="Boylan Soda" alt="Boylan Soda" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 12</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 12oz</p>
    <script>
      function initPriceBox__65d6f5cd7d001() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd7d001()" @update-prices-4569.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4569" data-price-box="product-id-4569">
        <span x-data="" x-id="['product\u002Dprice\u002D4569']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4569')" data-price-amount="49.94" data-price-type="finalPrice" class="price-wrapper " id="product-price-4569-1"><span class="price">$49.94</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4569)" aria-label="Add to Wish List Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4569)" aria-label="Add to Compare Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4358/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4358/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4358">
  <a href="https://beverageuniverse.com/fever-tree-refreshingly-light-ginger-ale-6-8-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4358.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/f/e/fevertree-oopo-fevertreelitegale-w19-u24-main.jpg" loading="lazy" width="240" height="300" alt="Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)" title="Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/fever-tree-refreshingly-light-ginger-ale-6-8-oz-24-glass-bottles.html" :id="`slide-desc-4358-${$id('slider-id')}`" id="slide-desc-4358-slider-id-6">
                    Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/fever-tree.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/fever_tree_ginger_beer.png" title="Fever-Tree" alt="Fever-Tree" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.8oz</p>
    <script>
      function initPriceBox__65d6f5cd90f16() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd90f16()" @update-prices-4358.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4358" data-price-box="product-id-4358">
        <span x-data="" x-id="['product\u002Dprice\u002D4358']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4358')" data-price-amount="71.17" data-price-type="finalPrice" class="price-wrapper " id="product-price-4358-1"><span class="price">$71.17</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4358)" aria-label="Add to Wish List Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4358)" aria-label="Add to Compare Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4575/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4575/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4575">
  <a href="https://beverageuniverse.com/london-essence-co-original-indian-tonic-water-200-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4575.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/l/o/london_essence_co-original_indian_tonic_water-main.jpg" loading="lazy" width="240" height="300" alt="London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)" title="London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/london-essence-co-original-indian-tonic-water-200-ml-24-glass-bottles.html" :id="`slide-desc-4575-${$id('slider-id')}`" id="slide-desc-4575-slider-id-6">
                    London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/the-london-essence-co.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/The_London_Essence_Company.png" title="London Essence Company" alt="London Essence Company" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.76oz</p>
    <script>
      function initPriceBox__65d6f5cd9367d() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd9367d()" @update-prices-4575.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4575" data-price-box="product-id-4575">
        <span x-data="" x-id="['product\u002Dprice\u002D4575']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4575')" data-price-amount="74.47" data-price-type="finalPrice" class="price-wrapper " id="product-price-4575-1"><span class="price">$74.47</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4575)" aria-label="Add to Wish List London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4575)" aria-label="Add to Compare London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4572/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/4572/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="4572">
  <a href="https://beverageuniverse.com/london-essence-co-perfectly-spiced-ginger-beer-200-ml-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-4572.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/l/o/london_essence_co-perfectly_spiced_ginger_beer-main.jpg" loading="lazy" width="240" height="300" alt="London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)" title="London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/london-essence-co-perfectly-spiced-ginger-beer-200-ml-24-glass-bottles.html" :id="`slide-desc-4572-${$id('slider-id')}`" id="slide-desc-4572-slider-id-6">
                    London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/the-london-essence-co.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/The_London_Essence_Company.png" title="London Essence Company" alt="London Essence Company" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.76oz</p>
    <script>
      function initPriceBox__65d6f5cd95ce7() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd95ce7()" @update-prices-4572.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="4572" data-price-box="product-id-4572">
        <span x-data="" x-id="['product\u002Dprice\u002D4572']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D4572')" data-price-amount="74.47" data-price-type="finalPrice" class="price-wrapper " id="product-price-4572-1"><span class="price">$74.47</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(4572)" aria-label="Add to Wish List London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(4572)" aria-label="Add to Compare London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/3914/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/3914/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="3914">
  <a href="https://beverageuniverse.com/fever-tree-indian-tonic-water-6-8-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3914.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/f/e/fevertree-fevertreetonic-main.jpg" loading="lazy" width="240" height="300" alt="Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)" title="Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/fever-tree-indian-tonic-water-6-8-oz-24-glass-bottles.html" :id="`slide-desc-3914-${$id('slider-id')}`" id="slide-desc-3914-slider-id-6">
                    Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/fever-tree.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/fever_tree_ginger_beer.png" title="Fever-Tree" alt="Fever-Tree" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.8oz</p>
    <script>
      function initPriceBox__65d6f5cd983fa() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd983fa()" @update-prices-3914.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3914" data-price-box="product-id-3914">
        <span x-data="" x-id="['product\u002Dprice\u002D3914']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D3914')" data-price-amount="71.17" data-price-type="finalPrice" class="price-wrapper " id="product-price-3914-1"><span class="price">$71.17</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(3914)" aria-label="Add to Wish List Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3914)" aria-label="Add to Compare Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/3907/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/3907/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="3907">
  <a href="https://beverageuniverse.com/fever-tree-ginger-beer-6-8-oz-24-glass-bottles.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3907.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/f/e/fevertree-fevertreegbeer-main.jpg" loading="lazy" width="240" height="300" alt="Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)" title="Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/fever-tree-ginger-beer-6-8-oz-24-glass-bottles.html" :id="`slide-desc-3907-${$id('slider-id')}`" id="slide-desc-3907-slider-id-6">
                    Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/fever-tree.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/fever_tree_ginger_beer.png" title="Fever-Tree" alt="Fever-Tree" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: Pack of 24</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: 6.8oz</p>
    <script>
      function initPriceBox__65d6f5cd9b065() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd9b065()" @update-prices-3907.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3907" data-price-box="product-id-3907">
        <span x-data="" x-id="['product\u002Dprice\u002D3907']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D3907')" data-price-amount="71.17" data-price-type="finalPrice" class="price-wrapper " id="product-price-3907-1"><span class="price">$71.17</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(3907)" aria-label="Add to Wish List Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3907)" aria-label="Add to Compare Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2064/

<form method="post" action="https://beverageuniverse.com/checkout/cart/add/uenc/%25uenc%25/product/2064/" class="item product product-item product_addtocart_form card card-interactive flex flex-col w-full ">
  <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <input type="hidden" name="product" value="2064">
  <a href="https://beverageuniverse.com/giftcard.html" class="product photo product-item-photo block mx-auto mb-3 " tabindex="-1">
            <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-2064.window="$root.src = $event.detail" src="https://beverageuniverse.com/media/catalog/product/cache/88e4fb5a1d29fde6de05bead8e5e7d2e/g/i/giftcard_1_1.png" loading="lazy" width="240" height="300" alt="Gift Card" title="Gift Card">
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-lg text-center ">
      <a class="product-item-link" href="https://beverageuniverse.com/giftcard.html" :id="`slide-desc-2064-${$id('slider-id')}`" id="slide-desc-2064-slider-id-6">
                    Gift Card                </a>
    </div>
    <div class="product-brand-logo flex justify-center">
      <a href="https://beverageuniverse.com/brand/beverage-universe.html">
                                            <img src="https://beverageuniverse.com/media/mageplaza/brand/Brand_Logo_Beverage_Universe.png" title="Beverage Universe" alt="Beverage Universe" style="max-width:75px">
                    
                </a>
    </div>
    <p style="margin-bottom: 0; margin-top: 10px; font-size: 13px;"><b>Pack Size</b>: None</p>
    <p style="margin-bottom: 0; font-size: 13px;"><b>Beverage Size</b>: None</p>
    <script>
      function initPriceBox__65d6f5cd9da09() {
        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>
    <div class="pt-1 text-gray-900" x-data="initPriceBox__65d6f5cd9da09()" @update-prices-2064.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="2064" data-price-box="product-id-2064">
        <span x-data="" x-id="['product\u002Dprice\u002D2064']" class="price-container price-final_price tax weee rewards_earn">
          <span :id="$id('product\u002Dprice\u002D2064')" data-price-amount="10" data-price-type="finalPrice" class="price-wrapper " id="product-price-2064-1"><span class="price">$10.00</span></span>
        </span>
      </div>
    </div>
    <div class="mt-auto pt-3 flex flex-wrap justify-center items-center">
      <button class="w-auto btn btn-primary justify-center text-sm
                mr-auto" aria-label="Add to Cart Gift Card">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="h-6 w-6 border-current inline" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13 5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"></path>
          <title>shopping-cart</title>
        </svg>
        <span class="ml-2 inline md:ml-0 md:hidden lg:ml-2 lg:inline"> Add to Cart </span>
      </button>
      <button x-data="initWishlist()" @click.prevent="addToWishlist(2064)" aria-label="Add to Wish List Gift Card" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-red-600 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 20 20" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path>
          <title>heart</title>
        </svg>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(2064)" aria-label="Add to Compare Gift Card" type="button"
        class="rounded-full w-9 h-9 bg-gray-200 p-0 border-0 inline-flex shrink-0 items-center justify-center text-gray-500 hover:text-yellow-500 ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true" role="img">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
          <title>scale</title>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://beverageuniverse.com/newsletter/subscriber/new/

<form class="form subscribe" action="https://beverageuniverse.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail" aria-label="Subscribe to Newsletter">
  <h2 class="mb-3 text-sm font-medium tracking-widest text-gray-900 uppercase title-font" id="footer-newsletter-heading"> Newsletter </h2>
  <div class="flex flex-wrap justify-center gap-2 md:justify-start">
    <label for="newsletter-subscribe" class="sr-only"> Email Address </label>
    <input name="email" type="email" required="" id="newsletter-subscribe" class="form-input inline-flex w-full" placeholder="Enter your email address" aria-describedby="footer-newsletter-heading">
    <input name="form_key" type="hidden" value="igCpl6aTr9wmNJS3"> <button class="inline-flex shrink-0 ml-auto xl:mt-0 btn btn-primary"> Subscribe </button>
  </div>
  <div>
    <template x-if="displayErrorMessage">
      <p class="flex items-center text-red">
        <span class="inline-block w-8 h-8 mr-3">
          <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" width="24" height="24" role="img">
            <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>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-Ybk3eV" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 6px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 15px 40px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 260px; margin: -15px 0px -15px -40px; padding: 0px; border-top: 0px solid transparent; border-right: 0px; border-bottom: 0px solid transparent; border-left: 0px solid transparent; border-bottom-left-radius: 6px; border-top-left-radius: 6px; overflow: hidden; min-width: 260px; min-height: 470px;">
    <div class="needsclick  kl-private-reset-css-Xuajs1"
      style="background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/USZ6gx/images/a659c4e0-eadd-4913-8ef8-a27afbbdd8d9.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 0px 0px 40px; min-height: 470px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 30px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-74763300" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-kanit"
              style="font-size: 48px; color: #373f47; font-family: Kanit-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: bold;">Unlock 10% off your first order</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-74763301" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-kanit"
              style="color: #373f47; font-size: 18px; font-family: Kanit-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">Sign up for email only sales</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 20px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_74763302" class="needsclick go386974734 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Kanit-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(21, 117, 81); border-radius: 6px; border-style: none; border-color: rgb(21, 117, 81); border-width: 2px; color: rgb(255, 255, 255); font-family: Kanit-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px; width: 100%;">Unlock
          Offer</button></div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 25px 30px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-74763304" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-kanit"
              style="color: #606a72; font-size: 14px; font-family: Kanit-Klaviyo-Hosted, Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">By signing up, you agree to receive email marketing</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 0px 6px 10px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button"
          tabindex="0"
          style="background: rgb(255, 255, 255); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(96, 106, 114); font-family: Kanit-Klaviyo-Hosted, Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;">No,
          thanks</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to Content
February Promotion - $5 off your order of $75 or more - Code: LOVE
user
Sign In Create an Account

Mon-Fri 7AM-5PM EST: 855-313-3028

WATER Soda Best Sellers THE MILKMAN
menu
 * WATER
   chevron-right
    * chevron-left WATER
    * View All
    * All Waters
    * Artesian Water
    * Coconut Water
    * Flavored Water
    * Sparkling Water
    * Spring Water
    * Mineral Water
    * Non-Sparkling Water
    * Purified Water
    * Flower Essense
    * Premium Waters
    * The Olympics of Bottled Waters
    * Water Sample Packs
   
   x
 * Soda
   chevron-right
    * chevron-left Soda
    * View All
    * All Sodas
    * Regular Sodas
    * Diet Sodas
    * Zero Calorie Drinks and Sodas
    * Craft Sodas
    * Flavored Sodas
    * Bottled Soda
   
   x
 * Best Sellers
 * THE MILKMAN
   chevron-right
    * chevron-left THE MILKMAN
    * View All
    * Food
    * Water
    * Milk
    * Sodas
    * Juices & Teas
    * Seltzer
   
   x
 * Water Sample Packs
 * Party Packs
 * TEA
   chevron-right
    * chevron-left TEA
    * View All
    * All Teas
    * Black Tea
    * Diet Tea
    * Green Tea
    * Regular Tea
    * Tea Bags
    * White Tea
    * Herbal Tea
    * Sweet Tea Brands
   
   x
 * Specials
 * New Products
 * Top Shelf Water of the Month Club
 * Mini Packs
 * Non Alcoholic Wine
 * Juice
   chevron-right
    * chevron-left Juice
    * View All
    * All Juices
    * Juices
    * Juice Drinks
    * Sparkling Juices
    * Non-Sparkling Juices
   
   x
 * Vegan Drinks
 * Coffee
   chevron-right
    * chevron-left Coffee
    * View All
    * All Coffee
    * Regular Coffee
    * Decaffeinated Coffee
   
   x
 * Energy Drinks
   chevron-right
    * chevron-left Energy Drinks
    * View All
    * All Energy Drinks
   
   x
 * Variety Packs
   chevron-right
    * chevron-left Variety Packs
    * View All
    * All Variety Packs
   
   x
 * Seltzers
   chevron-right
    * chevron-left Seltzers
    * View All
    * All Seltzers
    * Flavored Seltzers
   
   x
 * Sports Drinks
   chevron-right
    * chevron-left Sports Drinks
    * View All
    * All Sports Drinks
   
   x
 * Non Alcoholic Beer
   chevron-right
    * chevron-left Non Alcoholic Beer
    * View All
    * All Non Alcoholic Beer
   
   x
 * Chocolate Drinks
 * Drink Mixers
 * Plant Based Milks

x
All Beverage Categories chevron-down
All Beverages water soda best sellers the milkman water sample packs party packs
tea specials new products top shelf water of the month club mini packs non
alcoholic wine juice vegan drinks coffee energy drinks variety packs seltzers
sports drinks non alcoholic beer chocolate drinks drink mixers plant based milks
Shop By Brand
scale Compare Products 0 item items search
user
Sign In Create an Account
Toggle minicart, Cart is empty shopping-cart 0
Search

Search


MY CART 10 OF 0 PRODUCTS IN CART DISPLAYED

Cart is empty
Cart is empty

x







pencil trash

Subtotal:

Checkout or View and Edit Cart
x
loader
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


NEW PRODUCTS


FREE CASE DEALS



FREE DELIVERY in NYC



SHOP NOW


NEW BEVERAGES

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
London Essence Co. - Grapefruit & Rosemary Tonic Water - 200 ml (24 Glass
Bottles)


Pack Size: Pack of 24

Beverage Size: 6.76oz

$74.47
shopping-cart Add to Cart heart scale
London Essence Co. - Soda Water - 200 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 6.76oz

$74.47
shopping-cart Add to Cart heart scale
Eira - Sparkling Water - 400 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 13.5oz

$53.35
shopping-cart Add to Cart heart scale
Eira - Still Water - 400 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 13.5oz

$53.35
shopping-cart Add to Cart heart scale
Eira - Sparkling Water - 700 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 23.6oz

$49.94
shopping-cart Add to Cart heart scale
Eira - Still Water - 700 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 23.6oz

$49.94
shopping-cart Add to Cart heart scale
Canada Dry - Ginger Ale - 10 oz (24 Plastic Bottles)


Pack Size: Pack of 24

Beverage Size: 10oz

$38.83
shopping-cart Add to Cart heart scale
Canada Dry - Club Soda - 10 oz (24 Plastic Bottles)


Pack Size: Pack of 24

Beverage Size: 10oz

$38.83
shopping-cart Add to Cart heart scale
Canada Dry - Tonic Water - 10 oz (24 Plastic Bottles)


Pack Size: Pack of 24

Beverage Size: 10oz

$38.83
shopping-cart Add to Cart heart scale
Just Ice Tea - Moroccan Mint Green Tea (Just Sweet Enough) - 16 oz (12 Glass
Bottles)


Pack Size: Pack of 12

Beverage Size: 16oz

$57.75
shopping-cart Add to Cart heart scale
Just Ice Tea - Original Green Tea (Unsweetened) - 16 oz (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 16oz

$57.75
shopping-cart Add to Cart heart scale
Sant Aniol - Natural Mineral Water - 750 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 25.3oz

$52.25
shopping-cart Add to Cart heart scale
Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 25.3oz

$52.25
shopping-cart Add to Cart heart scale
Liquid Death - Mountain Water - 16.9 oz (24 Cans)


Pack Size: Pack of 24

Beverage Size: 16.9oz

$57.75 As low as $41.00

Out of stock

heart scale
Liquid Death - Sparkling Water - 16.9 oz (24 Cans)


Pack Size: Pack of 24

Beverage Size: 16.9oz

$57.75 As low as $41.00

Out of stock

heart scale



chevron-left

chevron-right
chevron-left

chevron-right






SPECIALS

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
Stewart's - Black Cherry - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Cherries 'N Cream - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Cream Soda - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Diet Orange 'N Cream - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Diet Root Beer - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Grape - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Key Lime - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Orange 'N Cream - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Stewart's - Root Beer - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$42.24
shopping-cart Add to Cart heart scale
Liquid Death - Mountain Water - 16.9 oz (12 Cans)


Pack Size: Pack of 12

Beverage Size: 16.9oz

$31.13 As low as $21.00
shopping-cart Add to Cart heart scale
Liquid Death - Mountain Water - 16.9 oz (24 Cans)


Pack Size: Pack of 24

Beverage Size: 16.9oz

$57.75 As low as $41.00

Out of stock

heart scale
Liquid Death - Sparkling Water - 16.9 oz (12 Cans)


Pack Size: Pack of 12

Beverage Size: 16.9oz

$31.13 As low as $21.00

Out of stock

heart scale
Liquid Death - Sparkling Water - 16.9 oz (24 Cans)


Pack Size: Pack of 24

Beverage Size: 16.9oz

$57.75 As low as $41.00

Out of stock

heart scale



chevron-left

chevron-right
chevron-left

chevron-right






BEST SELLING PREMIUM WATERS

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
Antipodes - Sparkling Water - 1 L (1 Glass Bottle)


Pack Size: Pack of 1

Beverage Size: 33.8oz

$13.31
shopping-cart Add to Cart heart scale
Aur'a - Still - Natural Gold Water - 330 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 11.2oz

$99.99

Out of stock

heart scale
Evamor - Natural Artesian Spring Water - 64 oz (8 Plastic Bottles)


Pack Size: Pack of 8

Beverage Size: 64oz

$65.56
shopping-cart Add to Cart heart scale
Ferrarelle - Sparkling Natural Mineral Water - 11.2 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 11.2oz

$81.18
shopping-cart Add to Cart heart scale
Gerolsteiner - Sparkling Natural Mineral Water - 750 ml (15 Glass Bottles)


Pack Size: Pack of 15

Beverage Size: 25.4oz

$78.87
shopping-cart Add to Cart heart scale
Fiuggi - Still - Natural Mineral Water - 1 Liter (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 33.8oz

$31.13
shopping-cart Add to Cart heart scale
Fiji Natural Artesian Water - 500 ml (24 Plastic Bottles)


Pack Size: Pack of 24

Beverage Size: 16.9oz

$56.65
shopping-cart Add to Cart heart scale
Icelandic Glacial - Spring Water - 1.5 L (12 Plastic Bottles)


Pack Size: Pack of 12

Beverage Size: 50oz

$55.55
shopping-cart Add to Cart heart scale
Sant Aniol - Sparkling Natural Mineral Water - 750 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 25.3oz

$52.25
shopping-cart Add to Cart heart scale
Saint Geron - Sparkling Natural Mineral Water - 750 ml (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.3oz

$35.53
shopping-cart Add to Cart heart scale
Smeraldina - Still - 1 L (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 33.8oz

$38.83
shopping-cart Add to Cart heart scale
Sole Water - Arte - Still Natural Mineral Water - 750 ml (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.4oz

$32.23
shopping-cart Add to Cart heart scale
Vellamo - Sparkling - Natural Mineral Water - 750 ml (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.4oz

$42.24
shopping-cart Add to Cart heart scale
Voss - Sparkling - 375 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 12.6oz

$41.14
shopping-cart Add to Cart heart scale
Saratoga - Sparkling Water - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$72.27
shopping-cart Add to Cart heart scale
Evian - Natural Spring Water - 750 ml (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 25.4oz

$72.27
shopping-cart Add to Cart heart scale
Mountain Valley - Spring Water - 11.3 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 11.3oz

$97.79
shopping-cart Add to Cart heart scale
Evian - Spring Water - 330 ml (20 Glass Bottles)


Pack Size: Pack of 20

Beverage Size: 11.2oz

$75.57
shopping-cart Add to Cart heart scale
Acqua Panna - Spring Water - 1 L (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 33.8oz

$61.16
shopping-cart Add to Cart heart scale
Saratoga - Still - Spring Water - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$72.27
shopping-cart Add to Cart heart scale
Voss - Still - 375 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12.6oz

$72.27
shopping-cart Add to Cart heart scale
San Pellegrino - Sparkling Water - 250 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 8.45oz

$59.95
shopping-cart Add to Cart heart scale
Hildon - Gently Sparkling - 11 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 11.2oz

$57.75
shopping-cart Add to Cart heart scale
Vichy Catalan - Sparkling Water - 1 L (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 33.8oz

$75.57
shopping-cart Add to Cart heart scale
Acqua Panna - Spring Water - 250 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 8.45oz

$59.95
shopping-cart Add to Cart heart scale
Perrier - Sparkling Water - 11.15 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 11oz

$56.65
shopping-cart Add to Cart heart scale



chevron-left

chevron-right
chevron-left

chevron-right






POPULAR VARIETY PACKS

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
VINADA - Crispy Chardonnay, Sparkling Gold, Sparkling Rose Gift Pack (Zero
Alcohol) - 200 ml (3 Glass Bottles)


Pack Size: Pack of 3

Beverage Size: 6.76oz

$28.82
shopping-cart Add to Cart heart scale
Stellar - Sparkling Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.4oz

$32.23

Out of stock

heart scale
Stellar - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.4oz

$34.43
shopping-cart Add to Cart heart scale
Amazing - Sparkling Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.4oz

$37.73

Out of stock

heart scale
Amazing - Still Water Variety Pack - 750 ml to 1 Liter (6 Glass Bottles)


Pack Size: Pack of 6

Beverage Size: 25.4oz

$38.83

Out of stock

heart scale
Boylan - Regular Soda Variety Pack - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$89.98
shopping-cart Add to Cart heart scale
Boylan - Diet Soda Variety Pack - 12 oz (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 12oz

$49.94
shopping-cart Add to Cart heart scale
Boylan - Diet Soda Variety Pack - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$89.98
shopping-cart Add to Cart heart scale
Boylan - Regular Soda Variety Pack - 12 oz (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 12oz

$49.94
shopping-cart Add to Cart heart scale
Boylan - Seltzer Variety Pack - 12 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 12oz

$89.98
shopping-cart Add to Cart heart scale
Boylan - Seltzer Variety Pack - 12 oz (12 Glass Bottles)


Pack Size: Pack of 12

Beverage Size: 12oz

$49.94
shopping-cart Add to Cart heart scale



chevron-left

chevron-right
chevron-left

chevron-right






TOP SHELF WATER OF THE MONTH

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
Water of the Month - Feb. 2024 - Smeraldina - Still - 1 L (10 Glass Bottles)
Plus Free Gift


Pack Size: Pack of 10

Beverage Size: 33.8oz

$39.93

In stock

heart scale
Water of the Month - Feb. 2024 - Smeraldina - Still - 1 L (5 Glass Bottles) Plus
Free Gift


Pack Size: Pack of 5

Beverage Size: 33.8oz

$23.32

In stock

heart scale
Water of the Month - Feb. 2024 - Smeraldina - Still - 1 L (3 Glass Bottles) Plus
Free Gift


Pack Size: Pack of 3

Beverage Size: 33.8oz

$14.42

In stock

heart scale
Water of the Month - Feb. 2024 - Smeraldina - Sparkling - 1 L (10 Glass Bottles)
Plus Free Gift


Pack Size: Pack of 10

Beverage Size: 33.8oz

$39.93

In stock

heart scale
Water of the Month - Feb. 2024 - Smeraldina - Sparkling - 1 L (5 Glass Bottles)
Plus Free Gift


Pack Size: Pack of 5

Beverage Size: 33.8oz

$23.32

In stock

heart scale
Water of the Month - Feb. 2024 - Smeraldina - Sparkling - 1 L (3 Glass Bottles)
Plus Free Gift


Pack Size: Pack of 3

Beverage Size: 33.8oz

$14.42

In stock

heart scale



chevron-left

chevron-right
chevron-left

chevron-right






POPULAR DRINK MIXERS

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
Fever Tree - Refreshingly Light - Ginger Ale - 6.8 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 6.8oz

$71.17
shopping-cart Add to Cart heart scale
London Essence Co. - Original Indian Tonic Water - 200 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 6.76oz

$74.47
shopping-cart Add to Cart heart scale
London Essence Co. - Perfectly Spiced Ginger Beer - 200 ml (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 6.76oz

$74.47
shopping-cart Add to Cart heart scale
Fever Tree - Indian Tonic Water - 6.8 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 6.8oz

$71.17
shopping-cart Add to Cart heart scale
Fever Tree - Ginger Beer - 6.8 oz (24 Glass Bottles)


Pack Size: Pack of 24

Beverage Size: 6.8oz

$71.17
shopping-cart Add to Cart heart scale
Gift Card


Pack Size: None

Beverage Size: None

$10.00
shopping-cart Add to Cart heart scale



chevron-left

chevron-right
chevron-left

chevron-right



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

Pack Size: Pack of 10

$39.93

Pack Size: Pack of 12

$38.83

Pack Size: Pack of 12

$77.77

Pack Size: Pack of 12

$64.46

Pack Size: Pack of 12

$72.27

Pack Size: Pack of 12

$44.44

Pack Size: Pack of 12

$75.57

Pack Size: Pack of 12

$47.74

Pack Size: Pack of 24

$56.65

Pack Size: Pack of 6

$67.76

Pack Size: Pack of 6

$31.13

Pack Size: Pack of 12

$57.75

Pack Size: Pack of 6

$42.24

Pack Size: Pack of 6

$22.22

Pack Size: Pack of 24

$72.27

Pack Size: Pack of 15

$78.87



chevron-left

chevron-right
chevron-left

chevron-right




x

JOIN OUR TOP SHELF WATER OF THE MONTH CLUB TODAY!
LEARN MORE
Find Your Beverage
Shop now


NEED TO CONTACT BEVERAGE UNIVERSE?

Contact us


INFORMATION

 * About us
 * Blog
 * Contact Us
 * Gift Cards
 * Rewards Program
 * Privacy Policy
 * Terms & Conditions
 * Cookie Policy
 * Returns


TOOLS

 * my account
 * track order
 * Help
 * Free Cases


FOLLOW US

 * 
 * 
 * 
 * 
 * 


NEWSLETTER

Email Address Subscribe

exclamation-circle



© 2024 Beverage Universe. All Rights Reserved.



Close dialog 1

Unlock 10% off your first order

Sign up for email only sales


Unlock Offer

By signing up, you agree to receive email marketing

No, thanks