www.ardellshop.com
Open in
urlscan Pro
151.101.3.42
Public Scan
Submitted URL: https://frightnightcosmetics.com/
Effective URL: https://www.ardellshop.com/
Submission: On June 21 via api from US — Scanned from DE
Effective URL: https://www.ardellshop.com/
Submission: On June 21 via api from US — Scanned from DE
Form analysis
20 forms found in the DOMGET 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 && 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 && 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 && 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 md: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 && 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/6166/
<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6166/" 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="pbscKg0X8oi8oOFC"> <input type="hidden" name="product" value="6166">
<a href="https://www.ardellshop.com/ardell-nail-addict-gel-nail-strips-pure-paprika.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
<button x-data="initWishlist()" @click.prevent="addToWishlist(6166)" aria-label="Add to Wish List Ardell Nail Addict Gel Nail Strips - Pure Paprika" 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 md: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-6166.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_36893_nail_addict_gel_nail_strips_pure_paprika_front.jpg" loading="lazy" width="240" height="300" alt="Front side of Ardell Nail Addict Gel Nail Strips - Pure Paprika" title="Front side of Ardell Nail Addict Gel Nail Strips - Pure Paprika">
</div>
<div class="hover-image">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6166.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_36893_nail_addict_gel_nail_strips_pure_paprika_front.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Gel Nail Strips - Pure Paprika" title="Ardell Nail Addict Gel Nail Strips - Pure Paprika">
</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-gel-nail-strips-pure-paprika.html" :id="`slide-desc-6166-${$id('slider-id')}`" id="slide-desc-6166-slider-id-1">
Ardell Nail Addict Gel Nail Strips - Pure Paprika </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa52a00() {
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__667596aa52a00()" @update-prices-6166.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="6166" data-price-box="product-id-6166">
<span x-data="" x-id="['product\u002Dprice\u002D6166']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D6166')" data-price-amount="6.49" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6166-1"><span class="price">$6.49</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 Gel Nail Strips - Pure Paprika">
<span class="inline md:ml-0 lg:inline"> Add to Bag </span>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6166)" aria-label="Add to Compare Ardell Nail Addict Gel Nail Strips - Pure Paprika" 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/6178/
<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6178/" 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="pbscKg0X8oi8oOFC"> <input type="hidden" name="product" value="6178">
<a href="https://www.ardellshop.com/ardell-nail-addict-gel-nail-strips-pot-of-gold.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
<button x-data="initWishlist()" @click.prevent="addToWishlist(6178)" aria-label="Add to Wish List Ardell Nail Addict Gel Nail Strips - Pot of Gold" 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 md: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-6178.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_36930_nail_addict_gel_nail_strips_pot_of_gold_front.jpg" loading="lazy" width="240" height="300" alt="Front side of packaging for Ardell Nail Addict Gel Nail Strips - Pot of Gold" title="Front side of packaging for Ardell Nail Addict Gel Nail Strips - Pot of Gold">
</div>
<div class="hover-image">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6178.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_36930_nail_addict_gel_nail_strips_pot_of_gold_front.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Gel Nail Strips - Pot of Gold" title="Ardell Nail Addict Gel Nail Strips - Pot of Gold">
</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-gel-nail-strips-pot-of-gold.html" :id="`slide-desc-6178-${$id('slider-id')}`" id="slide-desc-6178-slider-id-2">
Ardell Nail Addict Gel Nail Strips - Pot of Gold </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa56682() {
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__667596aa56682()" @update-prices-6178.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="6178" data-price-box="product-id-6178">
<span x-data="" x-id="['product\u002Dprice\u002D6178']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D6178')" data-price-amount="6.49" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6178-1"><span class="price">$6.49</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 Gel Nail Strips - Pot of Gold">
<span class="inline md:ml-0 lg:inline"> Add to Bag </span>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6178)" aria-label="Add to Compare Ardell Nail Addict Gel Nail Strips - Pot of Gold" 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/6177/
<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6177/" 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="pbscKg0X8oi8oOFC"> <input type="hidden" name="product" value="6177">
<a href="https://www.ardellshop.com/ardell-nail-addict-gel-nail-strips-cherry-bomb.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
<button x-data="initWishlist()" @click.prevent="addToWishlist(6177)" aria-label="Add to Wish List Ardell Nail Addict Gel Nail Strips - Cherry Bomb" 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 md: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-6177.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_36894_nail_addict_gel_nail_strips_cherry_bomb_front.jpg" loading="lazy" width="240" height="300" alt="Ardell Nail Addict Gel Nail Strips - Cherry Bomb packaging " title="Ardell Nail Addict Gel Nail Strips - Cherry Bomb packaging ">
</div>
<div class="hover-image">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6177.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_36894_nail_addict_gel_nail_strips_cherry_bomb_front.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Gel Nail Strips - Cherry Bomb" title="Ardell Nail Addict Gel Nail Strips - Cherry Bomb">
</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-gel-nail-strips-cherry-bomb.html" :id="`slide-desc-6177-${$id('slider-id')}`" id="slide-desc-6177-slider-id-3">
Ardell Nail Addict Gel Nail Strips - Cherry Bomb </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa580d5() {
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__667596aa580d5()" @update-prices-6177.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="6177" data-price-box="product-id-6177">
<span x-data="" x-id="['product\u002Dprice\u002D6177']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D6177')" data-price-amount="6.49" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6177-1"><span class="price">$6.49</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 Gel Nail Strips - Cherry Bomb">
<span class="inline md:ml-0 lg:inline"> Add to Bag </span>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6177)" aria-label="Add to Compare Ardell Nail Addict Gel Nail Strips - Cherry Bomb" 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/6176/
<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6176/" 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="pbscKg0X8oi8oOFC"> <input type="hidden" name="product" value="6176">
<a href="https://www.ardellshop.com/press-on-active-underlash-extensions-pump-n.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
<button x-data="initWishlist()" @click.prevent="addToWishlist(6176)" aria-label="Add to Wish List Press On Active Underlash Extensions Pump'n" 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 md: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-6176.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_32283_active_press_on_pumpn_front_1.jpg" loading="lazy" width="240" height="300" alt="Press On Active Underlash Extensions Pump'n" title="Press On Active Underlash Extensions Pump'n">
</div>
<div class="hover-image">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6176.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/a/r/ar_32283_active_press_on_pumpn_back_1.jpg" loading="lazy" width="360" height="360" alt="Press On Active Underlash Extensions Pump'n" title="Press On Active Underlash Extensions Pump'n">
</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/press-on-active-underlash-extensions-pump-n.html" :id="`slide-desc-6176-${$id('slider-id')}`" id="slide-desc-6176-slider-id-4">
Press On Active Underlash Extensions Pump'n </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa59ad1() {
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__667596aa59ad1()" @update-prices-6176.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="6176" data-price-box="product-id-6176">
<span x-data="" x-id="['product\u002Dprice\u002D6176']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D6176')" data-price-amount="13" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6176-1"><span class="price">$13.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 Press On Active Underlash Extensions Pump'n">
<span class="inline md:ml-0 lg:inline"> Add to Bag </span>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6176)" aria-label="Add to Compare Press On Active Underlash Extensions Pump'n" 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/6165/
<form method="post" action="https://www.ardellshop.com/checkout/cart/add/uenc/%25uenc%25/product/6165/" 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="pbscKg0X8oi8oOFC"> <input type="hidden" name="product" value="6165">
<a href="https://www.ardellshop.com/ardell-nail-addict-gel-nail-strips-cashmere-sands.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
<button x-data="initWishlist()" @click.prevent="addToWishlist(6165)" aria-label="Add to Wish List Ardell Nail Addict Gel Nail Strips - Cashmere Sands" 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 md: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-6165.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/a/r/ar_36890_nail_addict_gel_nail_strips_cashmere_sands_front.jpg" loading="lazy" width="240" height="300" alt="Front of packaging for Ardell Nail Addict Gel Nail Strips - Cashmere Sands
" title="Front of packaging for Ardell Nail Addict Gel Nail Strips - Cashmere Sands
">
</div>
<div class="hover-image">
<img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6165.window="$root.src = $event.detail" src="https://www.ardellshop.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/h/q/hqdefault_17_5.jpg" loading="lazy" width="360" height="360" alt="Ardell Nail Addict Gel Nail Strips - Cashmere Sands" title="Ardell Nail Addict Gel Nail Strips - Cashmere Sands">
</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-gel-nail-strips-cashmere-sands.html" :id="`slide-desc-6165-${$id('slider-id')}`" id="slide-desc-6165-slider-id-5">
Ardell Nail Addict Gel Nail Strips - Cashmere Sands </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa5b4d3() {
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__667596aa5b4d3()" @update-prices-6165.window="updatePrice($event.detail);">
<div class="price-box price-final_price" data-role="priceBox" data-product-id="6165" data-price-box="product-id-6165">
<span x-data="" x-id="['product\u002Dprice\u002D6165']" class="price-container price-final_price tax weee">
<span :id="$id('product\u002Dprice\u002D6165')" data-price-amount="6.49" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold " id="product-price-6165-1"><span class="price">$6.49</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 Gel Nail Strips - Cashmere Sands">
<span class="inline md:ml-0 lg:inline"> Add to Bag </span>
</button>
<button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6165)" aria-label="Add to Compare Ardell Nail Addict Gel Nail Strips - Cashmere Sands" 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/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="5"
style="height: auto; width: 0px;">
<input name="form_key" type="hidden" value="pbscKg0X8oi8oOFC"> <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 md: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-6">
Ardell Nail Addict Chrome Mystic </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa5d309() {
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__667596aa5d309()" @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="6"
style="height: auto; width: 0px;">
<input name="form_key" type="hidden" value="pbscKg0X8oi8oOFC"> <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 md: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-7">
Ardell Nail Addict Chrome Orb </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa5ed1e() {
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__667596aa5ed1e()" @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="7"
style="height: auto; width: 0px;">
<input name="form_key" type="hidden" value="pbscKg0X8oi8oOFC"> <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 md: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-8">
Ardell Nail Addict Chrome Moon </a>
</div>
<div class="mt-auto"></div>
<div class="py-1 mx-auto ">
</div>
<script>
function initPriceBox__667596aa60694() {
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__667596aa60694()" @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/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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa69f0e() {
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__667596aa69f0e()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa6bbcf() {
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__667596aa6bbcf()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa6d6e1() {
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__667596aa6d6e1()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa6f0ac() {
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__667596aa6f0ac()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa70b02() {
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__667596aa70b02()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa72a10() {
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__667596aa72a10()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa744ca() {
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__667596aa744ca()" @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="pbscKg0X8oi8oOFC"> <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 md: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__667596aa762cb() {
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__667596aa762cb()" @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 & 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="pbscKg0X8oi8oOFC"> <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/version1718189381/frontend/Goodinc/child-ardell/en_US/Hyva_Theme/js/alpine3.min.js" as="script">
</link>
<link rel="preload" href="https://www.ardellshop.com/static/version1718189381/frontend/Goodinc/child-ardell/en_US/Anowave_Ec/css/ec.css" as="style">
</link>
<link rel="preload" href="https://www.ardellshop.com/static/version1718189381/frontend/Goodinc/child-ardell/en_US/css/styles.css" as="style">
</link>
<link rel="preload" href="https://www.ardellshop.com/static/version1718189381/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&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 * 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 * 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 * 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 * 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 Celebrate Diversity, Enhance Beauty with Ardell Lashes for Pride and Beyond FREE GIFT WITH ANY $50 ORDER USE CODE: PROUD24 (*While supplies last, Excludes Pro Accounts | Ends 6/25) SHOP NOW 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 Dare to Bare Naked Lashes Featherlight lashes that seamlessly blends fluffy fibers with natural-looking curl & curve. SHOP 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 Gel Nail Strips - Pure Paprika $6.49 Add to Bag Ardell Nail Addict Gel Nail Strips - Pot of Gold $6.49 Add to Bag Ardell Nail Addict Gel Nail Strips - Cherry Bomb $6.49 Add to Bag Press On Active Underlash Extensions Pump'n $13.00 Add to Bag Ardell Nail Addict Gel Nail Strips - Cashmere Sands $6.49 Add to Bag 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 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 SEAMLESS COLLECTION Perfect for when you know exactly where and how much you'd like to enhance your own lashes, individual lashes come in a variety of lengths and volume. SHOP NOW SEAMLESS UNDERLASH EXTENSIONS NAKED 4.5 (319) SHOP NOW SEAMLESS UNDERLASH EXTENSIONS FAUX MINK 4.3 (389) SHOP NOW SEAMLESS UNDERLASH EXTENSIONS FAUX MINK REFILL 4.6 (28) SHOP NOW SEAMLESS UNDERLASH EXTENSIONS NAKED REFILL 4.5 (28) SHOP NOW TRENDING NOW NAKED LASHES SHOP THIS COLLECTION BIG BEAUTIFUL LASHES SHOP THIS COLLECTION WINKS LASHES SHOP THIS COLLECTION FAN FAVORITES 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 SIGNATURE SYTLES 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