www.limelush.com Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: http://www.limelush.com/
Effective URL: https://www.limelush.com/
Submission: On April 04 via api from US — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" class="flex-grow z-10">
  <div class="relative " :class="{ 'z-50': search_active }">
    <div class="window--wide" style="max-width:1440px;">
      <input type="hidden" name="type" value="product">
      <div class="relative" :class="{ 'z-10': search_active }">
        <label class="sr-only" for="search-mobile"> Search </label>
        <input id="search-mobile" class="type__nav type--base no-grow h6 form-input form-input !pl-14 py-2 color__text !min-h-0 max-h-[35px] !border-b-0 
              color__border-divider-1" type="text" name="q" value="" placeholder="Search" x-ref="searchInput" x-model="searchInputValue" @input="search_active = true;" @input.debounce="fetchAndUpdateSearch($event, params, resources);">
        <div class="right-2 absolute top-0 flex items-center h-full color__light">
          <button class="btn--light  !bg-transparent !border-0 " title="Cancel search" type="button" @click="search_active = false; $refs.searchInput.value = ''; 
                search_visible = false;" x-show="search_visible" x-cloak="">
            <!-- snippets/component__icon.liquid -->
            <span class="inline-flex align-middle " aria-hidden="true">
              <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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-100 color__text" aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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>
    <div class="absolute overflow-hidden  border--radius animation-500 pt-16 w-full left-0 right-0 -top-3
          color__border-divider-1
          color__bg-body color__text" x-show="search_active" x-cloak="">
      <div class="flex flex-wrap h-full px-4 -mx-4">
        <div class="h-auto md:max-h-[85vh] max-h-[94vh] w-full overflow-y-auto">
          <div class="p-4" x-show="search_loading" x-cloak="">
            <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  pb-4 px-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" x-cloak="">
            <button class="underline type--base no-grow type__nav" type="submit"> View all results for "<span class="type__body--bold underline type--base no-grow type__nav" x-text="searchInputValue"></span>" <!-- snippets/component__icon.liquid -->
              <span class="inline-flex align-middle ml-1" 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-arrow-right inline-block">
                  <line x1="5" y1="12" x2="19" y2="12"></line>
                  <polyline points="12 5 19 12 12 19"></polyline>
                </svg>
              </span>
            </button>
          </div>
          <div class="md:gap-0 grid md:grid-cols-4 grid-cols-1 gap-0" x-show="!search_loading &amp;&amp; $refs.searchInput.value.length > 0" x-cloak="">
            <div class="p-4 col-span-4 text-center "
              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"
              x-cloak="">
              <p class="type--base no-grow type__nav">No results found for "<span class="type__body--bold type--base no-grow type__nav" x-text="searchInputValue"></span>" </p>
              <a class="underline type--base no-grow type__nav btn--primary btn my-4 !color__light" href="/collections/new-arrivals">
                    SHOP NEW ARRIVALS
                    <!-- snippets/component__icon.liquid -->


<span class="inline-flex align-middle ml-1" 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-arrow-right inline-block"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
    
