natlink.in Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://natlink.in/
Submission: On March 06 via api from US — Scanned from US

Form analysis 8 forms found in the DOM

<form id="modal-search-form" onsubmit="redirectToSearchPageOnSubmit(event, 'modal-search-form')" class="d-flex position-relative w-100" style="z-index: 103;">
  <div class="input-wrapper w-100">
    <input id="search-input" class="dkn-search-input w-100 py-10 ps-5 search-input advance-filter__search-input rounded-lg" type="text" style="border: none !important; padding-top: 8px; padding-bottom: 8px;" name="search" autocomplete="off"
      onkeyup="onInputChange(event)" onclick="openDesktopDropDown()" placeholder="Search for products...">
  </div>
  <button type="submit" class="search-btn btn-transparent position-absolute top-50 translate-middle-y" style="left: 16px">
    <svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M3.72933 9.16683C3.72933 5.88764 6.38764 3.22933 9.66683 3.22933C12.946 3.22933 15.6043 5.88764 15.6043 9.16683C15.6043 10.7695 14.9693 12.2239 13.9372 13.2921C13.9102 13.3125 13.8842 13.335 13.8596 13.3596C13.835 13.3842 13.8125 13.4102 13.7921 13.4372C12.7239 14.4693 11.2695 15.1043 9.66683 15.1043C6.38764 15.1043 3.72933 12.446 3.72933 9.16683ZM14.3556 14.8867C13.0794 15.9341 11.4465 16.5627 9.66683 16.5627C5.58222 16.5627 2.271 13.2514 2.271 9.16683C2.271 5.08222 5.58222 1.771 9.66683 1.771C13.7514 1.771 17.0627 5.08222 17.0627 9.16683C17.0627 10.9465 16.4341 12.5794 15.3867 13.8556L18.5158 16.9846C18.8005 17.2693 18.8005 17.731 18.5158 18.0158C18.231 18.3005 17.7693 18.3005 17.4846 18.0158L14.3556 14.8867Z"
        fill="#B2B2B2"></path>
    </svg>
  </button>
  <input class="hidden" type="submit">
</form>

<form class="d-flex w-100" id="search-form" onsubmit="redirectToSearchPageOnSubmit(event, 'search-form')">
  <div class="dkn-input-wrapper w-100">
    <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg" class="dkn-search-icon">
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M3.22921 9.16668C3.22921 5.88749 5.88752 3.22918 9.16671 3.22918C12.4459 3.22918 15.1042 5.88749 15.1042 9.16668C15.1042 10.7694 14.4692 12.2237 13.4371 13.2919C13.4101 13.3123 13.3841 13.3348 13.3595 13.3594C13.3348 13.3841 13.3123 13.41 13.292 13.4371C12.2238 14.4692 10.7694 15.1042 9.16671 15.1042C5.88752 15.1042 3.22921 12.4459 3.22921 9.16668ZM13.8554 14.8866C12.5793 15.9339 10.9464 16.5625 9.16671 16.5625C5.0821 16.5625 1.77087 13.2513 1.77087 9.16668C1.77087 5.08207 5.0821 1.77084 9.16671 1.77084C13.2513 1.77084 16.5625 5.08207 16.5625 9.16668C16.5625 10.9464 15.9339 12.5793 14.8866 13.8554L18.0157 16.9844C18.3004 17.2692 18.3004 17.7309 18.0157 18.0156C17.7309 18.3004 17.2692 18.3004 16.9845 18.0156L13.8554 14.8866Z"
        fill="#B2B2B2"></path>
    </svg>
    <input class="dkn-search-input advance-filter__search-input text-14_20" type="text" name="search" autocomplete="off" onkeyup="onSearchInputChange(event,'desktop-search-form')" onclick="openDesktopSearchDropDown()"
      placeholder="Search for products...">
  </div>
  <input class="hidden" type="submit">
</form>

<form class="variant-selection-form-wrapper w-100 px-3 px-lg-4 mb-4">
</form>

<form class="variant-selection-form-wrapper h-100 d-flex flex-column justify-content-between overflow-auto">
</form>

