www.nailtek.com Open in urlscan Pro
151.101.195.52  Public Scan

URL: https://www.nailtek.com/
Submission: On October 17 via api from CA — Scanned from CA

Form analysis 18 forms found in the DOM

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

<form class="form minisearch" id="search_mini_form_fixed" x-ref="form" @submit.prevent="search()" action="https://www.nailtek.com/catalogsearch/result/" method="get" role="search">
  <input type="hidden" name="brand" value="254">
  <label for="search_fixed" id="search-label-fixed" class="sr-only">Search current store or all stores</label>
  <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]'))" aria-label="Search current store or all stores" aria-labelledby="search-label-fixed">
  <span id="suggestion-count-fixed" class="offleft"></span>
  <span class="offleft">Start typing, then use the tab to select an option from the list</span>
  <template x-if="productsData.size > 0 &amp;&amp; searchOpen">
    <div x-show="currentBlock === 'search_fixed'" class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow border border-[#c2c2c2]">
      <h2 id="products-heading-fixed" class="flex justify-between text-xs text-[#575757] p-2 bg-[#f0f0f0]"> Products <a id="see-all-link-fixed" class="font-semibold search" :href="productsData.url" aria-labelledby="see-all-link-fixed products-heading-fixed">
                                See All (<span x-text="productsData.size"></span>)
                            </a>
      </h2>
      <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 :src="product.image" :alt="product.name">
                                        </a>
            </div>
            <div class="text-sm w-full">
              <a :href="product.url" class="font-semibold mb-1 inline-block search">
                                            <span x-text="product.name"></span>
                                        </a>
              <p class="text-[#004875] text-xs">SKU: <span x-text="product.sku"></span></p>
              <p class="text-[#999] text-xs" x-text="product.short_description"></p>
            </div>
          </div>
        </template>
      </div>
    </div>
  </template>
  <template x-if="productsData.size === 0 &amp;&amp; searchOpen">
    <div class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow ">
      <div class="flex justify-center text-xs text-[#575757] p-2 bg-[#f0f0f0] border border-[#c2c2c2]">
        <span>No Result</span>
      </div>
    </div>
  </template>
</form>

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

<form class="form minisearch" id="search_mini_form" x-ref="form" @submit.prevent="search()" action="https://www.nailtek.com/catalogsearch/result/" method="get" role="search">
  <input type="hidden" name="brand" value="254">
  <label for="search" id="search-label" class="sr-only">Search current store or all stores</label>
  <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]'))" aria-label="Search current store or all stores" aria-labelledby="search-label">
  <span id="suggestion-count" class="offleft"></span>
  <span class="offleft">Start typing, then use the tab to select an option from the list</span>
  <template x-if="productsData.size > 0 &amp;&amp; searchOpen">
    <div x-show="currentBlock === 'base'" class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow border border-[#c2c2c2]">
      <h2 id="products-heading" class="flex justify-between text-xs text-[#575757] p-2 bg-[#f0f0f0]"> Products
        <a id="see-all-link" class="font-semibold" :href="productsData.url" aria-labelledby="see-all-link products-heading">See All (<span x-text="productsData.size"></span>)</a>
      </h2>
      <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 :src="product.image" :alt="product.name" tabindex="-1" aria-hidden="true">
                                </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 &amp;&amp; searchOpen">
    <div class="w-full absolute z-10 leading-normal transition appearance-none text-primary flex flex-col mt-1 bg-white shadow ">
      <div class="flex justify-center text-xs text-[#575757] p-2 bg-[#f0f0f0] border border-[#c2c2c2]">
        <span>No Result</span>
      </div>
    </div>
  </template>
  <button type="submit" title="Search" class="action search sr-only" aria-label="Search"> Search </button>
</form>

POST

<form class="form form-login" method="post" @submit.prevent="submitForm();" id="login-form">
  <div class="fieldset login">
    <div class="field email required">
      <label class="label" for="form-login-username" form="login-form">
        <span>Email Address</span>
      </label>
      <div class="control">
        <input name="username" id="form-login-username" x-ref="customer-email" @change="errors = 0" type="email" required="" autocomplete="off" class="form-input input-text">
      </div>
    </div>
    <div class="field password required">
      <label for="form-login-password" class="label" form="login-form">
        <span>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" autocomplete="off" @change="errors = 0">
      </div>
    </div>
    <input name="context" type="hidden" value="checkout">
    <div class="actions-toolbar flex justify-between pt-6 pb-2 items-center">
      <button type="submit" class="inline-flex btn btn-primary disabled:opacity-75"> Sign In </button>
      <a href="https://www.nailtek.com/customer/account/forgotpassword/">
                                        Forgot Your Password?                                    </a>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6278/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6278/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide active left-2 visible" data-gslide="0"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6278">
  <a href="https://www.nailtek.com/strengthener-formula-4.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6278)" aria-label="Add to Wish List STRENGTHENER - FORMULA 4" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6278.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/n/a/nailtek_strengthen_4_03.jpg" loading="lazy" width="240" height="300" alt="NailTek Strengthener 4 in retail box packaging" title="NailTek Strengthener 4 in retail box packaging">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6278.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/n/a/nailtek_strengthen_4_02.jpg" loading="lazy" width="360" height="360" alt="STRENGTHENER - FORMULA 4" title="STRENGTHENER - FORMULA 4">
                    </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.nailtek.com/strengthener-formula-4.html" :id="`slide-desc-6278-${$id('slider-id')}`" id="slide-desc-6278-slider-id-1">
                    STRENGTHENER - FORMULA 4                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4be8dd() {
        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__670f92d4be8dd()" @update-prices-6278.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6278" data-price-box="product-id-6278">
        <span x-data="" x-id="['product\u002Dprice\u002D6278']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6278')" data-price-amount="12.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$12.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 STRENGTHENER - FORMULA 4">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6278)" aria-label="Add to Compare STRENGTHENER - FORMULA 4" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6277/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6277/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide left-1 visible" data-gslide="1"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6277">
  <a href="https://www.nailtek.com/strengthener-formula-2.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6277)" aria-label="Add to Wish List STRENGTHENER - FORMULA 2" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6277.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/3/7/37816_strengthen_-_formula_2_1_.png" loading="lazy" width="240" height="300" alt="STRENGTHENER - FORMULA 2 in packaging " title="STRENGTHENER - FORMULA 2 in packaging ">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6277.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/3/7/37816_strengthen_-_formula_2.png" loading="lazy" width="360" height="360" alt="STRENGTHENER - FORMULA 2" title="STRENGTHENER - FORMULA 2">
                    </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.nailtek.com/strengthener-formula-2.html" :id="`slide-desc-6277-${$id('slider-id')}`" id="slide-desc-6277-slider-id-2">
                    STRENGTHENER - FORMULA 2                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4c0373() {
        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__670f92d4c0373()" @update-prices-6277.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6277" data-price-box="product-id-6277">
        <span x-data="" x-id="['product\u002Dprice\u002D6277']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6277')" data-price-amount="12.99" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$12.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 STRENGTHENER - FORMULA 2">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6277)" aria-label="Add to Compare STRENGTHENER - FORMULA 2" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6276/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6276/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide center visible" data-gslide="2"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6276">
  <a href="https://www.nailtek.com/nail-repair-system.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6276)" aria-label="Add to Wish List Nail Repair System" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6276.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/3/7/37810_nail_repair_system.png" loading="lazy" width="240" height="300" alt="Front view of NailTek Nail Repair System retail packaging" title="Front view of NailTek Nail Repair System retail packaging">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6276.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/3/7/37810_nail_repair_system_02.png" loading="lazy" width="360" height="360" alt="Nail Repair System" title="Nail Repair System">
                    </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.nailtek.com/nail-repair-system.html" :id="`slide-desc-6276-${$id('slider-id')}`" id="slide-desc-6276-slider-id-3">
                    Nail Repair System                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4c198e() {
        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__670f92d4c198e()" @update-prices-6276.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6276" data-price-box="product-id-6276">
        <span x-data="" x-id="['product\u002Dprice\u002D6276']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6276')" data-price-amount="16.25" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$16.25</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 Nail Repair System">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6276)" aria-label="Add to Compare Nail Repair System" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6275/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6275/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide center visible" data-gslide="3"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6275">
  <a href="https://www.nailtek.com/nail-rescue-system.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6275)" aria-label="Add to Wish List NAIL RESCUE SYSTEM " 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6275.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/3/7/37809_nail_rescue_system_1_.png" loading="lazy" width="240" height="300" alt="Capped NailTek nail rescue system treatments product." title="Capped NailTek nail rescue system treatments product.">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6275.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/3/7/37809_nail_rescue_system.png" loading="lazy" width="360" height="360" alt="NAIL RESCUE SYSTEM " title="NAIL RESCUE SYSTEM ">
                    </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.nailtek.com/nail-rescue-system.html" :id="`slide-desc-6275-${$id('slider-id')}`" id="slide-desc-6275-slider-id-4">
                    NAIL RESCUE SYSTEM                 </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4c2f4e() {
        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__670f92d4c2f4e()" @update-prices-6275.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6275" data-price-box="product-id-6275">
        <span x-data="" x-id="['product\u002Dprice\u002D6275']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6275')" data-price-amount="20" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$20.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 NAIL RESCUE SYSTEM ">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6275)" aria-label="Add to Compare NAIL RESCUE SYSTEM " type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6274/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6274/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-1" data-gslide="4"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6274">
  <a href="https://www.nailtek.com/nail-therapy-system.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6274)" aria-label="Add to Wish List NAIL THERAPY SYSTEM" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6274.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/3/7/37808_nail_therapy_system_2_.png" loading="lazy" width="240" height="300" alt="Capped NailTek nail treatments product." title="Capped NailTek nail treatments product.">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6274.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/3/7/37808_nail_therapy_system_1_.png" loading="lazy" width="360" height="360" alt="NAIL THERAPY SYSTEM" title="NAIL THERAPY SYSTEM">
                    </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.nailtek.com/nail-therapy-system.html" :id="`slide-desc-6274-${$id('slider-id')}`" id="slide-desc-6274-slider-id-5">
                    NAIL THERAPY SYSTEM                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4c446f() {
        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__670f92d4c446f()" @update-prices-6274.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6274" data-price-box="product-id-6274">
        <span x-data="" x-id="['product\u002Dprice\u002D6274']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6274')" data-price-amount="20" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$20.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 NAIL THERAPY SYSTEM">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6274)" aria-label="Add to Compare NAIL THERAPY SYSTEM" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6273/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6273/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-2" data-gslide="5"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6273">
  <a href="https://www.nailtek.com/nail-recovery-system.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6273)" aria-label="Add to Wish List NAIL RECOVERY SYSTEM" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6273.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/3/7/37807_nail_recovery_system_2_.png" loading="lazy" width="240" height="300" alt="Capped NailTek nail treatments product" title="Capped NailTek nail treatments product">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6273.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/3/7/37807_nail_recovery_system.png" loading="lazy" width="360" height="360" alt="NAIL RECOVERY SYSTEM" title="NAIL RECOVERY SYSTEM">
                    </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.nailtek.com/nail-recovery-system.html" :id="`slide-desc-6273-${$id('slider-id')}`" id="slide-desc-6273-slider-id-6">
                    NAIL RECOVERY SYSTEM                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4c5956() {
        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__670f92d4c5956()" @update-prices-6273.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6273" data-price-box="product-id-6273">
        <span x-data="" x-id="['product\u002Dprice\u002D6273']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6273')" data-price-amount="20" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$20.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 NAIL RECOVERY SYSTEM">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6273)" aria-label="Add to Compare NAIL RECOVERY SYSTEM" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6272/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/6272/" class="item product product-item product_addtocart_form flex flex-col w-full h-full glider-slide right-3" data-gslide="6"
  style="height: auto; width: 280px;">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="6272">
  <a href="https://www.nailtek.com/nail-nutrition-system.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(6272)" aria-label="Add to Wish List NAIL NUTRITION SYSTEM" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-6272.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/3/7/37806_nail_nutrition_system_2_.png" loading="lazy" width="240" height="300" alt="NAIL NUTRITION SYSTEM in packaging " title="NAIL NUTRITION SYSTEM in packaging ">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-6272.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/3/7/37806_nail_nutrition_system.jpg" loading="lazy" width="360" height="360" alt="NAIL NUTRITION SYSTEM" title="NAIL NUTRITION SYSTEM">
                    </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.nailtek.com/nail-nutrition-system.html" :id="`slide-desc-6272-${$id('slider-id')}`" id="slide-desc-6272-slider-id-7">
                    NAIL NUTRITION SYSTEM                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4c6e5d() {
        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__670f92d4c6e5d()" @update-prices-6272.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="6272" data-price-box="product-id-6272">
        <span x-data="" x-id="['product\u002Dprice\u002D6272']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D6272')" data-price-amount="20" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$20.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 NAIL NUTRITION SYSTEM">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(6272)" aria-label="Add to Compare NAIL NUTRITION SYSTEM" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/5969/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/5969/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="5969">
  <a href="https://www.nailtek.com/daily-nail-therapy-kit.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(5969)" aria-label="Add to Wish List Daily Nail Therapy Kit" 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-5969.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/n/a/nailtek_75489_daily_nail_therapy_kit.png" loading="lazy" width="240" height="300" alt="Front view of NailTek's Daily Nail Therapy Repair kit.
" title="Front view of NailTek's Daily Nail Therapy Repair kit.
">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-5969.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/4cbd4ab6d320d02423822234e32867a6/n/a/nailtek_75489_daily_nail_therapy_kit.png" loading="lazy" width="360" height="360" alt="Daily Nail Therapy Kit" title="Daily Nail Therapy Kit">
                    </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.nailtek.com/daily-nail-therapy-kit.html" :id="`slide-desc-5969-${$id('slider-id')}`" id="slide-desc-5969-slider-id-10">
                    Daily Nail Therapy Kit                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d006c() {
        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__670f92d4d006c()" @update-prices-5969.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="5969" data-price-box="product-id-5969">
        <span x-data="" x-id="['product\u002Dprice\u002D5969']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D5969')" data-price-amount="20" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$20.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 Daily Nail Therapy Kit">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(5969)" aria-label="Add to Compare Daily Nail Therapy Kit" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3228/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3228/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="3228">
  <a href="https://www.nailtek.com/nail-tek-maintenance-plus-1-0-5-oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(3228)" aria-label="Add to Wish List Nail Tek Maintenance Plus 1, 0.5 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-3228.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55805ec.jpg" loading="lazy" width="240" height="300" alt="Nail Tek Maintenance 1 0.5 ounce bottle with clear liquid next to its retail box packaging featuring product description" title="Nail Tek Maintenance 1 0.5 ounce bottle with clear liquid next to its retail box packaging featuring product description">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3228.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55805ec.jpg" loading="lazy" width="240" height="300" alt="Nail Tek Maintenance 1 0.5 ounce bottle with clear liquid next to its retail box packaging featuring product description" title="Nail Tek Maintenance 1 0.5 ounce bottle with clear liquid next to its retail box packaging featuring product description">
                    </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.nailtek.com/nail-tek-maintenance-plus-1-0-5-oz.html" :id="`slide-desc-3228-${$id('slider-id')}`" id="slide-desc-3228-slider-id-11">
                    Nail Tek Maintenance Plus 1, 0.5 oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d1572() {
        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__670f92d4d1572()" @update-prices-3228.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3228" data-price-box="product-id-3228">
        <span x-data="" x-id="['product\u002Dprice\u002D3228']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D3228')" data-price-amount="10.95" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$10.95</span></span>
        </span>
        <a href="https://www.nailtek.com/nail-tek-maintenance-plus-1-0-5-oz.html" class="minimal-price-link">

<span x-data="" x-id="['3228']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
            <span class="price-label text-gray-500">As low as</span>
        <span :id="$id('3228')" data-price-amount="9" data-price-type="" class="price-wrapper text-sm font-semibold ">$9.00</span>
        </span>
        </a>
      </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 Nail Tek Maintenance Plus 1, 0.5 oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3228)" aria-label="Add to Compare Nail Tek Maintenance Plus 1, 0.5 oz" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3235/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3235/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="3235">
  <a href="https://www.nailtek.com/nail-tek-foundation-1-0-5-oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(3235)" aria-label="Add to Wish List Nail Tek Foundation 1, 0.5 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-3235.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55813ec.jpg" loading="lazy" width="240" height="300" alt="A 0.5 ounce bottle of Nail Tek Foundation 1 with white brush cap with its retail box packaging  to its right" title="A 0.5 ounce bottle of Nail Tek Foundation 1 with white brush cap with its retail box packaging  to its right">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3235.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55813ec.jpg" loading="lazy" width="240" height="300" alt="A 0.5 ounce bottle of Nail Tek Foundation 1 with white brush cap with its retail box packaging  to its right" title="A 0.5 ounce bottle of Nail Tek Foundation 1 with white brush cap with its retail box packaging  to its right">
                    </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.nailtek.com/nail-tek-foundation-1-0-5-oz.html" :id="`slide-desc-3235-${$id('slider-id')}`" id="slide-desc-3235-slider-id-12">
                    Nail Tek Foundation 1, 0.5 oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d2b46() {
        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__670f92d4d2b46()" @update-prices-3235.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3235" data-price-box="product-id-3235">
        <span x-data="" x-id="['product\u002Dprice\u002D3235']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D3235')" data-price-amount="10.95" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$10.95</span></span>
        </span>
        <a href="https://www.nailtek.com/nail-tek-foundation-1-0-5-oz.html" class="minimal-price-link">

<span x-data="" x-id="['3235']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
            <span class="price-label text-gray-500">As low as</span>
        <span :id="$id('3235')" data-price-amount="9" data-price-type="" class="price-wrapper text-sm font-semibold ">$9.00</span>
        </span>
        </a>
      </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 Nail Tek Foundation 1, 0.5 oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3235)" aria-label="Add to Compare Nail Tek Foundation 1, 0.5 oz" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3229/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3229/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="3229">
  <a href="https://www.nailtek.com/nail-tek-intensive-therapy-2-0-5-oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(3229)" aria-label="Add to Wish List Nail Tek Intensive Therapy 2, 0.5 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-3229.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55807ec.jpg" loading="lazy" width="240" height="300" alt="A clear 0.5 ounce bottle of Nail Tek Intensive Therapy 2 next to its white &amp; orange themed retail box" title="A clear 0.5 ounce bottle of Nail Tek Intensive Therapy 2 next to its white &amp; orange themed retail box">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3229.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55807ec.jpg" loading="lazy" width="240" height="300" alt="A clear 0.5 ounce bottle of Nail Tek Intensive Therapy 2 next to its white &amp; orange themed retail box" title="A clear 0.5 ounce bottle of Nail Tek Intensive Therapy 2 next to its white &amp; orange themed retail box">
                    </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.nailtek.com/nail-tek-intensive-therapy-2-0-5-oz.html" :id="`slide-desc-3229-${$id('slider-id')}`" id="slide-desc-3229-slider-id-13">
                    Nail Tek Intensive Therapy 2, 0.5 oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d4144() {
        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__670f92d4d4144()" @update-prices-3229.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3229" data-price-box="product-id-3229">
        <span x-data="" x-id="['product\u002Dprice\u002D3229']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D3229')" data-price-amount="10.95" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$10.95</span></span>
        </span>
        <a href="https://www.nailtek.com/nail-tek-intensive-therapy-2-0-5-oz.html" class="minimal-price-link">

<span x-data="" x-id="['3229']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
            <span class="price-label text-gray-500">As low as</span>
        <span :id="$id('3229')" data-price-amount="9" data-price-type="" class="price-wrapper text-sm font-semibold ">$9.00</span>
        </span>
        </a>
      </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 Nail Tek Intensive Therapy 2, 0.5 oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3229)" aria-label="Add to Compare Nail Tek Intensive Therapy 2, 0.5 oz" type="button"
        class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2" x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3236/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3236/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="3236">
  <a href="https://www.nailtek.com/nail-tek-foundation-2-0-5-oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(3236)" aria-label="Add to Wish List Nail Tek Foundation 2, 0.5 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-3236.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55814ec.jpg" loading="lazy" width="240" height="300" alt="A 0.5-ounce bottle of Nail Tek Foundation 2 featuring with white brush cap next to its retail box packaging" title="A 0.5-ounce bottle of Nail Tek Foundation 2 featuring with white brush cap next to its retail box packaging">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3236.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55814ec.jpg" loading="lazy" width="240" height="300" alt="A 0.5-ounce bottle of Nail Tek Foundation 2 featuring with white brush cap next to its retail box packaging" title="A 0.5-ounce bottle of Nail Tek Foundation 2 featuring with white brush cap next to its retail box packaging">
                    </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.nailtek.com/nail-tek-foundation-2-0-5-oz.html" :id="`slide-desc-3236-${$id('slider-id')}`" id="slide-desc-3236-slider-id-14">
                    Nail Tek Foundation 2, 0.5 oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d56d2() {
        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__670f92d4d56d2()" @update-prices-3236.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3236" data-price-box="product-id-3236">
        <span x-data="" x-id="['product\u002Dprice\u002D3236']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D3236')" data-price-amount="10.95" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$10.95</span></span>
        </span>
        <a href="https://www.nailtek.com/nail-tek-foundation-2-0-5-oz.html" class="minimal-price-link">

<span x-data="" x-id="['3236']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
            <span class="price-label text-gray-500">As low as</span>
        <span :id="$id('3236')" data-price-amount="9" data-price-type="" class="price-wrapper text-sm font-semibold ">$9.00</span>
        </span>
        </a>
      </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 Nail Tek Foundation 2, 0.5 oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3236)" aria-label="Add to Compare Nail Tek Foundation 2, 0.5 oz" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3231/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3231/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="3231">
  <a href="https://www.nailtek.com/nail-tek-protection-plus-3-0-5-oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(3231)" aria-label="Add to Wish List Nail Tek Protection Plus 3, 0.5 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-3231.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55809ec.jpg" loading="lazy" width="240" height="300" alt="0.5 ounce bottle of Nail Tek Protection Plus  3 featuring its white brush side by side with  its retail box packaging" title="0.5 ounce bottle of Nail Tek Protection Plus  3 featuring its white brush side by side with  its retail box packaging">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3231.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55809ec.jpg" loading="lazy" width="240" height="300" alt="0.5 ounce bottle of Nail Tek Protection Plus  3 featuring its white brush side by side with  its retail box packaging" title="0.5 ounce bottle of Nail Tek Protection Plus  3 featuring its white brush side by side with  its retail box packaging">
                    </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.nailtek.com/nail-tek-protection-plus-3-0-5-oz.html" :id="`slide-desc-3231-${$id('slider-id')}`" id="slide-desc-3231-slider-id-15">
                    Nail Tek Protection Plus 3, 0.5 oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d6c6e() {
        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__670f92d4d6c6e()" @update-prices-3231.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3231" data-price-box="product-id-3231">
        <span x-data="" x-id="['product\u002Dprice\u002D3231']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D3231')" data-price-amount="10.95" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$10.95</span></span>
        </span>
        <a href="https://www.nailtek.com/nail-tek-protection-plus-3-0-5-oz.html" class="minimal-price-link">

<span x-data="" x-id="['3231']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
            <span class="price-label text-gray-500">As low as</span>
        <span :id="$id('3231')" data-price-amount="9" data-price-type="" class="price-wrapper text-sm font-semibold ">$9.00</span>
        </span>
        </a>
      </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 Nail Tek Protection Plus 3, 0.5 oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3231)" aria-label="Add to Compare Nail Tek Protection Plus 3, 0.5 oz" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

POST https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3238/

<form method="post" action="https://www.nailtek.com/checkout/cart/add/uenc/%25uenc%25/product/3238/" class="item product product-item product_addtocart_form flex flex-col w-full h-full ">
  <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <input type="hidden" name="product" value="3238">
  <a href="https://www.nailtek.com/nail-tek-foundation-3-0-5-oz.html" class="product photo product-item-photo block mx-auto mb-3 relative" tabindex="-1">
                            <button x-data="initWishlist()" @click.prevent="addToWishlist(3238)" aria-label="Add to Wish List Nail Tek Foundation  3, 0.5 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" viewBox="0 0 20 20" fill="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
  <path fill-rule="evenodd" d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-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-3238.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55816ec.jpg" loading="lazy" width="240" height="300" alt="Nail Tek Foundation 3 0.5 ounce bottle with white brush cap with its retail box packaing positioned to its right" title="Nail Tek Foundation 3 0.5 ounce bottle with white brush cap with its retail box packaing positioned to its right">
                </div>
                                    <div class="hover-image">
                        <img class="hover:shadow-sm object-contain product-image-photo" x-data="" @update-gallery-3238.window="$root.src = $event.detail" src="https://www.nailtek.com/media/catalog/product/cache/1f3b102a5ff135f59e6800ca6356fef9/5/5/55816ec.jpg" loading="lazy" width="240" height="300" alt="Nail Tek Foundation 3 0.5 ounce bottle with white brush cap with its retail box packaing positioned to its right" title="Nail Tek Foundation 3 0.5 ounce bottle with white brush cap with its retail box packaing positioned to its right">
                    </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.nailtek.com/nail-tek-foundation-3-0-5-oz.html" :id="`slide-desc-3238-${$id('slider-id')}`" id="slide-desc-3238-slider-id-16">
                    Nail Tek Foundation  3, 0.5 oz                </a>
    </div>
    <div class="mt-auto"></div>
    <div class="py-1 mx-auto ">
    </div>
    <script>
      function initPriceBox__670f92d4d8257() {
        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__670f92d4d8257()" @update-prices-3238.window="updatePrice($event.detail);" x-defer="intersect" x-ignore="">
      <div class="price-box price-final_price" data-role="priceBox" data-product-id="3238" data-price-box="product-id-3238">
        <span x-data="" x-id="['product\u002Dprice\u002D3238']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
          <span :id="$id('product\u002Dprice\u002D3238')" data-price-amount="10.95" data-price-type="finalPrice" class="price-wrapper text-sm font-semibold "><span class="price">$10.95</span></span>
        </span>
        <a href="https://www.nailtek.com/nail-tek-foundation-3-0-5-oz.html" class="minimal-price-link">

<span x-data="" x-id="['3238']" class="price-container price-final_price tax weee" x-defer="intersect" x-ignore="">
            <span class="price-label text-gray-500">As low as</span>
        <span :id="$id('3238')" data-price-amount="9" data-price-type="" class="price-wrapper text-sm font-semibold ">$9.00</span>
        </span>
        </a>
      </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 Nail Tek Foundation  3, 0.5 oz">
        <span class="inline md:ml-0  lg:inline"> Add to Bag </span>
      </button>
      <button x-data="initCompareOnProductList()" @click.prevent="addToCompare(3238)" aria-label="Add to Compare Nail Tek Foundation  3, 0.5 oz" type="button" class="w-8 h-8 btn p-0 border-0 inline-flex shrink-0 items-center justify-center ml-2"
        x-defer="intersect" x-ignore="">
        <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="w-5 h-5" width="25" height="25" aria-hidden="true">
          <path stroke-linecap="round" stroke-linejoin="round" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"></path>
        </svg>
      </button>
    </div>
  </div>
</form>

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

<form class="form subscribe" action="https://www.nailtek.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-black" id="footer-newsletter-heading"> Sign-up &amp; Unlock 20% Off Now! </h2>
    <div class="flex gap-2 text-xl">
      <input name="email" type="email" required="" id="newsletter-subscribe" placeholder="Email" aria-describedby="footer-newsletter-heading"
        class="px-4 w-full h-auto border border-gray-500 rounded placeholder-gray-500 focus:border-gray-900 md:placeholder-gray-900" autocomplete="email">
      <input name="form_key" type="hidden" value="Pq1ORKO4M4mlxcmH"> <button class="text-white bg-black 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" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" width="24" height="24" role="img">
            <path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
            <title>exclamation-circle</title>
          </svg>
        </span>
        <template x-for="errorMessage in errorMessages">
          <span x-html="errorMessage"></span>
        </template>
      </p>
    </template>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

x

We use cookies to make your experience better.

To comply with the new e-Privacy directive, we need to ask for your consent to
set the cookies.

Allow Cookies Read our policy
Skip to Content
 * What's New
   What's New
 * NAIL TYPE
   NAIL TYPE chevron-right
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
   
    * chevron-left
      NAIL TYPE
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits

 * TREATMENTS
   TREATMENTS chevron-right
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
   
    * chevron-left
      TREATMENTS
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits

 * SPECIALTY
   SPECIALTY chevron-right
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
   
    * chevron-left
      SPECIALTY
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra

 * CRYSTAL FILES
   CRYSTAL FILES chevron-right
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
   
    * chevron-left
      CRYSTAL FILES
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition

 * MENU
 * ACCOUNT
 * BRANDS

 * What's New
   What's New
 * NAIL TYPE
   NAIL TYPE chevron-right
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
   
    * chevron-left
      NAIL TYPE
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits

 * TREATMENTS
   TREATMENTS chevron-right
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
   
    * chevron-left
      TREATMENTS
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits

 * SPECIALTY
   SPECIALTY chevron-right
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
   
    * chevron-left
      SPECIALTY
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra

 * CRYSTAL FILES
   CRYSTAL FILES chevron-right
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
   
    * chevron-left
      CRYSTAL FILES
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition

PROFESSIONALS
Sign In

Search current store or all stores Start typing, then use the tab to select an
option from the list


PRODUCTS SEE ALL ()

SKU:



No Result
search-circle

 * PROFESSIONALS
 * Sign In
   
 * Toggle minicart, Cart is empty BAG shopping-bag

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...
Search current store or all stores Start typing, then use the tab to select an
option from the list


PRODUCTS SEE ALL ()

SKU:



No Result
Search

Free Standard Shipping
On All Orders Over $35 Details
 * What's New
   What's New
 * NAIL TYPE
   NAIL TYPE chevron-right
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
   
    * chevron-left
      NAIL TYPE
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits

 * TREATMENTS
   TREATMENTS chevron-right
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
   
    * chevron-left
      TREATMENTS
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits

 * SPECIALTY
   SPECIALTY chevron-right
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
   
    * chevron-left
      SPECIALTY
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra

 * CRYSTAL FILES
   CRYSTAL FILES chevron-right
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
   
    * chevron-left
      CRYSTAL FILES
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition

 * MENU
 * ACCOUNT
 * BRANDS

 * What's New
   What's New
 * NAIL TYPE
   NAIL TYPE chevron-right
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
   
    * chevron-left
      NAIL TYPE
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Normal Healthy Nails
         Normal Healthy Nails
       * Soft Peeling Nails
         Soft Peeling Nails
       * Hard Brittle Nails
         Hard Brittle Nails
       * Weak Damaged Nails
         Weak Damaged Nails
       * Kits
         Kits

 * TREATMENTS
   TREATMENTS chevron-right
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
   
    * chevron-left
      TREATMENTS
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits
      
       * chevron-left
         Shop All
       * View All
         View All
       * Ridge Fillers
         Ridge Fillers
       * Strengtheners
         Strengtheners
       * Hydrate
         Hydrate
       * Kits
         Kits

 * SPECIALTY
   SPECIALTY chevron-right
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
   
    * chevron-left
      SPECIALTY
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra
      
       * chevron-left
         Shop All
       * View All
         View All
       * Nail Nutritionist
         Nail Nutritionist
       * Citra
         Citra

 * CRYSTAL FILES
   CRYSTAL FILES chevron-right
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
   
    * chevron-left
      CRYSTAL FILES
    * View All
      View All
    * Shop All
      Shop All chevron-right
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition
      
       * chevron-left
         Shop All
       * View All
         View All
       * Shaping Files
         Shaping Files
       * Swarovski Edition
         Swarovski Edition

PROFESSIONALS
Sign In

Close panel

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
chevron-left

chevron-right


FOR HARD, BRITTLE NAILS

SHOP PRODUCT

FOR NORMAL HEALTHY NAILS

SHOP PRODUCT





OUR PRODUCTS

 * What's New
 * Best Sellers

STRENGTHENER - FORMULA 4


$12.99
Add to Bag
STRENGTHENER - FORMULA 2


$12.99
Add to Bag
Nail Repair System


$16.25
Add to Bag
NAIL RESCUE SYSTEM


$20.00
Add to Bag
NAIL THERAPY SYSTEM


$20.00
Add to Bag
NAIL RECOVERY SYSTEM


$20.00
Add to Bag
NAIL NUTRITION SYSTEM


$20.00
Add to Bag
Nail Tek Restore Damaged Nails Kit - Intensive Therapy 2, Foundation 2, Renew -
3/0.5 oz


$17.95

Out of stock

chevron-left

chevron-right
Nail Recovery Kit for Hard, Brittle Nails


$20.00

Out of stock

Daily Nail Therapy Kit


$20.00
Add to Bag
Nail Tek Maintenance Plus 1, 0.5 oz


$10.95 As low as $9.00
Add to Bag
Nail Tek Foundation 1, 0.5 oz


$10.95 As low as $9.00
Add to Bag
Nail Tek Intensive Therapy 2, 0.5 oz


$10.95 As low as $9.00
Add to Bag
Nail Tek Foundation 2, 0.5 oz


$10.95 As low as $9.00
Add to Bag
Nail Tek Protection Plus 3, 0.5 oz


$10.95 As low as $9.00
Add to Bag
Nail Tek Foundation 3, 0.5 oz


$10.95 As low as $9.00
Add to Bag
chevron-left

chevron-right


NAIL TEK FOUNDATION II RIDGE RILLER FOR SOFT, PEELING NAILS

Intensive Therapy improves weak, thin, soft, or peeling nails. This unique
protein formulation seals the layers of the nail together. With each
application, it reinforces and thickens nails while promoting strength and
flexibility. Can be used Daily to promote stronger nails

SHOP NOW


NAIL TEK FOUNDATION II RIDGE FILLER FOR SOFT, PEELING NAILS

Intensive Therapy improves weak, thin, soft, or peeling nails. This unique
protein formulation seals the layers of the nail together. With each
application, it reinforces and thickens nails while promoting strength and
flexibility. Can be used Daily to promote stronger nails

Shop Now
Follow Us On Insta @NAILTEKOFFICIAL



SIGN-UP & UNLOCK 20% OFF NOW!

Subscribe

exclamation-circle





CATEGORIES

Nail Type Treatments Specialty Crystal Files



MY ACCOUNT

Login
Shipping and Delivery
Order Tracking
Returns
Sign Up For Text Message


CUSTOMER SERVICE

About Us Contact Us Privacy Policy Terms of Use Website Accessibility Promotion
Terms & Conditions
Copyright © 2024 Nailtek.com, Inc. All rights reserved.
undefined item(s) in your cart
Cart is empty
Cart is empty

TOTAL ITEMS SUBTOTAL
Go To Checkout


EDIT ITEM

Quantity
Cancel Update


CONFIRM DELETION

Are you sure you want to remove this product from your bag?

Cancel Confirm