</span>
                  </a>
            </div>
            <div class="md:col-span-1 col-span-3 p-4 border--b-width w-full color__bg-overlay-1 color__border-divider-1" x-show="(search_items &amp;&amp; search_items.length !== 0) &amp;&amp; !search_loading">
              <div class="flex items-center mb-0" x-show="search_items_queries.length == 0">
                <!-- 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="type__body--bold ml-2 whitespace-nowrap text-ellipsis overflow-hidden !color__text hover:underline" :href="'/search?type=product&amp;q=' + searchInputValue.replace(' ','+')" x-text="searchInputValue">
                    </a>
              </div>
              <span class="type--base type__nav no-grow uppercase block text-left pb-4 no-underline" x-show="search_items_queries.length !== 0">
                <strong class="italic">Trending Searches</strong>
              </span>
              <template x-for="item in search_items_queries">
                <div class="flex items-center mb-4">
                  <!-- 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="ml-2 whitespace-nowrap text-ellipsis overflow-hidden !color__text hover:underline" :href="item.url" x-html="item.styled_text">
                      </a>
                </div>
              </template>
              <div class="hidden md:block px-0 py-4 border--t-width 
                    color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-4 no-underline">
                  <strong class="italic">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="ml-2 whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                          </a>
                  </div>
                </template>
              </div>
            </div>
            <div class="results p-0 md:col-span-3 col-span-3">
              <div class="px-4 pt-4 md:pt-0" x-show="search_items &amp;&amp; search_items.length != 0">
                <span class="hidden type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <strong>Products</strong>
                </span>
                <div class="md:gap-2 grid md:grid-cols-4 grid-cols-3 gap-4">
                  <template x-for="item in search_items">
                    <div class="group relative">
                      <a class="hover:no-underline  border--radius color__bg-body color__text  flex-column items-center w-full overflow-hidden no-underline" :href="item.url">

                        <div class="product-image relative w-full flex flex-col shrink-0 overflow-hidden">

                            <img class="w-full ml-0 h-full object-cover color__bg-body after:color__bg-body color__text after:color__text" style="max-width:200px; height:auto; " width="120" height="" loading="lazy" :src="item.image" :alt="item.title">
                        </div>

                        <div class="grow md:py-4 pb-4 pt-2 px-0 text-left ml-0" style="max-width:200px; ">
                          <p class="mb-0 !leading-tight type--base no-grow
                            type__body
                            
                            " 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">
                            
                            
                          </ul>
                          
                          <p class="type--base mb-0">
                            <span class="type--small !leading-tight" x-text="Shopify.formatMoney(item.price, currency_symbol, true, 'amount', '100')">
                              
                            </span>
                            <span x-show="item.compare_at_price_max > item.price">
                              <s class="type--base !leading-tight" x-text="Shopify.formatMoney(item.compare_at_price_max, currency_symbol, true, 'amount', '100')">
                                
                              </s>
                            </span>
                          </p>
                        </div>
                      </a>
                    </div>
                  </template>
                </div>
              </div>
              <div class="md:hidden p-4 border--t-width 
                  color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                        </a>
                  </div>
                </template>
              </div>
              <div class="p-4 border--t-width 
                  color__border-divider-1" x-show="search_items_pages &amp;&amp; search_items_pages.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                  </div>
                </template>
              </div>
              <div class="p-4 border--t-width
                  color__border-divider-1" x-show="search_items_articles &amp;&amp; search_items_articles.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                  </div>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" class="flex-grow z-10">
  <div class="relative " :class="{ 'z-50': search_active }">
    <div class="window--wide" style="max-width:1440px;">
      <input type="hidden" name="type" value="product">
      <div class="relative" :class="{ 'z-10': search_active }">
        <label class="sr-only" for="search-mobile"> Search </label>
        <input id="search-mobile" class="type__nav type--base no-grow h6 form-input form-input !pl-14 py-2 color__text !min-h-0 max-h-[35px] !border-b-0 
              color__border-divider-1" type="text" name="q" value="" placeholder="Search" x-ref="searchInput" x-model="searchInputValue" @input="search_active = true;" @input.debounce="fetchAndUpdateSearch($event, params, resources);">
        <div class="right-2 absolute top-0 flex items-center h-full color__light">
          <button class="btn--light  !bg-transparent !border-0 " title="Cancel search" type="button" @click="search_active = false; $refs.searchInput.value = ''; 
                search_visible = false;" x-show="search_visible" x-cloak="">
            <!-- snippets/component__icon.liquid -->
            <span class="inline-flex align-middle " aria-hidden="true">
              <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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-100 color__text" aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" 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>
    <div class="absolute overflow-hidden  border--radius animation-500 pt-16 w-full left-0 right-0 -top-3
          color__border-divider-1
          color__bg-body color__text" x-show="search_active" x-cloak="">
      <div class="flex flex-wrap h-full px-4 -mx-4">
        <div class="h-auto md:max-h-[85vh] max-h-[94vh] w-full overflow-y-auto">
          <div class="p-4" x-show="search_loading" x-cloak="">
            <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  pb-4 px-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" x-cloak="">
            <button class="underline type--base no-grow type__nav" type="submit"> View all results for "<span class="type__body--bold underline type--base no-grow type__nav" x-text="searchInputValue"></span>" <!-- snippets/component__icon.liquid -->
              <span class="inline-flex align-middle ml-1" 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-arrow-right inline-block">
                  <line x1="5" y1="12" x2="19" y2="12"></line>
                  <polyline points="12 5 19 12 12 19"></polyline>
                </svg>
              </span>
            </button>
          </div>
          <div class="md:gap-0 grid md:grid-cols-4 grid-cols-1 gap-0" x-show="!search_loading &amp;&amp; $refs.searchInput.value.length > 0" x-cloak="">
            <div class="p-4 col-span-4 text-center "
              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"
              x-cloak="">
              <p class="type--base no-grow type__nav">No results found for "<span class="type__body--bold type--base no-grow type__nav" x-text="searchInputValue"></span>" </p>
              <a class="underline type--base no-grow type__nav btn--primary btn my-4 !color__light" href="/collections/new-arrivals">
                    SHOP NEW ARRIVALS
                    <!-- snippets/component__icon.liquid -->