<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 onsubmit="handleReviewSubmit(event)" class="review-form full-width" id="review-form">
  <div class="flex d-column review-form-wrapper">
    <div class="rm-product-details flex d-row a-center">
      <div class="rm-product-image">
        <img loading="lazy" src="">
      </div>
      <div class="rm-product-name"></div>
    </div>
    <div class="flex d-column rm-rating">
      <div class="flex d-row a-center" id="rm-rating-div">
        <input id="rating-input" name="rating" value="0" type="number" class="hidden" data-haschanged="false">
        <div class="rm-stars flex d-row j-start a-center" id="rm-rating-star-wrapper">
          <div onclick="setActiveRatingValue('0')" class="flex d-row rm-rating-star-div" style="position: relative">
            <svg class="rm-rating-star not-selected-star" width="24" height="24" viewBox="0 0 24 24" fill="none" data-rating="0" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M12 20.0196L17.9971 23.808C18.9434 24.4056 20.1104 23.5175 19.8594 22.3919L18.2675 15.2508L23.567 10.4454C24.4022 9.68877 23.9557 8.25246 22.855 8.15519L15.879 7.5362L13.1502 0.796791C12.7193 -0.265597 11.2807 -0.265597 10.8498 0.796791L8.12099 7.5362L1.14504 8.15519C0.044341 8.25246 -0.402216 9.68877 0.432966 10.4454L5.73251 15.2508L4.1406 22.3919C3.88956 23.5175 5.05664 24.4056 6.00286 23.808L12 20.0196Z"
                fill="#D9D9D9"></path>
            </svg>
            <div class="tooltip tooltip-0 hidden flex d-row j-center a-center">
              <div class="tooltip-offset"></div>
              <div class="tooltip-text">Hated it</div>
            </div>
          </div>
          <div onclick="setActiveRatingValue('1')" class="flex d-row rm-rating-star-div" style="position: relative">
            <svg class="rm-rating-star not-selected-star" width="24" height="24" viewBox="0 0 24 24" fill="none" data-rating="1" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M12 20.0196L17.9971 23.808C18.9434 24.4056 20.1104 23.5175 19.8594 22.3919L18.2675 15.2508L23.567 10.4454C24.4022 9.68877 23.9557 8.25246 22.855 8.15519L15.879 7.5362L13.1502 0.796791C12.7193 -0.265597 11.2807 -0.265597 10.8498 0.796791L8.12099 7.5362L1.14504 8.15519C0.044341 8.25246 -0.402216 9.68877 0.432966 10.4454L5.73251 15.2508L4.1406 22.3919C3.88956 23.5175 5.05664 24.4056 6.00286 23.808L12 20.0196Z"
                fill="#D9D9D9"></path>
            </svg>
            <div class="tooltip tooltip-1 hidden flex d-row j-center a-center">
              <div class="tooltip-offset"></div>
              <div class="tooltip-text">Didn't like it</div>
            </div>
          </div>
          <div onclick="setActiveRatingValue('2')" class="flex d-row rm-rating-star-div" style="position: relative">
            <svg class="rm-rating-star not-selected-star" width="24" height="24" viewBox="0 0 24 24" fill="none" data-rating="2" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M12 20.0196L17.9971 23.808C18.9434 24.4056 20.1104 23.5175 19.8594 22.3919L18.2675 15.2508L23.567 10.4454C24.4022 9.68877 23.9557 8.25246 22.855 8.15519L15.879 7.5362L13.1502 0.796791C12.7193 -0.265597 11.2807 -0.265597 10.8498 0.796791L8.12099 7.5362L1.14504 8.15519C0.044341 8.25246 -0.402216 9.68877 0.432966 10.4454L5.73251 15.2508L4.1406 22.3919C3.88956 23.5175 5.05664 24.4056 6.00286 23.808L12 20.0196Z"
                fill="#D9D9D9"></path>
            </svg>
            <div class="tooltip tooltip-2 hidden flex d-row j-center a-center">
              <div class="tooltip-offset"></div>
              <div class="tooltip-text">Just ok</div>
            </div>
          </div>
          <div onclick="setActiveRatingValue('3')" class="flex d-row rm-rating-star-div" style="position: relative">
            <svg class="rm-rating-star not-selected-star" width="24" height="24" viewBox="0 0 24 24" fill="none" data-rating="3" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M12 20.0196L17.9971 23.808C18.9434 24.4056 20.1104 23.5175 19.8594 22.3919L18.2675 15.2508L23.567 10.4454C24.4022 9.68877 23.9557 8.25246 22.855 8.15519L15.879 7.5362L13.1502 0.796791C12.7193 -0.265597 11.2807 -0.265597 10.8498 0.796791L8.12099 7.5362L1.14504 8.15519C0.044341 8.25246 -0.402216 9.68877 0.432966 10.4454L5.73251 15.2508L4.1406 22.3919C3.88956 23.5175 5.05664 24.4056 6.00286 23.808L12 20.0196Z"
                fill="#D9D9D9"></path>
            </svg>
            <div class="tooltip tooltip-3 hidden flex d-row j-center a-center">
              <div class="tooltip-offset"></div>
              <div class="tooltip-text">Liked it</div>
            </div>
          </div>
          <div onclick="setActiveRatingValue('4')" class="flex d-row rm-rating-star-div" style="position: relative">
            <svg class="rm-rating-star not-selected-star" width="24" height="24" viewBox="0 0 24 24" fill="none" data-rating="4" xmlns="http://www.w3.org/2000/svg">
              <path
                d="M12 20.0196L17.9971 23.808C18.9434 24.4056 20.1104 23.5175 19.8594 22.3919L18.2675 15.2508L23.567 10.4454C24.4022 9.68877 23.9557 8.25246 22.855 8.15519L15.879 7.5362L13.1502 0.796791C12.7193 -0.265597 11.2807 -0.265597 10.8498 0.796791L8.12099 7.5362L1.14504 8.15519C0.044341 8.25246 -0.402216 9.68877 0.432966 10.4454L5.73251 15.2508L4.1406 22.3919C3.88956 23.5175 5.05664 24.4056 6.00286 23.808L12 20.0196Z"
                fill="#D9D9D9"></path>
            </svg>
            <div class="tooltip tooltip-4 hidden flex d-row j-center a-center">
              <div class="tooltip-offset"></div>
              <div class="tooltip-text">Loved it</div>
            </div>
          </div>
        </div>
        <div class="rating-meaning-text hide-on-mobile"></div>
      </div>
      <div class="r-helper-text" id="review-helper-text"></div>
    </div>
    <div class="flex d-column mb24">
      <label class="rm-form-label"> Your name<span class="rm-required">*</span>
      </label>
      <div class="rm-form-input-wrap flex d-row a-center">
        <input id="full_name-input" name="full_name" value="" placeholder="Enter your full name" maxlength="200" type="text" onkeypress="handleTextValueChange(event)">
      </div>
      <div class="r-helper-text" id="full_name-helper-text"></div>
    </div>
    <div class="flex d-column mb24">
      <div class="flex j-sb">
        <label class="rm-form-label">Add photos (Optional)</label>
        <span class="product-images-upload-count hidden"></span>
      </div>
      <div class="flex">
        <div class="rm-form-add-pic-wrap flex d-row a-center">
          <input style="opacity: 0;
                                height: 100% !important;
                                position: absolute" type="file" name="product_img" onclick="event.target.value = null" onchange="handleImageUploadForReview(event)" class="cursor-pointer h-100" accept=".jpeg, .gif, .png, .jpg">
          <svg class="cursor-pointer" width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg" color="var(--theme-primary-black-30)">
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M14.9999 3.66669C14.5541 3.66669 14.1378 3.88949 13.8905 4.26042L10.953 8.66669H4.99992C3.76224 8.66669 2.57526 9.15835 1.70009 10.0335C0.824917 10.9087 0.333252 12.0957 0.333252 13.3334V31.6667C0.333252 32.9044 0.824917 34.0913 1.70009 34.9665C2.57526 35.8417 3.76224 36.3334 4.99992 36.3334H34.9999C36.2376 36.3334 37.4246 35.8417 38.2998 34.9665C39.1749 34.0913 39.6666 32.9044 39.6666 31.6667V13.3334C39.6666 12.0957 39.1749 10.9087 38.2998 10.0335C37.4246 9.15835 36.2376 8.66669 34.9999 8.66669H29.0468L26.1093 4.26042C25.862 3.88949 25.4457 3.66669 24.9999 3.66669H14.9999ZM12.776 10.7396L15.7135 6.33335H24.2863L27.2239 10.7396C27.4711 11.1106 27.8874 11.3334 28.3333 11.3334H34.9999C35.5304 11.3334 36.0391 11.5441 36.4141 11.9191C36.7892 12.2942 36.9999 12.8029 36.9999 13.3334V31.6667C36.9999 32.1971 36.7892 32.7058 36.4141 33.0809C36.0391 33.456 35.5304 33.6667 34.9999 33.6667H4.99992C4.46949 33.6667 3.96078 33.456 3.58571 33.0809C3.21063 32.7058 2.99992 32.1971 2.99992 31.6667V13.3334C2.99992 12.8029 3.21063 12.2942 3.58571 11.9191C3.96078 11.5441 4.46949 11.3334 4.99992 11.3334H11.6666C12.1124 11.3334 12.5287 11.1106 12.776 10.7396ZM14.6666 21.6667C14.6666 18.7212 17.0544 16.3334 19.9999 16.3334C22.9454 16.3334 25.3333 18.7212 25.3333 21.6667C25.3333 24.6122 22.9454 27 19.9999 27C17.0544 27 14.6666 24.6122 14.6666 21.6667ZM19.9999 13.6667C15.5816 13.6667 11.9999 17.2484 11.9999 21.6667C11.9999 26.085 15.5816 29.6667 19.9999 29.6667C24.4182 29.6667 27.9999 26.085 27.9999 21.6667C27.9999 17.2484 24.4182 13.6667 19.9999 13.6667Z"
              fill="currentColor">
            </path>
          </svg>
        </div>
        <!-- review images renderer -->
        <div class="display-review-images flex show-scrollbar"></div>
      </div>
    </div>
    <div class="flex d-column mb24">
      <label class="rm-form-label">Write a review (Optional)</label>
      <div class="rm-form-input-wrap flex d-row a-center">
        <textarea id="description-input" onkeyup="handleTextValueChange(event)" name="description" value="" placeholder="Tell others what you think about this product" type="text" rows="4" maxlength="500"></textarea>
      </div>
      <div class="rm-max-length-text">0/500</div>
    </div>
  </div>
