www.naturesowncosmetics.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

URL: https://www.naturesowncosmetics.com/
Submission: On March 19 via api from US — Scanned from US

Form analysis 8 forms found in the DOM

GET /search

<form action="/search" method="get">
  <div class="relative min-h-[]" :class="{ 'z-10': search_active }">
    <input type="hidden" name="type" value="page,article,product">
    <div class="relative">
      <input class="form-input !pl-8 color__text !min-h-0
              color__border-divider-1" type="text" placeholder="Search by products, colors, or more...">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle pointer-events-none absolute !flex items-center
            top-0 left-2 h-full opacity-50 color__text" aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </span>
    </div>
    <div x-show="!hide_mobile_input" class="absolute top-0 w-full animation-500" :class="{ 'z-10 !fixed left-4 !top-4 right-4 !w-auto': search_active }">
      <label class="sr-only" for="search-mobile">Search</label>
      <input id="search-mobile" class="form-input !pl-8 color__text !min-h-0
            color__border-divider-1" type="text" name="q" placeholder="Search by products, colors, or more..." x-ref="searchInputMobile" @focus="search_active = true;" @input.debounce="fetchAndUpdateSearch($event,params,resources)">
      <div class="absolute top-0 flex items-center h-full right-2">
        <button class="btn btn--smaller btn--plain !bg-transparent !border-0 opacity-0" :class="{ '!opacity-100' : search_active }" type="button" title="Cancel search"
          @click="search_active = false; hide_mobile_input = true; $refs.searchInputMobile.value = '';" x-show="search_active" style="display: none;">
          <!-- snippets/component__icon.liquid -->
          <span class="inline-flex align-middle " aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
              <line x1="18" y1="6" x2="6" y2="18"></line>
              <line x1="6" y1="6" x2="18" y2="18"></line>
            </svg>
          </span>
        </button>
      </div>
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle absolute !flex items-center
          top-0 left-2 h-full opacity-50 color__text" aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </span>
    </div>
    <div class="fixed overflow-hidden mobile-border--radius-t-0 shadow-md border--width border--radius animation-100 left-0 right-0 top-0 pt-14
        color__border-divider-1
        color__bg-body color__text" x-show="search_active" style="display: none;">
      <div class="flex flex-wrap h-full px-4 -mx-4 overflow-y-auto">
        <div class="h-[50vh] w-full overflow-y-auto">
          <div class="p-4" x-show="search_loading" style="display: none;">
            <div class="btn--load btn--loading">
              <div class="btn__content">Loading...</div>
              <div class="btn__spinner">
                <!-- snippets/component__icon.liquid -->
                <span class="inline-flex align-middle " aria-hidden="true">
                  <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
                    <line x1="12" y1="2" x2="12" y2="6"></line>
                    <line x1="12" y1="18" x2="12" y2="22"></line>
                    <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
                    <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
                    <line x1="2" y1="12" x2="6" y2="12"></line>
                    <line x1="18" y1="12" x2="22" y2="12"></line>
                    <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
                    <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
                  </svg>
                </span>
              </div>
            </div>
          </div>
          <div class="sticky top-0 z-10 border--b-width p-4
              color__border-divider-1
              color__bg-body color__text"
            x-show="(search_items &amp;&amp; search_items.length != 0) || (search_items_pages &amp;&amp; search_items_pages.length !== 0) || (search_items_articles &amp;&amp; search_items_articles.length !== 0) &amp;&amp; !search_loading"
            style="display: none;">
            <button class="underline" type="submit"> View all results </button>
          </div>
          <div x-show="!search_loading &amp;&amp; $refs.searchInputMobile.value.length > 0" style="display: none;">
            <div class="p-4"
              x-show="(search_items &amp;&amp; search_items.length === 0) &amp;&amp; (search_items_pages &amp;&amp; search_items_pages.length === 0) &amp;&amp; (search_items_articles &amp;&amp; search_items_articles.length === 0) &amp;&amp; !search_loading">
              <p>No results found</p>
            </div>
            <div class="p-4 border--b-width color__border-divider-1" x-show="search_items_queries &amp;&amp; search_items_queries.length !== 0" style="display: none;">
              <template x-for="item in search_items_queries">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :href="item.url" x-html="item.styled_text">
                    </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                color__border-divider-1" x-show="search_items_pages &amp;&amp; search_items_pages.length !== 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Pages</strong>
              </span>
              <template x-for="item in search_items_pages">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :href="item.url" x-text="item.title">
                    </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Collections</strong>
              </span>
              <template x-for="item in search_items_collections">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :href="item.url" x-text="item.title">
                    </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width color__border-divider-1" x-show="search_items_articles &amp;&amp; search_items_articles.length !== 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Articles</strong>
              </span>
              <template x-for="item in search_items_articles">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :href="item.url" x-text="item.title">
                    </a>
                </div>
              </template>
            </div>
            <div class="p-4" x-show="search_items &amp;&amp; search_items.length != 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Products</strong>
              </span>
              <div class="grid grid-cols-1 gap-2 md:gap-4">
                <template x-for="item in search_items">
                  <a class="flex items-center w-full overflow-hidden no-underline hover:no-underline border--width border--radius color__bg-body color__text color__border-divider-1" :href="item.url">
                      <div class="w-[25%] h-full flex-none">
                        <div class="object-cover flex items-center aspect-[1/1] aspect-w-1 aspect-h-1 h-full max-w-full color__bg-overlay-1">
                          <img class="object-cover w-full h-full color__bg-overlay-1" width="180" loading="lazy" :src="item.image + '&amp;width=180'" :alt="item.title">
                        </div>
                      </div>

                      <div class="p-2 px-4 grow md:py-4">
                        <p class="mb-0 type--base !leading-tight" x-text="item.title"></p>
                          <ul class="flex flex-wrap items-center gap-x-1 gap-y-0.5 p-0 opacity-75 mb-0.5">
                            
                              <li class="type--small inline-block last:after:hidden after:pl-1
                                 after:content-['\00B7'] " x-text="item.type">
                              </li>
                            
                            
                          </ul>
                        
                        <p class="mb-0 type--small">
                          <span class="type--small !leading-tight" x-html="Shopify.formatMoney(item.price)">
                            <!-- snippets/component__format-price.liquid -->



                          </span>
                          <span x-show="item.compare_at_price_max > item.price">
                            <s class="type--small !leading-tight" x-html="Shopify.formatMoney(item.compare_at_price_max)">
                              <!-- snippets/component__format-price.liquid -->



                            </s>
                          </span>
                        </p>
                      </div>
                    </a>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get">
  <div class="relative" :class="{ 'z-50': search_active }">
    <input type="hidden" name="type" value="page,article,product">
    <div class="relative" :class="{ 'z-10': search_active }">
      <label class="sr-only" for="search-desktop"> Search </label>
      <input id="search-desktop" class="form-input !pl-8 py-2 color__text !min-h-0 max-h-[35px]
              color__border-divider-1
            " type="text" name="q" autocomplete="off" placeholder="Search by products, colors, or more..." x-ref="searchInput" @keyup.down="updateSelectedSearch(1)" @keyup.up="updateSelectedSearch(-1)" @focus="search_active = true;"
        @keyup.enter.prevent="goToSelectedItem()" @input.debounce="fetchAndUpdateSearch($event, params, resources)">
      <div class="absolute top-0 flex items-center h-full right-2">
        <button class="btn btn--smaller btn--plain !bg-transparent !border-0" title="Cancel search" type="button" @click="
                search_active = false; $refs.searchInput.value = ''; 
                
              " x-show="search_active" style="display: none;">
          <!-- snippets/component__icon.liquid -->
          <span class="inline-flex align-middle " aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
              <line x1="18" y1="6" x2="6" y2="18"></line>
              <line x1="6" y1="6" x2="18" y2="18"></line>
            </svg>
          </span>
        </button>
      </div>
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle pointer-events-none absolute !flex items-center
            top-0 left-2 h-full opacity-50 color__text" aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </span>
    </div>
    <div class="absolute overflow-hidden shadow-md border--width border--radius animation-500 pt-16 -left-3 -right-3 -top-3
            color__border-divider-1
            color__bg-body color__text
          " x-show="search_active" style="display: none;">
      <div class="flex flex-wrap h-full px-4 -mx-4">
        <div class="h-[70vh] max-h-[600px] w-full overflow-y-auto">
          <div class="p-4" x-show="search_loading" style="display: none;">
            <div class="btn--load btn--loading">
              <div class="btn__content">Loading...</div>
              <div class="btn__spinner">
                <!-- snippets/component__icon.liquid -->
                <span class="inline-flex align-middle " aria-hidden="true">
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
                    <line x1="12" y1="2" x2="12" y2="6"></line>
                    <line x1="12" y1="18" x2="12" y2="22"></line>
                    <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
                    <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
                    <line x1="2" y1="12" x2="6" y2="12"></line>
                    <line x1="18" y1="12" x2="22" y2="12"></line>
                    <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
                    <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
                  </svg>
                </span>
              </div>
            </div>
          </div>
          <div class="sticky top-0 z-10 border--b-width p-4
                  color__border-divider-1
                  color__bg-body color__text
                " x-show="(search_items &amp;&amp; search_items.length != 0) || (search_items_pages &amp;&amp; search_items_pages.length !== 0) || (search_items_articles &amp;&amp; search_items_articles.length !== 0) &amp;&amp; !search_loading"
            style="display: none;">
            <button class="underline" type="submit"> View all results </button>
          </div>
          <div x-show="!search_loading &amp;&amp; $refs.searchInput.value.length > 0" style="display: none;">
            <div class="p-4"
              x-show="(search_items &amp;&amp; search_items.length === 0) &amp;&amp; (search_items_pages &amp;&amp; search_items_pages.length === 0) &amp;&amp; (search_items_articles &amp;&amp; search_items_articles.length === 0) &amp;&amp; !search_loading">
              <p>No results found</p>
            </div>
            <div class="p-4 border--b-width 
                    color__border-divider-1
                  " x-show="search_items_queries &amp;&amp; search_items_queries.length !== 0" style="display: none;">
              <template x-for="(item,index) in search_items_queries">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :class="{ 
                        'underline color__bg-overlay-1': index === search_focus_index, 
                        'no-underline': index !== search_focus_index 
                      }" :href="item.url" x-html="item.styled_text">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                    color__border-divider-1
                  " x-show="search_items_pages &amp;&amp; search_items_pages.length !== 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Pages</strong>
              </span>
              <template x-for="(item,index) in search_items_pages">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :class="{ 
                          'underline color__bg-overlay-1': (index + search_items_queries.length) === search_focus_index, 
                          'no-underline': (index + search_items_queries.length) !== search_focus_index 
                        }" :href="item.url" x-text="item.title">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                    color__border-divider-1
                  " x-show="search_items_articles &amp;&amp; search_items_articles.length !== 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Articles</strong>
              </span>
              <template x-for="(item,index) in search_items_articles">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :class="{ 
                          'underline color__bg-overlay-1': (index + search_items_queries.length + search_items_pages.length) === search_focus_index, 
                          'no-underline': (index + search_items_queries.length + search_items_pages.length) !== search_focus_index 
                        }" :href="item.url" x-text="item.title">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                    color__border-divider-1
                  " x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Collections</strong>
              </span>
              <template x-for="(item,index) in search_items_collections">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="overflow-hidden no-underline whitespace-nowrap text-ellipsis" :class="{ 
                          'underline color__bg-overlay-1': (index + search_items_queries.length + search_items_pages.length + search_items_articles.length) === search_focus_index, 
                          'no-underline': (index + search_items_queries.length + search_items_pages.length + search_items_articles.length) !== search_focus_index 
                        }" :href="item.url" x-text="item.title">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4" x-show="search_items &amp;&amp; search_items.length != 0" style="display: none;">
              <span class="pb-2 no-underline type--small">
                <strong>Products</strong>
              </span>
              <div class="grid grid-cols-2 gap-2 md:gap-4">
                <template x-for="(item,index) in search_items">
                  <a class="flex items-center w-full overflow-hidden no-underline hover:no-underline border--width border--radius color__bg-body color__text color__border-divider-1" :href="item.url">
                        <div class="w-[20%] h-full flex flex-col shrink-0 overflow-hidden">
                          <div class="flex items-center object-cover aspect-[1/1] aspect-w-1 aspect-h-1 h-full max-w-full color__bg-overlay-1">
                            <img class="object-cover w-full h-full color__bg-overlay-1" width="95" loading="lazy" :src="item.image  + '&amp;width=95'" :alt="item.title">
                          </div>
                        </div>
                        <div class="p-2 px-4 grow md:py-4">
                          <p class="mb-0 type--base !leading-tight" x-text="item.title"></p>
                          <ul class="flex flex-wrap items-center gap-x-1 gap-y-0.5 p-0 opacity-75 mb-0.5">
                            
                              <li class="type--small inline-block last:after:hidden after:pl-1
                                 after:content-['\00B7'] " x-text="item.type">
                              </li>
                            
                            
                          </ul>
                          
                          <p class="mb-0 type--small">
                            <span class="type--small !leading-tight" x-html="Shopify.formatMoney(item.price)">
                              <!-- snippets/component__format-price.liquid -->



                            </span>
                            <span x-show="item.compare_at_price_max > item.price">
                              <s class="type--small !leading-tight" x-html="Shopify.formatMoney(item.compare_at_price_max)">
                                <!-- snippets/component__format-price.liquid -->



                              </s>
                            </span>
                          </p>
                        </div>
                      </a>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /cart

