laam.pk Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: http://laam.pk/
Effective URL: https://laam.pk/pages/international
Submission: On July 14 via manual from DE — Scanned from CA

Form analysis 27 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="https://laam.pk/collections/hussain-rehar-summer-lawn-22-vol-ii">Hussain Rehar | Sarab Summer Lawn '22 Vol II</a></li>
          <li><a href="/collections/summer-lawn">Summer Lawn 22</a></li>
          <li><a href="https://laam.pk/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>
                    </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://laam.pk/collections/all-products/fabric_lawn">Lawn</a></li>
                <li><a href="https://laam.pk/collections/all-products/fabric_cotton">Cotton</a></li>
                <li><a href="https://laam.pk/collections/all-products/fabric_khaddar">Khaddar</a></li>
                <li><a href="https://laam.pk/collections/all-products/fabric_Chiffon">Chiffon</a></li>
                <li><a href="/collections/best-of-velvet">Velvet</a></li>
                <li><a href="https://laam.pk/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://laam.pk/search?type=product&amp;q=white'"></li>
                <li><input type="button" class="search_btn yellow-btn" value="" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=yellow'"></li>
                <li><input type="button" class="search_btn red-btn" value="" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=red'"></li>
                <li><input type="button" class="search_btn black-btn" value="" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=black'"></li>
                <li><input type="button" class="search_btn green-btn" value="" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=green'"></li>
                <li><input type="button" class="search_btn blue-btn" value="" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=blue'"></li>
                <li><input type="button" class="search_btn pink-btn" value="" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=pink'"></li>
                <li><input type="button" class="search_btn orange-btn" value="" onclick="location.href = 'http://laam.pk/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://laam.pk/search?type=product&amp;q=size-xs'"></li>
                <li><input type="button" class="search_btn" value="S" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=size-s'"></li>
                <li><input type="button" class="search_btn" value="M" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=size-m'"></li>
                <li><input type="button" class="search_btn" value="L" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=size-l'"></li>
                <li><input type="button" class="search_btn" value="XL" onclick="location.href = 'http://laam.pk/search?type=product&amp;q=size-xl'"></li>
                <li><input type="button" class="search_btn" value="CS" onclick="location.href = 'http://laam.pk/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"><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>

POST

<form method="post" id="sem_modal_form" novalidate="novalidate"><input id="sem_email" type="hidden" value="client" name="user">
  <div class="ssw-control-group"><input name="password" id="sem_password" class="social-exist-modal__password" type="password" required="required" placeholder="Password"><br></div>
  <a id="sem_forgot" class="social-exist-modal__recover-password" onclick="try{showRecoverPasswordForm();ssw('#social_exist_modal').sswModal('hide');}catch(e){}" href="/account/login#recover">Forgot password?</a>
  <div class="ssw-control-group"><input id="sem_btn" type="submit" class="btn button gw-login-btn" value="Log in"></div>
</form>

POST

<form id="set-email-form" method="post" novalidate="novalidate"><input id="service_id" type="hidden" name="service_id" value="">
  <div class="ssw-control-group"><input id="set-email-input" name="email" tabindex="1" aria-label="Email address" type="email" required="required" placeholder="Email address" class="ssw-span3"></div>
  <div class="ssw-control-group"><input type="submit" class="btn button gw-login-btn" tabindex="1" aria-label="" value=""></div>
</form>

POST

<form id="accept-terms-form" method="post" onsubmit="sswCreateAccount(this);">
  <div class="terms-email-group ssw-control-group"><input id="terms-email-input" name="email" tabindex="1" type="email" required="required" placeholder="Email address" class="ssw-span3"></div>
  <div class="accept_terms-group ssw-control-group">
    <div class="ssw-controls"><label class="ssw-checkbox ssw-inline"><input id="ssw-accept-terms-checkbox" name="accept_terms" onclick="sswOnAcceptTerms(this)" type="checkbox"> I read and agree with <span class="terms-span">Terms of Service</span>
        <a class="terms-link ssw-hide" target="_blank">Terms of Service</a></label></div>
  </div>
  <div class="ssw-control-group accepts_marketing-group">
    <div class="ssw-controls"><label class="ssw-checkbox ssw-inline"><input id="ssw-accept-marketing-checkbox" name="accepts_marketing" type="checkbox" onclick="sswOnAcceptMarketing(this)" onkeydown="sswOnAcceptMarketing(this)" tabindex="1"
          aria-label="Subscribe for Newsletter"> Subscribe for Newsletter</label></div>
  </div> <input id="ssw-accept-terms-service_id" name="service_id" type="hidden">
  <div class="ssw-control-group"><input id="ssw-create-account-button" type="submit" class="btn button gw-login-btn" style="display:none" value="Create Account" tabindex="1" aria-label="Create Account"><input id="ssw-cancel-account-button"
      type="button" class="btn button gw-login-btn" value="cancel" onclick="sswCancelAccount()" tabindex="1" aria-label="cancel"></div>
</form>

POST /account/login

<form id="he_customer_login" action="/account/login" method="post" accept-charset="UTF-8" novalidate="novalidate"><input type="hidden" value="client" name="user">
  <div class="ssw-control-group"><input id="ssw-customer-email" name="customer[email]" tabindex="1" autocomplete="on" type="email" placeholder="Email address" class="ssw-span3" title="Enter your email" aria-label="Enter your email"></div>
  <div class="ssw-control-group"><input id="ssw-customer-password" name="customer[password]" tabindex="2" type="password" placeholder="Password" class="ssw-span3" title="Enter your password" aria-label="Enter your password"></div>
  <div class="ssw-control-group"><input id="hesy-login-submit" tabindex="3" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Log in" aria-labelledby="Log in"></div>
  <div class="ssw-control-group"><a href="/account/login#recover" class="gw-link-login">Forgot password?</a></div>
</form>

POST /account

<form id="he_create_customer" action="/account" method="post" accept-charset="UTF-8" novalidate="novalidate">
  <div class="ssw-control-group"><input id="ssw-email" tabindex="4" name="customer[email]" type="email" placeholder="Email address" class="required email ssw-span3" title="Enter your email" aria-label="Enter your email"></div>
  <div class="ssw-control-group"><input id="ssw-password" tabindex="5" name="customer[password]" type="password" placeholder="Password" class="required ssw-span3" minlength="6" title="Enter your password" aria-label="Enter your password"></div>
  <div class="ssw-control-group ssw-first-name" style="display:none;"><input id="ssw-first_name" tabindex="6" name="customer[first_name]" type="text" placeholder="First Name" class="required ssw-span3" minlength="2" title="Enter your first name"
      aria-label="Enter your first name"></div>
  <div class="ssw-control-group ssw-last-name" style="display:none;"><input id="ssw-last_name" tabindex="7" name="customer[last_name]" type="text" placeholder="Last Name" class="required ssw-span3" minlength="2" title="Enter your last name"
      aria-label="Enter your last name"></div>
  <div id="ssw-signup-accept-terms-marketing" class="ssw-control-group ssw-accept-terms"><label id="ssw-signup-accept-terms" class="ssw-checkbox ssw-inline" style="display:none;"><input name="terms" tabindex="8" type="checkbox"
        onclick="sswOnAcceptTerms(this)"> I read and agree with <span class="terms-span">Terms of Service</span> <a class="terms-link ssw-hide" target="_blank">Terms of Service</a></label> <input id="ssw-customer-accepts_marketing" type="hidden"
      name="customer[accepts_marketing]" value="false"><label id="ssw-signup-accept-marketing" class="ssw-checkbox ssw-inline"><input name="accepts_marketing" tabindex="9" type="checkbox" onclick="sswOnAcceptMarketing(this)"> Subscribe for
      Newsletter</label> </div>
  <div class="ssw-action-bottom"><button id="hesy-sign-up-cancel" type="button" class="btn button gw-login-btn gw-fsize-md" data-dismiss="ssw-modal" aria-hidden="true" style="display:none">cancel</button><input id="hesy-sign-up-submit" tabindex="8"
      type="submit" class="btn button gw-login-btn gw-fsize-md" value="Sign up" aria-labelledby="Sign up"></div>
