hotellito.com Open in urlscan Pro
2a06:98c1:3121::a  Public Scan

URL: http://hotellito.com/
Submission: On May 13 via manual from FR — Scanned from FR

Form analysis 17 forms found in the DOM

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Login</h3>
    <p>Please enter your e-mail and password</p>
    <!-- <label for="customer_email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="customer_email" class="txtbox" autofocus="" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="customer_password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="customer_password" class="txtbox" placeholder="Password">
    <p class="text-right">
      <a href="#" onclick="showRecoverPasswordForm();return false;">Forgot your password?</a>
    </p>
  </div>
  <div class="row">
    <div class="login-form-btn">
      <input class="btn_c" type="submit" value="Login">
    </div>
    <!-- <div class="col-sm-12 col-ms-12 col-xs-12 text-right sign-in">New Customer? <a href="/account/register">Sign up &rarr;</a></div> -->
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="frm reset-password">
    <input class="txtbox" id="recover-email" name="email" placeholder="Email" type="email" value="">
  </div>
  <div class="submit-form submit-password">
    <div class="Forgot-btn-area">
      <input type="submit" class="btn" value="Submit">
      <a class="btn" href="#" onclick="hideRecoverPasswordForm();return false;">Cancel</a>
    </div>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Register</h3>
    <p>Please fill in the information below</p>
    <!-- <label for="first_name" class="lbltxt">First Name</label> -->
    <input type="text" value="" name="customer[first_name]" id="first_name" class="txtbox" autocapitalize="words" autofocus="" placeholder="First name">
  </div>
  <div class="frm">
    <!-- <label for="last_name" class="lbltxt">Last Name</label> -->
    <input type="text" value="" name="customer[last_name]" id="last_name" class="txtbox" autocapitalize="words" placeholder="Last name">
  </div>
  <div class="frm">
    <!-- <label for="email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="email" class="txtbox" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="create_password" class="txtbox" placeholder="Password">
  </div>
  <div class="row">
    <div class="login-form-btn"><input class="btn_c" type="submit" value="Register"></div>
    <!-- <div class="col-sm-8 col-ms-6 text-right sign-in">Returning Customer? <a href="/account/login">Sign In &rarr;</a></div> -->
  </div>
</form>

GET /search

<form id="search_form" action="/search" method="get" role="search" autocomplete="off" style="position: relative;">
  <div class="menu_c search_menu">
    <div class="search_box">
      <input type="hidden" name="type" value="product">
      <input type="search" name="q" autocomplete="off" class="product_search" placeholder="Search" aria-label="Search ">
      <button class="btn btn-link" type="submit" value="Search"><span class="fa fa-search"></span></button>
    </div>
  </div>
</form>

GET /search

<form id="search_form inner_search_form" action="/search" method="get" role="search" autocomplete="off" style="position: relative;">
  <div class="desktop-search-menu">
    <div class="search_box">
      <input type="hidden" name="type" value="product">
      <span class="main-mobile-search">
        <input type="search" name="q" class="product_search" id="search-input" autocomplete="off" placeholder="Search" aria-label="Search " oninput="this.value=this.value.toLowerCase()">
        <span id="results_predictions" class="results_predictions" style="display:none">
        </span>
        <div class="main-clear-btn"> <input type="reset" class="info_btn reset" value=""> <svg class="search-clear-icon" fill="#111" height="30px" width="30px" viewBox="0 0 24 24">
            <path
              d="M22 20H7.3c-.3 0-.6-.1-.8-.4l-5.3-7c-.3-.4-.3-.9 0-1.2l5.3-7c.2-.3.5-.4.8-.4H22c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1zM7.8 18H21V6H7.8l-4.6 6 4.6 6zm8.2-3c-.3 0-.5-.1-.7-.3L14 13.4l-1.3 1.3c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l1.3-1.3-1.3-1.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l1.3 1.3 1.3-1.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4L15.4 12l1.3 1.3c.4.4.4 1 0 1.4-.2.2-.5.3-.7.3z">
            </path>
          </svg></div>
      </span>
    </div>
    <button class="btn btn-link" type="submit" value="Search"><img loading="lazy" id="search_icon_search" class="search-icon" src="https://img.icons8.com/ios-glyphs/50/000000/search.png"></button>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Sign in</h3>
    <p>Please enter your e-mail and password</p>
    <!-- <label for="customer_email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="customer_email" class="txtbox" autofocus="" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="customer_password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="customer_password" class="txtbox" placeholder="Password">
    <p class="text-right"><a href="javascript:;" class="forgot-pass">Forgot your password?</a></p>
  </div>
  <div class="row pop-submit-btn">
    <div class="login-form-btn">
      <input type="submit" class="btn_c" value="SIGN IN">
    </div>
    <!-- <div class="col-sm-12 col-ms-12 col-xs-12 text-right sign-in">New Customer? <a href="/account/register">Sign up &rarr;</a></div> -->
    <!--                               <ul class="tabs back-arrow-left">
                              <li data-tab="main-menu"><a href="#main-menu">Back</a></li>
                           </ul> -->
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Sign up</h3>
    <p>Please fill in the information below</p>
    <!-- <label for="first_name" class="lbltxt">First Name</label> -->
    <input type="text" value="" name="customer[full_name]" id="full_name" class="txtbox" autocapitalize="words" autofocus="" placeholder="Full name">
  </div>
  <div class="frm">
    <!-- <label for="last_name" class="lbltxt">Last Name</label> -->
    <input type="text" value="" name="customer[phone]" id="phone" class="txtbox" autocapitalize="words" placeholder="Phone number">
  </div>
  <div class="frm">
    <!-- <label for="email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="email" class="txtbox" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="create_password" class="txtbox" placeholder="Password">
  </div>
  <div class="row pop-submit-btn">
    <div class="login-form-btn"><input type="submit" class="btn_c" value="SIGN UP"></div>
    <!-- <div class="col-sm-8 col-ms-6 text-right sign-in">Returning Customer? <a href="/account/login">Sign In &rarr;</a></div> -->
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <input type="email" value="" required="" name="email" id="RecoverEmail" placeholder="Email" autocorrect="off" autocapitalize="off">
  <span class="Forgot-btn-area">
    <input type="submit" class="btn" value="Submit">
    <a href="javascript:;" class="btn cancel-forgot">Cancel</a>
  </span>
</form>

GET /search

<form id="search_form" action="/search" method="get" role="search" autocomplete="off" style="position: relative;">
  <div class="menu_c search_menu">
    <div class="search_box">
      <input type="hidden" name="type" value="product">
      <input type="search" name="q" autocomplete="off" class="product_search" placeholder="Search" aria-label="Search ">
      <button class="btn btn-link" type="submit" value="Search"><span class="fa fa-search"></span></button>
    </div>
  </div>
</form>

GET /search

<form id="search_form" action="/search" method="get" role="search" autocomplete="off" style="position: relative;">
  <div class="menu_c search_menu">
    <div class="search_box">
      <input type="hidden" name="type" value="product">
      <span class="main-mobile-search">
        <input type="search" name="q" class="product_search" id="search-input" autocomplete="off" placeholder="Search" aria-label="Search " oninput="this.value=this.value.toLowerCase()"><i class="fa fa-times"></i>
        <span id="results_predictions" class="results_predictions" style="display:none">
          <div class="predictions predict" id="predictions"></div>
        </span>
        <div class="main-clear-btn"> <input type="reset" class="info_btn reset" value=""> <svg class="search-clear-icon" fill="#111" height="30px" width="30px" viewBox="0 0 24 24">
            <path
              d="M22 20H7.3c-.3 0-.6-.1-.8-.4l-5.3-7c-.3-.4-.3-.9 0-1.2l5.3-7c.2-.3.5-.4.8-.4H22c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1zM7.8 18H21V6H7.8l-4.6 6 4.6 6zm8.2-3c-.3 0-.5-.1-.7-.3L14 13.4l-1.3 1.3c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l1.3-1.3-1.3-1.3c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l1.3 1.3 1.3-1.3c.4-.4 1-.4 1.4 0s.4 1 0 1.4L15.4 12l1.3 1.3c.4.4.4 1 0 1.4-.2.2-.5.3-.7.3z">
            </path>
          </svg></div>
      </span>
      <div class="polular-search Product_search">
        <h3>POPULAR SEARCH TERMS</h3>
        <ul>
          <li><a href="/collections/kaia-luxury-lawn-22">Kaia | Luxury Lawn '22</a></li>
          <li><a href="/collections/summer-lawn">Summer Lawn 22</a></li>
          <li><a href="https://hotellito.com/collections/ready-to-ship-festive-wear">Ready to Ship - Festive wear</a></li>
          <li><a href="/collections/luxury-deals">Luxury wear Deal  upto 60% off</a></li>
          <li><a href="/collections/pret-deals">Causal wear deals upto 60% off</a></li>
          <li><a href="/collections/ready-to-ship">Immediate Delivery</a></li>
          <li><a href=""></a></li>
          <li><a href=""></a></li>
          <li><a href=""></a></li>
        </ul>
      </div>
      <hr class="brder-line">
      <div class="search-brands">
        <div class="accordion-option">
          <a href="javascript:void(0)" class="toggle-accordion active" accordion-id="#accordion"></a>
        </div>
        <div class="clearfix"></div>
        <div class="panel-group" id="accordion">
          <div class="panel panel-default">
            <div class="panel-heading" id="headingOne">
              <h3 class="panel-title">
                <a role="button">
          Trending Brands
        </a>
              </h3>
            </div>
            <div id="collapseOne" class="panel-collapse">
              <div class="panel-body">
              </div>
              <div class="category-productss" style="margin-top:px;margin-bottom:px;">
                <div class="custom_margin scrollimg">
                  <div id="featured-products-section-header">
                    <ul class="brand-logo image-row">
                      <li data-aos="item" class="item">
                        <div class="product-image-areaa">
                          <a href="/collections/mushq">