<form class="w-full px-4 py-4" action="/cart" method="post" x-data="{checkout_button_loading:false}"
  @submit.prevent="checkout_button_loading = true; if(enable_audio) { playAudioIfEnabled(click_audio) } ;setTimeout(function(){ checkout_button_loading = false}, 5000); window.location.href = '/checkout';">
  <p class="mb-0">
    <button type="submit" name="checkout" class="!w-full btn btn--load btn" :class="{ 'btn--loading' : checkout_button_loading }" :disabled="checkout_button_loading">
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
      <div class="btn__content"> Checkout · <span class="ml-1" x-html="Shopify.formatMoney(cart.total_price)">$0.00 USD</span>
      </div>
    </button>
  </p>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
          current_variant_id: item.variants[0].id ,
          current_variant_selling_plan_id: 0,
          quantity: 1,
        }" @submit.prevent=" 
          button_loading = true; 
          addCartItem(current_variant_id, current_variant_selling_plan_id, quantity, true);
          setTimeout(function(){ button_loading = false}, 500);
        ">
  <div class="!w-full" x-show="item.variants.length === 1">
    <input name="id" type="hidden" :value="current_variant_id" x-model="current_variant_id">
    <input class="!hidden" name="quantity" type="text" value="1" min="1" max="" x-model="quantity">
    <button class="!w-full btn btn--secondary btn--small btn--load" :class="{ 'btn--loading' : cart_loading &amp;&amp; button_loading }" type="submit" role="button" :disabled="button_loading">
      <div class="btn__content">Add to Cart</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
  <button class="!w-full btn btn--small btn--load btn--secondary" :class="{ 'btn--loading' : button_loading }" type="button" :disabled="button_loading" x-show="item.variants.length > 1" @click="
            button_loading = true; 
            fetchAndRenderQuickAdd(item.handle, 'recommendations');
            setTimeout(function(){ button_loading = false}, 500);
          ">
    <div class="btn__content">Add to Cart</div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
          current_variant_id: item.variants[0].id ,
          current_variant_selling_plan_id: 0,
          quantity: 1,
        }" @submit.prevent=" 
          button_loading = true; 
          addCartItem(current_variant_id, current_variant_selling_plan_id, quantity, true);
          setTimeout(function(){ button_loading = false}, 500);
        ">
  <div class="!w-full" x-show="item.variants.length === 1">
    <input name="id" type="hidden" :value="current_variant_id" x-model="current_variant_id">
    <input class="!hidden" name="quantity" type="text" value="1" min="1" max="" x-model="quantity">
    <button class="!w-full btn btn--secondary btn--small btn--load" :class="{ 'btn--loading' : cart_loading &amp;&amp; button_loading }" type="submit" role="button" :disabled="button_loading">
      <div class="btn__content">Add to Cart</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
  <button class="!w-full btn btn--small btn--load btn--secondary" :class="{ 'btn--loading' : button_loading }" type="button" :disabled="button_loading" x-show="item.variants.length > 1" @click="
            button_loading = true; 
            fetchAndRenderQuickAdd(item.handle, 'recommendations');
            setTimeout(function(){ button_loading = false}, 500);
          ">
    <div class="btn__content">Add to Cart</div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <section class="py-8 md:hidden border--t-width
            color__bg-overlay-1 color__text
            color__border-selected-1">
    <div class="window--wide">
      <h3 class="mb-2 type__body--bold type--base"> Newsletter </h3>
      <div class="mb-2 m-0--clear">
        <p>Get a copy of our prices.</p>
      </div>
      <label for="customerEmail_footer" class="sr-only">Email</label>
      <input id="customerEmail_footer" class="flex-grow mb-2 form-input" name="contact[email]" type="email" placeholder="Enter your email" autocorrect="off" autocapitalize="off">
      <button type="submit" class="whitespace-nowrap btn--small btn btn--secondary">
        <span class="btn__content">Subscribe</span>
      </button>
      <div class="mt-2 opacity-50 m-0--clear type--smaller">
        <p>We will send you marketing emails.</p>
      </div>
    </div>
  </section>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <h3 class="mb-2 type__body--bold type--base"> Newsletter </h3>
  <div class="mb-2 m-0--clear">
    <p>Get a copy of our prices.</p>
  </div>
  <label for="newsletter_input_footer" class="sr-only">Email</label>
  <input id="newsletter_input_footer" class="flex-grow mb-2 form-input" name="contact[email]" type="email" placeholder="Enter your email" autocorrect="off" autocapitalize="off">
  <button type="submit" class="whitespace-nowrap btn--small btn btn--secondary">
    <span class="btn__content">Subscribe</span>
  </button>
  <div class="mt-2 opacity-50 m-0--clear type--smaller">
    <p>We will send you marketing emails.</p>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <!-- snippets/component__accordion.liquid -->
  <div class="border--b-width color__border-divider-1 px-4" x-data="{ 
     
      accordion: false 
     
  }">
    <button type="button" class="flex items-center justify-between w-full py-4 " @click="
      
        accordion = ! accordion
      ">
      <div class="flex items-center">
        <span class="type__body--bold text-left"> Change Country <span class="type--small block text-left">United States ($ USD)</span>
        </span>
      </div>
      <div x-show=" !accordion ">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down">
            <polyline points="6 9 12 15 18 9"></polyline>
          </svg>
        </span>
      </div>
      <div x-show=" accordion " style="display: none;">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up">
            <polyline points="18 15 12 9 6 15"></polyline>
          </svg>
        </span>
      </div>
    </button>
    <div class="accordion-content " x-show=" accordion " style="display: none;">
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="AU">
        <span class="type--small ml-2">Australia ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="AT">
        <span class="type--small ml-2">Austria ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="BE">
        <span class="type--small ml-2">Belgium ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="CA">
        <span class="type--small ml-2">Canada ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="CZ">
        <span class="type--small ml-2">Czechia ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="DK">
        <span class="type--small ml-2">Denmark ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="FI">
        <span class="type--small ml-2">Finland ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="FR">
        <span class="type--small ml-2">France ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="DE">
        <span class="type--small ml-2">Germany ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="HK">
        <span class="type--small ml-2">Hong Kong SAR ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="IE">
        <span class="type--small ml-2">Ireland ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="IL">
        <span class="type--small ml-2">Israel ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="IT">
        <span class="type--small ml-2">Italy ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="JP">
        <span class="type--small ml-2">Japan ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="MY">
        <span class="type--small ml-2">Malaysia ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="NL">
        <span class="type--small ml-2">Netherlands ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="NZ">
        <span class="type--small ml-2">New Zealand ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="NO">
        <span class="type--small ml-2">Norway ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="PL">
        <span class="type--small ml-2">Poland ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="PT">
        <span class="type--small ml-2">Portugal ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="SG">
        <span class="type--small ml-2">Singapore ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="KR">
        <span class="type--small ml-2">South Korea ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="ES">
        <span class="type--small ml-2">Spain ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="SE">
        <span class="type--small ml-2">Sweden ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="CH">
        <span class="type--small ml-2">Switzerland ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="AE">
        <span class="type--small ml-2">United Arab Emirates ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="GB">
        <span class="type--small ml-2">United Kingdom ($ USD)</span>
      </label>
      <label class="type__nav color__text hover:color__bg-overlay-1 flex items-center w-full p-2">
        <label class="sr-only" for="country_selection_USD">Country selection</label>
        <input id="country_selection_USD" class="form-radio" type="radio" value="USD" data-value="US" checked="">
        <span class="type--small ml-2">United States ($ USD)</span>
      </label>
    </div>
  </div>
  <input id="country_code" type="hidden" name="country_code" value="US">