</form>

<form id="variant-selection">
  <div class="variant-type-section px-3 px-lg-4">
    <div class="variant-common variant-size mb-4">
      <div class="select-size-heading size-selection-heading sub-body font-semibold mb-3 d-flex"> Select size <span class="mandatory-star">*</span>
      </div>
      <div class="size-selection d-flex flex-wrap gap-2"></div>
    </div>
    <div class="variant-common variant-color mt16">
      <div class="select-size-heading color-selection-heading sub-body font-semibold mb-3 d-flex"> Color <span class="mandatory-star">*</span>
      </div>
      <div class="color-selection color-selection-list d-flex gap-2 flex-wrap">
      </div>
    </div>
  </div>
</form>

Text Content

 * About us

 * Terms & Conditions

 * Refund Policy

 * Privacy Policy

 * Contact us



 * Alphonso Mangoes

 * Kesar Mangoes

 * All Products


 * Home
 * Shop
 * About us
 * Contact us
 * Privacy Policy
 * Refund Policy
 * Terms & Conditions
 * 




MENU

Home
Shop
Alphonso Mangoes
Kesar Mangoes
All Products
Wishlist
Account
About us
Contact us
Privacy Policy
Refund Policy
Terms & Conditions



Recent searches Clear all


Top categories



Products