<img class="photoswipe__image js-photoswipe__zoom" loading="lazy" src="//cdn.shopify.com/s/files/1/2337/7003/files/mushq_2_167e8194-d381-4fec-9f56-783204569b5e_200x.png?v=1642774482" alt="">
      
        </a>
                        </div>
                      </li>
                      <li data-aos="item" class="item">
                        <div class="product-image-areaa">
                          <a href="/collections/hussain-rehar">

<img class="photoswipe__image js-photoswipe__zoom" loading="lazy" src="//cdn.shopify.com/s/files/1/2337/7003/files/Hussain-Rehar_1_60e2c482-0a34-4322-b8f2-a2d08e554cc7_200x.png?v=1642774482" alt="">
        
          </a>
                        </div>
                      </li>
                      <li data-aos="item" class="item">
                        <div class="product-image-areaa">
                          <a href="/collections/kanwal-malik">

<img class="photoswipe__image js-photoswipe__zoom" loading="lazy" src="//cdn.shopify.com/s/files/1/2337/7003/files/KM_dbae91e3-6057-43df-92ed-382eef85e901_200x.png?v=1642774482" alt="">
        
          </a>
                        </div>
                      </li>
                      <li data-aos="item" class="item">
                        <div class="product-image-areaa">
                          <a href="/collections/maria-b">

<img class="photoswipe__image js-photoswipe__zoom" loading="lazy" src="//cdn.shopify.com/s/files/1/2337/7003/files/maria_b_2_200x.png?v=1642774483" alt="">
        
          </a>
                        </div>
                      </li>
                      <li data-aos="item" class="item">
                        <div class="product-image-areaa">
                          <a href="/collections/vanya">

<img class="photoswipe__image js-photoswipe__zoom" loading="lazy" src="//cdn.shopify.com/s/files/1/2337/7003/files/Vanya_3_200x.png?v=1642774482" alt="">
        
          </a>
                        </div>
                      </li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <hr class="brder-line">
        <div class="panel panel-default">
          <div class="panel-heading" id="headingTwo">
            <h3 class="panel-title">
              <a class="collapsed">
          Featured Categories
        </a>
            </h3>
          </div>
          <div id="collapseTwo" class="panel-collapse collapse in">
            <div class="panel-body">
              <ul class="search-list-view">
                <li><a href="/collections/summer-lawn">Summer Lawn</a></li>
                <li><a href="/collections/festive-wear">Festive wear</a></li>
                <li><a href="/collections/winter-wear">Winter wear upto 60% off</a></li>
                <li><a href="/collections/best-of-pret">Pret</a></li>
                <li><a href="/collections/luxury-pret">Luxury pret</a></li>
                <li><a href="/collections/bridal">Bridal</a></li>
                <li><a href="/collections/formal">Formal wear</a></li>
                <li><a href="/collections/menswear">Men</a></li>
              </ul>
            </div>
          </div>
        </div>
        <hr class="brder-line">
        <div class="panel panel-default">
          <div class="panel-heading" id="headingThree">
            <h3 class="panel-title">
              <a class="collapsed">
          Popular Materials
        </a>
            </h3>
          </div>
          <div id="collapseThree" class="panel-collapse collapse in">
            <div class="panel-body">
              <ul class="search-list-view">
                <li><a href="https://hotellito.com/collections/all-products/fabric_lawn">Lawn</a></li>
                <li><a href="https://hotellito.com/collections/all-products/fabric_cotton">Cotton</a></li>
                <li><a href="https://hotellito.com/collections/all-products/fabric_khaddar">Khaddar</a></li>
                <li><a href="https://hotellito.com/collections/all-products/fabric_Chiffon">Chiffon</a></li>
                <li><a href="/collections/best-of-velvet">Velvet</a></li>
                <li><a href="https://hotellito.com/collections/all-products/fabric_Linen">Linen</a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
              </ul>
            </div>
          </div>
        </div>
        <hr class="brder-line">
        <div class="panel panel-default">
          <div class="panel-heading" id="headingFour">
            <h3 class="panel-title">
              <a class="collapsed">
          colour
        </a>
            </h3>
          </div>
          <div id="collapseFour" class="panel-collapse collapse in">
            <div class="panel-body">
              <ul class="color-content">
                <li><input type="button" class="search_btn white-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=white'"></li>
                <li><input type="button" class="search_btn yellow-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=yellow'"></li>
                <li><input type="button" class="search_btn red-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=red'"></li>
                <li><input type="button" class="search_btn black-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=black'"></li>
                <li><input type="button" class="search_btn green-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=green'"></li>
                <li><input type="button" class="search_btn blue-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=blue'"></li>
                <li><input type="button" class="search_btn pink-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=pink'"></li>
                <li><input type="button" class="search_btn orange-btn" value="" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=orange'"></li>
              </ul>
            </div>
          </div>
        </div>
        <hr class="brder-line">
        <div class="panel panel-default">
          <div class="panel-heading" id="headingFive">
            <h3 class="panel-title">
              <a class="collapsed">
          Sizes
        </a>
            </h3>
          </div>
          <div id="collapseFive" class="panel-collapse collapse in">
            <div class="panel-body">
              <ul class="color-content section_size">
                <li><input type="button" class="search_btn" value="XS" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=size-xs'"></li>
                <li><input type="button" class="search_btn" value="S" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=size-s'"></li>
                <li><input type="button" class="search_btn" value="M" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=size-m'"></li>
                <li><input type="button" class="search_btn" value="L" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=size-l'"></li>
                <li><input type="button" class="search_btn" value="XL" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=size-xl'"></li>
                <li><input type="button" class="search_btn" value="CS" onclick="location.href = 'http://hotellito.com/search?type=product&amp;q=size_custom&amp;size'"></li>
              </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
    <button class="btn btn-link" type="submit" value="Search"><img loading="lazy" id="search_icon_search" class="search-icon" src="https://img.icons8.com/ios-glyphs/50/000000/search.png"></button>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="contact-form" data-omnisend-captured-form="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input name="contact[tags]" type="hidden" value="newsletter">
  <div class="news-field-area"> <input type="email" value="" placeholder="Email address" name="contact[email]" id="Email" class="txtbox" aria-label="email@example.com" autocorrect="off" autocapitalize="off">
    <button class="btn btn-link" type="submit" value="Subscribe" name="commit" id="Subscribe"><img src="https://cdn.shopify.com/s/files/1/2337/7003/files/New_Project_27.png?v=1628161930" alt="IMG"></button>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Sign in</h3>
    <p>Please enter your e-mail and password</p>
    <!-- <label for="customer_email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="customer_email" class="txtbox" autofocus="" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="customer_password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="customer_password" class="txtbox" placeholder="Password">
    <p class="text-right"><a href="javascript:;" class="forgot-pass">Forgot your password?</a></p>
  </div>
  <div class="row pop-submit-btn">
    <div class="login-form-btn">
      <input type="submit" class="btn_c" value="Submit">
    </div>
    <!-- <div class="col-sm-12 col-ms-12 col-xs-12 text-right sign-in">New Customer? <a href="/account/register">Sign up &rarr;</a></div> -->
    <!--                               <ul class="tabs back-arrow-left">
                         <li data-tab="main-menu"><a href="#main-menu">Back</a></li>
                      </ul> -->
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Sign up</h3>
    <p>Please fill in the information below</p>
    <!-- <label for="first_name" class="lbltxt">First Name</label> -->
    <input type="text" value="" name="customer[full_name]" id="full_name" class="txtbox" autocapitalize="words" autofocus="" placeholder="Full name">
  </div>
  <div class="frm">
    <!-- <label for="last_name" class="lbltxt">Last Name</label> -->
    <input type="text" value="" name="customer[phone]" id="phone" class="txtbox" autocapitalize="words" placeholder="Phone number">
  </div>
  <div class="frm">
    <!-- <label for="email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="email" class="txtbox" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="create_password" class="txtbox" placeholder="Password">
  </div>
  <div class="row pop-submit-btn">
    <div class="login-form-btn"><input type="submit" class="btn_c" value="Submit"></div>
    <!-- <div class="col-sm-8 col-ms-6 text-right sign-in">Returning Customer? <a href="/account/login">Sign In &rarr;</a></div> -->
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <input type="email" value="" required="" name="email" id="RecoverEmail" placeholder="Email" autocorrect="off" autocapitalize="off">
  <span class="Forgot-btn-area">
    <input type="submit" class="btn" value="Submit">
    <a href="javascript:;" class="btn cancel-forgot">Cancel</a>
  </span>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Sign in</h3>
    <p>Please enter your e-mail and password</p>
    <!-- <label for="customer_email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="customer_email" class="txtbox" autofocus="" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="customer_password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="customer_password" class="txtbox" placeholder="Password">
    <p class="text-right"><a href="javascript:;" class="forgot-pass">Forgot your password?</a></p>
  </div>
  <div class="row pop-submit-btn">
    <div class="login-form-btn">
      <input type="submit" class="btn_c" value="Submit">
    </div>
    <!-- <div class="col-sm-12 col-ms-12 col-xs-12 text-right sign-in">New Customer? <a href="/account/register">Sign up &rarr;</a></div> -->
    <!--                               <ul class="tabs back-arrow-left">
                           <li data-tab="main-menu"><a href="#main-menu">Back</a></li>
                        </ul> -->
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="frm">
    <h3>Sign up</h3>
    <p>Please fill in the information below</p>
    <!-- <label for="first_name" class="lbltxt">First Name</label> -->
    <input type="text" value="" name="customer[full_name]" id="full_name" class="txtbox" autocapitalize="words" autofocus="" placeholder="Full name">
  </div>
  <div class="frm">
    <!-- <label for="last_name" class="lbltxt">Last Name</label> -->
    <input type="text" value="" name="customer[phone]" id="phone" class="txtbox" autocapitalize="words" placeholder="Phone number">
  </div>
  <div class="frm">
    <!-- <label for="email" class="lbltxt">Email</label> -->
    <input type="email" value="" name="customer[email]" id="email" class="txtbox" placeholder="Email">
  </div>
  <div class="frm">
    <!-- <label for="password" class="lbltxt">Password</label> -->
    <input type="password" value="" name="customer[password]" id="create_password" class="txtbox" placeholder="Password">
  </div>
  <div class="row pop-submit-btn">
    <div class="login-form-btn"><input type="submit" class="btn_c" value="Submit"></div>
    <!-- <div class="col-sm-8 col-ms-6 text-right sign-in">Returning Customer? <a href="/account/login">Sign In &rarr;</a></div> -->
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <input type="email" value="" required="" name="email" id="RecoverEmail" placeholder="Email" autocorrect="off" autocapitalize="off">
  <span class="Forgot-btn-area">
    <input type="submit" class="btn" value="Submit">
    <a href="javascript:;" class="btn cancel-forgot">Cancel</a>
  </span>