</form>

Text Content

Skip to content

Make announcements or share a promotion.

1/1

Face Airbrush Silicone Water Base Bronzer Refill Compact BB Cream Concealer
Concealer Pot Refill Concealer Pot Compact Full Coverage Concealer Cream
Foundation HD Cream Foundation Compact HD Cream Foundation Refill Mineral Cream
Perfection Compact Mineral Cream Perfection Refill Wet and Dry Talc Free Refill
Talc Free Compact Refill Compact Sheer Glow Sheer Glow Powder Compact Sheer Glow
Refill Sheer Glow Cream Compact Sheer Glow Cream Refill High Lighters
Illuminator Liquid Foundation 15 mL 30 mL 1 Gallon Loose Powder Primers Palettes
3 Well Highlighter 3 Well Wet and Dry 5 Well Concealer Trays 6 Well Concealer
Wheel 6 Well Wet and Dry 6 Well Contour Palette 10 Well HD Cream Foundation
Translucent Powder Lips Galactic Gloss Lip Conditioner Lip Scrub Lipgloss
Lipgloss Singles Lipgloss Wheel Lipstick Lipstick Singles Lipstick Wheel Kiss
Tint Lip Pencils Lip Plumper Palettes Lip Treatment 12 Well Lipstick 28 Well
Lipstick Cheek Blush Blush Refill Blush Compact Blusher (Talc Free) Blusher
Refill Blusher Compact Cream Blush Refill Compact Palettes 3 Well Blush Powder 3
Well Cream Blush 10 Well Blush Powder Eyes Brows Brow Fixx Talc Free Brow
Refills Talc Free Brow Compacts Eyeliner Gel Eyeliner Liquid Eyeliner Eyeshadows
Talc Free Eyeshadow Compacts Talc Free Eyeshadow Refill Eyeshadow Compact
Eyeshadow Refills Eyelash Serum Eye Primer Glitter Dust Mineral Cream Eyeshadow
Refill Compact Lashes Mascara Eye Lashes Pencils Eyes Brows Shimmer Dust
Palettes 3 Well Brow 3 Well Eyeshadow 5 Well Brow 5 Well Eyeshadow 9 Eyeshadow -
2 Blush 12 Well Eyeshadow 14 Well Eyeshadow 28 Well Eyeshadow All Palettes Skin
Care Facial Mist AntiAging Anti-Aging Eye Cream Anti-Aging Day Cream Anti-Aging
Night Cream Anti-Aging Serum Face and Body Care All Natural Soaps Lotions Gel
Massage Creams Scrubs Cleansers Mask/Treatment Massage Oil Foot Care Toners
Serums Brushes Hair Graphic Design Artwork & Photography Printing Group
Photography All Natural Soaps Liquid Lipstick Lipstick Swatches Liquid Lipstick
Lipstick Special FX 3D FX Airbrush Special FX Faux Flesh Gelatin Liquid Latex
Mattifer Sculpt It Blood/Scab Non Edible Blood Edible Blood Fresh Scab Drying
Blood Paste Drying Blood Skin FX Body Dirt Liquid Body Dirt Powder Rubber Mask
Grease Grease Products Adhesives Sealers Removers Alcohol Activated Palettes 10
Well Large Palettes 10 Well Mini Palettes 5 Well Tooth 5 Well Blood Total Tattoo
Coverage 10 Well Large 10 Well Mini Refill Compacts Special FX Kits Makeup
Sample Kits Accessories Tools Eye/Lip Disposables Face Disposables Special FX
Accessories Acrylic Displays Brush Cleaner Makeup Cases Black Processional Boxes
Palettes Face Eyes Lips Cheeks Skin Care Packaging Bottles Compacts Empty
Palettes Tubes School Kits Upload Designs Price List Request