<span class="inline-flex align-middle ml-1" 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-arrow-right inline-block"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
    
</span>
                  </a>
            </div>
            <div class="md:col-span-1 col-span-3 p-4 border--b-width w-full color__bg-overlay-1 color__border-divider-1" x-show="(search_items &amp;&amp; search_items.length !== 0) &amp;&amp; !search_loading">
              <div class="flex items-center mb-0" x-show="search_items_queries.length == 0">
                <!-- 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="type__body--bold ml-2 whitespace-nowrap text-ellipsis overflow-hidden !color__text hover:underline" :href="'/search?type=product&amp;q=' + searchInputValue.replace(' ','+')" x-text="searchInputValue">
                    </a>
              </div>
              <span class="type--base type__nav no-grow uppercase block text-left pb-4 no-underline" x-show="search_items_queries.length !== 0">
                <strong class="italic">Trending Searches</strong>
              </span>
              <template x-for="item in search_items_queries">
                <div class="flex items-center mb-4">
                  <!-- 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="ml-2 whitespace-nowrap text-ellipsis overflow-hidden !color__text hover:underline" :href="item.url" x-html="item.styled_text">
                      </a>
                </div>
              </template>
              <div class="hidden md:block px-0 py-4 border--t-width 
                    color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-4 no-underline">
                  <strong class="italic">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="ml-2 whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                          </a>
                  </div>
                </template>
              </div>
            </div>
            <div class="results p-0 md:col-span-3 col-span-3">
              <div class="px-4 pt-4 md:pt-0" x-show="search_items &amp;&amp; search_items.length != 0">
                <span class="hidden type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <strong>Products</strong>
                </span>
                <div class="md:gap-2 grid md:grid-cols-4 grid-cols-3 gap-4">
                  <template x-for="item in search_items">
                    <div class="group relative">
                      <a class="hover:no-underline  border--radius color__bg-body color__text  flex-column items-center w-full overflow-hidden no-underline" :href="item.url">

                        <div class="product-image relative w-full flex flex-col shrink-0 overflow-hidden">

                            <img class="w-full ml-0 h-full object-cover color__bg-body after:color__bg-body color__text after:color__text" style="max-width:200px; height:auto; " width="120" height="" loading="lazy" :src="item.image" :alt="item.title">
                        </div>

                        <div class="grow md:py-4 pb-4 pt-2 px-0 text-left ml-0" style="max-width:200px; ">
                          <p class="mb-0 !leading-tight type--base no-grow
                            type__body
                            
                            " 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">
                            
                            
                          </ul>
                          
                          <p class="type--base mb-0">
                            <span class="type--small !leading-tight" x-text="Shopify.formatMoney(item.price, currency_symbol, true, 'amount', '100')">
                              
                            </span>
                            <span x-show="item.compare_at_price_max > item.price">
                              <s class="type--base !leading-tight" x-text="Shopify.formatMoney(item.compare_at_price_max, currency_symbol, true, 'amount', '100')">
                                
                              </s>
                            </span>
                          </p>
                        </div>
                      </a>
                    </div>
                  </template>
                </div>
              </div>
              <div class="md:hidden p-4 border--t-width 
                  color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                        </a>
                  </div>
                </template>
              </div>
              <div class="p-4 border--t-width 
                  color__border-divider-1" x-show="search_items_pages &amp;&amp; search_items_pages.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                  </div>
                </template>
              </div>
              <div class="p-4 border--t-width
                  color__border-divider-1" x-show="search_items_articles &amp;&amp; search_items_articles.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                  </div>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" class="flex-grow z-10">
  <div class="relative " :class="{ 'z-50': search_active }">
    <div class="window--wide" style="max-width:1440px;">
      <input type="hidden" name="type" value="product">
      <div class="relative" :class="{ 'z-10': search_active }">
        <label class="sr-only" for="search-desktop"> Search </label>
        <input id="search-desktop" class="type__nav type--base no-grow h6 form-input form-input !pl-14 py-2 color__text !min-h-0 max-h-[35px] !border-b-0 
              color__border-divider-1" type="text" name="q" value="" placeholder="Search" x-ref="searchInput" x-model="searchInputValue" @input="search_active = true;" @input.debounce="fetchAndUpdateSearch($event, params, resources);">
        <div class="right-2 absolute top-0 flex items-center h-full">
          <button class="btn btn--smaller btn--plain !bg-transparent !border-0" title="Cancel search" type="button" @click="search_active = false; $refs.searchInput.value = ''; 
                search_visible = false;" x-show="search_visible" x-cloak="">
            <!-- snippets/component__icon.liquid -->
            <span class="inline-flex align-middle " aria-hidden="true">
              <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" 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-100 color__text" aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" 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>
    <div class="absolute overflow-hidden  border--radius animation-500 pt-16 w-full left-0 right-0 -top-3
          color__border-divider-1
          color__bg-body color__text" x-show="search_active" x-cloak="">
      <div class="flex flex-wrap h-full px-4 -mx-4">
        <div class="h-auto md:max-h-[85vh] max-h-[94vh] w-full overflow-y-auto">
          <div class="p-4" x-show="search_loading" x-cloak="">
            <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  pb-4 px-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" x-cloak="">
            <button class="underline type--base no-grow type__nav" type="submit"> View all results for "<span class="type__body--bold underline type--base no-grow type__nav" x-text="searchInputValue"></span>" <!-- snippets/component__icon.liquid -->
              <span class="inline-flex align-middle ml-1" 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-arrow-right inline-block">
                  <line x1="5" y1="12" x2="19" y2="12"></line>
                  <polyline points="12 5 19 12 12 19"></polyline>
                </svg>
              </span>
            </button>
          </div>
          <div class="md:gap-0 grid md:grid-cols-4 grid-cols-1 gap-0" x-show="!search_loading &amp;&amp; $refs.searchInput.value.length > 0" x-cloak="">
            <div class="p-4 col-span-4 text-center "
              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"
              x-cloak="">
              <p class="type--base no-grow type__nav">No results found for "<span class="type__body--bold type--base no-grow type__nav" x-text="searchInputValue"></span>" </p>
              <a class="underline type--base no-grow type__nav btn--primary btn my-4 !color__light" href="/collections/new-arrivals">
                    SHOP NEW ARRIVALS
                    <!-- snippets/component__icon.liquid -->