</form>

Text Content

All international orders placed after 18th April will be delivered post Eid.

PKR USD CAD EUR GBP AED INR BDT AUD



 * VISUAL SEARCH
   
   Take a photo or upload an image to find similar items
   
   Start
   Search
 * 
   
 * 0
   
   SHOPPING CART
   
   Your cart is currently empty.
   
   Continue Shopping

   
   

 * Log In/ Sign Up
   
   Track My Order
   
   ×
   
    * I am a member
    * I am new here
   
   We've sent you an email with a link to update your password.
   
   
   LOGIN
   
   Please enter your e-mail and password
   
   Forgot your password?
   
   
   
   Subscribe for Newsletter I read and agree with Terms of Service Terms of
   Service
   
   
   RESET YOUR PASSWORD
   
   We will send you an email to reset your password.
   
   Cancel
   
   
   REGISTER
   
   Please fill in the information below
   
   
   
   
   
   
   Subscribe for Newsletter I read and agree with Terms of Service Terms of
   Service
   
   


TRENDING COLLECTIONS

 * velvet


TRENDING SEARCHES


 * maria b
 * elan
 * saree
 * stitched
 * lawn
 * zaha
 * white
 * gharara
 * chiffon
 * black


TRENDING BRANDS

 * 
 * 
 * 
 * 
 * 


TRENDING CATEGORIES

 * Deal
 * Deal
 * Deal
 * Deal
 * Deal


COLOUR

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

SHOW MORE


TRENDING PRODUCTS

 * Crimson - Jewel By The Beach - 3B
 * Crimson - Serendipity - 5A
 * Crimson - Jewel By The Beach - 3A
 * Crimson - Eclectic Breeze - 4A
 * Crimson - Serendipity - 5B
 * Crimson - Sicilian Summer - 2B
 * Crimson - Sicilian Summer - 2A
 * Crimson - Summer Blooms - 6A
 * Crimson - Stories Of Santorini - 1B
 * Crimson - Chikkankari Reinvented - 7A
 * Crimson - Summer Blooms - 6B
 * Crimson - Eclectic Breeze - 4B
 * Crimson - Chikkankari Reinvented - 7B
 * Crimson - Stories Of Santorini - 1A
 * Crimson - Cross Stitch Nostalgia - 8B
 * Crimson - Cross Stitch Nostalgia - 8A


 * 


 * Sign In
 * Sign Up

We've sent you an email with a link to update your password.


SIGN IN

Please enter your e-mail and password

Forgot your password?



Subscribe for Newsletter I read and agree with Terms of Service Terms of Service


SIGN UP

Please fill in the information below






Subscribe for Newsletter I read and agree with Terms of Service Terms of Service


RESET YOUR PASSWORD

We will send you an email to reset your password.

Cancel
0


VISUAL SEARCH

Take a photo or upload an image to find similar items

Start