Cart (0)
Search

Loading...

View all results

No results found


Pages

Collections

Articles

Products

 * 




Search

Loading...

View all results

No results found


Pages

Articles

Collections

Products

 * 




Log in Cart (0)
Face
Airbrush Silicone Water Base
Bronzer Refill Compact
BB Cream
Concealer Concealer Pot Refill Concealer Pot Compact Full Coverage Concealer
Cream Foundation HD Cream Foundation Compact HD Cream Foundation Refill Mineral
Cream Perfection Compact Mineral Cream Perfection Refill
Wet and Dry Talc Free Refill Talc Free Compact Refill Compact
Sheer Glow Sheer Glow Powder Compact Sheer Glow Refill Sheer Glow Cream Compact
Sheer Glow Cream Refill
High Lighters Illuminator
Liquid Foundation 15 mL 30 mL 1 Gallon
Loose Powder
Primers
Palettes 3 Well Highlighter 3 Well Wet and Dry 5 Well Concealer Trays 6 Well
Concealer Wheel 6 Well Wet and Dry 6 Well Contour Palette 10 Well HD Cream
Foundation
Translucent Powder
Lips
Galactic Gloss
Lip Conditioner
Lip Scrub
Lipgloss Lipgloss Singles Lipgloss Wheel
Lipstick Lipstick Singles Lipstick Wheel
Kiss Tint
Lip Pencils
Lip Plumper
Palettes Lip Treatment 12 Well Lipstick 28 Well Lipstick
Cheek
Blush Blush Refill Blush Compact
Blusher (Talc Free) Blusher Refill Blusher Compact
Cream Blush Refill Compact
Palettes 3 Well Blush Powder 3 Well Cream Blush 10 Well Blush Powder
Eyes
Brows Brow Fixx Talc Free Brow Refills Talc Free Brow Compacts
Eyeliner Gel Eyeliner Liquid Eyeliner
Eyeshadows Talc Free Eyeshadow Compacts Talc Free Eyeshadow Refill Eyeshadow
Compact Eyeshadow Refills
Eyelash Serum
Eye Primer
Glitter Dust
Mineral Cream Eyeshadow Refill Compact
Lashes Mascara Eye Lashes
Pencils Eyes Brows
Shimmer Dust
Palettes 3 Well Brow 3 Well Eyeshadow 5 Well Brow 5 Well Eyeshadow 9 Eyeshadow -
2 Blush 12 Well Eyeshadow 14 Well Eyeshadow 28 Well Eyeshadow All Palettes
Skin Care
Facial Mist
AntiAging Anti-Aging Eye Cream Anti-Aging Day Cream Anti-Aging Night Cream
Anti-Aging Serum
Face and Body Care All Natural Soaps Lotions Gel Massage Creams Scrubs
Cleansers
Mask/Treatment
Massage Oil
Foot Care
Toners
Serums
Brushes
Hair
Graphic Design
Artwork & Photography
Printing
Group Photography All Natural Soaps Liquid Lipstick Lipstick
Swatches Liquid Lipstick Lipstick
Special FX
3D FX Airbrush Special FX Faux Flesh Gelatin Liquid Latex Mattifer Sculpt It
Blood/Scab Non Edible Blood Edible Blood Fresh Scab Drying Blood Paste Drying
Blood
Skin FX Body Dirt Liquid Body Dirt Powder Rubber Mask Grease Grease Products
Adhesives
Sealers
Removers
Alcohol Activated Palettes 10 Well Large Palettes 10 Well Mini Palettes 5 Well
Tooth 5 Well Blood
Total Tattoo Coverage 10 Well Large 10 Well Mini Refill Compacts
Special FX Kits
Makeup Sample Kits
Accessories
Tools
Eye/Lip Disposables
Face Disposables
Special FX Accessories
Acrylic Displays
Brush Cleaner
Makeup Cases
Black Processional Boxes Palettes Face Eyes Lips Cheeks Skin Care
Packaging Bottles Compacts Empty Palettes Tubes
School Kits
Upload Designs
Price List Request

