westdale.in Open in urlscan Pro
103.181.194.5  Public Scan

Submitted URL: http://westdale.in/
Effective URL: https://westdale.in/
Submission: On September 07 via api from US — Scanned from US

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>
</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 type="button" class="cancel-btn cur-p hidden" onclick="clearInputSearch(event)">
      <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 class="variant-selection-form-wrapper variant-selection px16 px-lg-24">
</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 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 Flat 20% off on Your First Order

Shop Now


Westdale

Home Shop Women's Clothing Men's Clothing Boys Clothing Contact Us Blog


Westdale


Menu


Home Shop Wishlist Women's Clothing Men's Clothing Boys Clothing Contact Us Blog

 * 
 * 

 * 
 * 

 * 
 * 

 * 
 * 




TOP CATEGORIES


WOMEN'S CLOTHING




MEN'S CLOTHING




BOYS CLOTHING


WOMEN'S CLOTHING

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE SANGANERI PRINTED COTTON FLORAL NIGHT SUIT FOR WOMEN

₹799 ₹1,499 (47% OFF)

Add to bag

1



MEN'S CLOTHING

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 






WESTDALE SOLID SMART CASUAL SHIRT FOR MEN

₹599 ₹1,199 (50% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 






WESTDALE SOLID COTTON CASUAL SHIRT FOR MEN

₹549 ₹1,199 (54% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 
 * 






WESTDALE COTTON CASUAL MEN'S CHECKS SHIRT

₹549 ₹1,199 (54% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 
 * 






WESTDALE COTTON SLIM-FIT CHECKS SHIRT FOR MEN

₹499 ₹1,199 (58% OFF)

Add to bag

1



BOYS CLOTHING

 * 
 * 
 * 
 * 
 * 
 * 






WESTDALE COTTON PRINTED BOYS SHIRT

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE COTTON PRINTED BOYS SHIRT

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE COTTON PRINTED BOYS SHIRT

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 
 * 
 * 






WESTDALE COTTON PRINTED SHIRT FOR BOYS

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 
 * 






WESTDALE COTTON PRINTED SHIRT FOR BOYS

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 
 * 
 * 
 * 
 * 






WESTDALE COTTON PRINTED BOYS SHIRT

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 
 * 






WESTDALE COTTON PRINTED BOYS SHIRT

₹369 ₹599 (38% OFF)

Add to bag

1

 * 
 * 






WESTDALE COTTON PRINTED BOYS SHIRT

₹369 ₹599 (38% OFF)

Add to bag

1

View all



OUR CUSTOMERS LOVE US!

Thank you so much. I have received both items and fits perfectly to our kid.

LOKESH SAHU

Liked the quality of shirts plus faster delivery made shopping experience
seemless

BHAVYA PARIHAR

Easy to use website! Easy to purchase! Payments seems very secure!! Definitely
recommended!

ARSHI JAIN



Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code








QUICK LINKS

 * Shop
 * Privacy Policy
 * Terms & conditions
 * Refund Policy
 * Contact Us


GET IMPORTANT UPDATES



ADDRESS: 8-9, FIRST FLOOR, VIJAY LAXMI MARKET 2, NAHARI KA ROAD, SIKAR HOUSE,
JAIPUR, RAJASTHAN


Add More
Home Shop Bag Account
Search


Recent searches Clear all


Top categories

Showing products






Add to bag

1

Add to bag

1

Buy now


Size

Color









Sold out
Sold out

View all

SOLD OUT

Add to bag





SOLD OUT

Add to bag
 1. Home
 2. 





Add to wishlist Wishlisted
Wishlist Wishlisted
Size

Size

Wishlist

SOLD OUT

Move to bag




Move to bag


Move to bag
Sold out
 1. Home
 2. Wishlist









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