<span class="inline-flex align-middle ml-1" 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-arrow-right inline-block"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
    
</span>
                  </a>
            </div>
            <div class="md:col-span-1 col-span-3 p-4 border--b-width w-full color__bg-overlay-1 color__border-divider-1" x-show="(search_items &amp;&amp; search_items.length !== 0) &amp;&amp; !search_loading">
              <div class="flex items-center mb-0" x-show="search_items_queries.length == 0">
                <!-- 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="type__body--bold ml-2 whitespace-nowrap text-ellipsis overflow-hidden !color__text hover:underline" :href="'/search?type=product&amp;q=' + searchInputValue.replace(' ','+')" x-text="searchInputValue">
                    </a>
              </div>
              <span class="type--base type__nav no-grow uppercase block text-left pb-4 no-underline" x-show="search_items_queries.length !== 0">
                <strong class="italic">Trending Searches</strong>
              </span>
              <template x-for="item in search_items_queries">
                <div class="flex items-center mb-4">
                  <!-- 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="ml-2 whitespace-nowrap text-ellipsis overflow-hidden !color__text hover:underline" :href="item.url" x-html="item.styled_text">
                      </a>
                </div>
              </template>
              <div class="hidden md:block px-0 py-4 border--t-width 
                    color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-4 no-underline">
                  <strong class="italic">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="ml-2 whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                          </a>
                  </div>
                </template>
              </div>
            </div>
            <div class="results p-0 md:col-span-3 col-span-3">
              <div class="px-4 pt-4 md:pt-0" x-show="search_items &amp;&amp; search_items.length != 0">
                <span class="hidden type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <strong>Products</strong>
                </span>
                <div class="md:gap-2 grid md:grid-cols-4 grid-cols-3 gap-4">
                  <template x-for="item in search_items">
                    <div class="group relative">
                      <a class="hover:no-underline  border--radius color__bg-body color__text  flex-column items-center w-full overflow-hidden no-underline" :href="item.url">

                        <div class="product-image relative w-full flex flex-col shrink-0 overflow-hidden">

                            <img class="w-full ml-0 h-full object-cover color__bg-body after:color__bg-body color__text after:color__text" style="max-width:200px; height:auto; " width="120" height="auto" loading="lazy" :src="item.image" :alt="item.title">
                        </div>

                        <div class="grow md:py-4 pb-4 pt-2 px-0 text-left ml-0" style="max-width:200px; ">
                          <p class="mb-0 !leading-tight type--base no-grow
                            type__body
                            
                            " 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">
                            
                            
                          </ul>
                          
                          <p class="type--base mb-0">
                            <span class="type--small !leading-tight" x-text="Shopify.formatMoney(item.price, currency_symbol, true, 'amount', '100')">
                              
                            </span>
                            <span x-show="item.compare_at_price_max > item.price">
                              <s class="type--base !leading-tight" x-text="Shopify.formatMoney(item.compare_at_price_max, currency_symbol, true, 'amount', '100')">
                                
                              </s>
                            </span>
                          </p>
                        </div>
                      </a>
                    </div>
                  </template>
                </div>
              </div>
              <div class="md:hidden p-4 border--t-width 
                  color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                        </a>
                  </div>
                </template>
              </div>
              <div class="p-4 border--t-width 
                  color__border-divider-1" x-show="search_items_pages &amp;&amp; search_items_pages.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                  </div>
                </template>
              </div>
              <div class="p-4 border--t-width
                  color__border-divider-1" x-show="search_items_articles &amp;&amp; search_items_articles.length !== 0">
                <span class="type--base type__nav no-grow uppercase block text-left pb-2 no-underline">
                  <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="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                  </div>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