Spend at least $35 and receive free shipping on your order.


BLOCK HEADING

Remind customers of offers like free shipping and lifetime warranty

Cart (0)

You're $99.00 USD away from free shipping

Congrats! You unlocked free shipping.



Your cart is empty

Shop all

Your cart is empty

Shop all
/
Quantity

Edit



Cart upgrade

Add shipping protection - $4

Notes

Add a note to your order

Subtotal $0.00 USD
Discount $0.00 USD
Total $0.00 USD

Share your cart

Copy URL Copy URL

Use this link to send your cart to yourself or others


Checkout · $0.00 USD

Cart updated (0)


View cart Checkout · $0.00 USD
Cart (0)
Face

Back
Airbrush


Silicone Water Base
Bronzer


Refill Compact
BB Cream
Concealer


Concealer Pot Refill Concealer Pot Compact Full Coverage Concealer
Cream Foundation


HD Cream Foundation Compact HD Cream Foundation Refill Mineral Cream Perfection
Compact Mineral Cream Perfection Refill
Wet and Dry


Talc Free Refill Talc Free Compact Refill Compact
Sheer Glow


Sheer Glow Powder Compact Sheer Glow Refill Sheer Glow Cream Compact Sheer Glow
Cream Refill
High Lighters


Illuminator
Liquid Foundation