</form>

POST /cart/add

<form class="ssw-product-form ssw-available-content" method="post" action="/cart/add"><input type="hidden" name="id" value="">
  <div class="gw-quantity-wrapper" tabindex="0"><span class="gw-quantity-text gw-product-form-text">Quantity</span><span class="gw-quantity-param minus">-</span><input type="number" name="quantity" class="gw-quantity-number" value="1"><span
      class="gw-quantity-param plus">+</span></div>
  <div class="ssw-control-group ssw-product-option1 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option1</label><select class="ssw-product-select1" data-product-id="0"></select></div>
  <div class="ssw-control-group ssw-product-option2 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option2</label><select class="ssw-product-select2" data-product-id="0"></select></div>
  <div class="ssw-control-group ssw-product-option3 ssw-hide"><label class="ssw-control-label gw-product-form-text">Option2</label><select class="ssw-product-select3" data-product-id="0"></select></div>
</form>

<form class="ssw-list-title-form" onsubmit="return false;"><input class="ssw-fave-list-title" type="text" name="list_title_default" data-event="blur" data-action="editList" data-id="0" placeholder="List name" value="Favorites" maxlength="40"
    required="required"><button type="submit" style="display:none"></button></form>

<form class="form">
  <div class="control-group">
    <div class="ssw-h3">Share this with your friends:</div>
  </div>
  <div id="favesshare_alert"></div>
  <div class="ssw-control-group">Email address:</div>
  <div class="ssw-control-group"><input id="sharefaves_from_email" name="from_email" tabindex="1" autocomplete="on" type="email" required="" placeholder="From" class="ssw-span12"></div>
  <div class="ssw-control-group">: <i class="ssw-icon-link"></i><input class="ssw-sharer-href" value="" type="text"></div>
  <div class="ssw-control-group"><textarea placeholder="Type your message here (optional)" rows="2" class="ssw-input-block-level" id="sharefaves_note">Check out my lovely items</textarea></div>
  <div class="ssw-control-group"><label class="control-label">Type your friends email addresses separated by commas or one email per line :</label><textarea placeholder="myfriend@mail.com" rows="2" class="ssw-input-block-level"
      id="sharefaves_emails"></textarea></div><iframe id="ssw-recaptcha-iframe-share-faves" src="" style="width:100%;border:none;height:98px;"></iframe><input id="ssw-recaptcha-response" type="hidden" name="recaptcha_response" required=""><br><input
    type="hidden" name="list_id" value="0"><input type="submit" class="btn button ssw-pull-right ssw-share-faves-btn" id="favesshare_button" value="Share" data-pending="0" data-text="Share" data-text-loading="Posting...">
</form>

<form class="ssw-variant-options">
  <div class="ssw-product-variant-col"><img src="" class="ssw-variant-image" onload="this.removeAttribute('style')"></div>
  <div class="ssw-product-variant-col ssw-product-variant-col-form">
    <h3 class="ssw-product-variant-choose-option-text">Choose options</h3>
    <div class="ssw-product-variant-select-alert ssw-alert ssw-alert-warning" style="display:none;">All options should be selected!</div>
    <div class="ssw-variant-option-radio-template ssw-variant-option-template ssw-variant-option" style="display:none">
      <p class="ssw-variant-option-title"></p>
      <div class="ssw-variant-option-value" style="display:none"><input type="radio"><label></label></div>
    </div>
    <div class="ssw-variant-option-select-template ssw-variant-option-template ssw-variant-option" style="display:none">
      <p class="ssw-variant-option-title"></p><select name="option" class="ssw-variant-option-select">
        <option class="ssw-variant-option-value"></option>
      </select>
    </div><input class="ssw-product-variant-id" type="hidden" name="variant_id">
    <div class="ssw-product-variant-cart-error ssw-alert ssw-alert-danger" style="display:none;"></div>
  </div>
</form>

POST

<form id="ssw-wishlist-save-form" method="post">
  <div class="ssw-inline"><input type="email" name="customer_email" placeholder="Your email address" required=""><button type="submit" class="btn gw-wishlist-btn gw-btn-bg" data-text="Save" data-loading-text="Saving...">Save</button></div>
  <div class="ssw-inline" style="margin-top:10px"><label for="accept_marketing">Subscribe for Newsletter</label><input type="checkbox" id="accept_marketing" name="accept_marketing"></div>
</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
 * zaha
 * saree
 * stitched
 * elan
 * hussain rehar
 * gharara
 * white
 * black
 * chiffon


TRENDING BRANDS

 * 
 * 
 * 
 * 


TRENDING CATEGORIES

 * Deal
 * Deal
 * Deal
 * Deal
 * Deal


COLOUR

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 

SHOW MORE