PKR USD CAD EUR GBP AED INR BDT AUD
   
 * Sale
 * Ready to Ship
 * Summer Lawn
   * Unstitched
   * Ready to wear
 * New In
   
    * ISTOR HOUSE OF PREMIUM FABRICS
      
      * Stitched
      * Unstitched
   
    * MURAQSH
      
      * Aghaaz
   
    * SHAHTAJ QAISER
      
      * Summer Bang
   
    * KAUSAR ATTIRE
      
      * Gul e Nargis
      * Impearl
   
    * FAIRYTALE
      
      * Adults
      * Mother Daughter
   
    * MARSAM
      
      * Mor e Piya
      * Pariyon ki Dastan
   
    * KEHKESHAN
      
      * Gul Bahaar
   
    * JACQUARD CLOTHING
      
      * Parwaneh
      * Damask festive
   
    * NORAN'S
      
      * Bahar
      * Eid '22
   
    * KIMKHWAB
      
      * Shagun
   
    * HUMAYUN ALAMGIR
      
      * Eid Collection 2022
   
    * SALITEX
      
      * Noor e khas
      * Faustina
   
    * MAHNOOR MUJTABA
      
      * Resort 2022
   
    * TABASSUMBYNUR
      
      * Heritage Vol 2
      * SS'22 Chicken'kaari Vol-1
   
    * REAL IMAGE CLOTHING
      
      * Men's Suit
      * Kids
   
    * SCLOTHERS
      
      * Summer Spring '22
   
    * STREETELA
      
      * Spring Vol-1
   
    * KAIA
      
      * Luxury Lawn '22
   
    * SURPLUS BY CHARCOAL
      
      * Ethnic
      * Summer on the roll
   
    * ZARGUL
      
      * Leila
   
    * ZARA ZUBAIR
      
      * Eid Edit
   
    * ASIFA ASIF
      
      * Eid'22
   
    * KHAS
      
      * Bara Dari
   
    * SRA
      
      * Luxury Pret Edit 22
   
    * EVE ATTIRE
      
      * Rungrez '22
      * Lamour '22
   
    * ZOYA HUSSAIN
      
      * Eid'22
   
    * LALA
      
      * Mahru
      * Mahar’jan Festive
   
    * THE SAARI GIRL
      
      * Silk Ombre
      * Solid Charmeuse Silk
   
    * MUSHROOMS
      
      * Eid Edit '22
      * Spring Summer 2022
   
    * AYESHA AND USMAN
      
      * Eid Essentials
   
    * MARYUM N MARIA
      
      * Chand ki chandni
      * Mor bagh
   
    * JEEM
      
      * Rosa
   
    * SARAH SALMAN
      
      * Fleur
      * Malaya
   
    * FAIZA ALY
      
      * Eid Collection 22
   
    * AMINAH BADAR
      
      * Alani Eid '22
   
    * CULTURAL FUSION
      
      * Chapter Imroz
      * Chapter Fusion
   
    * MINA KASHIF
      
      * Festive Eid
   
    * SUMARIA'S COUTURE
      
      * Baharan
   
    * MAHAMA BOUTIQUE
      
      * Eid Edit
   
    * MEERAB SHAHID CLOSET
      
      * Luxury Edit
   
    * AROSHI
      
      * NK Luxury
   
    * DHANAK
      
      * Eid Pick 2022
      * Luxury Lawn'22
   
    * CHINYERE
      
      * Pret Collection
      * Unstitched Vol 1
   
    * NACS
      
      * Not All Who Wander Are Lost
   
    * ELAHE
      
      * Zohra
   
    * SHAHBANO
      
      * GUL MEHAR
   
    * WANIYA BY MEHR AZAM
      
      * Luminous
      * Soigné
   
    * RUJHAN
      
      * Lawn Print Vol-2
   
    * CLOSET BY ARZOO
      
      * Eid collection 22
   
    * ALPHABEAR
      
      * Summer'22
   
    * ZARSAH
      
      * Chet Charagah
   
    * MUSHQ
      
      * Agadir
      * Hemline Summer 22
   
    * HUMMINGBIRDS
      
      * Gul-e-Bahaar - Eid '22
      * Spring/Summer'22
   
    * ALITA ACCESSORIES
      
      * Eid '22
   
    * ILAHA
      
      * Eid Edit
   
    * EMINENCE
      
      * Eid '22
      * Riwayat Stitched
   
    * SHAFFER BY GRACE FABRICS
      
      * Muaziz
   
    * FITNESS WELT
      
      * Signature
   
    * KAAJ
      
      * Summer 2022
   
    * NOREEN NEELAM
      
      * Luxury Pret 2022
   
    * GOGI BY HASSAN RIAZ
      
      * Visionaria
      * Destino
   
    * SHIZA AHMED LABEL
      
      * Eid '22
   
    * SADYA SUMAIR DESIGN STUDIO
      
      * Sanora
   
    * AMNA ISMAIL
      
      * Methi Eid'22
   
    * THEBEYOUOFFICIAL
      
      * Dehlia
   
    * AASME ASMA
      
      * Laila Eid 2022
   
    * WARDHA SALEEM
      
      * Festive Eid
      * What I Wear 202
   
    * WAHAJ M KHAN
      
      * Mehek
   
    * SANAYA
      
      * Eid drop
   
    * HINA HASSAN STUDIO
      
      * Basics/Exclusives
   
    * JOON
      
      * Basic Edit 22
      * Ramdan Eid Edit 22
   
    * RESHAM RAAJ
      
      * Fait Avec Amor
   
    * ALLY'S
      
      * Eid festive lawn - mommy and me
      * MUMMY & ME LAWN
   
    * ITTEHAD TEXTILE
      
      * Faixa faixal Nazaan 22
      * Digital print 2 pc
   
    * ISMAIL'S
      
      * Urban Studio Mens Kurta
      * Urban Junior Kurta
   
    * LEON
      
      * Eid Edit
      * Spring Summer
   
    * SOBIA NAZIR
      
      * Lawn Eid
      * Luxury Lawn 22
   
    * LALEEN
      
      * Luxury Collection '22 Pret
      * Pret
   
    * DAZZLE BY SARAH
      
      * Artisinal Jewelry
      * Flip Flops
   
    * ABEEHA MISHCAH
      
      * Eid '22
   
    * SAIRA RIZWAN
      
      * Khuwab Gah
   
    * SAMREEN JAVED
      
      * Summer '22
   
    * ZAR
      
      * Jewellery
      * Eid Edit
   
    * SHIZA HASSAN
      
      * Luxury Lawn '22
   
    * MARYAM HUSSAIN
      
      * Luxury Lawn
      * Unstitched Wedding Collection '22
   
    * MOSAIC
      
      * Solids Pret
      * Men Summer
   
    * ALI TIRMAZI
      
      * Ishqam
      * Tabassum
   
    * FURQAN UPPAL.DESIGNS
      
      * Nazdeekiyan
   
    * MAISON DE LACE
      
      * Parveen Ara
      * Aiwan e Shahi
   
    * MTJ
      
      * Festive Collection
   
    * SANA'S
      
      * Kaira 2022
   
    * SHUROOQ
      
      * Eid
   
    * JOORAY KAPRAY
      
      * Chique
   
    * ARMAS
      
      * Sarnai
      * Guzel-Summer Basics 2
   
    * NAUROZ
      
      * Accessories
      * Suits
   
    * SHAZIA KIYANI
      
      * Serene
   
    * ZOYA & FATIMA
      
      * Pehel
   
    * SANIA HASAN COUTURE
      
      * Eid exclusive
   
    * HAMZA KHAWAJA
      
      * Dastak
      * Ibtida
   
    * PANACHE APPAREL
      
      * Eid Edit
      * Eternity Luxury Pret 22
   
    * CRIMSON
      
      * Luxury Lawn 2022
      * Wedding
   
    * SERAN
      
      * Luxury Eid Edit '22
   
    * AGHA JAAN
      
      * Ronaq E Eid Unstitched
      * Ronaq E Eid
   
    * CHILGOZAY
      
      * Summer Collection
   
    * BANO SIGNATURE
      
      * Parvaneh
   
    * FASHIONPORTERS
      
      * Arzu
   
    * AKS E JAHAN
      
      * Ghazal
   
    * LIBAAS
      
      * Sibel
   
    * MUNIB NAWAZ
      
      * Kurta
      * Waistcoat
   
    * REIGN
      
      * Dhanak By Mirha
   
    * RTW CREATION
      
      * Handbags
   
    * BIN ILYAS
      
      * Dastak festive eid
   
    * CARMIN
      
      * Imsaal Winter
      * Ciara Eid Edit
   
    * HEMSTITCH
      
      * SIGNATURE LAWN VOL-1
      * Luxury Unstitched'22
   
    * MAHUM ASAD
      
      * Zenobia Eid Edit
   
    * PANACHE PAKISTAN
      
      * Eid Edit '22
   
    * SAADIA AAMIR
      
      * Parishay'22
   
    * ARZ
      
      * Eid Edit
   
    * MADAME
      
      * Eid'22
   
    * MOHSIN NAVEED RANJHA
      
      * Cham Cham Cham
      * Sheran Wala Baagh
   
    * HIRA SAFIA
      
      * Cream and Grey Minimalist
      * Azita
   
    * HUSSAIN REHAR
      
      * Khuwab ghar
      * Rahgoli
   
    * DASTOOR COLLECTION
      
      * Rungrez
      * Tabeer
   
    * TASAWWUR
      
      * Mitra Eid Collection 22
   
    * HAUTE FORM
      
      * A Little Extre
   
    * VIRSA BY HND
      
      * Eid Edit 2022
   
    * ABBAS JAMIL RAJPOOT
      
      * Luxe Pret Vol 2
      * Alif Luxury Lawn'22
   
    * AISHA FATEMA
      
      * Chantilly Eid Drop'22
   
    * SIDRA MUMTAZ
      
      * Mehfil-E-Khaas
      * Kids wear
   
    * SOPHIN
      
      * Eid Special
      * New Arrivals
   
    * AFIFA IFTIKHAR
      
      * Dastaan
   
    * MIRAS
      
      * AVA-Festive'22
   
    * NAUSHAD IMDAD
      
      * Luxury Lawn'22
      * Subh e Nau
   
    * SFK
      
      * Hazure
   
    * MEHREEN MAHNAZ
      
      * NOORI
      * Maya
   
    * SHIFA HASSAN
      
      * Winter Edit’21
      * Summer Edit'22
   
    * KURTA CORNER
      
      * RTW Summer 2022
      * Andaz
   
    * EM BY MAHWISH
      
      * Arte
      * Parizaad
   
    * BAROQUE
      
      * Eid Milan
      * Chantelle Embroidered Chiffon 22
   
    * NUREH
      
      * Gardania
      * Nauratan
   
    * REPUBLIC
      
      * Leilani Luxury Lawn'22
      * Rever Winter Unstitched
   
    * ZAINAB ZULFIQAR
      
      * Eid Edit 2022
      * Winter 21
   
    * SHANZAY AND ANOOSHAY
      
      * ChickenKari Eid Edit 22
   
    * HOUSE OF SEHRISH NADEEM
      
      * Hosn
   
    * SEROLI
      
      * Rimjhim
   
    * KAAMDAR BY NOFL FAROOQ
      
      * Aryaana '21
   
    * ZOAY FORMALS
      
      * Eid Edit
      * Euphoria
   
    * TABASSUM
      
      * Chotti Eid'22
   
    * A-MEENAH
      
      * Merkai 2022
   
    * KESHIA
      
      * Nur Jahan Summer'22
   
    * ALISHBA & NABEEL
      
      * Luxury Formals
      * Bridals
   
    * SHAMAEEL ANSARI
      
      * Meeraki
      * Mahalika
   
    * COMBINATIONS
      
      * Hues
   
    * AISLING BY NIRMAL
      
      * Eid Edit
      * Spring Edit
   
    * MAHASIN
      
      * Parishay
   
    * ELAN
      
      * Lawn'22
      * Mirage Winter 21
   
    * MODEST
      
      * Twinkle
   
    * RUBYS COUTURE
      
      * Eid Edit 22
   
    * NOMAN AND BHAIYA
      
      * Bridals
   
    * SHEHRNAZ
      
      * Summer Basic 22
      * Kids Eid
   
    * RABIA U JABBAR
      
      * Spring Summer
   
    * DEMESNE COUTURE
      
      * Dahlia
      * Guria
   
    * EISHA ABBAS
      
      * Chandni raat
      * Winter Basics '22
   
    * JEEVA TEXTILE
      
      * Menswear
   
    * RAMSHA
      
      * Hand Made Products
   
    * GEM GARMENTS
      
      * Armonia
      * Virsa
   
    * MAVEN
      
      * Spring/Summer 22
   
    * SHANAKHT
      
      * Tabeer
   
    * KHUDA BAKSH CREATIONS
      
      * Eid Edit 2022
      * Daneen 21/22
   
    * MEHAK YAQOOB
      
      * In the bloom 2
   
    * MANNAT
      
      * Sonehri Rutt
   
    * THE GREAT MASTERS (TGM)
      
      * Eid Edit 2022 Volume 1
      * Summer Collection Vol 1
   
    * MEERAL
      
      * Reshamghar Luxury Lawn
      * Lawn Vol 2
   
    * IMROZIA PREMIUM
      
      * Festive De Verano
   
    * GARNET CLOTHING
      
      * Noori- Unstitched Luxury Lawn
      * Mah-e-Ru
   
    * DASTAN
      
      * Spring Summer Festive
   
    * ZIVA
      
      * Hues Tale '22
   
    * ZAIB BY NIMSAY
      
      * Eid Edit
      * Lawn SS 22
   
    * MAHGUL
      
      * Dhalia
      * Sabzwari Luxury Lawn 22
   
    * MSONS PAKISTAN
      
      * Spring 22
   
    * NUQSH
      
      * Nuqsh-e-Rangeen
   
    * SAMMY K
      
      * Euphoria
   
    * RANG RASIYA
      
      * Mishri Si Yaadein
   
    * NATASHA KAMAL
      
      * Eid'22
   
    * PHULKARI
      
      * Nyra
      * Dhaaga
   
    * STYLO
      
      * Hand Bags
      * Fancy Clutches
   
    * MAIRA ZUNNORAIN
      
      * Ayzel
   
    * SIFA
      
      * Lawn 22
   
    * BIN ZAKARIYA
      
      * Basic Summer Volume 1
   
    * UZMA AND AFSHEEN
      
      * Kids Wear
      * Feroza
   
    * BAGERZ
      
      * Summer Affair
   
    * RITZY
      
      * Winter 21
   
    * VINTAGE DESIGNS
      
      * Leilani'22
   
    * ZARMISHA DAR
      
      * Jashn
   
    * ZONA SHAHAM
      
      * Spring Eid Silk
   
    * DURESHAHWAR ATELIER
      
      * Luxury Eid Fest
      * Makhmal
   
    * DYNASTY
      
      * Wasl Waistcoats
   
    * KLEREN
      
      * Naqsh
      * Noura
   
    * MARIA ALI
      
      * Afreenish
      * Farahnoush
   
    * ZAHA
      
      * Gossamer Spring Summer 22
      * Lawn Spring Summer 22
   
    * THE PINK TREE COMPANY
      
      * Gulrang
      * Golden Hues
   
    * PARIEN HOUSE
      
      * Summer Collection
   
    * SENORITA
      
      * Girls Eid Collection 2022
      * Ladies Eid Collection 2022
   
    * ANAMTA BY MAHWISH
      
      * Chikenkari
      * Wedding series
   
    * RJ’S PRET
      
      * Bling
      * Bahaar-Eid'22
   
    * AMANI
      
      * Luxury Edit Spring 2022
   
    * PINKPETALS
      
      * Bahaar
   
    * XENIA FORMALS
      
      * Pareesia Ch-2
      * Basics
   
    * IKAT
      
      * Rasam Araa
   
    * BRUMANO
      
      * Summer collection '22
      * Waistcoats
   
    * ZAINAB SALMAN
      
      * Mirha Eid Edit 2
      * Kumaari Istanbul Collection
   
    * AZURE
      
      * Luxury Formals
   
    * GULAAL
      
      * Eid Luxury Formals
      * Luxury Lawn'22
   
    * SHANYERA
      
      * Summer Casual Pret
      * Pret 21
   
    * FAROOQ HAMEED STUDIO
      
      * Eid Ka Chand
      * Pariza Festive
   
    * MADE FOR HER
      
      * Necklace Sets
      * Bridal Sets
   
    * UMSHA
      
      * Afreen
      * Reyah
   
    * INSAM BY INSIA SOHAIL
      
      * Phankari
      * Nathia Gali
   
    * AKBAR ASLAM
      
      * Eid Festive Pret
      * Libaas E Khas
   
    * AYESHA & ASHEE
      
      * Summer 2020
      * Autumn 2021
   
    * MARIA B
      
      * Chiffons
   
    * KANWAL MALIK
      
      * Raaj Shahi Eid
      * A Parisian Dream
   
    * RAJKUMARI
      
      * Disney
      * Pyari Dulari
   
    * ERAJ HUSSAIN
      
      * Roohi Reet
      * Pehchan'22
   
    * GULNOOR
      
      * Gul'bahaar
      * Mirha
   
    * SHEIN
      
      * Top & Blouses
      * Dresses
   
    * NURIYAA
      
      * RUHI Ready to wear '22
      * Kashish
   
    * AFROZEH
      
      * Shabnami 22
   
    * NILOFER SHAHID
      
      * Menswear Eid-ul-Fitar
      * Eid-ul-Fitar
   
    * FASCINO
      
      * La Flora 3
   
    * TABYA
      
      * Eid
      * Chandni
   
    * ALEENA AND FAREENA
      
      * Noura
      * Taksh
   
    * ZARA SHAHJAHAN
      
      * Eid Luxury Unstitched 2022
      * Spring Summer Lawn'22
   
    * NOORANGI
      
      * Angan
   
    * SAIRA SHAKIRA
      
      * Amaryllis
      * Delia
   
    * ZABRIC
      
      * Eid Edit 22
      * Eden Bridals
   
    * NAZ JUNAID
      
      * Eid collection
   
    * KIRAN FAHEEM
      
      * Luxury Festive
   
    * CROSS STITCH
      
      * Mahiri VOL 2
      * Mehrbano
   
    * QALAMKAR
      
      * Qline Summer 22
      * Mirahil luxury lawn'22
   
    * SHAHRUKH SHEIKH STUDIO
      
      * Lahore se Karachi
      * Luxury Pret
   
    * MAROON BY IQRA
      
      * Lawn '22
      * Velvet Wear
   
    * REEMA AHSAN
      
      * Bahaar
      * Shagun
   
    * ABEERA USMAN
      
      * Chandani
   
    * JANIQUE
      
      * Luxury Chiffon
   
    * UNIWORTH
      
      * Ethnic Wear
   
    * SHAMOOZ
      
      * Le chantilly
   
    * LUSSORO
      
      * Chic & Attire
      * Bridal
   
    * SHIRIN HASSAN
      
      * Profonde
   
    * MEHR
      
      * Rung Festive'22

 * Brands
   
    * A - F
      
      * Aabyaan
      * Aasme Asma
      * Arz
      * Anamta by Mahwish
      * Abeera Usman
      * Abeeha Mishcah
      * AB Textiles
      * Afifa Iftikhar
      * A&J
      * Ahmad Raza
      * Ahmad Sultan
      * Aisha Fatema
      * Ainee Faisal
      * Akhrot
      * Ally's
      * Al Zohaib Textile
      * Alita Accessories
      * Ali Xeeshan
      * Aleena And Fareena
      * Alvina Aly
      * Alizeh Fashion
      * ALI TIRMAZI
      * AlphaBear
      * Amna Arshad
      * Amara and Sara
      * Agha Hassan
      * Afrozeh
      * Amani
      * Amna and Hina
      * Amna Ismail
      * Anum Hassan
      * Aniqa's Studio
      * Arslan Waheed
      * Anum Jung
      * Arfah Khawaja
      * Aroshi
      * Armas
      * Arz
      * Allure By IH
      * Alishba & Nabeel
      * Arjumand Bano
      * Asifa & Nabeel
      * Amayah
      * Asifa Asif
      * Asma Aslam
      * Atelier by Madiha & Maheem
      * Ayesha Jam
      * Ayesha Naveed
      * Ayesha and Usman
      * AKS E JAHAN
      * Ayla Omair
      * Ayesha Ibrahim
      * Azal
      * Aziz Ali
      * Aisling By Nirmal
      * AIK ATELIER
      * Abbas Jamil Rajpoot
      * Astore
      * Aminah Badar
      * Avyana
      * A-Meenah
      * Agha Jaan
      * Anaam Chaudhry
      * Aguila Activewear
      * Azure
      * Azra Hameed
      * Annus Abrar
      * Ansab Jahangir
      * Akbar Aslam
      * Ayesha & Ashee
      * Bareera and kinza
      * Bandana
      * BAK Fabrics
      * Baraé Khanom
      * Bano Signature
      * Beechtree
      * Beri and Coral
      * BLK Vogue
      * Bagerz
      * Baroque
      * Bano Empire
      * Basit Sipra
      * Bag X
      * Bin Zakariya
      * Brumano
      * Bareen
      * Belva
      * Bespoke
      * Bisma Kayani
      * Bisma Akbar
      * Biya Art Gallery
      * Bunai
      * Brocade
      * By The Way
      * Bybmk
      * Bin Ilyas
      * Canvas Kids
      * Chinyere
      * Carmin
      * Celina
      * Chargul
      * ChenOne
      * Combinations
      * Crimson
      * Cross Stitch
      * Cross Sketch
      * Cultural Fusion
      * Croza
      * Chilgozay
      * Chicophicial
      * Closet
      * Closet By Arzoo
      * Dastoor Collection
      * Demesne Couture
      * Dazzle By Sarah
      * Dhanak
      * Decor Fashion
      * Deepak and Fahad
      * Dhaani
      * Deepak Perwani
      * Denimic Jeans
      * Dastan
      * Dureshahwar Atelier
      * Dynasty
      * Diva Pret
      * Edge Republic
      * Edenrobe
      * Embellished by Sadaf Amir
      * Elaf Premium
      * Elahe
      * Eisha Abbas
      * Em By Mahwish
      * Enjia
      * Emaan Adeel
      * Eminence
      * Epoque
      * Elan
      * Ellena
      * Erum Khan
      * Eram.syedofficial
      * Eraj Hussain
      * Eve Attire
      * Falak
      * Fayon
      * Faraz Abid Sheikhu
      * Faiza Rakib
      * Fairytale
      * Faiza Aly
      * Fajar Sajid
      * Fitness Welt
      * Fahad Hussayn
      * Farooq Hameed Studio
      * Fascino
      * Fatima Ashar
      * Fatima Alisha
      * Fatima Khan
      * FAS Design Studio
      * FashionPorters
      * Farah Talib Aziz
      * Fatima Salamat
      * Faiza & Ameer Fabrics
      * Faiza Rehman
      * Fozia Khalid
      * Focus
      * F&F Store
      * Freya G.
      * Furqan Uppal.Designs
   
    * G - M
      
      * Garnet Clothing
      * GARRY’S & CO
      * Glittire
      * Gulalae
      * Gehnay By Abrish
      * Gunkali
      * GulAhmed
      * Gulaal
      * Gulnoor
      * Gisele
      * GOGI by Hassan Riaz
      * Guzel
      * Guzelleri
      * GEM Garments
      * Hira Safia
      * Hajra Hayat
      * Hania Atelier
      * Haaniya & Hooriya
      * Haris Shakeel
      * Haider Dhillon
      * Halina Khan
      * Haute Form
      * Hamna Noor
      * Hamza Khawaja
      * HEM
      * Hemstitch
      * Hayah
      * Hues Atelier
      * Hina Hassan Studio
      * Hira Ali Studios
      * Henna Mehndi
      * Hina Raza
      * Hijab Omer
      * House of Mode
      * House of Sehrish Nadeem
      * Humayun Alamgir
      * Honey Waqar
      * Hussain Rehar
      * Hue pret
      * Hummingbirds
      * Iqbal Hussain
      * Iqra F. Chaudhry
      * Imrozia Premium
      * Insam by Insia Sohail
      * ISTOR House of Premium Fabrics
      * Irtiqa Ali
      * Ikat
      * Ittehad Textile
      * Iza-Nur By Resham Ghar
      * Iznik
      * Ilaha
      * Ismail's
      * Janique
      * Janab
      * Jewels By Bushra
      * Jeeva Textile
      * Jacquard Clothing
      * Jacim Shafiq Studio
      * Jazmin
      * Javeria Zoa
      * Joon
      * Jooray Kapray
      * Javandi
      * JULKÉ
      * Jeem
      * Kaara
      * Kaia
      * Kaamdar by Nofl Farooq
      * Kamrava
      * Kanwal Malik
      * Karismash by Ahson Shoaib
      * kastoor
      * Kenari
      * Ketifa
      * Kurta Corner
      * Kinaar
      * Kleren
      * Kiran Faheem
      * Kohenoor Collection
      * Kross Kulture
      * Kehkeshan
      * Kaaj
      * Khas
      * Khushbakht
      * Kiddiewink
      * Kotie
      * Komal Nasir
      * Kokab Zia
      * Kolhart
      * Khuda Baksh Creations
      * Keshia
      * Kaya
      * Kulijume
      * Kunda Kari
      * Kausar Attire
      * LALA
      * Lajwanti
      * Laleen
      * Lavaneya
      * Lamhay
      * LeMubdi
      * Leon
      * Lenaim
      * Libaas
      * Lussoro
      * Luxe Basics
      * Lyla
      * LEILA
      * Maira Zunnorain
      * Madame
      * Maryam’s
      * Maan Mehran
      * Mahdees Siddiq
      * Magari
      * Mahama Boutique
      * Mahnoor Munawar
      * Maeve East
      * Maheen Shah
      * Maheen Ghani Trends
      * Mahgul
      * Maryum N Maria
      * Mahnoor Mujtaba
      * Mahpara Khan
      * Mahum Asad
      * Mausummery
      * Malook
      * MF Designs
      * Mannat Clothing
      * Mannequin
      * Maria Ali
      * Mahnoor Munir
      * Malkani by Iqra Sana
      * Malhaar
      * Maria Osama
      * Maroon by Iqra
      * Maria B
      * Maryam Hussain
      * MARIAM BUKHARI
      * Maria Basit Malik
      * Mahi
      * Maison De Lace
      * Marsam
      * Mariam Jehangir
      * Maryam Malik
      * Mashriki
      * Masooma Hassan
      * Maleena Fashion
      * Meraki Solids
      * Mehak Yaqoob
      * Mehek Saadi Faraz
      * Mehreen Mirza
      * Meeral
      * Mehmood Khan Design Studio
      * Mehreen Mahnaz
      * Mimi By Mariam
      * Mika
      * Minaahil Umar
      * Mina Kashif
      * Mirage By Samar
      * Mina Hasan
      * Milanie Handmade
      * Mona Imran
      * Motifz
      * MTJ
      * Murtaza Hussain
      * Munyza Couture
      * Mushq
      * Majestic
      * Muraqsh
      * Muddhouse
      * MUSE
      * Mirer
      * Miras
      * Maheen Arshad
      * Meerali
      * Musk
      * Munib Nawaz
      * Mohsin Naveed Ranjha
      * Mor To Go
      * Mohtaram
      * Meerab Shahid Closet
      * Maven
      * MSONS PAKISTAN
      * Mehroze Saboor
      * Manaal Arfeen
      * MAESH
      * Made For Her
      * Mah E Rooh
      * Malhaa
      * Modest
      * Mehr
      * Mahasin
      * MOSAIC
      * MUSHROOMS
   
    * N - S
      
      * Naz Junaid
      * Naari
      * Naaz Couture
      * Nadia Chhotani
      * Nacs
      * Nadia Farooqui
      * Nauroz
      * Naeel Fabrics
      * Nadia Sohaib
      * Naushad Imdad
      * Natasha Kamal
      * Nayaa's
      * Nighat Shariq Official
      * Noor By Saadia Asad
      * Nine Ninety Nine
      * Nureh
      * Nilofer Shahid
      * Neem Block
      * Nickie Nina
      * Nitasha Bilal
      * Noran's
      * Noor Ahsan
      * Noon by Nadir
      * Noman and Bhaiya
      * Noorangi
      * Nuriyaa
      * Neelo's By Saman Malik
      * Noreen Neelam
      * Nuqsh Pret
      * ORIENT
      * On My Way
      * Oture
      * Official Naari
      * Placard by M
      * Panache Apparel
      * Parien House
      * Parishay
      * Panache Pakistan
      * Pinkpetals
      * Portia
      * Polki & You
      * Purple Haze
      * Pukhraj Attire
      * Punto
      * Peeran Alam
      * Phulkari
      * Pulchi by Qasimi Store
      * Purple Seed
      * Quas E Qazah
      * Qyaas
      * Qalamkar
      * Rawayat
      * Raffine
      * Resham Ghar
      * Rang e Meraas
      * Rabia U Jabbar
      * Rang Kaari
      * RTW Creation
      * Rang e Haya
      * Raja Salahuddin
      * Raqs
      * Rayon
      * Reign
      * Republic Womenswear
      * Rollover
      * Rouche
      * Reema Ahsan
      * Rj’s Pret
      * Renee
      * Reyna
      * Resham Raaj
      * Real Image Clothing
      * Rubys Couture
      * Rici Melion
      * Rajkumari
      * Rizwan Beyg
      * Ritzy
      * RN by Rashna Nasar
      * Raheela Saeed
      * RajBari
      * Ramsha
      * Riyassa
      * Rabia Zahur
      * Rohtas Clothing
      * Rujhan
      * Rozana
      * Roshanai
      * RS Couture House
      * Saadia Asad
      * Sable Vogue
      * Saira Rizwan
      * Samsara By Khadija Batool
      * Sadia Aamir
      * Sadia Tariq
      * Sahar Atif
      * Sassi
      * Sarah Salman
      * SANA'S
      * Sana Waqas
      * Soffio
      * Samra Farman
      * Samreen Javed
      * Sammy K
      * Sara Ahmed
      * Sara Rohale Asghar
      * SFK
      * Sana Sheraz
      * Seema's
      * Seemab
      * Scherezade
      * Seran
      * Serene Premium
      * Seroli
      * Shanzay and Anooshay
      * Shakeel's by Zeeshan Danish
      * Shamaeel Ansari
      * Shehrnaz
      * Shiza Ahmed Label
      * Sadia's
      * Salitex
      * Shifa Hassan
      * Shakeelz by Owais Sikander
      * Shahtaj Qaiser
      * Sheeba Kapadia
      * Shirin Hassan
      * Shurooq
      * Shiza Hassan
      * Sidra Mumtaz
      * Sidra Shahnawaz
      * Sifa
      * Sifash
      * Sifona
      * SilkTail
      * Sabeen Abbas
      * Sarwar Jaan
      * Studio Mahnoor
      * Sobia Nazir
      * Sophin
      * SENORITA
      * Suveez Studio
      * Surmai
      * Sumaria's Couture
      * Sumaira Aurangzeb
      * Saira Shakira
      * Sana Safinaz
      * Sanaya
      * Sannazia
      * SAYA
      * Sana Abbas
      * Shamooz
      * Shireen Lakdawala
      * Sunnia Manahil
      * Sania Hasan Couture
      * Sadya Sumair Design Studio
      * Shahrukh sheikh studio
      * Shantelle
      * Shanyera
      * Shein
      * Splash
      * Splash
      * Stylo
      * Suffuse
      * Saheliyan
      * Serika Premium
      * Shanakht
      * SHAFFER By Grace Fabrics
      * SHAHBANO
      * StreetMark
      * SURPLUS BY CHARCOAL
      * SCLOTHERS
      * Streetela
   
    * T - Z
      
      * Taanka Official
      * Tasawwur
      * Taana Baana
      * Tassawur
      * Tabassum Mughal
      * Tabassum
      * Tabassumbynur
      * Tabya
      * Taleen
      * Tassur
      * Textilelime
      * Talha Batla
      * Tehwar
      * Tena Durrani
      * TheBeYouOfficial
      * Tippitoes
      * Threads & Motifs
      * The Great Masters (TGM)
      * The Saari Girl
      * The PinkTree Company
      * Uzma Sattar
      * Umsha
      * Uniworth
      * Uzma and Afsheen
      * Uzman Yasen
      * UXM
      * Vanya
      * Vashah
      * Virsa by HnD
      * VNCNTHYPE
      * Vintage Designs
      * Vleien Couture
      * Wania
      * Wahaj M Khan
      * Waqas Shah
      * Wardha Saleem
      * Warda Qutub Khan
      * WANIYA By Mehr Azam
      * Xenia Formals
      * Xari Atelier
      * Yards
      * Yarsa
      * ZAHA
      * Zar
      * ZARIF
      * Zaaviay
      * Zaib by Nimsay
      * Zainab Salman
      * Zain Malik
      * Zaish
      * Zainab Zulfiqar
      * Zarqash
      * Zarsah
      * Zahra Ahmad
      * Zarih
      * Zain Hashmi
      * Zarmisha Dar
      * Zara Shahjahan
      * Zarposh
      * Zara Zubair
      * Zeeniya Official
      * Zebaqi
      * Zeezou By Zeeshan Nasir
      * Zona Shaham
      * Zonia Anwaar
      * Zubia Zainab
      * Ziva
      * Zoya Hussain
      * Zoya & Fatima
      * Zabric
      * Zohaib Qadeer Couture
      * Zurf
      * ZARGUL

 * Unstitched
   * Summer Lawn
   * Festive Wear
   * Winter Wear
   * Coming Soon
 * Prêt
 * Luxury Prêt
 * Weddings
   * Engagement
   * Bridal Shower
   * Mehndi & Haldi
   * Nikkah
   * Barat
   * Walima
   * Budgeted Bridals
   * Kids wear
   * Couture Appointments
 * Men
 * Kidswear
 * Accessories
   * Footwear
   * Jewellery
   * Hand Bags
    * 
    * 
    * 
   
   KEEP IN TOUCH
   
    * Sign in
    * Sign up
   
    * My Account
    * My Cart
   
   
      CONTACT US
   
      
    * Contact for Order StatusNew
    * Become a Seller
   
   
   ABOUT LAAM
   
   
    * About LAAM
    * Editorial Blog
    * Contact Us
    * FAQs
    * Terms of Sale
    * Terms & Conditions
    * Return & Exchange
    * Refund policy
    * Shipping & Customs
    * Privacy & Cookie
    * LAAM Disclaimers
    * Order Cancellation Policy
    * Careers