Name: Cart DrawerPOST /cart

<form class="w-full px-4 py-4" action="/cart" method="post" name="Cart Drawer" x-data="{checkout_button_loading:false}"
  @submit.prevent="checkout_button_loading = true; if(enable_audio) { playSound(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 </div>
    </button>
    <a href="/cart" class="!w-full mt-2 text-center btn btn--plain color__border-selected-1 btn--load block type--base no-grow hover:no-underline !no-underline type__body capitalize">
                        View cart
                      </a>
  </p>
</form>

Text Content

Skip to content

New Shop All New Tops Dresses Bottoms Outerwear Shoes Accessories Tops Shop All
Tops Tank Tops Short Sleeve Tops Long & 3/4 Sleeve Tops Blouses & Shirts
T-Shirts & Knit Tops Sweaters Bodysuits Graphic Tops Matching Sets Bright &
Colorful Tops Essential Tops Kimonos Sweatshirts & Hoodies Cardigans Dresses
Shop All Dresses Mini & Short Dresses Midi Dresses Maxi Dresses Rompers &
Jumpsuits Party & Cocktail Dresses Vacation Dresses Bright & Colorful Dresses
Casual Dresses Wedding Guest Dresses Denim Dresses Solid Dresses White Dresses
Black Dresses Sweater Dresses Long Sleeve Dresses Dresses Under $50 Jeans Shop
All Jeans Ankle & Cropped Jeans Flare & Bootcut Jeans Boyfriend & Straight Jeans
Wide Leg Jeans Cargo Jeans Skinny Jeans Jean Shorts White Jeans Colored Jeans
Judy Blue Jeans KanCan Jeans Bottoms Shop All Bottoms Jeans Matching Sets Jean
Shorts Shorts Pants Skirts Leggings Joggers Outerwear Shop All Outerwear
Cardigans Jackets Shackets Blazers Hoodies Kimonos Shoes Shop All Shoes Boots &
Booties Sandals Heels Wedges Platforms Espadrilles Sneakers Accessories Shop All
Accessories Jewelry Hats & Hair Bags & Belts Socks & Tights Bralettes & Bandeaus
Swimwear Trends Coquette Chic Western Edit The White Shop Vacay Getaway
Loungewear Spring Trends Elegant Casual Office Chic Swim Shop Pink Outfits Date
Night Outfits Bright & Colorful Outfits Brands We Love Judy Blue KanCan She +
Sky Bibi Flying Tomato Jodifl Best Sellers Tops Dresses Bottoms Outerwear Shoes
Accessories Sale Shop All Sale Tops Dresses Bottoms Outerwear Shoes Accessories

