laali.in Open in urlscan Pro
103.181.194.5  Public Scan

URL: https://laali.in/
Submission: On September 09 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

<form class="footer-email-form">
  <input type="text" placeholder="Email address" id="newsletter-input" autocomplete="off">
  <!-- <button type="submit"
                                              onclick="event.preventDefault();subscribeToNewsletter();">
                                        <svg class="icon">
                                          <use xlink:href="/assets/icons.svg#arrow (1)"></use>
                                        </svg>
                                      </button> -->
  <button type="submit" onclick="event.preventDefault();subscribeToNewsletter();">JOIN</button>
</form>

<form id="search-form" class="full-width" onsubmit="redirectToSearchPageOnSubmit(event)">
  <div class="input-wrapper">
    <svg class="search-icon-svg" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <g clip-path="url(#clip0_4320_12635)">
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M10.875 3.75C6.93997 3.75 3.75 6.93997 3.75 10.875C3.75 14.81 6.93997 18 10.875 18C14.81 18 18 14.81 18 10.875C18 6.93997 14.81 3.75 10.875 3.75ZM2.25 10.875C2.25 6.11154 6.11154 2.25 10.875 2.25C15.6385 2.25 19.5 6.11154 19.5 10.875C19.5 15.6385 15.6385 19.5 10.875 19.5C6.11154 19.5 2.25 15.6385 2.25 10.875Z"
          fill="#B2B2B2"></path>
        <path fill-rule="evenodd" clip-rule="evenodd"
          d="M15.913 15.913C16.2059 15.6201 16.6808 15.6201 16.9737 15.913L21.5299 20.4693C21.8228 20.7622 21.8228 21.237 21.5299 21.5299C21.237 21.8228 20.7622 21.8228 20.4693 21.5299L15.913 16.9737C15.6201 16.6808 15.6201 16.2059 15.913 15.913Z"
          fill="#B2B2B2"></path>
      </g>
      <defs>
        <clipPath id="clip0_4320_12635">
          <rect width="24" height="24" fill="white"></rect>
        </clipPath>
      </defs>
    </svg>
    <input type="text" class="search-input" name="search" autocomplete="off" onkeyup="onInputChange(event)" placeholder="What are you looking for?" autofocus="">
    <button class="cancel-btn hidden cur-p" onclick="clearInputSearch()">
      <svg class="" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
        <g clip-path="url(#clip0_379_13555)">
          <g clip-path="url(#clip1_379_13555)">
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M13.0303 2.96967C13.3232 3.26256 13.3232 3.73744 13.0303 4.03033L4.03033 13.0303C3.73744 13.3232 3.26256 13.3232 2.96967 13.0303C2.67678 12.7374 2.67678 12.2626 2.96967 11.9697L11.9697 2.96967C12.2626 2.67678 12.7374 2.67678 13.0303 2.96967Z"
              fill="#1A181E"></path>
            <path fill-rule="evenodd" clip-rule="evenodd"
              d="M2.96967 2.96967C3.26256 2.67678 3.73744 2.67678 4.03033 2.96967L13.0303 11.9697C13.3232 12.2626 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2626 13.3232 11.9697 13.0303L2.96967 4.03033C2.67678 3.73744 2.67678 3.26256 2.96967 2.96967Z"
              fill="#1A181E"></path>
          </g>
        </g>
        <defs>
          <clipPath id="clip0_379_13555">
            <rect width="16" height="16" fill="white"></rect>
          </clipPath>
          <clipPath id="clip1_379_13555">
            <rect width="16" height="16" fill="white"></rect>
          </clipPath>
        </defs>
      </svg>
    </button>
  </div>
  <input type="submit" class="hidden">
</form>

<form id="variant-selection">
  <div class="variant-selection px24">
    <div class="variant-type-label size-label size-selection-heading"> Size </div>
    <div class="size-selection size-selection-list">
    </div>
    <div class="variant-type-label color-label color-selection-heading"> Color </div>
    <div class="color-selection color-selection-list">
    </div>
  </div>
</form>

<form id="variant-selection">
  <div class="variant-selection px24">
    <div class="variant-type-label size-label size-selection-heading"> Size </div>
    <div class="size-selection size-selection-list">
    </div>
    <div class="variant-type-label color-label color-selection-heading"> Size </div>
    <div class="color-selection color-selection-list">
    </div>
  </div>
</form>

<form class="variant-selection-form-wrapper variant-selection px16 px-lg-24">
</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

New Arrival Sarees Suits Dresses Lehenga Laali Luxe Blog