POPULAR SEARCH TERMS

 * Kaia | Luxury Lawn '22
 * Summer Lawn 22
 * Ready to Ship - Festive wear
 * Luxury wear Deal upto 60% off
 * Causal wear deals upto 60% off
 * Immediate Delivery
 * 
 * 
 * 

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


TRENDING BRANDS

 * 
 * 
 * 
 * 
 * 

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


FEATURED CATEGORIES

 * Summer Lawn
 * Festive wear
 * Winter wear upto 60% off
 * Pret
 * Luxury pret
 * Bridal
 * Formal wear
 * Men

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


POPULAR MATERIALS

 * Lawn
 * Cotton
 * Khaddar
 * Chiffon
 * Velvet
 * Linen
 * 
 * 

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


COLOUR

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

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


SIZES

 * 
 * 
 * 
 * 
 * 
 * 


SUMMER MUST-HAVES - SUMMER LAWN FAVOURITES








MOST LOVED BRANDS



 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 
   


READY TO WEAR - FIND WHAT SUITS YOU BEST











BEST OF READY TO WEAR - SEASON'S BEST SELLERS


-60%


HEM - LOTUS OUTFIT - BABY BLUE

PKR. 30,000 PKR. 12,000

HEM


HEM - LOTUS OUTFIT - BABY BLUE

