www.ardellshop.com Open in urlscan Pro
151.101.67.42  Public Scan

Submitted URL: http://ardellshop.com/
Effective URL: https://www.ardellshop.com/
Submission Tags: tranco_l324
Submission: On May 16 via api from DE — Scanned from DE

Form analysis 20 forms found in the DOM

GET https://www.ardellshop.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form_fixed" x-ref="form" @submit.prevent="search()" action="https://www.ardellshop.com/catalogsearch/result/" method="get" role="search">
  <input type="hidden" name="brand" value="10503">
  <input id="search_fixed" x-ref="searchInput" type="search" autocomplete="off" name="q" x-model="searchTerm" placeholder="Search current store or all stores here..." maxlength="64"
    class="w-full flex bg-gray-100 border-0 md:bg-transparent md:border-x-0 md:border-t-0 md:border-b  md:text-primary  text-xs italic text-gray-500 placeholder-black py-4 px-3 md:py-3 " @focus.once="suggest" @input.debounce.300="suggest"
    @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
  <template x-if="productsData.size > 0 &amp;&amp; searchOpen">
    <div x-show="currentBlock === 'search_fixed'" class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow border border-[#c2c2c2]">
      <div class="flex justify-between text-xs text-[#575757] p-2 bg-[#f0f0f0]">
        <span>Products</span> <a class="font-semibold search" :href="productsData.url">See All (<span x-text="productsData.size"></span>)</a>
      </div>
      <div class="px-2">
        <template x-for="product in productsData.data">
          <div class="flex justify-between p-2 gap-2 bg-container-lighter border-solid border-b border-gray-400 last:border-b-0" tabindex="0">
            <div class="max-w-[82px] w-full flex align-center justify-center">
              <a :href="product.url">
                                            <img loading="lazy" :src="product.image" :alt="product.name">
                                        </a>
            </div>
            <div class="text-sm w-full">
              <a :href="product.url" class="font-semibold mb-1 inline-block search">
                                            <span x-text="product.name"></span>
                                        </a>
              <p class="text-[#004875] text-xs">SKU: <span x-text="product.sku"></span></p>
              <p class="text-[#999] text-xs" x-text="product.short_description"></p>
            </div>
          </div>
        </template>
      </div>
    </div>
  </template>
  <template x-if="productsData.size === 0 &amp;&amp; searchOpen">
    <div class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow ">
      <div class="flex justify-center text-xs text-[#575757] p-2 bg-[#f0f0f0] border border-[#c2c2c2]">
        <span>No Result</span>
      </div>
    </div>
  </template>
</form>

GET https://www.ardellshop.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://www.ardellshop.com/catalogsearch/result/" method="get" role="search">
  <input type="hidden" name="brand" value="10503">
  <input id="search" x-ref="searchInput" type="search" autocomplete="off" name="q" x-model="searchTerm" placeholder="Search current store or all stores here..." maxlength="64"
    class="w-full flex bg-gray-100 border-0 md:bg-transparent md:border-x-0 md:border-t-0 md:border-b  md:text-primary  text-xs italic text-gray-500 placeholder-black py-4 px-3 md:py-3 " @focus.once="suggest" @input.debounce.300="suggest"
    @keydown.arrow-down.prevent="focusElement($root.querySelector('[tabindex]'))">
  <template x-if="productsData.size > 0 &amp;&amp; searchOpen">
    <div x-show="currentBlock === 'base'" class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow border border-[#c2c2c2]">
      <div class="flex justify-between text-xs text-[#575757] p-2 bg-[#f0f0f0]">
        <span>Products</span> <a class="font-semibold" :href="productsData.url">See All (<span x-text="productsData.size"></span>)</a>
      </div>
      <div class="px-2">
        <template x-for="product in productsData.data">
          <div class="flex justify-between p-2 gap-2 bg-container-lighter border-solid border-b border-gray-400 last:border-b-0" tabindex="0">
            <div class="max-w-[82px] w-full flex align-center justify-center">
              <a :href="product.url">
                                    <img loading="lazy" :src="product.image" :alt="product.name">
                                </a>
            </div>
            <div class="text-sm w-full">
              <a :href="product.url" class="text-search-a hover:text-mainMenu-scrollHover font-semibold mb-1 inline-block">
                                    <span x-text="product.name"></span>
                                </a>
              <p class="text-[#004875] text-xs">SKU: <span x-text="product.sku"></span></p>
              <p class="text-[#999] text-xs" x-text="product.short_description"></p>
            </div>
          </div>
        </template>
      </div>
    </div>
  </template>
  <template x-if="productsData.size === 0 &amp;&amp; searchOpen">
    <div class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow ">
      <div class="flex justify-center text-xs text-[#575757] p-2 bg-[#f0f0f0] border border-[#c2c2c2]">
        <span>No Result</span>
      </div>
    </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://www.ardellshop.com/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6164/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6164/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="0"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6164">
  <a href="https://www.ardellshop.com/ardell-nail-addict-chrome-mystic.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6164)" aria-label="Add to Wish List Ardell Nail Addict Chrome Mystic" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6164.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_37435_nail_addict_chrome_mystic_front_2.jpg" loading="lazy" width="240" height="300" alt="Front side of packaging for Ardell Nail Addict Chrome Mystic
" title="Front side of packaging for Ardell Nail Addict Chrome Mystic
">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6164.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_37435_nail_addict_chrome_mystic_5_nails.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Chrome Mystic" title="Ardell Nail Addict Chrome Mystic">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-nail-addict-chrome-mystic.html" :id="`slide-desc-6164-${$id('slider-id')}`" id="slide-desc-6164-slider-id-1">
                    Ardell Nail Addict Chrome Mystic                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194cc0ea() {
        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 text-center" x-data="initPriceBox__6644f194cc0ea()" @update-prices-6164.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6164" data-price-box="product-id-6164">
        <span x-data="" x-id="['product\u002Dprice\u002D6164']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6164')" data-price-amount="9.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6164-1"><span class="price">$9.99</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Nail Addict Chrome Mystic">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6164)" aria-label="Add to Compare Ardell Nail Addict Chrome Mystic" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6163/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6163/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="1"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6163">
  <a href="https://www.ardellshop.com/ardell-nail-addict-chrome-orb.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6163)" aria-label="Add to Wish List Ardell Nail Addict Chrome Orb" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6163.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_37434_nail_addict_chrome_orb_front_1.jpg" loading="lazy" width="240" height="300" alt="Front side of packaging for Ardell Nail Addict Chrome Orb" title="Front side of packaging for Ardell Nail Addict Chrome Orb">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6163.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_37434_nail_addict_chrome_orb_5_nails.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Chrome Orb" title="Ardell Nail Addict Chrome Orb">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-nail-addict-chrome-orb.html" :id="`slide-desc-6163-${$id('slider-id')}`" id="slide-desc-6163-slider-id-2">
                    Ardell Nail Addict Chrome Orb                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194cffbb() {
        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 text-center" x-data="initPriceBox__6644f194cffbb()" @update-prices-6163.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6163" data-price-box="product-id-6163">
        <span x-data="" x-id="['product\u002Dprice\u002D6163']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6163')" data-price-amount="9.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6163-1"><span class="price">$9.99</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Nail Addict Chrome Orb">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6163)" aria-label="Add to Compare Ardell Nail Addict Chrome Orb" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6162/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6162/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="2"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6162">
  <a href="https://www.ardellshop.com/ardell-nail-addict-chrome-moon.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6162)" aria-label="Add to Wish List Ardell Nail Addict Chrome Moon" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6162.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_37433_nail_addict_chrome_moon_front_2_1_.jpg" loading="lazy" width="240" height="300" alt="Ardell Nail Addict Chrome Moon in packaging " title="Ardell Nail Addict Chrome Moon in packaging ">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6162.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_37433_nail_addict_chrome_moon_5_nails_1_.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Chrome Moon" title="Ardell Nail Addict Chrome Moon">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-nail-addict-chrome-moon.html" :id="`slide-desc-6162-${$id('slider-id')}`" id="slide-desc-6162-slider-id-3">
                    Ardell Nail Addict Chrome Moon                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194d1e0d() {
        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 text-center" x-data="initPriceBox__6644f194d1e0d()" @update-prices-6162.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6162" data-price-box="product-id-6162">
        <span x-data="" x-id="['product\u002Dprice\u002D6162']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6162')" data-price-amount="9.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6162-1"><span class="price">$9.99</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Nail Addict Chrome Moon">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6162)" aria-label="Add to Compare Ardell Nail Addict Chrome Moon" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6161/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6161/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="3"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6161">
  <a href="https://www.ardellshop.com/ardell-nail-addict-chrome-eclipse.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6161)" aria-label="Add to Wish List Ardell Nail Addict Chrome Eclipse" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6161.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_37432_nail_addict_chrome_eclipse_front_1.jpg" loading="lazy" width="240" height="300" alt="Front side of packaging for Ardell Nail Addict Chrome Eclipse" title="Front side of packaging for Ardell Nail Addict Chrome Eclipse">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6161.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_37432_nail_addict_chrome_eclipse_5_nails.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Chrome Eclipse" title="Ardell Nail Addict Chrome Eclipse">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-nail-addict-chrome-eclipse.html" :id="`slide-desc-6161-${$id('slider-id')}`" id="slide-desc-6161-slider-id-4">
                    Ardell Nail Addict Chrome Eclipse                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194d3b67() {
        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 text-center" x-data="initPriceBox__6644f194d3b67()" @update-prices-6161.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6161" data-price-box="product-id-6161">
        <span x-data="" x-id="['product\u002Dprice\u002D6161']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6161')" data-price-amount="9.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6161-1"><span class="price">$9.99</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Nail Addict Chrome Eclipse">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6161)" aria-label="Add to Compare Ardell Nail Addict Chrome Eclipse" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6160/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6160/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="4"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6160">
  <a href="https://www.ardellshop.com/ardell-nail-addict-chrome-retrograde.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6160)" aria-label="Add to Wish List Ardell Nail Addict Chrome Retrograde" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6160.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_37431_nail_addict_chrome_retrograde_front_2_1_.jpg" loading="lazy" width="240" height="300" alt="Front side of packaging for Ardell Nail Addict Chrome Retrograde" title="Front side of packaging for Ardell Nail Addict Chrome Retrograde">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6160.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_37431_nail_addict_chrome_retrograde_5_nails.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Chrome Retrograde" title="Ardell Nail Addict Chrome Retrograde">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-nail-addict-chrome-retrograde.html" :id="`slide-desc-6160-${$id('slider-id')}`" id="slide-desc-6160-slider-id-5">
                    Ardell Nail Addict Chrome Retrograde                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194d5cea() {
        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 text-center" x-data="initPriceBox__6644f194d5cea()" @update-prices-6160.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6160" data-price-box="product-id-6160">
        <span x-data="" x-id="['product\u002Dprice\u002D6160']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6160')" data-price-amount="9.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6160-1"><span class="price">$9.99</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Nail Addict Chrome Retrograde">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6160)" aria-label="Add to Compare Ardell Nail Addict Chrome Retrograde" type="button"
        class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6159/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6159/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="5"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6159">
  <a href="https://www.ardellshop.com/ardell-nail-addict-chrome-aura.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6159)" aria-label="Add to Wish List Ardell Nail Addict Chrome Aura" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6159.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_37430_nail_addict_chrome_aura_front_3.jpg" loading="lazy" width="240" height="300" alt="Front of packaging for Ardell Nail Addict Chrome Aura 37430
" title="Front of packaging for Ardell Nail Addict Chrome Aura 37430
">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6159.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_37430_nail_addict_chrome_aura_5_nails.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Chrome Aura" title="Ardell Nail Addict Chrome Aura">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-nail-addict-chrome-aura.html" :id="`slide-desc-6159-${$id('slider-id')}`" id="slide-desc-6159-slider-id-6">
                    Ardell Nail Addict Chrome Aura                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194d7be0() {
        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 text-center" x-data="initPriceBox__6644f194d7be0()" @update-prices-6159.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6159" data-price-box="product-id-6159">
        <span x-data="" x-id="['product\u002Dprice\u002D6159']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6159')" data-price-amount="9.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6159-1"><span class="price">$9.99</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Nail Addict Chrome Aura">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6159)" aria-label="Add to Compare Ardell Nail Addict Chrome Aura" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6131/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6131/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="6"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6131">
  <a href="https://www.ardellshop.com/ardell-active-lash-clusters-dash-40-pc.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6131)" aria-label="Add to Wish List Ardell Active Lash Clusters  Dash 40 Pc" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6131.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_32269_active_lash_clusters_front_1.jpg" loading="lazy" width="240" height="300" alt="Front packaging of Ardell Active Lash Clusters  Dash 40 Pc" title="Front packaging of Ardell Active Lash Clusters  Dash 40 Pc">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6131.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_32269_active_lash_clusters_floating_1.jpg" loading="lazy" width="360" height="360" alt="Ardell Active Lash Clusters  Dash 40 Pc" title="Ardell Active Lash Clusters  Dash 40 Pc">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/ardell-active-lash-clusters-dash-40-pc.html" :id="`slide-desc-6131-${$id('slider-id')}`" id="slide-desc-6131-slider-id-7">
                    Ardell Active Lash Clusters  Dash 40 Pc                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194d9923() {
        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 text-center" x-data="initPriceBox__6644f194d9923()" @update-prices-6131.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6131" data-price-box="product-id-6131">
        <span x-data="" x-id="['product\u002Dprice\u002D6131']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6131')" data-price-amount="16" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6131-1"><span class="price">$16.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Ardell Active Lash Clusters  Dash 40 Pc">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6131)" aria-label="Add to Compare Ardell Active Lash Clusters  Dash 40 Pc" type="button"
        class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6151/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6151/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="7"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="6151">
  <a href="https://www.ardellshop.com/winks-be-yourself-lashes-wish.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6151)" aria-label="Add to Wish List Winks Be Yourself Lashes Wish " type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6151.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_32256_winks_be_yourself_strip_lash_wish_front.jpeg" loading="lazy" width="240" height="300" alt="Winks Be Yourself Lashes Wish " title="Winks Be Yourself Lashes Wish ">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6151.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_32256_winks_be_yourself_strip_lash_wish_tray.jpeg" loading="lazy" width="360" height="360" alt="Winks Be Yourself Lashes Wish " title="Winks Be Yourself Lashes Wish ">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/winks-be-yourself-lashes-wish.html" :id="`slide-desc-6151-${$id('slider-id')}`" id="slide-desc-6151-slider-id-8">
                    Winks Be Yourself Lashes Wish                 </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194dba63() {
        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 text-center" x-data="initPriceBox__6644f194dba63()" @update-prices-6151.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6151" data-price-box="product-id-6151">
        <span x-data="" x-id="['product\u002Dprice\u002D6151']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D6151')" data-price-amount="5" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6151-1"><span class="price">$5.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Winks Be Yourself Lashes Wish ">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6151)" aria-label="Add to Compare Winks Be Yourself Lashes Wish " type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1414/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1414/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="0"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1414">
  <a href="https://www.ardellshop.com/duo-quick-set-strip-lash-adhesive-dark.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1414)" aria-label="Add to Wish List DUO Quick-Set Striplash Adhesive, Dark, 5g" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1414.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/d/u/du_67582int_ucr_quick-set_clear_front_104_copy.jpg" loading="lazy" width="240" height="300" alt="Back of Ardell DUO Quick-Set Striplash Adhesive - Dark box with application and removal instructions in different languages" title="Back of Ardell DUO Quick-Set Striplash Adhesive - Dark box with application and removal instructions in different languages">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1414.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/d/u/duo-product-img1_7_1.jpg" loading="lazy" width="360" height="360" alt="DUO Quick-Set Striplash Adhesive, Dark, 5g" title="DUO Quick-Set Striplash Adhesive, Dark, 5g">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/duo-quick-set-strip-lash-adhesive-dark.html" :id="`slide-desc-1414-${$id('slider-id')}`" id="slide-desc-1414-slider-id-9">
                    DUO Quick-Set Striplash Adhesive, Dark, 5g                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194e408b() {
        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 text-center" x-data="initPriceBox__6644f194e408b()" @update-prices-1414.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1414" data-price-box="product-id-1414">
        <span x-data="" x-id="['product\u002Dprice\u002D1414']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1414')" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1414-1"><span class="price">$7.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag DUO Quick-Set Striplash Adhesive, Dark, 5g">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1414)" aria-label="Add to Compare DUO Quick-Set Striplash Adhesive, Dark, 5g" type="button"
        class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1332/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1332/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="1"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1332">
  <a href="https://www.ardellshop.com/wispies-122.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1332)" aria-label="Add to Wish List WISPIES 122" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1332.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/6/2/62210_package__1.jpg" loading="lazy" width="240" height="300" alt="A single pair of Ardell Wispies 122 featuring its rounded lash style that is shorter at the inner and outer corner" title="A single pair of Ardell Wispies 122 featuring its rounded lash style that is shorter at the inner and outer corner">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1332.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/6/2/62210_1_1.jpg" loading="lazy" width="360" height="360" alt="WISPIES 122" title="WISPIES 122">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/wispies-122.html" :id="`slide-desc-1332-${$id('slider-id')}`" id="slide-desc-1332-slider-id-10">
                    WISPIES 122                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194e5fa5() {
        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 text-center" x-data="initPriceBox__6644f194e5fa5()" @update-prices-1332.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1332" data-price-box="product-id-1332">
        <span x-data="" x-id="['product\u002Dprice\u002D1332']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1332')" data-price-amount="5" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1332-1"><span class="price">$5.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag WISPIES 122">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1332)" aria-label="Add to Compare WISPIES 122" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1342/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1342/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="2"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1342">
  <a href="https://www.ardellshop.com/wispies-black.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1342)" aria-label="Add to Wish List Wispies" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1342.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/6/3/63810_float__1.jpg" loading="lazy" width="240" height="300" alt="A single pair of Ardell Wispies showing its signature wispies style with crisscross, feathering, and curl" title="A single pair of Ardell Wispies showing its signature wispies style with crisscross, feathering, and curl">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1342.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/6/3/63810_1_1_1.jpg" loading="lazy" width="360" height="360" alt="Wispies" title="Wispies">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/wispies-black.html" :id="`slide-desc-1342-${$id('slider-id')}`" id="slide-desc-1342-slider-id-11">
                    Wispies                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194e7e92() {
        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 text-center" x-data="initPriceBox__6644f194e7e92()" @update-prices-1342.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1342" data-price-box="product-id-1342">
        <span x-data="" x-id="['product\u002Dprice\u002D1342']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1342')" data-price-amount="5" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1342-1"><span class="price">$5.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Wispies">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1342)" aria-label="Add to Compare Wispies" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1343/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1343/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="3"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1343">
  <a href="https://www.ardellshop.com/demi-wispies.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1343)" aria-label="Add to Wish List Demi Wispies" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1343.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/6/4/64110_float__1.jpg" loading="lazy" width="240" height="300" alt="A single pair of Ardell Demi Wispies showing its signature Wispies style with crisscross, feathering, and curl" title="A single pair of Ardell Demi Wispies showing its signature Wispies style with crisscross, feathering, and curl">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1343.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/6/3/63810_1_1_1_1_1.jpg" loading="lazy" width="360" height="360" alt="Demi Wispies" title="Demi Wispies">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/demi-wispies.html" :id="`slide-desc-1343-${$id('slider-id')}`" id="slide-desc-1343-slider-id-12">
                    Demi Wispies                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194e9ec6() {
        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 text-center" x-data="initPriceBox__6644f194e9ec6()" @update-prices-1343.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1343" data-price-box="product-id-1343">
        <span x-data="" x-id="['product\u002Dprice\u002D1343']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1343')" data-price-amount="5" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1343-1"><span class="price">$5.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag Demi Wispies">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1343)" aria-label="Add to Compare Demi Wispies" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1357/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1357/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="4"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1357">
  <a href="https://www.ardellshop.com/double-wispies.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1357)" aria-label="Add to Wish List DOUBLE WISPIES" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1357.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/6/1/61915_float__1.jpg" loading="lazy" width="240" height="300" alt="A pair of Ardell Double Wispies featuring its signature wispies style with crisscross, feathering, and curl" title="A pair of Ardell Double Wispies featuring its signature wispies style with crisscross, feathering, and curl">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1357.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/6/1/61915_4_1.jpg" loading="lazy" width="360" height="360" alt="DOUBLE WISPIES" title="DOUBLE WISPIES">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/double-wispies.html" :id="`slide-desc-1357-${$id('slider-id')}`" id="slide-desc-1357-slider-id-13">
                    DOUBLE WISPIES                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194ebc64() {
        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 text-center" x-data="initPriceBox__6644f194ebc64()" @update-prices-1357.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1357" data-price-box="product-id-1357">
        <span x-data="" x-id="['product\u002Dprice\u002D1357']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1357')" data-price-amount="5.5" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1357-1"><span class="price">$5.50</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag DOUBLE WISPIES">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1357)" aria-label="Add to Compare DOUBLE WISPIES" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1410/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1410/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="5"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1410">
  <a href="https://www.ardellshop.com/duo-brush-on-adhesive-dark-5g.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1410)" aria-label="Add to Wish List DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1410.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/d/u/du_56896int_ucr_brush-on_dark_front_hr.jpg" loading="lazy" width="240" height="300" alt="Back details of Ardell DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz retail pack with product detail written on it" title="Back details of Ardell DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz retail pack with product detail written on it">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1410.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/d/u/duo-product-img1_8.jpg" loading="lazy" width="360" height="360" alt="DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz" title="DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/duo-brush-on-adhesive-dark-5g.html" :id="`slide-desc-1410-${$id('slider-id')}`" id="slide-desc-1410-slider-id-14">
                    DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194ed98d() {
        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 text-center" x-data="initPriceBox__6644f194ed98d()" @update-prices-1410.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1410" data-price-box="product-id-1410">
        <span x-data="" x-id="['product\u002Dprice\u002D1410']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1410')" data-price-amount="7" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1410-1"><span class="price">$7.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1410)" aria-label="Add to Compare DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz" type="button"
        class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1405/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1405/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="6"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1405">
  <a href="https://www.ardellshop.com/duo-clear-lash-adhesive-5oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1405)" aria-label="Add to Wish List DUO CLEAR LASH ADHESIVE .5oz" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1405.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/b/l/blue_1_2_1.jpg" loading="lazy" width="240" height="300" alt="Ardell Duo Clear Lash Adhesive box and tube container laid horizontally side by side" title="Ardell Duo Clear Lash Adhesive box and tube container laid horizontally side by side">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1405.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/d/u/duo-product-img1_2_1.jpg" loading="lazy" width="360" height="360" alt="DUO CLEAR LASH ADHESIVE .5oz" title="DUO CLEAR LASH ADHESIVE .5oz">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/duo-clear-lash-adhesive-5oz.html" :id="`slide-desc-1405-${$id('slider-id')}`" id="slide-desc-1405-slider-id-15">
                    DUO CLEAR LASH ADHESIVE .5oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194ef7e8() {
        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 text-center" x-data="initPriceBox__6644f194ef7e8()" @update-prices-1405.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1405" data-price-box="product-id-1405">
        <span x-data="" x-id="['product\u002Dprice\u002D1405']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1405')" data-price-amount="9" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1405-1"><span class="price">$9.00</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag DUO CLEAR LASH ADHESIVE .5oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1405)" aria-label="Add to Compare DUO CLEAR LASH ADHESIVE .5oz" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1361/

<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/1361/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-NaN visible" data-gslide="7"
  style="height: auto; width: 0px;">
  <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <input type="hidden" name="product" value="1361">
  <a href="https://www.ardellshop.com/double-up-demi-wispies.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(1361)" aria-label="Add to Wish List DOUBLE UP DEMI WISPIES" type="button" class="z-10 right-0 top-0 absolute rounded-full w-9 h-9 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"><path fill-rule="evenodd" d="M3.172 5.172a4 4 0 0 1 5.656 0L10 6.343l1.172-1.171a4 4 0 1 1 5.656 5.656L10 17.657l-6.828-6.829a4 4 0 0 1 0-5.656Z" clip-rule="evenodd"></path></svg>
                </button>
                        <div class="">
                <div class="main-image">
                    <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1361.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/6/5/65687_float__1.jpg" loading="lazy" width="240" height="300" alt="A pair of Ardell Double Up Demi Wispies showing its full volume, medium length lashes" title="A pair of Ardell Double Up Demi Wispies showing its full volume, medium length lashes">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-1361.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/6/5/65687_1_1_1.jpg" loading="lazy" width="360" height="360" alt="DOUBLE UP DEMI WISPIES" title="DOUBLE UP DEMI WISPIES">
                    </div>
                            </div>
        </a>
  <div class="product-info flex flex-col grow">
    <div class="mt-2 mb-1 items-center justify-center text-primary font-semibold text-sm text-center ">
      <a class="product-item-link uppercase" href="https://www.ardellshop.com/double-up-demi-wispies.html" :id="`slide-desc-1361-${$id('slider-id')}`" id="slide-desc-1361-slider-id-16">
                    DOUBLE UP DEMI WISPIES                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__6644f194f17d1() {
        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 text-center" x-data="initPriceBox__6644f194f17d1()" @update-prices-1361.window="updatePrice($event.detail);">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="1361" data-price-box="product-id-1361">
        <span x-data="" x-id="['product\u002Dprice\u002D1361']" class="price-container price-final_price tax weee">
          <span :id="$id('product\u002Dprice\u002D1361')" data-price-amount="5.5" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-1361-1"><span class="price">$5.50</span></span>
        </span>
      </div>
    </div>
    <div class="relative pt-3 flex flex-wrap items-center justify-center md:justify-center">
      <button class="add_to_cart w-auto btn justify-center text-xs uppercase font-semibold rounded-none" aria-label="Add to Bag DOUBLE UP DEMI WISPIES">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(1361)" aria-label="Add to Compare DOUBLE UP DEMI WISPIES" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" viewBox="0 0 24 24" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m3 6 3 1m0 0-3 9a5.002 5.002 0 0 0 6.001 0M6 7l3 9M6 7l6-2m6 2 3-1m-3 1-3 9a5.002 5.002 0 0 0 6.001 0M18 7l3 9m-3-9-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.ardellshop.com/newsletter/subscriber/new/

<form class="form subscribe" action="https://www.ardellshop.com/newsletter/subscriber/new/" method="post" x-data="initNewsletterForm()" @submit.prevent="submitForm()" id="newsletter-validate-detail" aria-label="Subscribe to Newsletter">
  <div class="container px-4 pt-8 pb-16 flex flex-col justify-center items-center gap-4 mx-auto md:flex-row md:gap-8  md:py-10  ">
    <h2 class="w-fit text-2xl font-semibold text-center md:my-0 md:text-white" id="footer-newsletter-heading"> Sign-up &amp; Unlock 20% Off Now! </h2>
    <div class="flex gap-2 text-xl">
      <input name="email" type="email" required="" id="newsletter-subscribe" placeholder="Email" aria-describedby="footer-newsletter-heading"
        class="px-4 w-full h-auto border border-gray-500 rounded placeholder-gray-500 focus:border-gray-900 md:placeholder-gray-900">
      <input name="form_key" type="hidden" value="cx1qutKoD6yJtv9P"> <button class="text-white bg-primary border-primary px-3  py-0 h-12 rounded text-xl capitalize font-normal"> Subscribe </button>
    </div>
  </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>
            <link rel="preconnect" href="//apps.bazaarvoice.com">
            <link rel="preconnect" href="https://www.ardellshop.com">
            <link rel="preconnect" href="https://maxcdn.bootstrapcdn.com">
            <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
            <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin="">
            <link rel="dns-prefetch" href="//apps.bazaarvoice.com">
            <link rel="dns-prefetch" href="https://www.ardellshop.com">
            <link rel="dns-prefetch" href="https://maxcdn.bootstrapcdn.com">
            <link rel="dns-prefetch" href="https://fonts.gstatic.com" crossorigin="">
            <link rel="dns-prefetch" href="https://fonts.googleapis.com" crossorigin="">
            <link rel="preload" href="//apps.bazaarvoice.com/deployments/aii/main_site/production/en_US/bv.js" as="script">
            </link>
            <link rel="preload" href="https://www.ardellshop.com/static/version1714039385/frontend/Goodinc/child-ardell/en_US/Hyva_Theme/js/alpine3.min.js" as="script">
            </link>
            <link rel="preload" href="https://www.ardellshop.com/static/version1714039385/frontend/Goodinc/child-ardell/en_US/Anowave_Ec/css/ec.css" as="style">
            </link>
            <link rel="preload" href="https://www.ardellshop.com/static/version1714039385/frontend/Goodinc/child-ardell/en_US/css/styles.css" as="style">
            </link>
            <link rel="preload" href="https://www.ardellshop.com/static/version1714039385/frontend/Goodinc/child-ardell/en_US/MageWorx_SearchSuiteAutocomplete/css/searchsuiteautocomplete.css" as="style">
            </link>
            <link rel="preload" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" as="style">
            </link>
            <link rel="preload" href="https://fonts.googleapis.com/css2?family=Junge&amp;display=swap" as="style">
            </link>
            </link>
            </link>
            </link>
            </link>
            </link>
            </link>
            </link>
            </link>
            </link>
            </link>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

Skip to Content

 * SHOP
   SHOP chevron-right
    * LASHES
       * All Lashes
         All Lashes
       * New Arrivals
         New Arrivals
       * Natural
         Natural
       * Wispies
         Wispies
       * Individuals
         Individuals
       * Multi Packs
         Multi Packs
       * Magnetic
         Magnetic
       * Underlashes
         Underlashes
       * Press On
         Press On
       * Self Adhesive
         Self Adhesive
       * Adhesive
         Adhesive
       * Accessories
         Accessories
       * Accents
         Accents
       * Pre-Cut
         Pre-Cut
       * Brown
         Brown
      
      * chevron-left
        LASHES
      * View All
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
    * NAILS
       * All Nails
         All Nails
       * Nail Art
         Nail Art
       * Multipacks
         Multipacks
       * Nail Accessories & Tools
         Nail Accessories & Tools
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco Mani
         Eco Mani
       * Flash & Sparkle
         Flash & Sparkle
       * Premium
         Premium
       * Metallic
         Metallic
       * Eco French
         Eco French
       * French
         French
       * Solid
         Solid
       * Natural
         Natural
      
      * chevron-left
        NAILS
      * View All
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
    * BROW
       * All Brow
         All Brow
       * Brow Glue
       * Brow Tints
         Brow Tints
       * Brow Pomade
         Brow Pomade
       * Defining Powder
         Defining Powder
       * Brow Pens
         Brow Pens
       * Shaping Tools
         Shaping Tools
       * Brow Fiber Gel
         Brow Fiber Gel
       * Brow Highlighter
         Brow Highlighter
       * Brow Lamination
      
      * chevron-left
        BROW
      * View All
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination
   
    * chevron-left
      SHOP
    * View All
      View All
    * LASHES
       * All Lashes
         All Lashes
       * New Arrivals
         New Arrivals
       * Natural
         Natural
       * Wispies
         Wispies
       * Individuals
         Individuals
       * Multi Packs
         Multi Packs
       * Magnetic
         Magnetic
       * Underlashes
         Underlashes
       * Press On
         Press On
       * Self Adhesive
         Self Adhesive
       * Adhesive
         Adhesive
       * Accessories
         Accessories
       * Accents
         Accents
       * Pre-Cut
         Pre-Cut
       * Brown
         Brown
      
      * chevron-left
        LASHES
      * View All
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
    * NAILS
       * All Nails
         All Nails
       * Nail Art
         Nail Art
       * Multipacks
         Multipacks
       * Nail Accessories & Tools
         Nail Accessories & Tools
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco Mani
         Eco Mani
       * Flash & Sparkle
         Flash & Sparkle
       * Premium
         Premium
       * Metallic
         Metallic
       * Eco French
         Eco French
       * French
         French
       * Solid
         Solid
       * Natural
         Natural
      
      * chevron-left
        NAILS
      * View All
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
    * BROW
       * All Brow
         All Brow
       * Brow Glue
       * Brow Tints
         Brow Tints
       * Brow Pomade
         Brow Pomade
       * Defining Powder
         Defining Powder
       * Brow Pens
         Brow Pens
       * Shaping Tools
         Shaping Tools
       * Brow Fiber Gel
         Brow Fiber Gel
       * Brow Highlighter
         Brow Highlighter
       * Brow Lamination
      
      * chevron-left
        BROW
      * View All
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination

 * WHAT'S NEW
   WHAT'S NEW chevron-right
    * LASHES
       * Winks Lashes
       * Seamless
       * Balayage
       * Naked Press On Lashes
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Eco Mani
         Eco Mani
       * Velvet
         Velvet
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet
   
    * chevron-left
      WHAT'S NEW
    * View All
      View All
    * LASHES
       * Winks Lashes
       * Seamless
       * Balayage
       * Naked Press On Lashes
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Eco Mani
         Eco Mani
       * Velvet
         Velvet
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet

 * FEATURED COLLECTIONS
   FEATURED COLLECTIONS chevron-right
    * LASHES
       * Winks Lashes
         Winks Lashes
       * Naked Lashes
         Naked Lashes
       * Seamless
         Seamless
       * Balayage
         Balayage
       * Doll Look
         Doll Look
       * Insta-Lift Lashes
         Insta-Lift Lashes
       * Active Lash
         Active Lash
       * Big Beautiful Lashes
         Big Beautiful Lashes
       * Faux Mink Lashes
         Faux Mink Lashes
       * 3D Faux Mink Lashes
         3D Faux Mink Lashes
       * Studio Effects
         Studio Effects
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco-Mani
         Eco-Mani
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani
   
    * chevron-left
      FEATURED COLLECTIONS
    * View All
      View All
    * LASHES
       * Winks Lashes
         Winks Lashes
       * Naked Lashes
         Naked Lashes
       * Seamless
         Seamless
       * Balayage
         Balayage
       * Doll Look
         Doll Look
       * Insta-Lift Lashes
         Insta-Lift Lashes
       * Active Lash
         Active Lash
       * Big Beautiful Lashes
         Big Beautiful Lashes
       * Faux Mink Lashes
         Faux Mink Lashes
       * 3D Faux Mink Lashes
         3D Faux Mink Lashes
       * Studio Effects
         Studio Effects
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco-Mani
         Eco-Mani
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani

 * BEST SELLERS
   BEST SELLERS chevron-right
    * LASHES
    * NAILS
    * BROW
   
    * chevron-left
      BEST SELLERS
    * View All
      View All
    * LASHES
    * NAILS
    * BROW

 * DUO ADHESIVE
 * TIPS & TRENDS
 * OFFERS
   OFFERS chevron-right
    * LASH STEALS
    * SPECIAL OFFERS
   
    * chevron-left
      OFFERS
    * View All
      View All
    * LASH STEALS
    * SPECIAL OFFERS

 * SIGN UP & SAVE

 * MENU
 * ACCOUNT
 * BRANDS

 * SHOP
   SHOP chevron-right
    * LASHES
       * All Lashes
         All Lashes
       * New Arrivals
         New Arrivals
       * Natural
         Natural
       * Wispies
         Wispies
       * Individuals
         Individuals
       * Multi Packs
         Multi Packs
       * Magnetic
         Magnetic
       * Underlashes
         Underlashes
       * Press On
         Press On
       * Self Adhesive
         Self Adhesive
       * Adhesive
         Adhesive
       * Accessories
         Accessories
       * Accents
         Accents
       * Pre-Cut
         Pre-Cut
       * Brown
         Brown
      
      * chevron-left
        LASHES
      * View All
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
    * NAILS
       * All Nails
         All Nails
       * Nail Art
         Nail Art
       * Multipacks
         Multipacks
       * Nail Accessories & Tools
         Nail Accessories & Tools
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco Mani
         Eco Mani
       * Flash & Sparkle
         Flash & Sparkle
       * Premium
         Premium
       * Metallic
         Metallic
       * Eco French
         Eco French
       * French
         French
       * Solid
         Solid
       * Natural
         Natural
      
      * chevron-left
        NAILS
      * View All
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
    * BROW
       * All Brow
         All Brow
       * Brow Glue
       * Brow Tints
         Brow Tints
       * Brow Pomade
         Brow Pomade
       * Defining Powder
         Defining Powder
       * Brow Pens
         Brow Pens
       * Shaping Tools
         Shaping Tools
       * Brow Fiber Gel
         Brow Fiber Gel
       * Brow Highlighter
         Brow Highlighter
       * Brow Lamination
      
      * chevron-left
        BROW
      * View All
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination
   
   * chevron-left
     SHOP
   * View All
     View All
   * LASHES
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
     
     * chevron-left
       LASHES
     * View All
     * All Lashes
       All Lashes
     * New Arrivals
       New Arrivals
     * Natural
       Natural
     * Wispies
       Wispies
     * Individuals
       Individuals
     * Multi Packs
       Multi Packs
     * Magnetic
       Magnetic
     * Underlashes
       Underlashes
     * Press On
       Press On
     * Self Adhesive
       Self Adhesive
     * Adhesive
       Adhesive
     * Accessories
       Accessories
     * Accents
       Accents
     * Pre-Cut
       Pre-Cut
     * Brown
       Brown
   * NAILS
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
     
     * chevron-left
       NAILS
     * View All
     * All Nails
       All Nails
     * Nail Art
       Nail Art
     * Multipacks
       Multipacks
     * Nail Accessories & Tools
       Nail Accessories & Tools
     * Chrome
       Chrome
     * Naked
       Naked
     * Sun Kissed
       Sun Kissed
     * Velvet
       Velvet
     * Eco Mani
       Eco Mani
     * Flash & Sparkle
       Flash & Sparkle
     * Premium
       Premium
     * Metallic
       Metallic
     * Eco French
       Eco French
     * French
       French
     * Solid
       Solid
     * Natural
       Natural
   * BROW
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination
     
     * chevron-left
       BROW
     * View All
     * All Brow
       All Brow
     * Brow Glue
     * Brow Tints
       Brow Tints
     * Brow Pomade
       Brow Pomade
     * Defining Powder
       Defining Powder
     * Brow Pens
       Brow Pens
     * Shaping Tools
       Shaping Tools
     * Brow Fiber Gel
       Brow Fiber Gel
     * Brow Highlighter
       Brow Highlighter
     * Brow Lamination
 * WHAT'S NEW
   WHAT'S NEW chevron-right
    * LASHES
       * Winks Lashes
       * Seamless
       * Balayage
       * Naked Press On Lashes
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Eco Mani
         Eco Mani
       * Velvet
         Velvet
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet
   
   * chevron-left
     WHAT'S NEW
   * View All
     View All
   * LASHES
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
     
     * chevron-left
       LASHES
     * View All
     * Winks Lashes
     * Seamless
     * Balayage
     * Naked Press On Lashes
   * NAILS
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet
     
     * chevron-left
       NAILS
     * View All
     * Chrome
       Chrome
     * Naked
       Naked
     * Eco Mani
       Eco Mani
     * Velvet
       Velvet
 * FEATURED COLLECTIONS
   FEATURED COLLECTIONS chevron-right
    * LASHES
       * Winks Lashes
         Winks Lashes
       * Naked Lashes
         Naked Lashes
       * Seamless
         Seamless
       * Balayage
         Balayage
       * Doll Look
         Doll Look
       * Insta-Lift Lashes
         Insta-Lift Lashes
       * Active Lash
         Active Lash
       * Big Beautiful Lashes
         Big Beautiful Lashes
       * Faux Mink Lashes
         Faux Mink Lashes
       * 3D Faux Mink Lashes
         3D Faux Mink Lashes
       * Studio Effects
         Studio Effects
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco-Mani
         Eco-Mani
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani
   
   * chevron-left
     FEATURED COLLECTIONS
   * View All
     View All
   * LASHES
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
     
     * chevron-left
       LASHES
     * View All
     * Winks Lashes
       Winks Lashes
     * Naked Lashes
       Naked Lashes
     * Seamless
       Seamless
     * Balayage
       Balayage
     * Doll Look
       Doll Look
     * Insta-Lift Lashes
       Insta-Lift Lashes
     * Active Lash
       Active Lash
     * Big Beautiful Lashes
       Big Beautiful Lashes
     * Faux Mink Lashes
       Faux Mink Lashes
     * 3D Faux Mink Lashes
       3D Faux Mink Lashes
     * Studio Effects
       Studio Effects
   * NAILS
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani
     
     * chevron-left
       NAILS
     * View All
     * Chrome
       Chrome
     * Naked
       Naked
     * Sun Kissed
       Sun Kissed
     * Velvet
       Velvet
     * Eco-Mani
       Eco-Mani
 * BEST SELLERS
   BEST SELLERS chevron-right
    * LASHES
    * NAILS
    * BROW
   
   * chevron-left
     BEST SELLERS
   * View All
     View All
   * LASHES
   * NAILS
   * BROW
 * DUO ADHESIVE
 * TIPS & TRENDS
 * OFFERS
   OFFERS chevron-right
    * LASH STEALS
    * SPECIAL OFFERS
   
   * chevron-left
     OFFERS
   * View All
     View All
   * LASH STEALS
   * SPECIAL OFFERS
 * SIGN UP & SAVE

PROFESSIONALS
Sign In

Products See All ()

SKU:



No Result
search-circle

PROFESSIONALS
Sign In
Toggle minicart, Cart is empty BAG shopping-bag 0
You have no items in your shopping bag.
You have no items in your shopping bag.
in cart
Cart Subtotal:
Go to Checkout


View and Edit Cart
loader
Loading...
Products See All ()

SKU:



No Result
Search

Free Standard Shipping
On All Orders Over $30 Details
 * SHOP
   SHOP chevron-right
    * LASHES
       * All Lashes
         All Lashes
       * New Arrivals
         New Arrivals
       * Natural
         Natural
       * Wispies
         Wispies
       * Individuals
         Individuals
       * Multi Packs
         Multi Packs
       * Magnetic
         Magnetic
       * Underlashes
         Underlashes
       * Press On
         Press On
       * Self Adhesive
         Self Adhesive
       * Adhesive
         Adhesive
       * Accessories
         Accessories
       * Accents
         Accents
       * Pre-Cut
         Pre-Cut
       * Brown
         Brown
      
      * chevron-left
        LASHES
      * View All
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
    * NAILS
       * All Nails
         All Nails
       * Nail Art
         Nail Art
       * Multipacks
         Multipacks
       * Nail Accessories & Tools
         Nail Accessories & Tools
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco Mani
         Eco Mani
       * Flash & Sparkle
         Flash & Sparkle
       * Premium
         Premium
       * Metallic
         Metallic
       * Eco French
         Eco French
       * French
         French
       * Solid
         Solid
       * Natural
         Natural
      
      * chevron-left
        NAILS
      * View All
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
    * BROW
       * All Brow
         All Brow
       * Brow Glue
       * Brow Tints
         Brow Tints
       * Brow Pomade
         Brow Pomade
       * Defining Powder
         Defining Powder
       * Brow Pens
         Brow Pens
       * Shaping Tools
         Shaping Tools
       * Brow Fiber Gel
         Brow Fiber Gel
       * Brow Highlighter
         Brow Highlighter
       * Brow Lamination
      
      * chevron-left
        BROW
      * View All
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination
   
    * chevron-left
      SHOP
    * View All
      View All
    * LASHES
       * All Lashes
         All Lashes
       * New Arrivals
         New Arrivals
       * Natural
         Natural
       * Wispies
         Wispies
       * Individuals
         Individuals
       * Multi Packs
         Multi Packs
       * Magnetic
         Magnetic
       * Underlashes
         Underlashes
       * Press On
         Press On
       * Self Adhesive
         Self Adhesive
       * Adhesive
         Adhesive
       * Accessories
         Accessories
       * Accents
         Accents
       * Pre-Cut
         Pre-Cut
       * Brown
         Brown
      
      * chevron-left
        LASHES
      * View All
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
    * NAILS
       * All Nails
         All Nails
       * Nail Art
         Nail Art
       * Multipacks
         Multipacks
       * Nail Accessories & Tools
         Nail Accessories & Tools
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco Mani
         Eco Mani
       * Flash & Sparkle
         Flash & Sparkle
       * Premium
         Premium
       * Metallic
         Metallic
       * Eco French
         Eco French
       * French
         French
       * Solid
         Solid
       * Natural
         Natural
      
      * chevron-left
        NAILS
      * View All
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
    * BROW
       * All Brow
         All Brow
       * Brow Glue
       * Brow Tints
         Brow Tints
       * Brow Pomade
         Brow Pomade
       * Defining Powder
         Defining Powder
       * Brow Pens
         Brow Pens
       * Shaping Tools
         Shaping Tools
       * Brow Fiber Gel
         Brow Fiber Gel
       * Brow Highlighter
         Brow Highlighter
       * Brow Lamination
      
      * chevron-left
        BROW
      * View All
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination

 * WHAT'S NEW
   WHAT'S NEW chevron-right
    * LASHES
       * Winks Lashes
       * Seamless
       * Balayage
       * Naked Press On Lashes
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Eco Mani
         Eco Mani
       * Velvet
         Velvet
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet
   
    * chevron-left
      WHAT'S NEW
    * View All
      View All
    * LASHES
       * Winks Lashes
       * Seamless
       * Balayage
       * Naked Press On Lashes
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Eco Mani
         Eco Mani
       * Velvet
         Velvet
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet

 * FEATURED COLLECTIONS
   FEATURED COLLECTIONS chevron-right
    * LASHES
       * Winks Lashes
         Winks Lashes
       * Naked Lashes
         Naked Lashes
       * Seamless
         Seamless
       * Balayage
         Balayage
       * Doll Look
         Doll Look
       * Insta-Lift Lashes
         Insta-Lift Lashes
       * Active Lash
         Active Lash
       * Big Beautiful Lashes
         Big Beautiful Lashes
       * Faux Mink Lashes
         Faux Mink Lashes
       * 3D Faux Mink Lashes
         3D Faux Mink Lashes
       * Studio Effects
         Studio Effects
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco-Mani
         Eco-Mani
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani
   
    * chevron-left
      FEATURED COLLECTIONS
    * View All
      View All
    * LASHES
       * Winks Lashes
         Winks Lashes
       * Naked Lashes
         Naked Lashes
       * Seamless
         Seamless
       * Balayage
         Balayage
       * Doll Look
         Doll Look
       * Insta-Lift Lashes
         Insta-Lift Lashes
       * Active Lash
         Active Lash
       * Big Beautiful Lashes
         Big Beautiful Lashes
       * Faux Mink Lashes
         Faux Mink Lashes
       * 3D Faux Mink Lashes
         3D Faux Mink Lashes
       * Studio Effects
         Studio Effects
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco-Mani
         Eco-Mani
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani

 * BEST SELLERS
   BEST SELLERS chevron-right
    * LASHES
    * NAILS
    * BROW
   
    * chevron-left
      BEST SELLERS
    * View All
      View All
    * LASHES
    * NAILS
    * BROW

 * DUO ADHESIVE
 * TIPS & TRENDS
 * OFFERS
   OFFERS chevron-right
    * LASH STEALS
    * SPECIAL OFFERS
   
    * chevron-left
      OFFERS
    * View All
      View All
    * LASH STEALS
    * SPECIAL OFFERS

 * SIGN UP & SAVE

 * MENU
 * ACCOUNT
 * BRANDS

 * SHOP
   SHOP chevron-right
    * LASHES
       * All Lashes
         All Lashes
       * New Arrivals
         New Arrivals
       * Natural
         Natural
       * Wispies
         Wispies
       * Individuals
         Individuals
       * Multi Packs
         Multi Packs
       * Magnetic
         Magnetic
       * Underlashes
         Underlashes
       * Press On
         Press On
       * Self Adhesive
         Self Adhesive
       * Adhesive
         Adhesive
       * Accessories
         Accessories
       * Accents
         Accents
       * Pre-Cut
         Pre-Cut
       * Brown
         Brown
      
      * chevron-left
        LASHES
      * View All
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
    * NAILS
       * All Nails
         All Nails
       * Nail Art
         Nail Art
       * Multipacks
         Multipacks
       * Nail Accessories & Tools
         Nail Accessories & Tools
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco Mani
         Eco Mani
       * Flash & Sparkle
         Flash & Sparkle
       * Premium
         Premium
       * Metallic
         Metallic
       * Eco French
         Eco French
       * French
         French
       * Solid
         Solid
       * Natural
         Natural
      
      * chevron-left
        NAILS
      * View All
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
    * BROW
       * All Brow
         All Brow
       * Brow Glue
       * Brow Tints
         Brow Tints
       * Brow Pomade
         Brow Pomade
       * Defining Powder
         Defining Powder
       * Brow Pens
         Brow Pens
       * Shaping Tools
         Shaping Tools
       * Brow Fiber Gel
         Brow Fiber Gel
       * Brow Highlighter
         Brow Highlighter
       * Brow Lamination
      
      * chevron-left
        BROW
      * View All
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination
   
   * chevron-left
     SHOP
   * View All
     View All
   * LASHES
      * All Lashes
        All Lashes
      * New Arrivals
        New Arrivals
      * Natural
        Natural
      * Wispies
        Wispies
      * Individuals
        Individuals
      * Multi Packs
        Multi Packs
      * Magnetic
        Magnetic
      * Underlashes
        Underlashes
      * Press On
        Press On
      * Self Adhesive
        Self Adhesive
      * Adhesive
        Adhesive
      * Accessories
        Accessories
      * Accents
        Accents
      * Pre-Cut
        Pre-Cut
      * Brown
        Brown
     
     * chevron-left
       LASHES
     * View All
     * All Lashes
       All Lashes
     * New Arrivals
       New Arrivals
     * Natural
       Natural
     * Wispies
       Wispies
     * Individuals
       Individuals
     * Multi Packs
       Multi Packs
     * Magnetic
       Magnetic
     * Underlashes
       Underlashes
     * Press On
       Press On
     * Self Adhesive
       Self Adhesive
     * Adhesive
       Adhesive
     * Accessories
       Accessories
     * Accents
       Accents
     * Pre-Cut
       Pre-Cut
     * Brown
       Brown
   * NAILS
      * All Nails
        All Nails
      * Nail Art
        Nail Art
      * Multipacks
        Multipacks
      * Nail Accessories & Tools
        Nail Accessories & Tools
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco Mani
        Eco Mani
      * Flash & Sparkle
        Flash & Sparkle
      * Premium
        Premium
      * Metallic
        Metallic
      * Eco French
        Eco French
      * French
        French
      * Solid
        Solid
      * Natural
        Natural
     
     * chevron-left
       NAILS
     * View All
     * All Nails
       All Nails
     * Nail Art
       Nail Art
     * Multipacks
       Multipacks
     * Nail Accessories & Tools
       Nail Accessories & Tools
     * Chrome
       Chrome
     * Naked
       Naked
     * Sun Kissed
       Sun Kissed
     * Velvet
       Velvet
     * Eco Mani
       Eco Mani
     * Flash & Sparkle
       Flash & Sparkle
     * Premium
       Premium
     * Metallic
       Metallic
     * Eco French
       Eco French
     * French
       French
     * Solid
       Solid
     * Natural
       Natural
   * BROW
      * All Brow
        All Brow
      * Brow Glue
      * Brow Tints
        Brow Tints
      * Brow Pomade
        Brow Pomade
      * Defining Powder
        Defining Powder
      * Brow Pens
        Brow Pens
      * Shaping Tools
        Shaping Tools
      * Brow Fiber Gel
        Brow Fiber Gel
      * Brow Highlighter
        Brow Highlighter
      * Brow Lamination
     
     * chevron-left
       BROW
     * View All
     * All Brow
       All Brow
     * Brow Glue
     * Brow Tints
       Brow Tints
     * Brow Pomade
       Brow Pomade
     * Defining Powder
       Defining Powder
     * Brow Pens
       Brow Pens
     * Shaping Tools
       Shaping Tools
     * Brow Fiber Gel
       Brow Fiber Gel
     * Brow Highlighter
       Brow Highlighter
     * Brow Lamination
 * WHAT'S NEW
   WHAT'S NEW chevron-right
    * LASHES
       * Winks Lashes
       * Seamless
       * Balayage
       * Naked Press On Lashes
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Eco Mani
         Eco Mani
       * Velvet
         Velvet
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet
   
   * chevron-left
     WHAT'S NEW
   * View All
     View All
   * LASHES
      * Winks Lashes
      * Seamless
      * Balayage
      * Naked Press On Lashes
     
     * chevron-left
       LASHES
     * View All
     * Winks Lashes
     * Seamless
     * Balayage
     * Naked Press On Lashes
   * NAILS
      * Chrome
        Chrome
      * Naked
        Naked
      * Eco Mani
        Eco Mani
      * Velvet
        Velvet
     
     * chevron-left
       NAILS
     * View All
     * Chrome
       Chrome
     * Naked
       Naked
     * Eco Mani
       Eco Mani
     * Velvet
       Velvet
 * FEATURED COLLECTIONS
   FEATURED COLLECTIONS chevron-right
    * LASHES
       * Winks Lashes
         Winks Lashes
       * Naked Lashes
         Naked Lashes
       * Seamless
         Seamless
       * Balayage
         Balayage
       * Doll Look
         Doll Look
       * Insta-Lift Lashes
         Insta-Lift Lashes
       * Active Lash
         Active Lash
       * Big Beautiful Lashes
         Big Beautiful Lashes
       * Faux Mink Lashes
         Faux Mink Lashes
       * 3D Faux Mink Lashes
         3D Faux Mink Lashes
       * Studio Effects
         Studio Effects
      
      * chevron-left
        LASHES
      * View All
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
    * NAILS
       * Chrome
         Chrome
       * Naked
         Naked
       * Sun Kissed
         Sun Kissed
       * Velvet
         Velvet
       * Eco-Mani
         Eco-Mani
      
      * chevron-left
        NAILS
      * View All
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani
   
   * chevron-left
     FEATURED COLLECTIONS
   * View All
     View All
   * LASHES
      * Winks Lashes
        Winks Lashes
      * Naked Lashes
        Naked Lashes
      * Seamless
        Seamless
      * Balayage
        Balayage
      * Doll Look
        Doll Look
      * Insta-Lift Lashes
        Insta-Lift Lashes
      * Active Lash
        Active Lash
      * Big Beautiful Lashes
        Big Beautiful Lashes
      * Faux Mink Lashes
        Faux Mink Lashes
      * 3D Faux Mink Lashes
        3D Faux Mink Lashes
      * Studio Effects
        Studio Effects
     
     * chevron-left
       LASHES
     * View All
     * Winks Lashes
       Winks Lashes
     * Naked Lashes
       Naked Lashes
     * Seamless
       Seamless
     * Balayage
       Balayage
     * Doll Look
       Doll Look
     * Insta-Lift Lashes
       Insta-Lift Lashes
     * Active Lash
       Active Lash
     * Big Beautiful Lashes
       Big Beautiful Lashes
     * Faux Mink Lashes
       Faux Mink Lashes
     * 3D Faux Mink Lashes
       3D Faux Mink Lashes
     * Studio Effects
       Studio Effects
   * NAILS
      * Chrome
        Chrome
      * Naked
        Naked
      * Sun Kissed
        Sun Kissed
      * Velvet
        Velvet
      * Eco-Mani
        Eco-Mani
     
     * chevron-left
       NAILS
     * View All
     * Chrome
       Chrome
     * Naked
       Naked
     * Sun Kissed
       Sun Kissed
     * Velvet
       Velvet
     * Eco-Mani
       Eco-Mani
 * BEST SELLERS
   BEST SELLERS chevron-right
    * LASHES
    * NAILS
    * BROW
   
   * chevron-left
     BEST SELLERS
   * View All
     View All
   * LASHES
   * NAILS
   * BROW
 * DUO ADHESIVE
 * TIPS & TRENDS
 * OFFERS
   OFFERS chevron-right
    * LASH STEALS
    * SPECIAL OFFERS
   
   * chevron-left
     OFFERS
   * View All
     View All
   * LASH STEALS
   * SPECIAL OFFERS
 * SIGN UP & SAVE

PROFESSIONALS
Sign In

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
badge-check
chat
exclamation-circle
x-circle

Dare to Bare

Naked Lashes

Featherlight lashes that seamlessly blends fluffy fibers with
natural-looking curl & curve.

SHOP NOW


with lash looks sure to make any bride or bridesmaid

blush with unbridled beauty!

SHOP OUR BRIDAL COLLECTION


20% OFF

JOIN US & SAVE

Get the latest exclusive promotional codes and information for new products. As
well as tips and tricks on some of our well known products by joining our
mailing list.

SIGN UP NOW


FEATURED COLLECTIONS


NAKED & WINKS PRESS ONS!

Get Your Hands on The Easiest Underlash Extensions! JUST PLACE AND PRESS. Enjoy
long-lasting hold without the fuss with our pre-glued, easy-to-use underlash
extensions. They're cruelty-free and fully customizable. Get ready to elevate
your lazy girl lash game!

Shop Now


SEAMLESS UNDIES™ EXTENSIONS

The latest lash innovation! These extensions are discreetly placed beneath your
natural lashes for a flawless, undetectable look. They're incredibly soft,
lightweight, and comfy enough to sleep in. Say goodbye to salon visits and
become your own lash expert
from the comfort of home!

Shop Now



OUR PRODUCTS

 * What's New
 * Best Sellers

Ardell Nail Addict Chrome Mystic


$9.99
Add to Bag
Ardell Nail Addict Chrome Orb


$9.99
Add to Bag
Ardell Nail Addict Chrome Moon


$9.99
Add to Bag
Ardell Nail Addict Chrome Eclipse


$9.99
Add to Bag
Ardell Nail Addict Chrome Retrograde


$9.99
Add to Bag
Ardell Nail Addict Chrome Aura


$9.99
Add to Bag
Ardell Active Lash Clusters Dash 40 Pc


$16.00
Add to Bag
Winks Be Yourself Lashes Wish


$5.00
Add to Bag
chevron-left

chevron-right
DUO Quick-Set Striplash Adhesive, Dark, 5g


$7.00
Add to Bag
WISPIES 122


$5.00
Add to Bag
Wispies


$5.00
Add to Bag
Demi Wispies


$5.00
Add to Bag
DOUBLE WISPIES


$5.50
Add to Bag
DUO Brush-On Striplash Adhesive, Dark, 0.5 fl oz


$7.00
Add to Bag
DUO CLEAR LASH ADHESIVE .5oz


$9.00
Add to Bag
DOUBLE UP DEMI WISPIES


$5.50
Add to Bag
chevron-left

chevron-right


SEAMLESS UNDIES™EXTENSIONS

There’s a new lash routine on the scene. Seamless Undies™Extensions are applied
UNDER your natural lashes to hide the band for a no-show, seamlessly
undetectable finish. Only the lashes show so ONLY you know. Give Seamless a try!

View


FEATURED COLLECTIONS


WISPIES

Add soft, feathery flare without all the drama. Our silky-soft wispies
collection completes your daytime beauty look with a graceful & delicate touch.

Shop Now


FAUX MINK

Show-stopping drama is yours in our glamour goddess-worthy faux mink lashes.
Loved by prestige professionals, these luxurious lashes deliver serious volume
without weighing you down.

Shop Now


MAGNETIC LASHES

An effortlessly thrilling new way to lash out. Apply our top-selling styles
without adhesive. Multi-magnets and a curved band provide a perfect fit.

Shop Now

BEST SELLERS

VIEW ALL

WISPIES 

4.7
(548)
SHOP NOW

DEMI WISPIES

4.7
(6526)
SHOP NOW

NAKED LASH 421, MULTIPACK

4.3
(19)
SHOP NOW

NAKED LASH 420, MULTIPACK

3.7
(21)
SHOP NOW

WHAT'S NEW


CHROME COLLECTION

Seamless Mirror-Like Shine Press Ons


Enhance your shine with Ardell's Nail Addict Chrome collection
featuring 6 beautiful reflective finishes inspired by the latest manicure trend.

SHOP NOW

Nail Addict Chrome Moon

0.0
(0)
SHOP NOW

Nail Addict Chrome Orb

0.0
(0)
SHOP NOW

Nail Addict Chrome Retrograde

0.0
(0)
SHOP NOW

Nail Addict Chrome Aura

0.0
(0)
SHOP NOW

FEATURED COLLECTIONS

FEATURED COLLECTIONS

NAKED LASHES

SHOP THIS COLLECTION

FEATURED COLLECTIONS

BIG BEAUTIFUL LASHES


SHOP THIS COLLECTION

FEATURED COLLECTIONS

WINKS LASHES

SHOP THIS COLLECTION

TOP PICKS

VIEW ALL

3D FAUX MINK 863 4 PACK

4.3
(28)
SHOP NOW

NAKED PRESS ON PRE-GLUED UNDERLASH EXTENSIONS - NATURAL


4.3
(133)
SHOP NOW

DUO BOND & SEAL

4.3
(180)
SHOP NOW

NAKED 427 4 PACK

4.3
(7)
SHOP NOW

ICONIC COLLECTIONS

WISPIES LASHES

SHOP THIS COLLECTION

DUO ADHESIVE

SHOP THIS COLLECTION

FAUX MINK LASHES


SHOP THIS COLLECTION


20% OFF

JOIN US & SAVE 

Sign up today for our mailing list to have exclusive promotional codes and
information for new products. As well as tips and tricks on some of our well
known products


SIGN UP NOW
FOLLOW US ON INSTA @ARDELLBEAUTY







SIGN-UP & UNLOCK 20% OFF NOW!

Subscribe

exclamation-circle



Categories All lashes Brow Duo Adhesive Nails Lash Steals How To Videos

My Account Login Shipping and Delivery Order Tracking Returns Sign Up For Text
Message
Customer Service About Us Contact Us FAQ Privacy Policy Terms of Use Website
Accessibility Promotion Terms & Conditions
Copyright © 2024 Ardell Lashes & Beauty, All Rights Reserved.
0 item(s) in your cart
Cart is empty
Cart is empty

TOTAL ITEMS SUBTOTAL
Go To Checkout