qbsqycnunk.quest Open in urlscan Pro
172.67.162.138  Public Scan

Submitted URL: http://qbsqycnunk.quest/
Effective URL: https://qbsqycnunk.quest/
Submission: On September 05 via api from TW — Scanned from DE

Form analysis 44 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" 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" 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="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="auto" 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" style="display: none;">
      <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" 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  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"
            style="display: none;">
            <button class="underline type--base no-grow type__nav" type="submit"> Show 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" style="display: none;">
            <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">
              <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" style="display: none;">
              <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="auto" 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" href="/search?type=product&amp;q="></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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" role="search" 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" 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="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="auto" 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" style="display: none;">
      <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" 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  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"
            style="display: none;">
            <button class="underline type--base no-grow type__nav" type="submit"> Show 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" style="display: none;">
            <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">
              <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" style="display: none;">
              <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="auto" 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" href="/search?type=product&amp;q="></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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" role="search" 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" 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="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="auto" 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" style="display: none;">
      <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" 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  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"
            style="display: none;">
            <button class="underline type--base no-grow type__nav" type="submit"> Show 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" style="display: none;">
            <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">
              <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" style="display: none;">
              <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="auto" 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" href="/search?type=product&amp;q="></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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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" style="display: none;">
                <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="auto" 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>

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) { 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>
  </p>
</form>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800031502372,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('call-it-cozy-denim-teddy-jacket-multi', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41780515242020,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('thats-fine-by-me-long-sleeve-polo-sweater-dress-black', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800051359780,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('embracing-the-nostalgia-corduroy-vest-top-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800058929188,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('boho-belle-corduroy-flare-pants-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41796457857060,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('down-in-austin-faux-suede-fringe-shacket-taupe', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800023998500,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('step-into-the-limelight-sweetheart-mini-dress-black', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40733847879716,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('cassius-high-rise-split-hem-risen-flare-jeans-dark', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41801637691428,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('delicate-daze-lace-hem-top-white', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800060960804,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('comfort-in-chaos-maxi-skirt-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="shop-the-drop" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800042807332,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('busy-living-short-sleeve-crop-tee-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800031502372,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('call-it-cozy-denim-teddy-jacket-multi', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41780515242020,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('thats-fine-by-me-long-sleeve-polo-sweater-dress-black', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800051359780,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('embracing-the-nostalgia-corduroy-vest-top-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800058929188,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('boho-belle-corduroy-flare-pants-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41796457857060,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('down-in-austin-faux-suede-fringe-shacket-taupe', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800023998500,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('step-into-the-limelight-sweetheart-mini-dress-black', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40733847879716,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('cassius-high-rise-split-hem-risen-flare-jeans-dark', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41801637691428,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('delicate-daze-lace-hem-top-white', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800060960804,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('comfort-in-chaos-maxi-skirt-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="index" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41800042807332,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('busy-living-short-sleeve-crop-tee-rust', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41780750581796,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('its-my-world-geometric-mesh-bodycon-dress-cream', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40358165250084,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('when-the-leaves-turn-reversible-corduroy-jacket-cream', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41793229324324,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unique-interesting-pol-lace-crochet-button-down-shirt-white', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41737528967204,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('sassy-statement-rhinestone-denim-boots-blue-denim', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40358164037668,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('when-the-leaves-turn-reversible-corduroy-jacket-black', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41781095661604,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('autumn-mornings-tie-waist-trench-coat-camel', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41766133727268,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('arizona-nights-aztec-sherpa-jacket-hunter', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40746102947876,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('preorder-sweet-dreams-printed-onesie-pink', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41786271596580,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('fashionable-for-fall-brushed-fleece-trench-coat-greystone', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-bestsellers" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41786269532196,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('fashionable-for-fall-brushed-fleece-trench-coat-camel', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41780750581796,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('its-my-world-geometric-mesh-bodycon-dress-cream', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40358165250084,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('when-the-leaves-turn-reversible-corduroy-jacket-cream', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41793229324324,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unique-interesting-pol-lace-crochet-button-down-shirt-white', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41737528967204,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('sassy-statement-rhinestone-denim-boots-blue-denim', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40358164037668,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('when-the-leaves-turn-reversible-corduroy-jacket-black', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41781095661604,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('autumn-mornings-tie-waist-trench-coat-camel', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41766133727268,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('arizona-nights-aztec-sherpa-jacket-hunter', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 40746102947876,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('preorder-sweet-dreams-printed-onesie-pink', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41786271596580,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('fashionable-for-fall-brushed-fleece-trench-coat-greystone', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Name: Quick View - indexPOST /cart/add

<form action="/cart/add" name="Quick View - index" data-location="back-in-stock" method="post" enctype="multipart/form-data" class="flex flex-wrap justify-end" x-ref="formContainer" x-data="{
            defaultVariantId: 41786269532196,
            defaultSellingPlanId: 0,
            quantity: 1
          }" @submit.prevent="addCartItem($refs.formContainer); button_loading = true; setTimeout(function(){ button_loading = false}, 500);">
  <button type="button" aria-label="Add to cart" class="btn btn--secondary btn--small btn--load
               md:w-full md:!border--radius__0 md:h-inherit md:min-w-full 
              
               items-center flex p-0 justify-center w-10 h-10 md:!border--radius__0 !border--radius__100 " :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('fashionable-for-fall-brushed-fleece-trench-coat-camel', 'index');
                
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content">
      <span class="md:block hidden">Quick View</span>
      <span class=" md:hidden block "> <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle 
    
      block pt-[15] pr-[05] md:w-7 h-auto w-6 
    
 " 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-shopping-cart">
            <ellipse cx="8.2" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <ellipse cx="19.82" cy="21.92" rx="1.06" ry="1.05"></ellipse>
            <path d="m1,1h3.07s2.73,13.97,2.73,13.97c.2,1,1.09,1.71,2.11,1.69h10.27c1.02.02,1.91-.69,2.11-1.69l1.69-8.81h-4.23"></path>
            <path d="m14.81,6.21h-6.48"></path>
            <path d="m11.57,9.4V2.96"></path>
          </svg>
        </span></span>
    </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>

Text Content

Skip to content
Next ALL U.S. ORDERS OVER $50 SHIP FREE Next
NEW Shop All New Today's New Arrivals Back in Bestsellers Brands We Love JoJe
Glow Blue Blush Kancan Luxxel Mono B Rae Mode Risen Trends Pre-Fall Halloween
City To Country GameDay Girl On The Go Day To Night Western Luxe Line Workwear
Work Tops Work Bottoms Work Dresses Work Outerwear Athleisure Shop All
Athleisure & Activewear Active Tops Active Bottoms Active Dresses Clothing Tops
Shop All Tops Basic Tops & Bodysuits Tank Tops Crop Tops Casual Tops Active Tops
Blouses & Shirts Graphic Tees Long Sleeve Tops Graphic Sweatshirts Sweatshirts &
Hoodies Sweaters Bottoms Shop All Bottoms Shorts & Skorts Jean Shorts Skirts
Jeans Leggings Pants Cargo Pants Active Bottoms Dresses Shop All Dresses Mini &
Short Dresses Midi Dresses Maxi Dresses Basic Dresses Bodycon Dresses Cutout
Dresses Halter Dresses Babydoll Dresses Wrap Dresses One Shoulder Dresses Off
The Shoulder Dresses Rompers & Jumpsuits Shop All Rompers & Jumpsuits Rompers
Jumpsuits Sets Shop All Sets Set Tops Set Bottoms Lounge & Active Sets Custom
Graphics Shop All Custom Graphics Fall Custom Graphics Coffee Lovers Custom
Graphics Halloween Custom Graphics Western Custom Graphics Festival Custom
Graphics Bridal & Bachelorette Custom Graphics Custom Graphic T-Shirts Custom
Graphic Sweatshirts Custom Graphic Dresses Blank Shirts Pajamas & Sleepwear Shop
All Pajamas & Sleepwear Denim Shop All Denim Denim Dresses Denim Shorts Jeans
Denim Jackets Outerwear TOPS SHOP ALL TOPS BODYSUITS BASIC TOPS CASUAL TOPS
GRAPHICS CROP TOPS NANAMACS ORIGINALS MATCHING SETS TANK TOPS BLOUSES + SHIRTS
SWEATERS LONG SLEEVE TOPS ACTIVEWEAR Dresses Shop All Dresses Shop By Style Mini
& Short Dresses Midi Dresses Maxi Dresses Basic Dresses Bodycon Dresses Wrap
Dresses Babydoll Dresses Cutout Dresses Halter Dresses One Shoulder Dresses Off
The Shoulder Dresses Shop By Occasion Casual Dresses Vacation Dresses Cocktail &
Club Dresses Wedding Guest Dresses Formal Dresses Birthday Dresses Shop By Trend
Bright & Colorful Dresses Floral Dresses Dresses Under $50 Shop By Color &
Fabric Black Dresses White Dresses Pink Dresses Red Dresses Green Dresses Blue
Dresses Lace Dresses Satin Dresses Sequin Dresses Sweater Dresses Bottoms Shop
All Bottoms Skirts Shorts & Skorts Denim Shorts Jeans Pants Cargo Pants Leggings
Overalls Outerwear Shop All Outerwear Shackets Jackets Denim Jackets Coats
Cardigans Blazers Vests Kimonos Jeans Shop All Jeans Shop By Style Straight Leg
Skinny Jeans Flare Jeans Mom Jeans Boyfriend Jeans High Waisted Jeans Distressed
Jeans Non-Distressed Jeans Shop By Wash & Color Light Wash Medium Wash Dark Wash
Blue Jeans Black Jeans White Jeans Colored Jeans Shop By Brand Kancan Jeans
Risen Jeans Flying Monkey Jeans Sneak Peek Jeans Jelly Jeans Cello Jeans Eunina
Jeans Special A Jeans Vibrant Jeans Shoes Shop All Shoes Sandals Wedges Sneakers
Heels Flats Booties Boots Accessories Shop All Accessories Jewelry Shop All
Jewelry Necklaces Earrings Bracelets Rings Sunglasses Hats Hair Accessories
Belts Purses and Handbags Beauty Home Miscellaneous Accessories NanaMacs Gift
Cards SALE Shop All Sale Shop By Size Shop Sale Small Shop Sale Medium Shop Sale
Large Shop By Type Sale Swimwear Sale Tops Sale Bodysuits Sale Dresses Sale
Bottoms Sale Denim Sale Outerwear Sale Shoes Sale Accessories SHOP LIVE
Search

Loading...

Show all results for ""

No results found for ""

SHOP NEW ARRIVALS

Trending Searches

Collections

Products



Collections

Pages

Articles




0
Search

Loading...

Show all results for ""

No results found for ""

SHOP NEW ARRIVALS

Trending Searches

Collections

Products



Collections

Pages

Articles




Search

Loading...

Show all results for ""

No results found for ""

SHOP NEW ARRIVALS

Trending Searches

Collections

Products



Collections

Pages

Articles



0
NEW
Shop All New

Today's New Arrivals

Back in Bestsellers

Brands We Love
JoJe Glow Blue Blush Kancan Luxxel Mono B Rae Mode Risen


Trends
Pre-Fall

Halloween

City To Country

GameDay

Girl On The Go

Day To Night

Western

Luxe Line

Workwear
Work Tops Work Bottoms Work Dresses Work Outerwear
Athleisure
Shop All Athleisure & Activewear Active Tops Active Bottoms Active Dresses
Clothing
Tops
Shop All Tops Basic Tops & Bodysuits Tank Tops Crop Tops Casual Tops Active Tops
Blouses & Shirts Graphic Tees Long Sleeve Tops Graphic Sweatshirts Sweatshirts &
Hoodies Sweaters
Bottoms
Shop All Bottoms Shorts & Skorts Jean Shorts Skirts Jeans Leggings Pants Cargo
Pants Active Bottoms
Dresses
Shop All Dresses Mini & Short Dresses Midi Dresses Maxi Dresses Basic Dresses
Bodycon Dresses Cutout Dresses Halter Dresses Babydoll Dresses Wrap Dresses One
Shoulder Dresses Off The Shoulder Dresses
Rompers & Jumpsuits
Shop All Rompers & Jumpsuits Rompers Jumpsuits
Sets
Shop All Sets Set Tops Set Bottoms Lounge & Active Sets
Custom Graphics
Shop All Custom Graphics Fall Custom Graphics Coffee Lovers Custom Graphics
Halloween Custom Graphics Western Custom Graphics Festival Custom Graphics
Bridal & Bachelorette Custom Graphics Custom Graphic T-Shirts Custom Graphic
Sweatshirts Custom Graphic Dresses Blank Shirts
Pajamas & Sleepwear
Shop All Pajamas & Sleepwear
Denim
Shop All Denim Denim Dresses Denim Shorts Jeans Denim Jackets
Outerwear

TOPS
SHOP ALL TOPS
BODYSUITS
BASIC TOPS
CASUAL TOPS
GRAPHICS
CROP TOPS
NANAMACS ORIGINALS
MATCHING SETS
TANK TOPS
BLOUSES + SHIRTS
SWEATERS
LONG SLEEVE TOPS
ACTIVEWEAR
Dresses
Shop All Dresses

Shop By Style
Mini & Short Dresses Midi Dresses Maxi Dresses Basic Dresses Bodycon Dresses
Wrap Dresses Babydoll Dresses Cutout Dresses Halter Dresses One Shoulder Dresses
Off The Shoulder Dresses
Shop By Occasion
Casual Dresses Vacation Dresses Cocktail & Club Dresses Wedding Guest Dresses
Formal Dresses Birthday Dresses
Shop By Trend
Bright & Colorful Dresses Floral Dresses Dresses Under $50
Shop By Color & Fabric
Black Dresses White Dresses Pink Dresses Red Dresses Green Dresses Blue Dresses
Lace Dresses Satin Dresses Sequin Dresses Sweater Dresses
Bottoms
Shop All Bottoms
Skirts
Shorts & Skorts
Denim Shorts
Jeans
Pants
Cargo Pants
Leggings
Overalls
Outerwear
Shop All Outerwear
Shackets
Jackets
Denim Jackets
Coats
Cardigans
Blazers
Vests
Kimonos
Jeans
Shop All Jeans

Shop By Style
Straight Leg Skinny Jeans Flare Jeans Mom Jeans Boyfriend Jeans High Waisted
Jeans Distressed Jeans Non-Distressed Jeans
Shop By Wash & Color
Light Wash Medium Wash Dark Wash Blue Jeans Black Jeans White Jeans Colored
Jeans
Shop By Brand
Kancan Jeans Risen Jeans Flying Monkey Jeans Sneak Peek Jeans Jelly Jeans Cello
Jeans Eunina Jeans Special A Jeans Vibrant Jeans
Shoes
Shop All Shoes
Sandals
Wedges
Sneakers
Heels
Flats
Booties
Boots
Accessories
Shop All Accessories

Jewelry
Shop All Jewelry Necklaces Earrings Bracelets Rings
Sunglasses

Hats

Hair Accessories

Belts

Purses and Handbags

Beauty

Home

Miscellaneous Accessories

NanaMacs Gift Cards

SALE
Shop All Sale

Shop By Size
Shop Sale Small Shop Sale Medium Shop Sale Large
Shop By Type
Sale Swimwear Sale Tops Sale Bodysuits Sale Dresses Sale Bottoms Sale Denim Sale
Outerwear Sale Shoes Sale Accessories
SHOP LIVE
Sign In
NEW

NEW
Shop All New Today's New Arrivals Back in Bestsellers
Brands We Love


JoJe Glow Blue Blush Kancan Luxxel Mono B Rae Mode Risen
Trends

Trends
Pre-Fall Halloween City To Country GameDay Girl On The Go Day To Night Western
Luxe Line
Workwear


Work Tops Work Bottoms Work Dresses Work Outerwear
Athleisure


Shop All Athleisure & Activewear Active Tops Active Bottoms Active Dresses
Clothing

Clothing
Tops


Shop All Tops Basic Tops & Bodysuits Tank Tops Crop Tops Casual Tops Active Tops
Blouses & Shirts Graphic Tees Long Sleeve Tops Graphic Sweatshirts Sweatshirts &
Hoodies Sweaters
Bottoms


Shop All Bottoms Shorts & Skorts Jean Shorts Skirts Jeans Leggings Pants Cargo
Pants Active Bottoms
Dresses


Shop All Dresses Mini & Short Dresses Midi Dresses Maxi Dresses Basic Dresses
Bodycon Dresses Cutout Dresses Halter Dresses Babydoll Dresses Wrap Dresses One
Shoulder Dresses Off The Shoulder Dresses
Rompers & Jumpsuits


Shop All Rompers & Jumpsuits Rompers Jumpsuits
Sets


Shop All Sets Set Tops Set Bottoms Lounge & Active Sets
Custom Graphics


Shop All Custom Graphics Fall Custom Graphics Coffee Lovers Custom Graphics
Halloween Custom Graphics Western Custom Graphics Festival Custom Graphics
Bridal & Bachelorette Custom Graphics Custom Graphic T-Shirts Custom Graphic
Sweatshirts Custom Graphic Dresses Blank Shirts
Pajamas & Sleepwear


Shop All Pajamas & Sleepwear
Denim


Shop All Denim Denim Dresses Denim Shorts Jeans Denim Jackets
Outerwear
TOPS

TOPS
SHOP ALL TOPS BODYSUITS BASIC TOPS CASUAL TOPS GRAPHICS CROP TOPS NANAMACS
ORIGINALS MATCHING SETS TANK TOPS BLOUSES + SHIRTS SWEATERS LONG SLEEVE TOPS
ACTIVEWEAR
Dresses

Dresses
Shop All Dresses
Shop By Style


Mini & Short Dresses Midi Dresses Maxi Dresses Basic Dresses Bodycon Dresses
Wrap Dresses Babydoll Dresses Cutout Dresses Halter Dresses One Shoulder Dresses
Off The Shoulder Dresses
Shop By Occasion


Casual Dresses Vacation Dresses Cocktail & Club Dresses Wedding Guest Dresses
Formal Dresses Birthday Dresses
Shop By Trend


Bright & Colorful Dresses Floral Dresses Dresses Under $50
Shop By Color & Fabric


Black Dresses White Dresses Pink Dresses Red Dresses Green Dresses Blue Dresses
Lace Dresses Satin Dresses Sequin Dresses Sweater Dresses
Bottoms

Bottoms
Shop All Bottoms Skirts Shorts & Skorts Denim Shorts Jeans Pants Cargo Pants
Leggings Overalls
Outerwear

Outerwear
Shop All Outerwear Shackets Jackets Denim Jackets Coats Cardigans Blazers Vests
Kimonos
Jeans

Jeans
Shop All Jeans
Shop By Style


Straight Leg Skinny Jeans Flare Jeans Mom Jeans Boyfriend Jeans High Waisted
Jeans Distressed Jeans Non-Distressed Jeans
Shop By Wash & Color


Light Wash Medium Wash Dark Wash Blue Jeans Black Jeans White Jeans Colored
Jeans
Shop By Brand


Kancan Jeans Risen Jeans Flying Monkey Jeans Sneak Peek Jeans Jelly Jeans Cello
Jeans Eunina Jeans Special A Jeans Vibrant Jeans
Shoes

Shoes
Shop All Shoes Sandals Wedges Sneakers Heels Flats Booties Boots
Accessories

Accessories
Shop All Accessories
Jewelry


Shop All Jewelry Necklaces Earrings Bracelets Rings
Sunglasses Hats Hair Accessories Belts Purses and Handbags Beauty Home
Miscellaneous Accessories NanaMacs Gift Cards
SALE

SALE
Shop All Sale
Shop By Size


Shop Sale Small Shop Sale Medium Shop Sale Large
Shop By Type


Sale Swimwear Sale Tops Sale Bodysuits Sale Dresses Sale Bottoms Sale Denim Sale
Outerwear Sale Shoes Sale Accessories
SHOP LIVE
Sign In
Shopping Cart


Your cart is empty

Shop New Arrivals

Your cart is empty

Shop New Arrivals

·
/
Quantity


Notes

Add a note to your order


Subtotal $0.00
Discount -$0.00
Total $0.00
Shipping, taxes, and discount codes calculated at checkout.
Checkout

Cart updated (0)


View cart Checkout
Link to /collections/new-arrivals



SHOP THE DROP

SHOP ALL
Quick View

New Arrival


CALL IT COZY DENIM TEDDY JACKET (MULTI)

$89.00 USD

Quick View

New Arrival


THAT'S FINE BY ME LONG SLEEVE POLO SWEATER DRESS (BLACK)

$25.00 USD


Quick View

New Arrival


EMBRACING THE NOSTALGIA CORDUROY VEST TOP (RUST)

$52.00 USD

Quick View

New Arrival


BOHO BELLE CORDUROY FLARE PANTS (RUST)

$59.00 USD

Quick View

New Arrival


DOWN IN AUSTIN FAUX SUEDE FRINGE SHACKET (TAUPE)

$65.00 USD

Quick View

New Arrival


STEP INTO THE LIMELIGHT SWEETHEART MINI DRESS (BLACK)

$49.00 USD

Quick View

Best Seller
New Arrival


CASSIUS HIGH RISE SPLIT HEM RISEN FLARE JEANS (DARK)

$65.00 USD

Quick View

New Arrival


DELICATE DAZE LACE HEM TOP (WHITE)

$36.00 USD


Quick View

New Arrival


COMFORT IN CHAOS MAXI SKIRT (RUST)

$49.00 USD


Quick View

New Arrival


BUSY LIVING SHORT SLEEVE CROP TEE (RUST)

$23.00 USD




Quick View

New Arrival


CALL IT COZY DENIM TEDDY JACKET (MULTI)

$89.00 USD

Quick View

New Arrival


THAT'S FINE BY ME LONG SLEEVE POLO SWEATER DRESS (BLACK)

$25.00 USD


Quick View

New Arrival


EMBRACING THE NOSTALGIA CORDUROY VEST TOP (RUST)

$52.00 USD

Quick View

New Arrival


BOHO BELLE CORDUROY FLARE PANTS (RUST)

$59.00 USD

Quick View

New Arrival


DOWN IN AUSTIN FAUX SUEDE FRINGE SHACKET (TAUPE)

$65.00 USD

Quick View

New Arrival


STEP INTO THE LIMELIGHT SWEETHEART MINI DRESS (BLACK)

$49.00 USD

Quick View

Best Seller
New Arrival


CASSIUS HIGH RISE SPLIT HEM RISEN FLARE JEANS (DARK)

$65.00 USD

Quick View

New Arrival


DELICATE DAZE LACE HEM TOP (WHITE)

$36.00 USD


Quick View

New Arrival


COMFORT IN CHAOS MAXI SKIRT (RUST)

$49.00 USD


Quick View

New Arrival


BUSY LIVING SHORT SLEEVE CROP TEE (RUST)

$23.00 USD




Link to /collections/city-to-country



TRENDING NOW


HALLOWEEN
DAY TO NIGHT
WESTERN
LUXE LINE
Link to /collections/gameday



BACK IN BESTSELLERS

SHOP ALL
Quick View

Best Seller
New Arrival


SHIPS 9/13 IT'S MY WORLD GEOMETRIC MESH BODYCON DRESS (CREAM)

$36.00 USD

Quick View

Best Seller
New Arrival


SHIPS BY 9/10 WHEN THE LEAVES TURN REVERSIBLE CORDUROY JACKET (CREAM)

$38.00 USD


Quick View

Best Seller
New Arrival


UNIQUE & INTERESTING POL LACE CROCHET BUTTON-DOWN SHIRT (WHITE)

$85.00 USD
1+

Quick View

Best Seller
New Arrival


SASSY STATEMENT RHINESTONE DENIM BOOTS (BLUE DENIM)

$56.00 USD

Quick View

Best Seller
New Arrival


SHIPS BY 9/10 WHEN THE LEAVES TURN REVERSIBLE CORDUROY JACKET (BLACK)

$38.00 USD


Quick View

Best Seller
New Arrival


SHIPS BY 9/10 AUTUMN MORNINGS TIE WAIST TRENCH COAT (CAMEL)

$39.00 USD


Quick View

Best Seller
New Arrival


ARIZONA NIGHTS AZTEC SHERPA JACKET (HUNTER)

$29.00 USD


Quick View

Best Seller
New Arrival


SHIPS BY 9/6 SWEET DREAMS PRINTED ONESIE (PINK)

$39.00 USD

Quick View

Best Seller
New Arrival


SHIPS BY 9/10 FASHIONABLE FOR FALL BRUSHED FLEECE TRENCH COAT (GREYSTONE)

$41.00 USD


Quick View

Best Seller
New Arrival


SHIPS BY 9/10 FASHIONABLE FOR FALL BRUSHED FLEECE TRENCH COAT (CAMEL)

$41.00 USD






BACK IN STOCK


Quick View

Best Seller
New Arrival


SHIPS 9/13 IT'S MY WORLD GEOMETRIC MESH BODYCON DRESS (CREAM)

$36.00 USD

Quick View

Best Seller
New Arrival


SHIPS BY 9/10 WHEN THE LEAVES TURN REVERSIBLE CORDUROY JACKET (CREAM)

$38.00 USD


Quick View

Best Seller
New Arrival


UNIQUE & INTERESTING POL LACE CROCHET BUTTON-DOWN SHIRT (WHITE)

$85.00 USD
1+

Quick View

Best Seller
New Arrival


SASSY STATEMENT RHINESTONE DENIM BOOTS (BLUE DENIM)

$56.00 USD

Quick View

Best Seller
New Arrival


SHIPS BY 9/10 WHEN THE LEAVES TURN REVERSIBLE CORDUROY JACKET (BLACK)

$38.00 USD


Quick View

Best Seller
New Arrival


SHIPS BY 9/10 AUTUMN MORNINGS TIE WAIST TRENCH COAT (CAMEL)

$39.00 USD


Quick View

Best Seller
New Arrival


ARIZONA NIGHTS AZTEC SHERPA JACKET (HUNTER)

$29.00 USD


Quick View

Best Seller
New Arrival


SHIPS BY 9/6 SWEET DREAMS PRINTED ONESIE (PINK)

$39.00 USD

Quick View

Best Seller
New Arrival


SHIPS BY 9/10 FASHIONABLE FOR FALL BRUSHED FLEECE TRENCH COAT (GREYSTONE)

$41.00 USD


Quick View

Best Seller
New Arrival


SHIPS BY 9/10 FASHIONABLE FOR FALL BRUSHED FLEECE TRENCH COAT (CAMEL)

$41.00 USD




Link to /collections/jeans-denim



FOLLOW US ON INSTAGRAM

SHOP YOUR FAVE LOOKS AND TAG US @NANAMACS


FOLLOW US ON INSTAGRAM

SHOP YOUR FAVE LOOKS AND TAG US @NANAMACS

Fall but make it western 🤠 sweaterweather cowgirlstyle...
Shop Now
nanamacs
3 days ago
Autumn Is Calling 📞🍂 fauxleather shacket...
Shop Now
nanamacs
5 days ago
🚨FINAL HOURS🚨 Last Call for 25% OFF EVERYTHING!!!...
Shop Now
nanamacs
5 days ago
Avoid FOMO & Get these Must Have Corded...
Shop Now
nanamacs
5 days ago
I'm Nicer When I Like My Outfit 😏...
Shop Now
nanamacs
5 days ago
Get Your Fall Fix ✨ Take an additional...
Shop Now
nanamacs
6 days ago
Boots Class & a Little Sass 🔥 ...
Shop Now
nanamacs
6 days ago
the bag that is breaking the internet but...
Shop Now
nanamacs
6 days ago
Fall but make it modern western! 🍂 fallstyle...
Shop Now
nanamacs
1 week ago
@caroline k smith giving us all the autumnvibes...
Shop Now
nanamacs
1 week ago


GET 20% OFF YOUR NEXT ORDER

Join our SMS and Email VIP list for exclusive sale access, collection drops and
more!

JOIN NOW

INFO



VIP Rewards Program Refer A Friend Reviews Careers In The News Military Discount
About Us Contact Us Giving Back Preorder FAQ Sezzle FAQ CCPA

HELP



Help Center Size Charts Gift Cards Terms & Conditions Privacy Policy Prop 65

WELCOME




Thank you for shopping with us!
 

If there's anything we can help you with please email or text us at:
 

Email: help@nanamacs.com



Text or Call NanaMacs: (208) 889-1444 


(Mon - Fri 8AM - 4PM PST)

DOWNLOAD OUR APP





Copyright 2024 ©. All rights reserved. NanaMacs · Terms & Conditions · Privacy
Policy



Something went wrong...














×




word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word word word word word word word word word
word word word word word word word word

mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1
mmMwWLliI0fiflO&1