Search

Loading...

View all results for ""

No results found for ""

SHOP NEW ARRIVALS

Trending Searches

Collections

Products



Collections

Pages

Articles


0
Search

Loading...

View all results for ""

No results found for ""

SHOP NEW ARRIVALS

Trending Searches

Collections

Products



Collections

Pages

Articles




Search

Loading...

View all results for ""

No results found for ""

SHOP NEW ARRIVALS

Trending Searches

Collections

Products



Collections

Pages

Articles


Login / Sign up 0
New
Shop All New Tops Dresses Bottoms Outerwear Shoes Accessories
Tops
Shop All Tops Tank Tops Short Sleeve Tops Long & 3/4 Sleeve Tops Blouses &
Shirts T-Shirts & Knit Tops Sweaters Bodysuits Graphic Tops Matching Sets Bright
& Colorful Tops Essential Tops Kimonos Sweatshirts & Hoodies Cardigans
Dresses
Shop All Dresses Mini & Short Dresses Midi Dresses Maxi Dresses Rompers &
Jumpsuits Party & Cocktail Dresses Vacation Dresses Bright & Colorful Dresses
Casual Dresses Wedding Guest Dresses Denim Dresses Solid Dresses White Dresses
Black Dresses Sweater Dresses Long Sleeve Dresses Dresses Under $50
Jeans
Shop All Jeans Ankle & Cropped Jeans Flare & Bootcut Jeans Boyfriend & Straight
Jeans Wide Leg Jeans Cargo Jeans Skinny Jeans Jean Shorts White Jeans Colored
Jeans Judy Blue Jeans KanCan Jeans
Bottoms
Shop All Bottoms Jeans Matching Sets Jean Shorts Shorts Pants Skirts Leggings
Joggers
Outerwear
Shop All Outerwear Cardigans Jackets Shackets Blazers Hoodies Kimonos
Shoes
Shop All Shoes Boots & Booties Sandals Heels Wedges Platforms Espadrilles
Sneakers
Accessories
Shop All Accessories Jewelry Hats & Hair Bags & Belts Socks & Tights Bralettes &
Bandeaus Swimwear
Trends
Coquette Chic Western Edit The White Shop Vacay Getaway Loungewear Spring Trends
Elegant Casual Office Chic Swim Shop Pink Outfits Date Night Outfits Bright &
Colorful Outfits
Brands We Love Judy Blue KanCan She + Sky Bibi Flying Tomato Jodifl
Best Sellers
Tops Dresses Bottoms Outerwear Shoes Accessories
Sale
Shop All Sale Tops Dresses Bottoms Outerwear Shoes Accessories
New


Shop All New Tops Dresses Bottoms Outerwear Shoes Accessories
Tops


Shop All Tops Tank Tops Short Sleeve Tops Long & 3/4 Sleeve Tops Blouses &
Shirts T-Shirts & Knit Tops Sweaters Bodysuits Graphic Tops Matching Sets Bright
& Colorful Tops Essential Tops Kimonos Sweatshirts & Hoodies Cardigans
Dresses


Shop All Dresses Mini & Short Dresses Midi Dresses Maxi Dresses Rompers &
Jumpsuits Party & Cocktail Dresses Vacation Dresses Bright & Colorful Dresses
Casual Dresses Wedding Guest Dresses Denim Dresses Solid Dresses White Dresses
Black Dresses Sweater Dresses Long Sleeve Dresses Dresses Under $50
Jeans


Shop All Jeans Ankle & Cropped Jeans Flare & Bootcut Jeans Boyfriend & Straight
Jeans Wide Leg Jeans Cargo Jeans Skinny Jeans Jean Shorts White Jeans Colored
Jeans Judy Blue Jeans KanCan Jeans
Bottoms


Shop All Bottoms Jeans Matching Sets Jean Shorts Shorts Pants Skirts Leggings
Joggers
Outerwear


Shop All Outerwear Cardigans Jackets Shackets Blazers Hoodies Kimonos
Shoes


Shop All Shoes Boots & Booties Sandals Heels Wedges Platforms Espadrilles
Sneakers
Accessories


Shop All Accessories Jewelry Hats & Hair Bags & Belts Socks & Tights Bralettes &
Bandeaus Swimwear
Trends


Coquette Chic Western Edit The White Shop Vacay Getaway Loungewear Spring Trends
Elegant Casual Office Chic Swim Shop Pink Outfits Date Night Outfits Bright &
Colorful Outfits
Brands We Love


Judy Blue KanCan She + Sky Bibi Flying Tomato Jodifl
Best Sellers


Tops Dresses Bottoms Outerwear Shoes Accessories
Sale


Shop All Sale Tops Dresses Bottoms Outerwear Shoes Accessories
Login | Sign up
$20 Refer-a-Friend (747) 200-5463 Contact Us
Login

$20 Refer-a-Friend(747) 200-5463Contact Us

Shopping Cart ( items)


Your cart is empty

Shop all

|
/
Quantity




You're away from free shipping!

You qualify for free shipping!


Subtotal
Discount
Total
Shipping, taxes, and discount codes calculated at checkout.
Checkout
View cart

Cart updated ()


View cart Checkout
SHOP THE COLLECTION
SHOP THE TREND

SHOP DRESSES
SHOP ROMPERS + JUMPSUITS
SHOP TOPS
SHOP BOTTOMS



SHOP PLATFORMS
SHOP WEDGES
SHOP WESTERN BOOTS
SHOP HEELS


GET 20% OFF YOUR NEXT ORDER

Stay tuned for holiday deals, exclusive offers and more!

Sign Up Now

ORDER



My Account Returns Shipping

COMPANY



Happiness Guarantee Sizing Chart Terms of Use Privacy Policy California Consumer
Privacy Act (CCPA)

CUSTOMER CARE



Contact Us Reviews Check Gift Card Balance

QUICK LINKS



Refer-a-Friend Sitemap


Copyright 2024 ©. All rights reserved. Lime Lush · Terms of Service · Refund
policy · Do not sell my personal information



Enable audio Disable audio