sparklebakerss.in Open in urlscan Pro
103.181.194.5  Public Scan

Submitted URL: http://www.sparklebakerss.in/
Effective URL: https://sparklebakerss.in/
Submission: On January 16 via manual from NO — Scanned from NO

Form analysis 7 forms found in the DOM

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

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

<form>
  <div class="sortLabel">
    <input type="radio" id="relevance" name="sort_by" value="bestsellers" onclick="sortByClickHandler('bestsellers', sortDropDownHandler)" checked="checked">
    <label for="relevance"> Featured </label>
    <br>
  </div>
  <div class="sortLabel">
    <input type="radio" id="discount" name="sort_by" value="better_discount" onclick="sortByClickHandler('better_discount', sortDropDownHandler)">
    <label for="discount"> Discount </label>
    <br>
  </div>
  <div class="sortLabel">
    <input type="radio" id="price" name="sort_by" value="price_low_to_high" onclick="sortByClickHandler('price_low_to_high', sortDropDownHandler)">
    <label for="price"> Price low to high </label>
  </div>
  <div class="sortLabel">
    <input type="radio" id="-price" name="sort_by" value="price_high_to_low" onclick="sortByClickHandler('price_high_to_low', sortDropDownHandler)">
    <label for="-price"> Price high to low </label>
  </div>
</form>

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

<form id="variant-selection" class="fullWidth px24 m-px16 pb0 pt0">
  <div class="variant-selection fB a-fs j-fs d-c">
    <div class="size-selection-wrapper hidden fB d-c a-fs w100 pb16">
      <span class="t-16_24 medium block"> Select size <sup class="c-red">*</sup>
      </span>
    </div>
    <div class="size-selection hidden w100 mb24"></div>
    <div class="color-selection-wrapper hidden fB d-c a-fs w100 pb16">
      <span class="t-16_24 medium block"> Select color <sup class="c-red">*</sup>
      </span>
    </div>
    <div class="color-selection color-selection-list hidden fB a-c j-fs w100 f-wrap mb24"></div>
    <div class="addon-selection-wrapper hidden fB d-c a-fs w100 mb24">
    </div>
  </div>
</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>

Text Content

Get 10% off On Prepaid Order


No products found
Recent searches Clear all


Bestsellers



Categories

Bag

Account





Sort by


Featured

Discount

Price low to high
Price high to low


SPARKLE BAKERRS

Gifts for Birthday
Gifts for Anniversary
Flowers
Customized Cake Inquiry
Privacy Policy
Refund Policy
Terms & conditions
Store locator

Menu



Gifts for Birthday

Gifts for Anniversary

Flowers

Customized Cake Inquiry

Privacy Policy

Refund Policy

Terms & conditions

Store locator

Account

Item
1
1

Menu

Gifts for Birthday
Gifts for Anniversary
Flowers
Customized Cake Inquiry
Privacy Policy
Refund Policy
Terms & conditions
Store locator
Account





No products found
Recent searches Clear all


Bestsellers


 * 

 * 

Free delivery   •   Delivery happens within: 6-24 hours   •   Cash on delivery
  •   More info


SPARKLE BAKERRS

Free delivery

 * Cash on delivery

Sparkle Bakerss, 18/9B, Shukratara Apartment, Durgamata Colony, Behind Hotel...



All categories
Baby Shower Cakes

2

Floral Cakes

1

Anniversary Cakes

5

Birthday Cakes

9

Pinata Cakes

4

Naughty Cakes

1

View all categories

Baby Shower Cakes (2) Floral Cakes (1) Anniversary Cakes (5) Birthday Cakes (9)
Pinata Cakes (4) Naughty Cakes (1)


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


BABY SHOWER CAKES 

2

Baby Shower Cake

Per piece


₹1,800

₹2,000
10% OFF
ADD




Baby Shower Cake

Per piece


₹3,600

₹4,500
20% OFF
ADD




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


FLORAL CAKES 

1

Floral Cake

Per piece


₹1,299

₹1,500
13% OFF
ADD




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


ANNIVERSARY CAKES 

5

Anniversary Cake

Per piece


₹1,100

₹1,400
21% OFF
ADD




Anniversary Cake

Per piece


₹8,200

₹10,000
18% OFF
ADD




Anniversary Cake

Per piece


₹1,200

₹1,500
20% OFF
ADD




Anniversary Cake

Per piece


₹5,400

₹6,000
10% OFF
ADD




Anniversary Cake

Per piece


₹1,200

₹1,500
20% OFF
ADD




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


BIRTHDAY CAKES 

9

Black Current Cake

Per piece


₹350

₹500
30% OFF
ADD




Black Forest Cake

Per piece


₹350

₹500
30% OFF
ADD




Butterscotch Cake

Per piece


₹375

₹500
25% OFF
ADD




Black Forest Cake

Per piece


₹350

₹500
30% OFF
ADD




Black Forest Cake

Per piece


₹350

₹500
30% OFF
ADD




Numeric Cake

Per piece


₹2,200

₹2,450
10% OFF
ADD



View all

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


PINATA CAKES

4

Pinata Cake

Per piece



₹865

₹1,000
14% OFF
ADD




Pinata Cake

Per piece



₹900

₹1,200
25% OFF
ADD




Pinata Cake

Per piece



₹900

₹1,200
25% OFF
ADD




Avengers Pinata Theme Cake

Per piece



₹1,200

₹1,500
20% OFF
ADD



View all

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


NAUGHTY CAKES

1

Adults Cake

Per piece



₹2,100

₹2,500
16% OFF
ADD



View all

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



Categories

Baby Shower Cakes

2

Floral Cakes

1

Anniversary Cakes

5

Birthday Cakes

9

Pinata Cakes

4

Naughty Cakes

1

View all categories


Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code







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


FREE DELIVERY

Delivery happens within: 6-24 hours


PAYMENT OPTIONS

Cash on delivery


CUSTOMER SUPPORT

sparklebakerss@gmail.com


Store details

Sparkle Bakerrs

Sparkle Bakerss, 18/9B, Shukratara Apartment, Durgamata Colony, Behind Hotel
Shivar Garden, Rahatani Road, Rahatani, Pune, Maharashtra - 411017



Follow us

Facebook Instagram
Text
Add More

Home

Search

Bag

Account

Buy now
ADD
Add to bag



ADD











Select options

Select size *

Select color *











MARTIN, GEORGE R.R

prouct food name

per qth
some amount here
Add

prouct food name

per qth
some amount here
Add

prouct food name

per qth
some amount here
Add

ADD
View all

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







This product is out of stock.
Sign in
Mobile number +91
+91

Send OTP
Sign in

Resend code in 
:

Didn't get the code? See other options
Check
Get your OTP on

Call
WhatsApp