1
 * Trending Sarees
 * Banarasi Sarees
 * Patola Sarees
 * Paithani Sarees
 * Kanjivaram Sarees
 * South Silk Sarees
 * Kashmiri Jamewar Sarees
 * Organza Silk Sarees
 * Cotton Silk Sarees
 * Designer Sarees
 * Printed Sarees
 * Bollywood Sarees
 * Celebrity Sarees
 * Tissue Silk Sarees

 * Sharara Suits
 * Patiala Suits
 * Pakistani Suits
 * Lehenga Suits
 * Anarkali Suits
 * Palazzo Suits
 * Straight Cut Suits

 * Bridal Lehengas
 * Party wear Lehengas

Home Shop Wishlist New Arrival Sarees
 * Trending Sarees
 * Banarasi Sarees
 * Patola Sarees
 * Paithani Sarees
 * Kanjivaram Sarees
 * South Silk Sarees
 * Kashmiri Jamewar Sarees
 * Organza Silk Sarees
 * Cotton Silk Sarees
 * Designer Sarees
 * Printed Sarees
 * Bollywood Sarees
 * Celebrity Sarees
 * Tissue Silk Sarees

Suits
 * Sharara Suits
 * Patiala Suits
 * Pakistani Suits
 * Lehenga Suits
 * Anarkali Suits
 * Palazzo Suits
 * Straight Cut Suits

Dresses Lehenga
 * Bridal Lehengas
 * Party wear Lehengas

Laali Luxe Blog Account

 * 
 * 
 * 

 * 
 * 
 * 


Get freebie
Use LOVE4YOU
15% OFF UPTO ₹400
Use MONSOON15 | Above ₹2,599
5% OFF UPTO ₹200
Use EXTRA5OFF | Above ₹1,999
20% OFF UPTO ₹1,000
Use WEDDING20 | Above ₹5,999


TOP CATEGORIES


SAREES




SUITS




DRESSES




LEHENGA


TRENDING SAREE COLLECTIONS





TRENDING SAREE COLLECTIONS

FASHION THAT FITS YOUR BODY, NOT JUST YOUR BUDGET.




SAREES

 * 
 * 
 * 
 * 






YELLOW & GREY GEORGETTE CONTEMPORARY STYLE SAREE...