PKR. 12,000 PKR. 30,000
-50%


MALHAAR-PREET

PKR. 32,500 PKR. 16,250

malhaar


MALHAAR-PREET

PKR. 16,250 PKR. 32,500
-35%


QURBAT

PKR. 2,950 PKR. 1,918

Panache Apparel


QURBAT

PKR. 1,918 PKR. 2,950
-20%


SANGRIA

PKR. 4,491 PKR. 3,593

Garnet Clothing


SANGRIA

PKR. 3,593 PKR. 4,491
-60%


HEM - LOTUS OUTFIT - SAFFRON

PKR. 30,000 PKR. 12,000

HEM


HEM - LOTUS OUTFIT - SAFFRON

PKR. 12,000 PKR. 30,000
-20%


PINK CHIFFON SUIT

PKR. 7,500 PKR. 6,000

Akhrot


PINK CHIFFON SUIT

PKR. 6,000 PKR. 7,500
-60%


HEM - LOTUS OUTFIT - PINK

PKR. 30,000 PKR. 12,000

HEM


HEM - LOTUS OUTFIT - PINK

PKR. 12,000 PKR. 30,000
-35%


GULAB

PKR. 4,500 PKR. 2,925

Panache Apparel


GULAB

PKR. 2,925 PKR. 4,500
-50%


UFAQ / LIGHT PEACH

PKR. 38,000 PKR. 19,000

Rang-e-Haya


UFAQ / LIGHT PEACH

PKR. 19,000 PKR. 38,000
-35%


TASKEEN

PKR. 4,000 PKR. 2,600

Panache Apparel


TASKEEN

PKR. 2,600 PKR. 4,000
-50%


MALHAAR-ASHNA

PKR. 28,500 PKR. 14,250

malhaar


MALHAAR-ASHNA

PKR. 14,250 PKR. 28,500
-20%


BARSAAT

PKR. 5,749 PKR. 4,599

Garnet Clothing


BARSAAT

PKR. 4,599 PKR. 5,749
-60%


HEM - LOTUS OUTFIT - BABY BLUE

PKR. 30,000 PKR. 12,000

HEM


HEM - LOTUS OUTFIT - BABY BLUE

PKR. 12,000 PKR. 30,000
-50%


MALHAAR-PREET

PKR. 32,500 PKR. 16,250

malhaar


MALHAAR-PREET

PKR. 16,250 PKR. 32,500
-35%


QURBAT

PKR. 2,950 PKR. 1,918

Panache Apparel


QURBAT

PKR. 1,918 PKR. 2,950
-20%


SANGRIA

PKR. 4,491 PKR. 3,593