15 mL 30 mL 1 Gallon
Loose Powder Primers
Palettes


3 Well Highlighter 3 Well Wet and Dry 5 Well Concealer Trays 6 Well Concealer
Wheel 6 Well Wet and Dry 6 Well Contour Palette 10 Well HD Cream Foundation
Translucent Powder
Lips

Back
Galactic Gloss Lip Conditioner Lip Scrub
Lipgloss


Lipgloss Singles Lipgloss Wheel
Lipstick


Lipstick Singles Lipstick Wheel
Kiss Tint Lip Pencils Lip Plumper
Palettes


Lip Treatment 12 Well Lipstick 28 Well Lipstick
Cheek

Back
Blush


Blush Refill Blush Compact
Blusher (Talc Free)


Blusher Refill Blusher Compact
Cream Blush


Refill Compact
Palettes


3 Well Blush Powder 3 Well Cream Blush 10 Well Blush Powder
Eyes

Back
Brows


Brow Fixx Talc Free Brow Refills Talc Free Brow Compacts
Eyeliner


Gel Eyeliner Liquid Eyeliner
Eyeshadows


Talc Free Eyeshadow Compacts Talc Free Eyeshadow Refill Eyeshadow Compact
Eyeshadow Refills
Eyelash Serum Eye Primer Glitter Dust
Mineral Cream Eyeshadow