₹3,979 ₹12,199 (67% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






YELLOW GEORGETTE CONTEMPORARY STYLE SAREE WITH...

₹3,979 ₹12,199 (67% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






PEACH CHIFFON CONTEMPORARY STYLE SAREE WITH...

₹3,979 ₹12,199 (67% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






PURPLE SHADES CORD EMBROIDERED SATIN SILK SAREE

₹4,989 ₹12,199 (59% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






PINK ORGANZA SILK SAREE WITH DESIGNER BLOUSE

₹4,149 ₹12,199 (66% OFF)

Add to bag

1

View all


SUITS

 * 
 * 
 * 
 * 






PINK SHARARA SUIT SET

₹4,849 ₹8,699 (44% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






MEHENDI GREEN SHARARA SUIT SET

₹4,849 ₹8,699 (44% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






MAGENTA SHARARA SUIT SET

₹4,849 ₹8,699 (44% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






TEAL BLUE SHARARA SUIT SET

₹4,849 ₹8,699 (44% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






ORANGE SALWAR KAMEEZ SET WITH DUPATTA

₹3,999 ₹8,699 (54% OFF)

Add to bag

1

View all


DRESSES

 * 
 * 
 * 
 * 
 * 






BLUE COTTON SILK PUFF SLEEVE PRINTED GOWN

₹1,999 ₹4,599 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






PINK COTTON SILK FULL PUFF SLEEVE PRINTED GOWN

₹1,999 ₹4,599 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






BLACK COTTON SILK PRINTED GOWN

₹1,999 ₹4,599 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 
 * 






OFF WHITE COTTON SILK PRINTED GOWN

₹1,999 ₹4,599 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






BLUE PRINTED SOFT FLARED DRESS

₹1,899 ₹3,599 (47% OFF)

Add to bag

1

View all


LEHENGA

 * 
 * 
 * 
 * 






PINK BANARASI LEHENGA

₹17,489 ₹40,589 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 






PINK MADHUBANI DESIGN BRIDAL BANARASI LEHENGA

₹20,999 ₹52,000 (60% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 






GREY BANARASI LEHENGA

₹17,599 ₹40,589 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 






JADE GREEN BANARASI LEHENGA

₹17,489 ₹40,589 (57% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






MAGENTA BANARASI BRIDAL LEHENGA

₹19,999 ₹47,999 (58% OFF)

Add to bag

1

View all



OUR CUSTOMERS LOVE US!

I recently purchased a stunning red and gold saree from Laali, and it exceeded
my expectations. The intricate detailing and quality of the fabric made me feel
like a true Bollywood star!

ANJALI PATEL

I highly recommend Laali for anyone looking for high-quality and unique Indian
clothing. Their selection of sarees and lehengas is truly impressive, and the
customer service is top-notch.

NEHA SINGH

As someone who doesn't typically wear traditional Indian clothing, I was
hesitant to purchase a saree for a wedding. But Laali made the process so easy
and enjoyable. Thank you!

MEERA GUPTA



Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code








SAREE COLLECTIONS

Trending Sarees
Banarasi Sarees
kanjivaram Silk
Cotton Silk Sarees
Designer Sarees
Kashmiri Sarees
Paithani Silk
Patola Silk
Celebrity Sarees


SUITS COLLECTIONS

Sharara Suits
Patiala Suits
Pakistani Suits
Lehenga Suits
Anarkali Suits
Palazzo Suits
Straight Cut Suits


TRENDING COLLECTIONS

Laali Luxe
Haldi Sarees
Festive Sarees
Lehengas
Bridal Lehengas
Party Lehengas
Dresses


POLICIES

Terms & Conditions
Shipping Policy
Return & Refund Policy
Payment Policy
Blogs


SAFE & SECURE PAYMENT




SIGN UP & SAVE UP TO 20%

JOIN



STAY UPDATED ON NEW ARRIVALS, TRENDS, AND OFFERS!

ADDRESS: 16, A WING, DEEP TOWER,SYNDICATE BANK, VALIV ROAD,GOLANI COMPLEX, VASAI
(EAST)


24x7
Customer Support
Free International
Shipping*
10 Days
Easy Returns
Customize
Fitting

© 2021 - 2023 Laali All Rights Reserved.

Add More
Home Shop Bag Account
Search


Recent searches Clear all


Top categories

Showing products

Menu

Home Shop Wishlist New Arrival Sarees
 * Trending Sarees
 * Banarasi Sarees
 * Patola Sarees
 * Paithani Sarees
 * Kanjivaram Sarees
 * South Silk Sarees
 * Kashmiri Jamewar Sarees
 * Organza Silk Sarees
 * Cotton Silk Sarees
 * Designer Sarees
 * Printed Sarees
 * Bollywood Sarees
 * Celebrity Sarees
 * Tissue Silk Sarees

Suits
 * Sharara Suits
 * Patiala Suits
 * Pakistani Suits
 * Lehenga Suits
 * Anarkali Suits
 * Palazzo Suits
 * Straight Cut Suits

Dresses Lehenga
 * Bridal Lehengas
 * Party wear Lehengas

Laali Luxe Blog







Add to wishlist Wishlisted
Wishlist Wishlisted
Add to bag

1

Add to bag

1

Buy now


Size

Color


Size

Size

Wishlist







Sold out
Sold out

View all

SOLD OUT

Add 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
Coupon Details
LOVE4YOU
COPY CODE


Get Black Contemporary Jhumkas Earrings worth ₹399 FREE on every purchase.
Applicable On both online and COD
Details
Applicable On both online and COD
Coupon Details
MONSOON15
COPY CODE

Add items worth ₹2,599 to get this offer
Get 15% off on item total above ₹2,599 (upto ₹400). Applicable On both online
and COD
Details
Applicable On both online and COD
Coupon Details
EXTRA5OFF
COPY CODE

Add items worth ₹1,999 to get this offer
Get 5% off on item total above ₹1,999 (upto ₹200). Applicable Only on online
payment
Details
Applicable Only on online payment
Coupon Details
WEDDING20
COPY CODE

Add items worth ₹5,999 to get this offer
Get 20% off on item total above ₹5,999 (upto ₹1,000). Applicable On both online
and COD
Details
Applicable On both online and COD
Applicable only once per customer
GET YOUR FREE EARNING NOW
X
X
FREE LOVE 4 YOU
When you complete your order in...
Days
0
0
 
:
Hours
0
0
 
:
Minutes
0
2
 
:
Seconds
1
7
LOVE4YOU
GET YOUR FREE EARING NOW !

X
Thank you!
Use the following code & complete your order now:
LOVE4YOU
GET EXTRA ₹500 OFF ON NEXT ORDER

Made with ♥️ by OptiMonk
BESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswyBESbswy