chikankarikurti.live Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://chikankarikurti.live/
Submission: On December 10 via api from BE — Scanned from DE

Form analysis 6 forms found in the DOM

<form id="loginModalForm" onsubmit="handleSubmitForm(event)" style="position: relative">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div id="mobile-form" class="mobile-form">
    <div class="hide-on-desktop">
      <label class="mui-input-field mobile-number-field full-width">
        <input class="full-width" autofocus="" type="tel" placeholder=" " id="m-mobile-input" maxlength="10">
        <span class="label">Mobile number</span>
        <span class="abs-prefix">+91</span>
      </label>
    </div>
    <div class="input-box hide-on-mobile">
      <span class="prefix">+91</span>
      <input autofocus="" type="tel" placeholder="Enter your phone number" id="d-mobile-input" maxlength="10">
    </div>
  </div>
  <div id="error-message" class="hidden error-message"></div>
  <div class="dukaan-auth-modal-footer">
    <button class="dukaan-auth-modal-btn-primary" type="submit"> Send OTP </button>
  </div>
</form>

<form id="otp-values" style="position: relative;">
  <style>
    .bounceLoaderWrap {
      position: relative;
      height: 100%;
      width: 100%;
      background-color: var(--white);
    }

    .bounceLoaderWrap.overlay {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: fixed;
      background-color: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(24px);
      z-index: 10;
    }

    .bounceLoaderWrap.overlay.highZIndex {
      z-index: 10000;
    }

    .bounceLoader {
      display: flex;
      align-items: center;
      flex-direction: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: all;
    }

    .bounceLoader.absoluteCenter {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .bounceLoader .spinner {
      text-align: center;
    }

    .bounceLoader .spinner>.bounce {
      width: 20px;
      height: 20px;
      background-color: #ccc;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: bounce-delay 1.4s infinite ease-in-out both;
      animation: bounce-delay 1.4s infinite ease-in-out both;
    }

    .bounceLoader .spinner>.bounce.bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
      margin-right: 8px;
    }

    .bounceLoader .spinner>.bounce.bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
      margin-right: 8px;
    }

    @keyframes bounce-delay {

      0%,
      80%,
      100% {
        -webkit-transform: scale(0);
        transform: scale(0);
      }

      40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
      }
    }
  </style>
  <div class="bounceLoader hidden">
    <div class="spinner">
      <div class="bounce bounce1"></div>
      <div class="bounce bounce2"></div>
      <div class="bounce bounce3"></div>
    </div>
  </div>
  <div class="hide-on-desktop">
    <label class="mui-input-field m-otp-field full-width ">
      <input class="full-width" autofocus="" placeholder="• • • • • •" id="m-otp-input" type="number" maxlength="6">
      <span class="label"></span>
    </label>
  </div>
  <div class="otp-box hide-on-mobile">
    <input class="form-control form-control-solid first" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid second" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid third" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fourth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid fifth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
    <input class="form-control form-control-solid sixth" name="otp-value" onkeyup="handleOTPForm(event)" type="text" autocomplete="one-time-code" maxlength="1">
  </div>
</form>

<form class="w100" onsubmit="handleQuerySearch(event)">
  <input type="text" name="search" class="search-input disable-select advance-filter__search-input" onkeyup="onInputChange(event)" placeholder="Search for products...">
  <input class="hidden" type="submit">
  <button class="clear-search-input-btn hidden" onclick="clearInputSearch(event)">
    <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M15.5896 5.58958C15.915 5.26414 15.915 4.73651 15.5896 4.41107C15.2641 4.08563 14.7365 4.08563 14.4111 4.41107L10.0003 8.82181L5.58958 4.41107C5.26414 4.08563 4.73651 4.08563 4.41107 4.41107C4.08563 4.73651 4.08563 5.26414 4.41107 5.58958L8.82181 10.0003L4.41107 14.4111C4.08563 14.7365 4.08563 15.2641 4.41107 15.5896C4.73651 15.915 5.26414 15.915 5.58958 15.5896L10.0003 11.1788L14.4111 15.5896C14.7365 15.915 15.2641 15.915 15.5896 15.5896C15.915 15.2641 15.915 14.7365 15.5896 14.4111L11.1788 10.0003L15.5896 5.58958Z"
        fill="#808080"></path>
    </svg>
  </button>
</form>

<form onsubmit="handleQuerySearch(event)">
  <input type="text" name="search" class="search-input advance-filter__search-input" onkeyup="onInputChange(event)" placeholder="Search...">
  <input class="hidden" type="submit">
</form>

<form class="w100" onsubmit="handleQuerySearch(event)">
  <input type="text" name="search" placeholder="Search for products..." onkeyup="onInputChange(event)" class="advance-filter__search-input">
  <input class="hidden" type="submit">
</form>

<form class="fullWidth px24 m-px16 pt0 pb0 variant-selection-form-wrapper variant-selection fB a-fs j-fs d-c">
</form>

Text Content

Sign in
Mobile number +91
+91

Send OTP
Sign in

Resend code in 
:

Didn't get the code? Send it on

Verify
Get your OTP on

Call
WhatsApp


CHIKANKARIKURTI.LIVE

Recent searches Clear all


Bestsellers



Categories

Cart Account



Sort by


Relevance

Discount

Price low to high

Price high to low
chikankarikurti.live
Categories
()
1

Clear cart

Are you sure you want to clear all the items from the cart?
Clear cart


BESTSELLERS

Long Kurta

Kurta (11)
Kurta  10
Mustard & White Linen Kurta
₹299
₹299

ADD 




Pastel Peach & White Linen Kurta
₹299
₹299

ADD 




Red & White Linen Kurta
₹299
₹299

ADD 




Maroon & White Linen Kurta
₹299
₹299

ADD 




Rose Pink & White Linen Kurta
₹299
₹299

ADD 




Navy Blue & White Linen Kurta
₹299
₹299

ADD 




Yellow & White Linen Kurta
₹299
₹299

ADD 




Sky Blue & White Linen Kurta
₹299
₹299

ADD 




See all products



CART

Clear cart

Your cart is empty

Looks like you haven't made your choice yet.




SUB TOTAL




Go to cart

Color:  | 






ADD

Your cart is empty

Looks like you haven't made your choice yet.



Categories



Long Kurta

107

View all categories





Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code






Free delivery Delivery happens within: 3-5 days
Payment options Cash on delivery
Customer support

Store details chikankarikurti.live

Quick links
Contact
Shipping policy
Terms & Conditions
Privacy Policy
Refund Policy
Follow us
Facebook Twitter LinkedIn Youtube Instagram Pinterest
Add More

Home

Cart

Account
Menu


Home Shop Wishlist


clock


Recent searches Clear all


Bestsellers


Menu

My wishlist
Account
Add to cart



ADD 



Buy now





Out of stock
This product is out of stock





See all products


ADD  

product category name
boAt Airdopes 131 - boat
per gram
RM1,599
RM1,599
boAt Airdopes 131 - boat
per gram
RM1,599
RM1,599
boAt Airdopes 131 - boat
per gram
RM1,599
RM1,599
boAt Airdopes 131 - boat
per gram
RM1,599
RM1,599
boAt Airdopes 131 - boat
per gram
RM1,599
RM1,599
boAt Airdopes 131 - boat
per gram
RM1,599
RM1,599








Add to wishlist Wishlisted








 *

Wishlist
Select options

--------------------------------------------------------------------------------





My wishlist
1
 1. Home
 2. Wishlist



Move to cart

Move to cart


Move to cart
Out of stock