Refill Compact
Lashes


Mascara Eye Lashes
Pencils


Eyes Brows
Shimmer Dust
Palettes


3 Well Brow 3 Well Eyeshadow 5 Well Brow 5 Well Eyeshadow 9 Eyeshadow - 2 Blush
12 Well Eyeshadow 14 Well Eyeshadow 28 Well Eyeshadow All Palettes
Skin Care

Back
Facial Mist
AntiAging


Anti-Aging Eye Cream Anti-Aging Day Cream Anti-Aging Night Cream Anti-Aging
Serum
Face and Body Care


All Natural Soaps Lotions Gel Massage Creams Scrubs
Cleansers Mask/Treatment Massage Oil Foot Care Toners Serums
Brushes
Hair
Graphic Design

Back
Artwork & Photography Printing
Group Photography


All Natural Soaps Liquid Lipstick Lipstick
Swatches


Liquid Lipstick Lipstick
Special FX

Back
3D FX


Airbrush Special FX Faux Flesh Gelatin Liquid Latex Mattifer Sculpt It
Blood/Scab


Non Edible Blood Edible Blood Fresh Scab Drying Blood Paste Drying Blood
Skin FX


Body Dirt Liquid Body Dirt Powder Rubber Mask Grease Grease Products
Adhesives Sealers Removers
Alcohol Activated Palettes