Garnet Clothing


SANGRIA

PKR. 3,593 PKR. 4,491
-60%


HEM - LOTUS OUTFIT - SAFFRON

PKR. 30,000 PKR. 12,000

HEM


HEM - LOTUS OUTFIT - SAFFRON

PKR. 12,000 PKR. 30,000
-20%


PINK CHIFFON SUIT

PKR. 7,500 PKR. 6,000

Akhrot


PINK CHIFFON SUIT

PKR. 6,000 PKR. 7,500
-60%


HEM - LOTUS OUTFIT - PINK

PKR. 30,000 PKR. 12,000

HEM


HEM - LOTUS OUTFIT - PINK

PKR. 12,000 PKR. 30,000
-35%


GULAB

PKR. 4,500 PKR. 2,925

Panache Apparel


GULAB

PKR. 2,925 PKR. 4,500
-50%


UFAQ / LIGHT PEACH

PKR. 38,000 PKR. 19,000

Rang-e-Haya


UFAQ / LIGHT PEACH

PKR. 19,000 PKR. 38,000
-35%


TASKEEN

PKR. 4,000 PKR. 2,600

Panache Apparel


TASKEEN

PKR. 2,600 PKR. 4,000
-50%


MALHAAR-ASHNA

PKR. 28,500 PKR. 14,250

malhaar


MALHAAR-ASHNA

PKR. 14,250 PKR. 28,500
-20%


BARSAAT

PKR. 5,749 PKR. 4,599

Garnet Clothing


BARSAAT

PKR. 4,599 PKR. 5,749




BUDGET BUYS - EASY ON THE POCKET


 * 
 * 
 * 
 * 




KIDSWEAR - SHOP BY TYPE


 * 
 * 
 * 
 * 


DEALS TO STEAL





MENSWEAR - SHOP BY CATEGORIES



 * 

 * 

 * 

 * 

 * 

 * 

   




FOOTWEAR - THAT WALKS THE TALK



 * 

 * 

 * 

 * 

 * 

 * 

   




JEWELLERY - SHOP BY ARTICLE



 * 

 * 

 * 

 * 

 * 

 * 

   


ACCESSORIES - HANDPICKED DEALS





MOST SHOPPED CATEGORIES - WHAT'S TRENDING



 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 
   




EXPLORE OUR STORES


 * 
 * 
 * 
 * 
 * 
 * 





HEY, WAIT...


SUBSCRIBE TO OUR NEWSLETTER!

Stay up to date with the latest in fashion trends and LAAM exclusive offers.

By signing up, you agree to LAAM’s Privacy Policy and Terms & Conditions.

LAAM Rewards LAAM Rewards Editorial blog
 * Laam Gift card
 * Become a Partner
 * Editorial Blog
 * Laam Rewards
 * LAAM Disclaimers

Help center
Help center
 * Track your Order
 * Shipping and Delivery
 * Cancellations
 * FAQs
 * Returns
 * Refund Policy

Contact us
 * Whatsapp: +923167776158
 * Email: customercare@hotellito.com

About LAAM
About LAAM
 * Careers - We’re hiring!
 * Privacy And Cookie Policy

Partner with LAAM
Partner with LAAM
 * Sell at LAAM
 * Connect with us

Contact us
 * Whatsapp: +923167776158
 * Email: customercare@hotellito.com

 * 
 * 
 * 

©️ 2022 LAAM Technologies. All Rights Reserved.
 * Term of Sale
 * Terms & Conditions
 * Privacy & Cookie
 * Disclaimers


Subscribe for Newsletter I read and agree with Terms of Service Terms of Service
 * 
 * 
   
 * 
   
 * 

×


PLEASE SIGN IN TO USE THE WISH LIST FEATURE AT LAAM.

 * Sign Up
 * Sign In


 * 




PLEASE SIGN IN TO USE THE WISHLIST FEATURE AT LAAM.

 * Sign In
 * Sign Up

We've sent you an email with a link to update your password.


SIGN IN

Please enter your e-mail and password

Forgot your password?



Subscribe for Newsletter I read and agree with Terms of Service Terms of Service


SIGN UP

Please fill in the information below






Subscribe for Newsletter I read and agree with Terms of Service Terms of Service


RESET YOUR PASSWORD

We will send you an email to reset your password.

Cancel
 * 




PLEASE SIGN IN TO USE THE REWARDS FEATURE AT LAAM.

 * Sign In
 * Sign Up

We've sent you an email with a link to update your password.


SIGN IN

Please enter your e-mail and password

Forgot your password?



Subscribe for Newsletter I read and agree with Terms of Service Terms of Service


SIGN UP

Please fill in the information below






Subscribe for Newsletter I read and agree with Terms of Service Terms of Service


RESET YOUR PASSWORD

We will send you an email to reset your password.

Cancel

visually-hidden