crunchique.com Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://crunchique.com/
Submission: On September 01 via api from BE — Scanned from DE

Form analysis 4 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 id="variant-selection">
  <div class="variant-selection">
    <div class="variant-type-section mb24">
      <div class="variant-type-header size-selection-heading">
        <span class="variant-type-label size-selection-label">Select size</span>
        <span class="mandatory-field-star">*</span>
      </div>
      <div class="size-selection size-selection-list mb-8">
      </div>
    </div>
    <div class="variant-type-section">
      <div class="variant-type-header color-selection-heading">
        <span class="variant-type-label color-selection-label">Select color</span>
        <span class="mandatory-field-star">*</span>
      </div>
      <div class="color-selection color-selection-list">
      </div>
    </div>
  </div>
</form>

<form class="variant-selection-form-wrapper">
</form>

Text Content

Flash sale ends soon!


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



CATEGORIES




items





ALL COLLECTIONS




CRUNCHIQUE

 * Home
 * Shop
   Makhanas Cookies & Sweets Savories
 * About Us
 * Blog
 * 

Search
Wishlist
Account
Cart


CRUNCHIQUE



MENU

Home

Shop

About Us

Blog

Wishlist

Account

Facebook
Instagram
Shop
Makhanas Cookies & Sweets Savories
Facebook
Instagram



Coupons and offers


Offers
Copy code






 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 
 * 

 * 
 * 



MAKHANAS

COOKIES & SWEETS

SAVORIES


MAKHANAS

 * 
 * 
 * 
 * 



On sale

Add to cart




FARM FRESH RAW MAKHANA

₹195 ₹249 (22% OFF)
 * 
 * 
 * 
 * 



On sale

Add to cart




SALTED MAKHANAS

₹149 ₹179 (17% OFF)
 * 
 * 
 * 
 * 
 * 



On sale

Add to cart




GUD MAKHANA

₹179 ₹199 (10% OFF)
 * 
 * 
 * 
 * 
 * 
 * 



On sale

Add to cart




LEMON CHILLY MAKHANA

₹179 ₹199 (10% OFF)
 * 
 * 
 * 
 * 



On sale

Add to cart




CHEESE MAKHANA

₹179 ₹199 (10% OFF)
 * 
 * 
 * 
 * 



On sale

Add to cart




PUDINA MAKHANA

₹149 ₹179 (17% OFF)
 * 
 * 
 * 



On sale

Add to cart




BLACK PEPPER MAKHANA

₹149 ₹179 (17% OFF)


COOKIES & SWEETS

 * 
 * 
 * 
 * 



On sale

Add to cart




MAKHANA CHOCOLATE COOKIES

₹250 ₹300 (17% OFF)
 * 
 * 
 * 



On sale

Add to cart




RAGI COOKIES

₹250 ₹300 (17% OFF)
 * 
 * 
 * 
 * 



On sale

Add to cart




MAKHANA LADOO

₹250 ₹350 (29% OFF)


SAVORIES

 * 
 * 
 * 
 * 



On sale

Add to cart




PUDINA SEV

₹100 ₹149 (33% OFF)
 * 
 * 
 * 
 * 



On sale

Add to cart




MAKHANA CHIVDA

₹179 ₹199 (10% OFF)



Coupon Details
COPY CODE






DELIVERY HAPPENS WITHIN: 6-24 HOURS

SUPPORT@CRUNCHIQUE.COM


COLLECTIONS

Makhanas Cookies & Sweets Savories


LINKS

Home Shop Privacy Policy Refund Policy Terms of Service Contact Policy


STAY CONNECTED

Facebook
Instagram
Add More


Home

Cart

Account

On sale
Sold out

Add to cart



View all products


This product is out of stock




Search

Recent searches Clear all


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

Top categories


clock

Add to cart



Add to cart



Buy now


Select size *

Select color *



On sale
Sold out




Facebook
Instagram







Add to wishlist Wishlisted
Wishlist Wishlisted








Wishlist

 1. Home
 2. Wishlist



On sale
Sold out


Move to cart

Move to cart


Move to cart
Out of stock