mahnstudios.in Open in urlscan Pro
103.181.194.5  Public Scan

Submitted URL: http://mahnstudios.in/
Effective URL: https://mahnstudios.in/
Submission: On April 14 via api from US — Scanned from DE

Form analysis 6 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 onsubmit="handleQuerySearch(event)" style="width: calc(100% - 30px);">
  <input id="search-input" type="text" class="search-input" name="search" autocomplete="off" onkeyup="onInputChange(event)" placeholder="Search for products...">
  <button class="d-none" type="submit"></button>
</form>

<form id="variant-selection">
  <div class="variant-type-section">
    <div class="variant-common variant-size mt16">
      <div class="select-size-heading size-selection-heading"> Select size <span class="mandatory-star">*</span>
      </div>
      <div class="size-selection f-row">
      </div>
    </div>
    <div class="variant-common variant-color mt16">
      <div class="select-size-heading color-selection-heading"> Color <span class="mandatory-star">*</span>
      </div>
      <div class="color-selection color-selection-list f-row">
      </div>
    </div>
  </div>
</form>

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

<form id="languageModalForm" onsubmit="handleOnLanguageChange(event)" style="position: relative">
  <div class="mobile-form">
    <div class="flex d-column">
      <div class="language-select">
        <select id="userLanguageOptions" class="input-select" name="language">
          <option value="hin"> Hindi </option>
          <option value="eng" selected=""> English </option>
        </select>
      </div>
    </div>
  </div>
  <div id="error-message" class="hidden error-message"></div>
  <div class="dukaan-auth-modal-footer fB d-c">
    <button class="dukaan-auth-modal-btn-primary" type="submit"> Confirm </button>
    <button class="dukaan-auth-modal-btn-link" type="button" onclick="closeLanguageModal()"> Cancel </button>
  </div>
</form>

Text Content

Free Delivery all over India

Order Now

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

Categories

Categories



 * 

 * 

 * 

 * 

 * 

 * 





Categories



 * 

 * 

 * 

 * 

 * 

 * 




Menu


About
FAQs
Features
Shipping
Terms & conditions
Privacy Policy
Change store language
Account



Search



Recent searches Clear all


Top categories



About
FAQs
Features
Shipping
Terms & conditions
Privacy Policy
Change store language



Categories


TOP CATEGORIES

 * HARVEST SEASON '23

HARVEST SEASON '23
   
 * 
 * 
 * 




Blue Apricot Printed Resort Shirt

₹1,943


Add to bag



   
 * 
 * 




White Beyond Printed Resort Shirt

₹2,473


Add to bag



   
 * 
 * 
 * 




Blue Jardin Printed Resort Shirt

₹2,093


Add to bag



   
 * 
 * 




Mutiny Printed Resort Shirt

₹2,603


Add to bag



   
 * 
 * 
 * 
 * 




Multicolored Gokarna Printed Resort Shirt

₹1,943


Add to bag



   
 * 
 * 
 * 
 * 




Blue Adore Printed Resort Shirt

₹2,473


Add to bag




View all products

Read more
ft. Mahnstudios A resource to track all the features. Join the community: Take
new strides with Mahnstudios and the artists that represent us. Join the
community





Coupon Details
COPY CODE





Coupons and offers


Offers
Copy code








STAY IN TOUCH

Be updated on the surprise drops! DW we won't spam you.

Submit

Follow us


Store details
MAHNSTUDIOS
33/B, Bimbisar Nagar, Goregaon East, Mumbai-65.
Text
Add More

Home

Categories

Bag

Account

Add to bag



Add to bag



Out of stock
This product is out of stock.
Buy now


Select size *

Color *








clock



Shimmer

View all products



Add to bag

 

Know more Add to bag

Testimonials







Read more


> View this post on Instagram
> 
> 
> 
> 
> A post shared by WARINA HUSSAIN (@warinahussain)

> View this post on Instagram
> 
> 
> 
> 
> A post shared by VegNonVeg (@vegnonveg)

> View this post on Instagram
> 
> 
> 
> 
> A post shared by The Spindoctor (Sanjay Meriya) (@thespindoclive)

> View this post on Instagram
> 
> 
> 
> 
> A post shared by MainstreetTV (@mainstreettv)

> View this post on Instagram
> 
> 
> 
> 
> A post shared by DJ PROOF (@officialdjproof)












Wishlist

Change language
Hindi English

Confirm Cancel