10 Well Large Palettes 10 Well Mini Palettes 5 Well Tooth 5 Well Blood
Total Tattoo Coverage


10 Well Large 10 Well Mini Refill Compacts
Special FX Kits
Makeup Sample Kits
Accessories

Back
Tools Eye/Lip Disposables Face Disposables Special FX Accessories Acrylic
Displays Brush Cleaner Makeup Cases
Black Processional Boxes


Palettes Face Eyes Lips Cheeks Skin Care
Packaging


Bottles Compacts Empty Palettes Tubes
School Kits
Upload Designs
Price List Request
Log in $ USD · EN

Search

Previous slide
Next slide



EXPLORE OUR PRODUCTS

Browse our shop for products.

Button label


SPECIAL EFFECTS

Shop FX.

Browse


COSMETICS

Shop beauty.

Browse


HIGHLIGHTERS

Create your own.

Browse


FOUNDATIONS

Full coverage products.

Browse


PALETTES

Talc-free shadows.

Browse


LIQUID LIPSICKS

An array of colors.

Browse


SKINCARE

Products for you.

Browse


MAKEUP

Private-labelling

Browse


RECENTLY VIEWED


Add to Cart

Add to Cart

Sold Out




 * 

From From
Add to Cart

Add to Cart

Sold Out




NATURE'S OWN COSMETICS


THE BEST PRIVATE LABEL COSMETIC MANUFACTURERS

Nature’s Own Cosmetics is the best private label makeup
manufacturers & wholesale makeup suppliers or makeup vendors. We are a wholesale
makeup supplier only use the best quality raw ingredients when manufacturing our
private label cosmetic line. Now you can start your own makeup line with a
minimal start up cost. The worldwide cosmetics and perfume industry currently
generates an estimated annual turnover of US$170 billion (according to Eurostaf
– May 2007). The opportunity to generate revenue and profit is high especially
in today’s economy. If you look in any woman’s purse chances are 95% of the time
you will find some cosmetics luxury vegan cosmetic or beauty product. Private
label body products & makeup products have become a necessity instead of a
luxury in the twenty century. Now it’s your chance to capitalize and start your
own private label makeup line. Hundreds of entrepreneurs started their
own private label makeup line and became millionaires over a short period of
time, now is your chance. Here is a small story on how an ordinary person made
money selling her own private label body or makeup products on amazon.




NEWSLETTER

Get a copy of our prices.

Email Subscribe

We will send you marketing emails.




NEWSLETTER

Get a copy of our prices.

Email Subscribe

We will send you marketing emails.



Search

Log in Audio off Audio on $ USD · EN
 * PayPal

Powered by Shopify Copyright 2024 ©. All rights reserved.


Change Country United States ($ USD)


Country selection Australia ($ USD) Country selection Austria ($ USD) Country
selection Belgium ($ USD) Country selection Canada ($ USD) Country selection
Czechia ($ USD) Country selection Denmark ($ USD) Country selection Finland ($
USD) Country selection France ($ USD) Country selection Germany ($ USD) Country
selection Hong Kong SAR ($ USD) Country selection Ireland ($ USD) Country
selection Israel ($ USD) Country selection Italy ($ USD) Country selection Japan
($ USD) Country selection Malaysia ($ USD) Country selection Netherlands ($ USD)
Country selection New Zealand ($ USD) Country selection Norway ($ USD) Country
selection Poland ($ USD) Country selection Portugal ($ USD) Country selection
Singapore ($ USD) Country selection South Korea ($ USD) Country selection Spain
($ USD) Country selection Sweden ($ USD) Country selection Switzerland ($ USD)
Country selection United Arab Emirates ($ USD) Country selection United Kingdom
($ USD) Country selection United States ($ USD)
Enable audio Disable audio

Error