Categories





No results found






 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 

FLAT ₹150 OFF
Use TWINMANGO | Above ₹2,000
FLAT ₹150 OFF
Use MANGO | Above ₹3,500
FLAT ₹100 OFF
Use FIRSTTIME | Above ₹900
Indulge in the finest mango experience

Immerse yourself in the delectable world of premium mangoes sourced from our
trusted farmers with over 40 years of expertise. Taste the richness of
authenticity and celebrate the joy of farm-fresh goodness. Explore our exclusive
varieties and make this summer an unforgettable Mango Fiesta!

Buy Now
Top categories
View all
Alphonso Mangoes

Kesar Mangoes

All Products
View all

Alphonso Mangoes

View All

₹1,299



Out of stock
Ratnagiri Alphonso Mangoes (Box of 12 Pcs)

Add to cart






₹1,399



Out of stock
Devgad Alphonso Mangoes (Box of 12 pcs)

Add to cart





View all
Coupons and offers


Offers
Copy code








Coupon Details
COPY CODE





Search





Recent searches
Clear all

Top categories








 * Store details
 * Natlink Ventures
 * J-461, APMC Fruit Market, Sector 19, Vashi, Navi Mumbai, Maharashtra 400703,
   India.

About us

Terms & Conditions

Refund Policy

Privacy Policy

Contact us

Add More
Home
Shop
Bag

Account
Add to bag





Add to cart






Out of stock

This product is out of stock.

Buy now



]









Shimmer

Out of stock


Add to cart

Out of stock


Add to cart

Wishlist
Add to bag


 * Home

   

 * 





Wishlist Wishlisted
Quantity




Wishlist Wishlisted
Add to bag Go to bag








Wishlist

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

Write a review


Sort by

Newest first

Newest first

Oldest first

Highest rated

Lowest rated

Ratings

All ratings

All ratings

5 Stars

4 Stars

3 Stars

2 Stars

1 Star



Be the first to review this product
Write a review

Customer reviews
Verified purchase



Write a review

Write a review
Hated it
Didn't like it
Just ok
Liked it
Loved it


Your name*


Add photos (Optional)

Write a review (Optional)

0/500
Submit
Verified purchase



Delete this review?

Delete
Verified purchase



Edit Delete





 * Home

   

 * Wishlist




Move to cart

Move to cart


1

Move to cart
Out of stock





Add to wishlist

Wishlisted

WISHLIST

WISHLISTED

Select size *

Color *

Wishlist
Coupon Details
TWINMANGO
COPY CODE

Add items worth ₹2,000 to get this offer
Purchase any 2 items and get ₹150 off. Applicable Only on online payment
Details
Applicable Only on online payment
Applicable only 3 times per customer
Coupon Details
MANGO
COPY CODE

Add items worth ₹3,500 to get this offer
Get ₹150 off on item total above ₹3,500. Applicable Only on online payment
Details
Applicable Only on online payment
Applicable only once per customer
Coupon Details
FIRSTTIME
COPY CODE

Add items worth ₹900 to get this offer
Get ₹100 off on item total above ₹900. Applicable Only on online payment
Details
Applicable Only on online payment
Applicable only once per customer