TRENDING PRODUCTS

 * EID FESTIVE'22 BURCU BASIC PRINTED LAWN 3PC UNSTITCHED
 * EID FESTIVE'22 DORIA EMBROIDERED PRINTED COTTON 3PC UNSTITCHED
 * Rujhan - EID EDITION -Unstitched 3 Pc Embroidered Swiss Voile - LSV-010
 * Rujhan - EID EDITION -Unstitched 3 Pc Embroidered Swiss Voile - LSV-008
 * Motifz - 3308-QISTINA DIGITAL PRINTED LAWN UNSTITCHED


 * 


 * 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
   * Unstitched - Ready to Ship
   * Festive- Ready to Ship
 * Summer Lawn
   * Unstitched
   * Ready to wear
 * New In
   
    * HUMDUM
      
      * Arzoo
      * Mirha
   
    * WAQAS SHAH
      
      * Nur jahan
   
    * JAVERIA ZOA
      
      * Lea
      * Rehar Collection 2022
   
    * UROOJ FAHD
      
      * EID EDIT II
      * Asfoor
   
    * SARA AHMED
      
      * SERENE - Semi Formal
   
    * TASNEEM SHAMIM
      
      * Tabeer
      * Shirt
   
    * CROZA
      
      * Summer Vol 3
      * Summer Vol 1
   
    * JOON
      
      * Eid Edit 22
      * Ramdan Eid Edit 22
   
    * FAIZA REHMAN
      
      * Luxury Pret
   
    * HAMNA NOOR
      
      * Afsana
      * Eid/Summer'22
   
    * KURTA CORNER
      
      * Kids Designer Kurtas
      * Regulars
   
    * KHAS
      
      * Sawera
      * Pret Kurtis
   
    * JOORAY KAPRAY
      
      * Rivaayat
   
    * AISHA FARID
      
      * Ruhkash
      * Dua
   
    * CRIMSON
      
      * Eid Pret '22
      * Luxury Lawn 2022
   
    * ARZ
      
      * Eid Edit 2
   
    * ROLLOVER
      
      * Eastern
   
    * ZOYA&ZAHA
      
      * Eid Rung 2022 - Mother & Daughter
      * Noor e Eid
   
    * ALI XEESHAN
      
      * INAAM-Dhoop Chaon2
   
    * ANAYA BY KIRAN CHAUDHRY
      
      * Monochrome mystique
      * Virsa'22
   
    * LEON
      
      * Solids
      * Eid Edit
   
    * MODEST
      
      * Shehnai Kids
      * Shehnai Women
   
    * TEXTILELIME
      
      * Summer 2022
   
    * AYESHA JAM
      
      * Sugar
   
    * SIDRA MUMTAZ
      
      * Kids wear
      * Kids Vol-2
   
    * NAEEL FABRICS
      
      * Summer Vol-1
   
    * FAIZA ALY
      
      * Formal wear
   
    * SHUROOQ
      
      * Ghazal Eid 22
   
    * COTTON CANDY
      
      * Summer Festive ' 22
      * Summer Vol 1
   
    * PINKPETALS
      
      * Nura
      * Bahaar
   
    * CROSS STITCH
      
      * Mahiri Vol 4
      * Mehrbano
   
    * SALITEX
      
      * Unstitched Kurties Vol 2
      * Sana Sara Gold
   
    * KAUSAR ATTIRE
      
      * Taj mahal
      * Impearl
   
    * KLEREN
      
      * Eleganza
      * Dastak
   
    * KARAMBAR
      
      * Lu Mie Re
      * Lawn, Summer basics
   
    * CLOSET BY FAREEHA IJAZ
      
      * Eid 22
      * Basic SS'22
   
    * SHIRIN HASSAN
      
      * Rc en ciel
      * Profonde
   
    * FATIMA RAJPUT
      
      * Reet'22
      * Salma Sitara
   
    * ZARSAH
      
      * Eid 22
      * Chet Charagah
   
    * MAK FASHION
      
      * Exclusive Embroidered Formal 22
      * Statement
   
    * NIKH HOUSE OF FASHION
      
      * Summer 22
      * Summer
   
    * SAIRA RIZWAN
      
      * Mehr o mah
      * Empress
   
    * ZNH
      
      * Trousers
      * Farda Spring Summer'22
   
    * MAHGUL
      
      * Ashna
      * Exclusive capsule
   
    * DAUD ABBAS
      
      * Boh E Baariyan
      * Noor Rani vol 2
   
    * AISLING BY NIRMAL
      
      * Summers Basics
      * Eid Luxury Pret
   
    * SRA
      
      * Luxury pret 22
      * Luxury Pret Edit 22
   
    * SANA SAFINAZ
      
      * Nura Vol II
      * Eid Capsule
   
    * RUBYS COUTURE
      
      * Zaibtan
      * Eid Edit 22
   
    * SHANYERA
      
      * TABEER - Eid Edit 2022
      * Pret 21
   
    * THE GREAT MASTERS (TGM)
      
      * Festive Waistcoats
      * Summer Collection Vol 1
   
    * AZRA HAMEED
      
      * Eid'22
   
    * SURMAI
      
      * AE RI SAKHI LAWN PRET
      * Bahar Aei
   
    * QALAMKAR
      
      * Raahi Luxury Lawn
      * Khaab Festive Formals
   
    * KAIROS
      
      * Mehr e Jaan Qissa Dom
      * Nigah e Shoq
   
    * MARIA B
      
      * Mbroidered Heritage Edition'22
      * Mprints The Great Gateway
   
    * RAJKUMARI
      
      * Disney
      * Rainbow
   
    * CHARIZMA
      
      * Sanjh-Festive Eid
      * Embellished Mirror Work
   
    * DIVA PRET
      
      * Gul-e-Naz
   
    * WAJIHA SHAHJEHAN
      
      * Print Charm
      * Zirwa
   
    * INSAM BY INSIA SOHAIL
      
      * Rabab
      * Nathia Gali
   
    * GULAAL
      
      * Eid unstitched formals '22
      * Lawn 22
   
    * SAHELIYAN
      
      * Phool
   
    * ANAMTA BY MAHWISH
      
      * Luxury Lawn
      * Wedding series
   
    * RAAYA
      
      * Raya Luxury Eid Collection 2022
   
    * SHAHRUKH SHEIKH STUDIO
      
      * Summer Wine
      * Luxury Pret
   
    * GARNET CLOTHING
      
      * Angna Eid Festive
      * Mah-e-Ru
   
    * DAZZLE BY SARAH
      
      * Muse Luxe
      * Dazzle prints
   
    * MANNAT
      
      * Vasl Festive
      * Sonehri Rutt
   
    * REEMA AHSAN
      
      * Lamhay
      * Shagun
   
    * WARDHA SALEEM
      
      * Festive vol 2
      * Festive Eid
   
    * RAYON
      
      * Eid Wear
   
    * ITTEHAD TEXTILE
      
      * ITTEHAD DIGITAL PRINT 2PS
      * Ittehad Digital Print 3Pcs Vol#4
   
    * WANIYA BY MEHR AZAM
      
      * Peu D' amour
      * Soigné
   
    * UXM
      
      * Breathable
      * Eid Collection
   
    * ZEBAYE
      
      * Kehkehshan
      * Haleh
   
    * DECUIRSHOP
      
      * Women Polo Shirts
      * Bahaar
   
    * FAROOQ HAMEED STUDIO
      
      * Eid Edit 22
      * Eid Ka Chand
   
    * NATASHA KAMAL
      
      * NK Eid Volume 2
      * Eid'22
   
    * LALEEN
      
      * Nigah-e-Shoq
      * Luxury Collection '22 Pret
   
    * AKS E JAHAN
      
      * Gulzar
      * Dastaan
   
    * ANUM JUNG
      
      * Mehru
   
    * DURESHAHWAR ATELIER
      
      * Dhanak
      * Makhmal
   
    * MALEENA FASHION
      
      * Zinnia
      * Luxury Unstitch Lawn
   
    * NUR_BYMANSOONANAEEM
      
      * NUR - The divine light
      * Festive Soiree
   
    * MUSHQ
      
      * Maison Casual Pret
      * Kahani
   
    * JACQUARD CLOTHING
      
      * Soraya vol-4
      * Taragini
   
    * HUSSAIN REHAR
      
      * Sarab Summer Lawn '22 Vol II
      * Rahgoli
   
    * AMANI
      
      * Basic drop 2
   
    * NOORANGI
      
      * Shaad
      * Angan
   
    * JAZMIN
      
      * Sabrang
   
    * SHANZAY AND ANOOSHAY
      
      * Summer Luxe
      * ChickenKari Eid Edit 22
   
    * MALOOK
      
      * Rang-E-Hayaat
   
    * ZAIB BY NIMSAY
      
      * Cherie
      * Eid Edit
   
    * RAJBARI
      
      * Nisa Daily Wear
   
    * ALLY'S
      
      * Luxury Eid Edition
      * Aroosh luxury festive
   
    * AMNA ARSHAD
      
      * Summer Vibe
   
    * MARYUM N MARIA
      
      * Luxury Pret '22 Eid Edit
      * Re Verie
   
    * RANG E MERAAS
      
      * Saree's
   
    * ZARA SHAHJAHAN
      
      * UNSTITCHED LAWN II
      * Luxury Lawn'22
   
    * A&J
      
      * Bakra Eid Gents
      * Bakra Eid boys
   
    * MOHSIN NAVEED RANJHA
      
      * Radio Pakistan
      * Cham Cham Cham
   
    * RN BY RASHNA NASAR
      
      * Formals'22
   
    * SORAYA
      
      * Luxe Pret '22
   
    * BANAFSHEH
      
      * Tarz e Libaas
   
    * ABEEHA MISHCAH
      
      * Noorah
      * Eid '22
   
    * SOPHIN
      
      * Sliders
      * Eid Special
   
    * ZAHRA AHMAD
      
      * Eid'22
   
    * AABYAAN
      
      * Aarzu Luxury Lawn
   
    * RANG RASIYA
      
      * Mishri Si Yaadein
      * Maskan Eid Edit
   
    * NAUSHAD IMDAD
      
      * Luxury Chiffon '22
      * Subh e Nau
   
    * CANVAS KIDS
      
      * Lawn'22
   
    * MIMI BY MARIAM
      
      * Elaya
   
    * NEELO'S BY SAMAN MALIK
      
      * Mehtab jabeen
   
    * HEMSTITCH
      
      * Luxury Vol 2
      * Festive Lawn Collection
   
    * SAIRA SHAKIRA
      
      * Azha
      * Rumeli
   
    * MEHAK YAQOOB
      
      * Luxury Festive
      * In the bloom 2
   
    * HAUTE FORM
      
      * Truly ruly
      * A Little Extre
   
    * EPOQUE
      
      * Lueur
   
    * EDGE REPUBLIC
      
      * Tehzeeb
   
    * ZOYA & FATIMA
      
      * Aaghaz
      * Pehel
   
    * XENIA FORMALS
      
      * Unstitched
      * Basics
   
    * MARIA OSAMA
      
      * Pariwash
   
    * MTJ
      
      * Festive Collection
      * Eid Festive
   
    * SHAMOOZ
      
      * Festive Eid Ul Azha
      * Le chantilly
   
    * BIN ILYAS
      
      * Esha Eshaal Summer'22
      * Dastak festive eid
   
    * IZA NUR BY RESHAM GHAR
      
      * Janiya Timeless embroidered
      * Casual Pret
   
    * TABYA
      
      * Eid edit '22
      * Chandni
   
    * NAYAA'S
      
      * Silk Luxe
   
    * SHEHRNAZ
      
      * Eid Ul Adha Edit
      * Kids Eid
   
    * DASTAN
      
      * Chapter 2
   
    * SABLE VOGUE
      
      * Lila
   
    * RABIA ZAHUR
      
      * Parizah
   
    * ZARA ZUBAIR
      
      * Fiore’ unstitched Summer lawn
   
    * MOTIFZ
      
      * Amal
   
    * BAROQUE
      
      * BAROQUE SWISS LAWN '22 Embroidered
      * Chantelle Embroidered Chiffon 22
   
    * ELAHE
      
      * Anya
      * Zohra
   
    * KHUDA BAKSH CREATIONS
      
      * Mahrukh’22
      * Daneen 21/22
   
    * MAHUM ASAD
      
      * Zenobia Eid Edit
      * Khwab-Luxury Formals
   
    * KANWAL MALIK
      
      * Mirha
      * Raaj Shahi Eid
   
    * YARDS
      
      * Summer'22
   
    * CROSS SKETCH
      
      * Summer 22
   
    * BANO EMPIRE
      
      * Sapphira
   
    * DEEPAK PERWANI
      
      * Eid Collection
   
    * ZAAVIAY
      
      * Eid ul Azha
   
    * MAROON BY IQRA
      
      * Party wear
      * Velvet Wear
   
    * SERENE PREMIUM
      
      * Mashal e mehtaab
   
    * CERISE BY TASMIYAH SHAFIQ
      
      * Fleur
   
    * AFROZEH
      
      * Gul Bahaarr Festive
      * La fuchsia wedding edit
   
    * PEHRWAAS STUDIO
      
      * Armish
   
    * GRANDEUR BY SAIMA ABAIDULLAH
      
      * Chandarmukhi
   
    * NARKIN’S
      
      * Summer Cotton
      * Waist Coat
   
    * REIGN
      
      * Mehr by Mirha
      * Dhanak By Mirha
   
    * NOOR BY SAADIA ASAD
      
      * Eid Laserkari'22
   
    * BANDANA
      
      * B-Fit
      * Tunics'22
   
    * REAL IMAGE CLOTHING
      
      * Kids Summer Vol 1
      * Kids
   
    * MARJJAN
      
      * MEHTAB
      * Mahbanu
   
    * FATIMA KHAN
      
      * Volume II
      * Armish
   
    * IQ MENS WEAR BY SANA SUITING
      
      * Yaar Beli
   
    * SIFA
      
      * Dahlia Lawn pret' 22
   
    * ZILENOOR COLLECTION
      
      * Summer Volume 3
      * Summer
   
    * RENÉE
      
      * Eid Edit'22
   
    * ELAF PREMIUM
      
      * Luxury festive'22
   
    * SHIZA HASSAN
      
      * Wedding Formal'22
      * Luxury Lawn '22
   
    * TASSELS
      
      * Summer '22
      * Kidswear
   
    * NIGHAT SHARIQ OFFICIAL
      
      * Khushion Ke Rang
   
    * SHAMAEEL ANSARI
      
      * Afsaneh
      * Mahalika
   
    * HAYA NEHDIYA
      
      * Aria
      * Elahe
   
    * MEERAL
      
      * Bareen Luxury
      * Reshamghar Vol 2
   
    * ZAROOSH
      
      * Arya
   
    * NABIA KHAN
      
      * Flora
   
    * MUSCARI DESIGN STUDIO
      
      * Laurel - A Festive Affair
   
    * REENA’S SIGNATURE LINE
      
      * Resham
   
    * AKHROT
      
      * Summer'22 vol 2
   
    * EISHA ABBAS
      
      * IRIS '22
      * Chandni raat
   
    * ABBAS JAMIL RAJPOOT
      
      * Festive Lawn
      * Alif Luxury Lawn'22
   
    * RAHEELA SAEED
      
      * Summer '22
   
    * ZAINAB SALMAN
      
      * The promise
      * Kumaari Istanbul Collection
   
    * UZMA AND AFSHEEN
      
      * Adaa
      * Kids Wear
   
    * RUJHAN
      
      * Printed lawn vol.3
      * Lawn Print Vol-2
   
    * NILOFER SHAHID
      
      * Khushiyon Kay Maukay
      * Eid-ul-Fitar
   
    * THE PINK TREE COMPANY
      
      * Amaltaas
      * Haseena
   
    * RANG E HAYA
      
      * Aks e khusboo
   
    * SENORITA
      
      * Spring Summer'22
      * Ladies Eid Collection 2022
   
    * AYLA OMAIR
      
      * Nazar
      * Delia
   
    * HENNA MEHNDI
      
      * Rivaaj 2
   
    * BISMA AKBAR
      
      * Eid Festive
   
    * AHMAD RAZA
      
      * Safar'Naama
   
    * NOOR JAHAN JEWELS
      
      * Parisa
   
    * ALLURE BY IH
      
      * Izha Chapter II
      * Nura
   
    * CUCKOO
      
      * Shot 1
      * Shot 2
   
    * NUREH
      
      * Maya Jacquard Festive
      * Gardania
   
    * ASIFA AND NABEEL
      
      * Quas e Quzah
      * Eid '22
   
    * BERI AND CORAL
      
      * Summer festive 22
   
    * CAIA
      
      * Divenire
      * Esmee
   
    * TRIBAL ENSEMBLE
      
      * Minimalistic Eid'22
   
    * FREESIA PREMIUM
      
      * Royal Mansion
   
    * HEM
      
      * Amara
   
    * DSW
      
      * Summer of '22
   
    * AYESHA IBRAHIM
      
      * Noor
   
    * NAGATO COLLEZIONE
      
      * Casuals
      * Sandals and Slippers
   
    * SUNNIA MANAHIL
      
      * Eid drop
      * Amour
   
    * INVICTA JEWELS
      
      * Tres Hute collection
      * Spring in the Desert
   
    * MAIRA ZUNNORAIN
      
      * Ayzel
   
    * LIBAAS
      
      * Almira
      * Sibel
   
    * VELVOUR
      
      * Kids Summer'22
      * Men Summer'22
   
    * FATIMA ASHAR
      
      * Moira
   
    * ARIA
      
      * Alara
   
    * ZIVAH APPAREL
      
      * Summer 2022
      * Basic Formal-La Grace-Riwaj
   
    * MADE FOR HER
      
      * Summer'22
      * Bridal Sets
   
    * ARMAS
      
      * Guzel-Summer Basics 2
   
    * KAARA
      
      * Semi Formal
   
    * MF DESIGNS
      
      * khushiyoon k rang
   
    * CLOSET
      
      * Summer 22 Vol 1
   
    * LYLA
      
      * Festive'22
   
    * ELMA
      
      * Festive
   
    * HIBA ASIM
      
      * Kaneez
   
    * WILD GOAT CLOTHING
      
      * SweatShirts / Tracksuits
      * T-Shirt/Polo
   
    * DANTE
      
      * Budapest'22
   
    * CHILGOZAY
      
      * Summer'22
      * Summer Collection
   
    * MEHR
      
      * Zeb
      * Rung Festive'22
   
    * SHEIN
      
      * Summer'22
      * Dresses
   
    * LIBAS E ADAM
      
      * Aaghaaz
   
    * HANIYA JIBRAN
      
      * Summer Wedding'22
      * Eid Festive’22
   
    * SEEMAB
      
      * Chand'Nagri Eid
   
    * MARYAM MALIK
      
      * Luxury Lawn 22
   
    * MAUSAMMARY
      
      * Koh e Noor
   
    * ALITA ACCESSORIES
      
      * Bangles
      * Rings
   
    * CHECKMATE OUTFIT
      
      * Kurta Trouser
      * Kurta
   
    * MURAQSH
      
      * RTW Men Waistcoat
      * Stitched Men
   
    * FASHION GHAR
      
      * Mannequin
      * Bridal'22
   
    * TJK DESIGNS
      
      * It's All Our Products
   
    * MASHRIKI
      
      * Lawn 22
   
    * ROUGE
      
      * Inara festive unstitched
   
    * FORESTBLU
      
      * Spring /Summer 2022
   
    * ALAZFFUM
      
      * Rangoli
   
    * ZOENOOR OFFICIAL
      
      * Eid Volume II'22
   
    * MALHAAR
      
      * Bahar
   
    * TREX
      
      * Men T-Shirts
      * Jackets
   
    * WAJAHAT MANSOOR
      
      * Amor Festive
      * Ranjhana Men
   
    * VASHAH
      
      * The Lost Taanka
   
    * MOR COUTURE
      
      * Summer Edit
   
    * JANAB
      
      * Summer Cotton
      * Summer Wash N Wear
   
    * IMROZIA PREMIUM
      
      * La bella
   
    * AHMAD’S
      
      * Dastaan
      * Mah-e-Nooh
      * Virsa
   
    * ROHTAS CLOTHING
      
      * Festive
   
    * MEHLAZ
      
      * Diversity
   
    * FAS DESIGN STUDIO
      
      * Jee Hazori
   
    * LOOM LIBAS
      
      * Giza Summer Soft Cotton
      * MayFair Wash N Wear
   
    * MUSHROOMS
      
      * Mid Summer '22
      * Spring Summer 2022
   
    * AGHA JAAN
      
      * Zehnaseeb
      * Ronaq E Eid
   
    * FLOSSIE
      
      * Kuch Khas
      * Safeera
   
    * RABIA U JABBAR
      
      * Sierra Festive
   
    * MARDAZ FASHION
      
      * Summer collection 22
   
    * SARA RAHIM
      
      * Aaghaz
      * Eid Edit
   
    * LAJWANTI
      
      * Shagaf
   
    * MAYAPRET
      
      * Summer'22
   
    * THREAD 21
      
      * Ghazal & Rangoon
   
    * LEAH
      
      * Kaira
   
    * NINE NINETY NINE
      
      * Summer 2022 Vol 1
   
    * MEHRMAH
      
      * Aiyla
   
    * WAHAJ M KHAN
      
      * Solids 1
      * Blocked 1
   
    * PRET BY AYRA
      
      * Summer Edit
   
    * TIPPITOES
      
      * Ethnic Wear
   
    * HAMMAD ASHRAF
      
      * Pasoori Men
      * Pasoori Women
   
    * ANALI
      
      * Gunes
      * Guzellik
   
    * OFFBEAT
      
      * T-Shirt
      * SweatShirt
   
    * SARWAR JAAN
      
      * Gul E Maah
   
    * GET SMART
      
      * Soigne
   
    * JAVANDI
      
      * Ishq e javandi Luxury Lawn
   
    * SHAHMAR JEWELS
      
      * AME
   
    * SAMSARA BY KHADIJA BATOOL
      
      * Hast o neest
   
    * LALA
      
      * Kurti
      * 3pc
   
    * MOSAIC
      
      * Nurey RTW Printed
      * Men Summer
   
    * KARISMASH BY AHSON SHOAIB
      
      * Miraas
   
    * SHENYL
      
      * Chiffon
   
    * SOMI BY SALMA SALEEM
      
      * Shadi Mubarak
      * Summer Collection
   
    * SHAISTA JEWELRY
      
      * Moonlight
      * Symphony
   
    * PASTELS
      
      * Luxury
   
    * PEARLS AND TASSELS
      
      * Luxury Zircon Eid Edit
   
    * DENIM BY MOOD
      
      * High/Mid Rise Skinny
      * Jeggings/Bootcut
   
    * MERAKI ROUGE
      
      * Garmi 22
   
    * NICKIE NINA
      
      * Summer line 22
   
    * KIRAN FAHEEM
      
      * Eid edit'22
      * Luxury Festive
   
    * TALEEN
      
      * Fasaana
   
    * TABASSUM MUGHAL
      
      * Eid 2022
   
    * MANAAL ARFEEN
      
      * Tehwar
   
    * MINA KASHIF
      
      * Fleur delciate
      * Festive Eid
   
    * ZEBAQI
      
      * YA'AL
   
    * VITALIA
      
      * Luxury Lawn '22
   
    * ISTOR HOUSE OF PREMIUM FABRICS
      
      * Stitched
      * Unstitched
   
    * MURAQSH
      
      * Aghaaz
   
    * SHAHTAJ QAISER
      
      * Summer Bang
   
    * FAIRYTALE
      
      * Adults
      * Mother Daughter
   
    * KEHKESHAN
      
      * Gul Bahaar
   
    * NORAN'S
      
      * Bahar
      * Eid '22
   
    * KIMKHWAB
      
      * Shagun
   
    * HUMAYUN ALAMGIR
      
      * Eid Collection 2022
   
    * MAHNOOR MUJTABA
      
      * Resort 2022
   
    * TABASSUMBYNUR
      
      * Heritage Vol 2
      * SS'22 Chicken'kaari Vol-1
   
    * SCLOTHERS
      
      * Summer Spring '22
   
    * STREETELA
      
      * Spring Vol-1
   
    * KAIA
      
      * Luxury Lawn '22
   
    * SURPLUS BY CHARCOAL
      
      * Ethnic
      * Summer on the roll
   
    * ZARGUL
      
      * Leila
   
    * ASIFA ASIF
      
      * Eid'22
   
    * EVE ATTIRE
      
      * Rungrez '22
      * Lamour '22
   
    * ZOYA HUSSAIN
      
      * Eid'22
   
    * THE SAARI GIRL
      
      * Silk Ombre
      * Solid Charmeuse Silk
   
    * AYESHA AND USMAN
      
      * Eid Essentials
   
    * JEEM
      
      * Rosa
   
    * SARAH SALMAN
      
      * Fleur
      * Malaya
   
    * AMINAH BADAR
      
      * Alani Eid '22
   
    * CULTURAL FUSION
      
      * Chapter Imroz
      * Chapter Fusion
   
    * SUMARIA'S COUTURE
      
      * Baharan
   
    * MAHAMA BOUTIQUE
      
      * Eid Edit
   
    * MEERAB SHAHID CLOSET
      
      * Luxury Edit
   
    * AROSHI
      
      * NK Luxury
   
    * CHINYERE
      
      * Pret Collection
      * Unstitched Vol 1
   
    * NACS
      
      * Not All Who Wander Are Lost
   
    * SHAHBANO
      
      * GUL MEHAR
   
    * CLOSET BY ARZOO
      
      * Eid collection 22
   
    * ALPHABEAR
      
      * Summer'22
   
    * HUMMINGBIRDS
      
      * Gul-e-Bahaar - Eid '22
      * Spring/Summer'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
   
    * SANAYA
      
      * Eid drop
   
    * HINA HASSAN STUDIO
      
      * Basics/Exclusives
   
    * RESHAM RAAJ
      
      * Fait Avec Amor
   
    * ISMAIL'S
      
      * Urban Studio Mens Kurta
      * Urban Junior Kurta
   
    * SOBIA NAZIR
      
      * Lawn Eid
      * Luxury Lawn 22
   
    * SAMREEN JAVED
      
      * Summer '22
   
    * ZAR
      
      * Jewellery
      * Eid Edit
   
    * MARYAM HUSSAIN
      
      * Luxury Lawn
      * Unstitched Wedding Collection '22
   
    * ALI TIRMAZI
      
      * Ishqam
      * Tabassum
   
    * FURQAN UPPAL.DESIGNS
      
      * Nazdeekiyan
   
    * MAISON DE LACE
      
      * Parveen Ara
      * Aiwan e Shahi
   
    * SANA'S
      
      * Kaira 2022
   
    * NAUROZ
      
      * Accessories
      * Suits
   
    * SHAZIA KIYANI
      
      * Serene
   
    * SANIA HASAN COUTURE
      
      * Eid exclusive
   
    * HAMZA KHAWAJA
      
      * Dastak
      * Ibtida
   
    * PANACHE APPAREL
      
      * Eid Edit
      * Eternity Luxury Pret 22
   
    * SERAN
      
      * Luxury Eid Edit '22
   
    * BANO SIGNATURE
      
      * Parvaneh
   
    * FASHIONPORTERS
      
      * Arzu
   
    * MUNIB NAWAZ
      
      * Kurta
      * Waistcoat
   
    * RTW CREATION
      
      * Handbags
   
    * CARMIN
      
      * Imsaal Winter
      * Ciara Eid Edit
   
    * PANACHE PAKISTAN
      
      * Eid Edit '22
   
    * SAADIA AAMIR
      
      * Parishay'22
   
    * MADAME
      
      * Eid'22
   
    * HIRA SAFIA
      
      * Cream and Grey Minimalist
      * Azita
   
    * DASTOOR COLLECTION
      
      * Rungrez
      * Tabeer
   
    * TASAWWUR
      
      * Mitra Eid Collection 22
   
    * VIRSA BY HND
      
      * Eid Edit 2022
   
    * AISHA FATEMA
      
      * Chantilly Eid Drop'22
   
    * AFIFA IFTIKHAR
      
      * Dastaan
   
    * MIRAS
      
      * AVA-Festive'22
   
    * SFK
      
      * Hazure
   
    * MEHREEN MAHNAZ
      
      * NOORI
      * Maya
   
    * SHIFA HASSAN
      
      * Winter Edit’21
      * Summer Edit'22
   
    * EM BY MAHWISH
      
      * Arte
      * Parizaad
   
    * REPUBLIC
      
      * Leilani Luxury Lawn'22
      * Rever Winter Unstitched
   
    * ZAINAB ZULFIQAR
      
      * Eid Edit 2022
      * Winter 21
   
    * 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
   
    * COMBINATIONS
      
      * Hues
   
    * MAHASIN
      
      * Parishay
   
    * ELAN
      
      * Lawn'22
      * Mirage Winter 21
   
    * NOMAN AND BHAIYA
      
      * Bridals
   
    * DEMESNE COUTURE
      
      * Dahlia
      * Guria
   
    * JEEVA TEXTILE
      
      * Menswear
   
    * RAMSHA
      
      * Hand Made Products
   
    * GEM GARMENTS
      
      * Armonia
      * Virsa
   
    * MAVEN
      
      * Spring/Summer 22
   
    * SHANAKHT
      
      * Tabeer
   
    * DASTAN
      
      * Spring Summer Festive
   
    * ZIVA
      
      * Hues Tale '22
   
    * MSONS PAKISTAN
      
      * Spring 22
   
    * NUQSH
      
      * Nuqsh-e-Rangeen
   
    * SAMMY K
      
      * Euphoria
   
    * STYLO
      
      * Hand Bags
      * Fancy Clutches
   
    * SIFA
      
      * Lawn 22
   
    * BIN ZAKARIYA
      
      * Basic Summer Volume 1
   
    * BAGERZ
      
      * Summer Affair
   
    * RITZY
      
      * Winter 21
   
    * VINTAGE DESIGNS
      
      * Leilani'22
   
    * ZARMISHA DAR
      
      * Jashn
   
    * ZONA SHAHAM
      
      * Spring Eid Silk
   
    * DYNASTY
      
      * Wasl Waistcoats
   
    * MARIA ALI
      
      * Afreenish
      * Farahnoush
   
    * ZAHA
      
      * Gossamer Spring Summer 22
      * Lawn Spring Summer 22
   
    * THE PINK TREE COMPANY
      
      * Gulrang
      * Golden Hues
   
    * PARIEN HOUSE
      
      * Summer Collection
   
    * RJ’S PRET
      
      * Bling
      * Block Kari'22
   
    * AMANI
      
      * Luxury Edit Spring 2022
   
    * IKAT
      
      * Rasam Araa
   
    * BRUMANO
      
      * Summer collection '22
      * Waistcoats
   
    * AZURE
      
      * Luxury Formals
   
    * UMSHA
      
      * Afreen
      * Reyah
   
    * AKBAR ASLAM
      
      * Eid Festive Pret
      * Libaas E Khas
   
    * AYESHA & ASHEE
      
      * Summer 2020
      * Autumn 2021
   
    * ERAJ HUSSAIN
      
      * Roohi Reet
      * Pehchan'22
   
    * GULNOOR
      
      * Gul'bahaar
      * Mirha
   
    * NURIYAA
      
      * RUHI Ready to wear '22
      * Kashish
   
    * FASCINO
      
      * La Flora 3
   
    * ALEENA AND FAREENA
      
      * Noura
      * Taksh
   
    * ZABRIC
      
      * Eid Edit 22
      * Eden Bridals
   
    * NAZ JUNAID
      
      * Eid collection
   
    * ABEERA USMAN
      
      * Chandani
   
    * JANIQUE
      
      * Luxury Chiffon
   
    * UNIWORTH
      
      * Ethnic Wear
   
    * LUSSORO
      
      * Chic & Attire
      * Bridal

 * Brands
   
    * A - F
      
      * Aisha Farid
      * Aabyaan
      * Aasme Asma
      * Aria
      * Arz
      * Anamta by Mahwish
      * Abeera Usman
      * Abeeha Mishcah
      * Addee
      * AB Textiles
      * Afifa Iftikhar
      * A&J
      * Ahmad Raza
      * Ahmad’s
      * 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
      * Alazffum
      * Ace Attires
      * Amna Arshad
      * Amara and Sara
      * Agha Hassan
      * Afrozeh
      * Amani
      * Amna and Hina
      * Amna Ismail
      * Anali
      * 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
      * Anaya by Kiran Chaudhry
      * 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
      * Beechtree
      * Beri and Coral
      * Banafsheh
      * 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
      * Cuckoo
      * Charizma
      * Celina
      * Chargul
      * ChenOne
      * Combinations
      * Closet By Fareeha Ijaz
      * Crimson
      * Cross Stitch
      * Caia
      * Checkmate Outfit
      * Cerise By Tasmiyah Shafiq
      * Cross Sketch
      * Cultural Fusion
      * Croza
      * Chilgozay
      * Chicophicial
      * Closet
      * Closet By Arzoo
      * Daud Abbas
      * DSW
      * Denim by Mood
      * Dastoor Collection
      * Decuirshop
      * Demesne Couture
      * Dazzle By Sarah
      * Dhanak
      * Dante
      * Decor Fashion
      * Deepak and Fahad
      * Dhaani
      * Deepak Perwani
      * Denimic Jeans
      * Dia Murtaza
      * Dastan
      * Dureshahwar Atelier
      * Dynasty
      * Diva Pret
      * Elma
      * 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
      * Freesia Premium
      * Fajar Sajid
      * Fitness Welt
      * Fahad Hussayn
      * Farooq Hameed Studio
      * Fascino
      * Fatima Ashar
      * Fatima Alisha
      * Everthine by Samar
      * Fatima Khan
      * FAS Design Studio
      * FashionPorters
      * Farah Talib Aziz
      * Fatima Salamat
      * Faiza & Ameer Fabrics
      * Faiza Rehman
      * Faiza Faisal
      * Fozia Khalid
      * Focus
      * F&F Store
      * Freya G.
      * Furqan Uppal.Designs
      * Fatima Rajput
      * Fashion Ghar
      * Flossie
      * Forestblu
   
    * G - M
      
      * Garnet Clothing
      * Grandeur by Saima Abaidullah
      * Get Smart
      * GARRY’S & CO
      * Glittire
      * Gulalae
      * Gehnay By Abrish
      * Gunkali
      * GulAhmed
      * Gulaal
      * Gulnoor
      * Gisele
      * GOGI by Hassan Riaz
      * Guzel
      * Guzelleri
      * GEM Garments
      * Haniya Jibran
      * Hira Safia
      * Hajra Hayat
      * Hania Atelier
      * Hammad Ashraf
      * Haya Nehdiya
      * Haaniya & Hooriya
      * Haris Shakeel
      * Haider Dhillon
      * Haute Form
      * Haroon's Designer
      * Hamna Noor
      * Hamza Khawaja
      * Haseens Official
      * HEM
      * Humdum
      * Hemstitch
      * Hayah
      * Hues Atelier
      * Hina Hassan Studio
      * Hira Ali Studios
      * Henna Mehndi
      * Hiba Asim
      * Hina Raza
      * Hijab Omer
      * House of Mode
      * House of Sehrish Nadeem
      * Humayun Alamgir
      * Honey Waqar
      * Hussain Rehar
      * Hue pret
      * Hummingbirds
      * Iqbal Hussain
      * IQ Mens Wear by Sana Suiting
      * 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
      * Invicta jewels
      * Ismail's
      * Janique
      * Janab
      * Jewels By Bushra
      * Jeeva Textile
      * Jacquard Clothing
      * Jokh
      * Jacim Shafiq Studio
      * Jazmin
      * Javeria Zoa
      * Joon
      * Jooray Kapray
      * Javandi
      * JULKÉ
      * Jeem
      * Kaara
      * Kaia
      * Kaamdar by Nofl Farooq
      * Kamrava
      * Kairos
      * Karambar
      * Karambar
      * Kanwal Malik
      * Karismash by Ahson Shoaib
      * kastoor
      * Kenari
      * Ketifa
      * Kurta Corner
      * Kinaar
      * Kleren
      * Kiran Faheem
      * Kohenoor Collection
      * Kross Kulture
      * Kimkhwab
      * Kehkeshan
      * Kaaj
      * Khas
      * Khushbakht
      * Kiddiewink
      * Kotie
      * Komal Nasir
      * Kun Clothing
      * Kokab Zia
      * Kolhart
      * Khuda Baksh Creations
      * Keshia
      * Kaya
      * Kulijume
      * Kunda Kari
      * Kausar Attire
      * LALA
      * Lajwanti
      * Laleen
      * Lavaneya
      * Leah
      * Lamhay
      * LeMubdi
      * Leon
      * Loom Libas
      * Libas e Adam
      * Lenaim
      * Libaas
      * Lussoro
      * Luxe Basics
      * Lyla
      * LEILA
      * Maira Zunnorain
      * Madame
      * Maryam’s
      * Mahnoor Bhatti
      * Maan Mehran
      * Mahdees Siddiq
      * Magari
      * Mahama Boutique
      * Mahnoor Munawar
      * Maeve
      * Maheen Shah
      * Maheen Ghani Trends
      * Mahgul
      * Maryum N Maria
      * Mahnoor Mujtaba
      * Mahpara Khan
      * Mahum Asad
      * Mausummery
      * Malook
      * MF Designs
      * Mannat Clothing
      * 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
      * Meraki Rouge
      * 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
      * Muscari Design Studio
      * MUSE
      * Mirer
      * Miras
      * Maheen Arshad
      * Meerali
      * Musk
      * Munib Nawaz
      * Mor Couture
      * Mohsin Naveed Ranjha
      * Mor To Go
      * Mohtaram
      * Meerab Shahid Closet
      * Maven
      * MSONS PAKISTAN
      * Mehroze Saboor
      * Manaal Arfeen
      * MAESH
      * Made For Her
      * MAK Fashion
      * Mah E Rooh
      * Malhaa
      * Modest
      * Mehr
      * Mahasin
      * MOSAIC
      * MUSHROOMS
      * Mehrmah
      * MayaPret
      * Mardaz Fashion
      * Mehlaz
      * Marjjan
   
    * N - S
      
      * Naz Junaid
      * Narkin’s
      * Nabia Khan
      * Naari
      * Naaz Couture
      * Nadia Chhotani
      * Nacs
      * Nadia Farooqui
      * Nauroz
      * Nemi Nemi
      * NIKH House of Fashion
      * Naeel Fabrics
      * Nadia Sohaib
      * NUR_bymansoonanaeem
      * 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
      * Nagato Collezione
      * Noran's
      * Noor Ahsan
      * Noon by Nadir
      * Noor Jahan Jewels
      * Noman and Bhaiya
      * Noorangi
      * Nuriyaa
      * Neelo's By Saman Malik
      * Needle Run
      * Noreen Neelam
      * Nuqsh Pret
      * Ochre
      * Offbeat
      * ORIENT
      * On My Way
      * Oture
      * Official Naari
      * Placard by M
      * Panache Apparel
      * Pret By Ayra
      * Parien House
      * Parishay
      * Pearls and Tassels
      * Panache Pakistan
      * Pastels
      * Pinkpetals
      * Portia
      * Pehrwaas Studio
      * Polki & You
      * Purple Haze
      * Pukhraj Attire
      * Punto
      * Peeran Alam
      * 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
      * Rouge
      * Reema Ahsan
      * Rj’s Pret
      * Renee
      * Reyna
      * Resham Raaj
      * Reeha Clothing
      * Real Image Clothing
      * Reena’s Signature Line
      * 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
      * Shahmar jewels
      * 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
      * Somi by Salma Saleem
      * Sobia Nazir
      * Sophin
      * SENORITA
      * Suveez Studio
      * Surmai
      * Sumaria's Couture
      * Sumaira Aurangzeb
      * Sara Rahim
      * Saira Shakira
      * Sana Safinaz
      * Sanaya
      * Sannazia
      * SAYA
      * Shenyl
      * 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
      * Shaista Jewelry
      * StreetMark
      * SURPLUS BY CHARCOAL
      * SCLOTHERS
      * Streetela
      * Sara Baig Couture
      * Soraya
   
    * T - Z
      
      * Taanka Official
      * Tasneem Shamim
      * Tasawwur
      * Taana Baana
      * Tassawur
      * The Westral
      * TJK Designs
      * Thread 21
      * Tabassum Mughal
      * Tabassum
      * Tabassumbynur
      * Tabya
      * Taleen
      * Tassur
      * Textilelime
      * Talha Batla
      * Tribal Ensemble
      * Tehwar
      * Tassels
      * Tena Durrani
      * TheBeYouOfficial
      * Tippitoes
      * Trex
      * Threads & Motifs
      * The Great Masters (TGM)
      * The Saari Girl
      * The PinkTree Company
      * Uzma Sattar
      * Urooj Fahd
      * Umsha
      * Uniworth
      * Uzma and Afsheen
      * Uzman Yasen
      * UXM
      * Velvour
      * Vanya
      * Vashah
      * Virsa by HnD
      * Vitalia
      * VNCNTHYPE
      * Vintage Designs
      * Vleien Couture
      * Wania
      * Wahaj M Khan
      * Wajahat mansoor
      * Wajiha Shahjehan
      * Wild Goat Clothing
      * 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
      * Zar by Tayyab Baigh
      * Zarposh
      * Zara Zubair
      * Zeeniya Official
      * Zebaqi
      * Zeezou By Zeeshan Nasir
      * ZOYA&ZAHA
      * Zona Shaham
      * Zonia Anwaar
      * Zubia Zainab
      * Ziva
      * Zoya Hussain
      * Zoya & Fatima
      * Zabric
      * Zohaib Qadeer Couture
      * Zurf
      * ZARGUL
      * ZnH
      * ZileNoor Collection
      * Zivah Apparel
      * ZoeNoor official
      * Zebaye

 * 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
   * 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

 * Hussain Rehar | Sarab Summer Lawn '22 Vol II
 * 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

 * 
 * 
 * 
 * 
 * 
 * 







