onlinesareelive.com Open in urlscan Pro
103.181.194.5  Public Scan

Submitted URL: http://www.onlinesareelive.com/
Effective URL: https://onlinesareelive.com/
Submission: On November 26 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form class="w100" onsubmit="handleQuerySearch(event)">
  <input type="text" class="search-input disable-select advance-filter__search-input" onkeyup="onInputChange(event)" name="search" 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>
  <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" onsubmit="handleQuerySearch(event)">
  <input name="search" class="advance-filter__search-input" type="text" placeholder="Search for products..." onkeyup="onInputChange(event)">
  <input class="hidden" type="submit">
</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 class="fullWidth px24 m-px16 pt0 pb0 variant-selection-form-wrapper variant-selection fB a-fs j-fs d-c">
</form>

Text Content

Aagman

No products found
Recent searches Clear all


Bestsellers



Categories

Cart

Account





Sort by


Featured

Discount

Price low to high
Price high to low


AAGMAN

Home Shop Wishlist About Me Privacy Policy Refund Policy Terms & conditions

Aagman


Menu


Home Shop Wishlist About Me Privacy Policy Refund Policy Terms & conditions


Menu



About Me

Privacy Policy

Refund Policy

Terms & conditions

Account

Aagman


Item
1
1

Menu

About Me
Privacy Policy
Refund Policy
Terms & conditions
Account





No products found
Recent searches Clear all


Bestsellers


 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

Free delivery   •   Delivery happens within: 5-10 days   •   Online payment
  •   More info


AAGMAN

Free delivery

 * Online payment

SP Sukhobristi, Action Area III, Newtown, Kolkata, West Bengal 700135, India




All categories
Georgette

1

Silk

6

Cotton Saree

1

View all categories

Georgette (1) Silk (6) Cotton Saree (1)


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


GEORGETTE 

1

Designer Georgette

Per piece


₹2,799

₹6,899
59% OFF
ADD




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


SILK 

6

Semi Pashmina Silk

Per piece


₹799

₹1,699
53% OFF
ADD




Semi Modal Silk

Per piece


₹699

₹1,599
56% OFF
ADD




Premium Katan Silk

Per piece


₹2,200

₹4,500
51% OFF
ADD




Cotton Silk

Per piece


₹1,099

₹1,700
35% OFF
ADD




Manipuri Patola Silk

Per piece


₹1,649

₹2,699
39% OFF
ADD




Pashmina Silk

Per piece


₹2,599

₹4,999
48% OFF
ADD




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


COTTON SAREE 

1

Begumpuri Cotton

Per piece


₹900

₹1,799
50% OFF
ADD




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



Categories



Georgette

1

Silk

6

Cotton Saree

1

View all categories





Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code







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


FREE DELIVERY

Delivery happens within: 5-10 days


PAYMENT OPTIONS

Online payment


CUSTOMER SUPPORT

anindita003@gmail.com


Store details

Aagman

SP Sukhobristi, Action Area III, Newtown, Kolkata, West Bengal 700135, India



Follow us

Facebook Instagram
Sorry we're currently not accepting orders

Home

Search

Cart

Account

Buy now
ADD
Add to cart



ADD


















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.
Home /  

Add to wishlist Wishlisted
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








 *

Wishlist
Select options

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






My wishlist
1
 1. Home
 2. Wishlist



Move to cart

Move to cart


Move to cart
Out of stock