moshai.in Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://moshai.in/
Effective URL: https://moshai.in/
Submission: On May 22 via api from US — Scanned from CA

Form analysis 29 forms found in the DOM

GET /search

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

                      <div class="grow md:py-4 p-2 px-4">
                        <p class="mb-0 type--base !leading-tight
                          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--small 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--small !leading-tight" x-text="Shopify.formatMoney(item.compare_at_price_max, currency_symbol, true, 'amount', '100')">
                              
                            </s>
                          </span>
                        </p>
                      </div>
                    </a>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get">
  <div class="relative" :class="{ 'z-50': search_active }">
    <input type="hidden" name="type" value="product">
    <div class="relative" :class="{ 'z-10': search_active }">
      <label class="sr-only" for="search-desktop"> Search </label>
      <input id="search-desktop" class="form-input !pl-8 py-2 color__text !min-h-0 max-h-[35px]
              color__border-divider-1" type="text" name="q" placeholder="Kurta for Haldi?" x-ref="searchInput" @focus="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 = ''; 
                " x-show="search_active" style="display: none;">
          <!-- snippets/component__icon.liquid -->
          <span class="inline-flex align-middle " aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
              <line x1="18" y1="6" x2="6" y2="18"></line>
              <line x1="6" y1="6" x2="18" y2="18"></line>
            </svg>
          </span>
        </button>
      </div>
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle pointer-events-none absolute !flex items-center
            top-0 left-2 h-full opacity-50 color__text" aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </span>
    </div>
    <div class="absolute overflow-hidden shadow-md border--width border--radius animation-500 pt-16 -left-3 -right-3 -top-3
          color__border-divider-1
          color__bg-body color__text" x-show="search_active" style="display: none;">
      <div class="flex flex-wrap h-full px-4 -mx-4">
        <div class="h-[70vh] max-h-[600px] w-full overflow-y-auto">
          <div class="p-4" x-show="search_loading" style="display: none;">
            <div class="btn--load btn--loading">
              <div class="btn__content">Loading...</div>
              <div class="btn__spinner">
                <!-- snippets/component__icon.liquid -->
                <span class="inline-flex align-middle " aria-hidden="true">
                  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
                    <line x1="12" y1="2" x2="12" y2="6"></line>
                    <line x1="12" y1="18" x2="12" y2="22"></line>
                    <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
                    <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
                    <line x1="2" y1="12" x2="6" y2="12"></line>
                    <line x1="18" y1="12" x2="22" y2="12"></line>
                    <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
                    <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
                  </svg>
                </span>
              </div>
            </div>
          </div>
          <div class="sticky top-0 z-10 border--b-width p-4
                color__border-divider-1
                color__bg-body color__text"
            x-show="(search_items &amp;&amp; search_items.length != 0) || (search_items_pages &amp;&amp; search_items_pages.length !== 0) || (search_items_articles &amp;&amp; search_items_articles.length !== 0) &amp;&amp; !search_loading"
            style="display: none;">
            <button class="underline" type="submit"> View all results </button>
          </div>
          <div x-show="!search_loading &amp;&amp; $refs.searchInput.value.length > 0" style="display: none;">
            <div class="p-4"
              x-show="(search_items &amp;&amp; search_items.length === 0) &amp;&amp; (search_items_pages &amp;&amp; search_items_pages.length === 0) &amp;&amp; (search_items_articles &amp;&amp; search_items_articles.length === 0) &amp;&amp; !search_loading">
              <p>No results found</p>
            </div>
            <div class="p-4 border--b-width color__border-divider-1" x-show="search_items_queries &amp;&amp; search_items_queries.length !== 0" style="display: none;">
              <template x-for="item in search_items_queries">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-html="item.styled_text">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                  color__border-divider-1" x-show="search_items_pages &amp;&amp; search_items_pages.length !== 0" style="display: none;">
              <span class="type--small pb-2 no-underline">
                <strong>Pages</strong>
              </span>
              <template x-for="item in search_items_pages">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                  color__border-divider-1" x-show="search_items_articles &amp;&amp; search_items_articles.length !== 0" style="display: none;">
              <span class="type--small pb-2 no-underline">
                <strong>Articles</strong>
              </span>
              <template x-for="item in search_items_articles">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4 border--b-width 
                  color__border-divider-1" x-show="search_items_collections &amp;&amp; search_items_collections.length !== 0" style="display: none;">
              <span class="type--small pb-2 no-underline">
                <strong>Collections</strong>
              </span>
              <template x-for="item in search_items_collections">
                <div class="flex items-center">
                  <!-- snippets/component__icon.liquid -->
                  <span class="inline-flex align-middle mr-1" aria-hidden="true">
                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
                      <circle cx="11" cy="11" r="8"></circle>
                      <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
                    </svg>
                  </span>
                  <a class="whitespace-nowrap text-ellipsis overflow-hidden no-underline" :href="item.url" x-text="item.title">
                      </a>
                </div>
              </template>
            </div>
            <div class="p-4" x-show="search_items &amp;&amp; search_items.length != 0" style="display: none;">
              <span class="type--small pb-2 no-underline">
                <strong>Products</strong>
              </span>
              <div class="md:gap-4 grid grid-cols-2 gap-2">
                <template x-for="item in search_items">
                  <a class="hover:no-underline border--width border--radius color__bg-body color__text color__border-divider-1 flex items-center w-full overflow-hidden no-underline" :href="item.url">

                        <div class="w-[20%] h-full flex flex-col shrink-0 overflow-hidden">
                          <div class="flex items-center object-cover aspect-[1/1] aspect-w-1 aspect-h-1 h-full max-w-full
                            color__bg-overlay-1 after:color__bg-overlay-1 color__text after:color__text">
                            <img class="w-full h-full object-cover color__bg-overlay-1 after:color__bg-overlay-1 color__text after:color__text" width="95" loading="lazy" :src="item.image  + '&amp;width=95'" :alt="item.title">
                          </div>
                        </div>

                        <div class="grow md:py-4 p-2 px-4">
                          <p class="mb-0 type--base !leading-tight
                            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--small 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--small !leading-tight" x-text="Shopify.formatMoney(item.compare_at_price_max, currency_symbol, true, 'amount', '100')">
                                
                              </s>
                            </span>
                          </p>
                        </div>
                      </a>
                </template>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
            defaultVariantId: 43803213824257,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer); 
            button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <div>
    <button type="button" role="button" class="btn btn--plain btn--small btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                  button_loading = true; 
                  fetchAndRenderQuickAdd('peacock-blue-chikankari-kurta-pyjama', 'upsell');
                  setTimeout(function(){ button_loading = false}, 500);">
      <div class="btn__content">Add</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
            defaultVariantId: 43724016746753,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer); 
            button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <div>
    <button type="button" role="button" class="btn btn--plain btn--small btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                  button_loading = true; 
                  fetchAndRenderQuickAdd('haldi-mirror-kurta-jacket-set', 'upsell');
                  setTimeout(function(){ button_loading = false}, 500);">
      <div class="btn__content">Add</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
            defaultVariantId: 44173442154753,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer); 
            button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <div>
    <button type="button" role="button" class="btn btn--plain btn--small btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                  button_loading = true; 
                  fetchAndRenderQuickAdd('unstitched-black-chikan-embroidery-kurta-pyjama', 'upsell');
                  setTimeout(function(){ button_loading = false}, 500);">
      <div class="btn__content">Add</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
            defaultVariantId: 43677011673345,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer); 
            button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <div>
    <button type="button" role="button" class="btn btn--plain btn--small btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                  button_loading = true; 
                  fetchAndRenderQuickAdd('gold-cotton-satin-pathani-suit-salwar', 'upsell');
                  setTimeout(function(){ button_loading = false}, 500);">
      <div class="btn__content">Add</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