DEALS OF THE DAY





NEW ARRIVALS





DEALS BY CATEGORY - 20% - 65% OFF



 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 
   




BEST OF DEALS







MOST LOVED BRANDS



 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 

 * 
   


DEALS TO STEAL







CATEGORIES TO SHOP NOW !



 * 

 * 

 * 

 * 

 * 

 * 

   




NEW ON LAAM - DISCOVER NEW LABELS



 * 

 * 

 * 

 * 

 * 

 * 

   


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@laam.pk
 * Address: 75 H Block, Model Town, Lahore, Pakistan

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@laam.pk

 * 
 * 
 * 

©️ 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
×

Your discount code:



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

Log in to your account






Forgot password?


×
Enter your email


×
Accept Terms and Conditions

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

×
Log in to your account



Forgot password?
No account? Sign up
×
Create your account



I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
cancel
Already have an account? Log in
0 items - PKR. 0×

View Cart×
×
User Title added Product Title to wishlist


User Title reviewed Product Title


Product Title
product pricecompare priceAdd To CartSold OutView Product

Quantity-+
Option1
Option2
Option2
Add to wishlist

Ask Advice



 * Description
 * Reviews
 * 
 * Questions






× Log in
wishlist
wishlist0
Share:
Go to wishlist page
Add a new list
Favorites0

You have exceeded the character limitYou have exceeded the character limit
 * Edit name
 * Delete

 * 

Delete this list?
cancelDelete


You have exceeded the character limit
 * Edit name
 * Delete

 * 

Add To CartChoose options
Delete this list?
cancelDelete

×
Share this with your friends:

Email address:

:
Check out my lovely items
Type your friends email addresses separated by commas or one email per line :


×



CHOOSE OPTIONS

All options should be selected!







Add To Cart Checkout Adding...Sold OutUnavailable




×
Hey! Save your amazing wish list
Enter your email address below and we will send the link to your wish list
× Thank you! Please check your email to find the link.
Save
Subscribe for Newsletter

Rewards