</form>

POST /cart/add

<form class="flex flex-wrap" action="/cart/add" method="post" enctype="multipart/form-data" x-data="{
            defaultVariantId: 43860513128705,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer); 
            button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <div>
    <button type="button" role="button" class="btn btn--plain btn--small btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                  button_loading = true; 
                  fetchAndRenderQuickAdd('green-and-navy-zari-kite-kurta-pyjama', 'upsell');
                  setTimeout(function(){ button_loading = false}, 500);">
      <div class="btn__content">Add</div>
      <div class="btn__spinner">
        <!-- snippets/component__icon.liquid -->
        <span class="inline-flex align-middle " aria-hidden="true">
          <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
            <line x1="12" y1="2" x2="12" y2="6"></line>
            <line x1="12" y1="18" x2="12" y2="22"></line>
            <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
            <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
            <line x1="2" y1="12" x2="6" y2="12"></line>
            <line x1="18" y1="12" x2="22" y2="12"></line>
            <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
            <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
          </svg>
        </span>
      </div>
    </button>
  </div>
</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"> Place Order </div>
    </button>
  </p>
  <div class="type--smaller m-0--clear mt-2">
    <p>Order dispatches in 24 hours ⚡</p>
    <p>All India Free Delivery in 4-6 days ✈️</p>
  </div>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8376244404481" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 45006792196353,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-sandstone-dice-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8376169398529" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 45006637957377,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-sandstone-ikat-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8376132632833" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 45006535459073,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-orange-dice-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8370490278145" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44990801477889,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-firozi-ikat-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8370335875329" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44990107058433,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-blue-ikat-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8370099126529" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44988899885313,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-yellow-ikat-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8354809839873" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44967911522561,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-pink-breeze-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8184430461185" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44472108482817,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-pure-white-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8046284275969" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44034568290561,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-cotton-linen-salmon-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8046282473729" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44034563834113,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-cotton-linen-grey-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="8046282113281" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 44034563375361,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('unstitched-cotton-linen-dark-green-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7988759789825" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43816476016897,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('indigo-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7988758839553" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43816474902785,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('elephant-print-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7988752711937" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43816467136769,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('floral-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7988751630593" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43816465367297,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('block-print-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7988747305217" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43816459796737,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('ajrakh-cotton-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7914292871425" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43585174929665,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('cotton-linen-pink-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7911143997697" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43575837917441,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('white-mini-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7911143604481" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43575837393153,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('blue-mini-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

<form action="/cart/add" data-productid="7911140720897" method="post" enctype="multipart/form-data" class="flex flex-wrap" x-data="{
            defaultVariantId: 43575823925505,
            defaultSellingPlanId: 0,
            quantity: 1,
          }" x-ref="formContainer" @submit.prevent="
          addCartItem($refs.formContainer);
          button_loading = true; 
            setTimeout(function(){ button_loading = false}, 500);
          ">
  <button type="button" class="!w-full btn btn--small btn--secondary btn--load" :class="{ 'btn--loading' : button_loading }" :disabled="button_loading" @click="
                button_loading = true; 
                fetchAndRenderQuickAdd('yellow-mini-kurta-pyjama', 'product');
                setTimeout(function(){ button_loading = false}, 500);">
    <div class="btn__content"> Add to Cart </div>
    <div class="btn__spinner">
      <!-- snippets/component__icon.liquid -->
      <span class="inline-flex align-middle " aria-hidden="true">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader">
          <line x1="12" y1="2" x2="12" y2="6"></line>
          <line x1="12" y1="18" x2="12" y2="22"></line>
          <line x1="4.93" y1="4.93" x2="7.76" y2="7.76"></line>
          <line x1="16.24" y1="16.24" x2="19.07" y2="19.07"></line>
          <line x1="2" y1="12" x2="6" y2="12"></line>
          <line x1="18" y1="12" x2="22" y2="12"></line>
          <line x1="4.93" y1="19.07" x2="7.76" y2="16.24"></line>
          <line x1="16.24" y1="7.76" x2="19.07" y2="4.93"></line>
        </svg>
      </span>
    </div>
  </button>
</form>

POST /cart/add

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

Text Content

Skip to content

Men's Ethnic Fabrics

1/1

Kurta Pyjama Kurta & Bundi Bandhgalas Wedding Collection Shirts Wholesale

0
Search

Loading...

View all results

No results found


Pages

Collections

Articles

Products




Search

Loading...

View all results

No results found


Pages

Articles

Collections

Products




0
Kurta Pyjama
Kurta & Bundi
Bandhgalas
Wedding Collection
Shirts
Wholesale
Cart (0)

Your cart is empty

Start Shopping

Your cart is empty

Start Shopping

·
/
Quantity

Edit



Subtotal ₹0.00
Discount -₹0.00
Total
Best Price
₹0.00

Best Sellers


Unstitched Peacock Chikankari Kurta Pyjama

₹ 1,299

Add



Unstitched Haldi Mirror Kurta Bundi Set

₹ 1,095

Add



Unstitched Black Chikan Embroidery Kurta Pyjama

₹ 1,299

Add



Unstitched Gold Cotton Satin Pathani Suit & Salwar

₹ 1,499

Add



Unstitched Green And Navy Zari Kite Kurta Pyjama

₹ 899

Add


Place Order

Order dispatches in 24 hours ⚡

All India Free Delivery in 4-6 days ✈️

Cart updated (0)


View cart Place Order
0
Kurta Pyjama
Kurta & Bundi
Bandhgalas
Wedding Collection
Shirts
Wholesale
Log in ₹ INR · EN




KEEPING IT COOL

Explore our cotton kurta collection ☀️




COTTONS


New Arrival


Add to Cart



UNSTITCHED SANDSTONE DICE COTTON KURTA PYJAMA

From ₹1,399.00

New Arrival


Add to Cart



UNSTITCHED SANDSTONE IKAT COTTON KURTA PYJAMA

From ₹1,399.00

New Arrival


Add to Cart



UNSTITCHED ORANGE DICE COTTON KURTA PYJAMA

From ₹1,399.00

New Arrival


Add to Cart



UNSTITCHED FIROZI IKAT COTTON KURTA PYJAMA

From ₹1,399.00

New Arrival


Add to Cart



UNSTITCHED BLUE IKAT COTTON KURTA PYJAMA

From ₹1,399.00

New Arrival


Add to Cart



UNSTITCHED YELLOW IKAT COTTON KURTA PYJAMA

From ₹1,399.00

New Arrival


Add to Cart



UNSTITCHED PINK BREEZE COTTON KURTA PYJAMA

From ₹1,299.00

Add to Cart



UNSTITCHED PURE WHITE COTTON KURTA PYJAMA

From ₹1,199.00

Add to Cart



UNSTITCHED COTTON LINEN SALMON KURTA PYJAMA

From ₹1,299.00

Add to Cart



UNSTITCHED COTTON LINEN GREY KURTA PYJAMA

From ₹1,299.00

Add to Cart



UNSTITCHED COTTON LINEN DARK GREEN KURTA PYJAMA

From ₹1,299.00

New Arrival


Add to Cart



UNSTITCHED INDIGO PRINT COTTON KURTA PYJAMA

From ₹1,599.00

Best Seller


Add to Cart



UNSTITCHED ELEPHANT PRINT COTTON KURTA PYJAMA

From ₹1,599.00

Add to Cart



UNSTITCHED FLORAL PRINT COTTON KURTA PYJAMA

From ₹1,599.00

Add to Cart



UNSTITCHED BLOCK PRINT COTTON KURTA PYJAMA

From ₹1,599.00

New Arrival


Add to Cart



UNSTITCHED AJRAKH PRINT COTTON KURTA PYJAMA

From ₹1,599.00

Add to Cart



UNSTITCHED COTTON LINEN PINK KURTA PYJAMA

From ₹1,299.00

Add to Cart



UNSTITCHED WHITE MINI KURTA PYJAMA

From ₹749.00

Add to Cart



UNSTITCHED BLUE MINI KURTA PYJAMA

From ₹749.00

Add to Cart



UNSTITCHED YELLOW MINI KURTA PYJAMA

From ₹749.00




CONTINUE SHOPPING

for your favorite products ❤️


Quantity
Add to Cart

Add to Cart

Sold Out




From From



Heading

Heading

Heading


LIGHTS, KURTA & ACTION

Directing your fashion story 🎬




BASIC KURTA PYJAMA


PRINTED KURTA


JACQUARD KURTA


CHIKANKARI KURTA


EMBROIDERY KURTA


DESIGNER KURTA


WEDDING COLLECTION




HALDI 2023


MEHNDI 2023


SANGEET 2023


RECEPTION 2023


SAGAI 2023


MYRAA / BHAAT


Himanshu Patel
May 16, 2024


Kapde ki quality bahut achha👍 tha I suggest go for it you never disappointed
Sumanth Pilot1
May 3, 2024


Hi happy 😊😊
Vikash Kumar (Subh Celebration)
April 29, 2024


Ordered One Kurta & Nehru Jacket (Bandi) Dress material from Moshai & the
Quality of their product is just Awesome... Worth the money 💵 I will definitely
Suggest them for all Wedding dress materials.
Ms Raza
April 21, 2024


Bahut acha hai
Anju Chetry
April 20, 2024


Was sceptical about product but because of their return policy, I went ahead
with purchase and the product received is truly amazing and colour is exactly
same with great quality fabric. Now I hope the tailor does not mess up and do
the justice to this kurta.
vijay chafle
April 18, 2024


Colour, Quantity, Service is very good
Partners Cafe
April 16, 2024


I am happy 😊😊 thankyou moshai for delivering my order 😊😊😊 I am sure your
company is growing up 🤗
info kriprestaurant
April 14, 2024


--- **Review for Moshai India – A Perfect Choice for Wedding Attire** I recently
had the pleasure of purchasing kurta pajama sets from Moshai India for my son's
wedding, where they were given as gifts to the guests. I am thoroughly impressed
with the entire experience and would like to share my thoughts on various
aspects of my purchase: **Quality of Cloth:** The fabric used in the kurta
pajama sets is of exceptional quality. It feels soft and comfortable, which is
important as the event lasted for several hours. It was evident that high
standards were maintained in the craftsmanship of the garments. **Colour:** The
colors of the kurtas were vibrant and exactly as shown on the website. They were
consistent across all pieces, which is often a concern with bulk orders. The
fabric held its color even after a few washes, which speaks volumes about the
quality of the material and dye used. **Service:** The customer service at
Moshai India was commendable. The staff was very helpful throughout the
selection and ordering process. They ensured that all items were delivered on
time and in perfect condition, which was crucial given the timing of the
wedding. **Price:** Considering the quality of the products and the level of
service provided, the prices were reasonable. It felt like great value for
money, especially for such a special occasion. In conclusion, if you’re looking
for traditional Indian attire for a special event, Moshai India offers both
quality and service that you can rely on. The kurta pajama sets I purchased were
a hit among the guests, and I would not hesitate to recommend Moshai India to
anyone looking for beautifully made, authentic Indian wear. Komal
Bhavya
April 13, 2024


Fabric color and colitis is good
Abinash
April 10, 2024


Good quality product
Sumaira reyaz
April 4, 2024


Superb products and super packaging
Afnan Zaid
April 2, 2024


This kurta and pyjama set looked stunning, and the fabric was amazing. A
must-visit website for every event or festival.
Ruchika Bhatia
March 31, 2024


Fabric awesome Colour superb Just love the quality and packing soon will order
one more
king_ kaifu
March 30, 2024


Very nice clothes and quality and delivery bhi thik timing se milgayi Thanks for
moshai
Yashaswi Mathur
March 30, 2024


Worthwhile...🤩
Md Tarique ahmed
March 30, 2024


My First order .. very good price and Very nice fabric and design.This Eid with
Moshai. Alhamdulillah
arif alam
March 27, 2024


Excellent
AYAZ KOPPAL
March 23, 2024


Impressed! The Quality is Far Better then expected and Worth of The price
point.. i would Recommend to Try it out
Sonal Bhatia
March 22, 2024


The review is based on the variety of fabrics and designs listed on the website.
I can't wait to buy something for my boys and will review on the basis of fabric
quality, ease of ordering, delivery etc.
Mohammed Rifan
March 22, 2024


nice product but pajama chota hai..
uma shankar Singh
March 18, 2024


Satisfied with the quality of clothes
Mohammad waseem baghban
March 16, 2024


Nice quality amazing
khaleel pasha
March 16, 2024


Very good product and very fast delivery
KS Chauhan
March 15, 2024


Good quality fabric. That's more than expected.
Rahul Roy
March 15, 2024


Quality and print of fabric is awesome, vey comfortable to wear and I'm ordering
4-5 more ☺️
Ummedsingh Chouhan
March 13, 2024


Very nice
manish patel
March 10, 2024


I like your product.... Cloth is very very comfortable......
Hashmukh Oswal
March 10, 2024


As per expectations... Good n cloth is as per pics Product is good n value for
money...
Mohammad Khalid Muqtadir
March 2, 2024


This is my first time from moshai I am fully satisfied. The quality is awesome
and the price too is reasonable. Thanks Moshai!!!
Sabaj Uddin
March 2, 2024


I would like to give 4 star ⭐⭐⭐⭐ For price. But for service and quality
⭐⭐⭐⭐⭐5of5





GO BEYOND KURTA

when occasion demands more 📸




KURTA & JACKET SET


PATHANI SUIT


DHOTI KURTA




INDIA'S AMBASSADOR

to the world of fashion 🇮🇳




BANDHGALA SETS




About Us Privacy Policy Refund Policy Shipping Policy Terms of Service Contact
Us

Log in ₹ INR · EN
Powered by Shopify Copyright 2024 ©. All rights reserved.



Enable audio Disable audio

Something went wrong...