www.shebazaar.com Open in urlscan Pro
209.87.159.151  Public Scan

Submitted URL: https://shebazaar.co.in/
Effective URL: https://www.shebazaar.com/
Submission: On February 27 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

GET https://www.shebazaar.com/catalogsearch/result/

<form class="form minisearch form-search" id="search_mini_form" action="https://www.shebazaar.com/catalogsearch/result/" method="get">
  <div class="block-title"><strong>Search</strong></div>
  <div class="field search">
    <div class="control catalogsearch"> <input id="search" type="text" name="q" value="" placeholder="Search here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested"> <a class="action advanced" href="https://www.shebazaar.com/catalogsearch/advanced/" data-action="advanced-search"> Advanced Search </a></div>
      <div data-bind="scope: 'searchsuiteautocomplete_form'"> <!-- ko template: getTemplate() -->
        <div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="display: none;">
          <div data-bind="visible: anyResultCount()" style="display: none;">
            <div class="suggest" data-bind="visible: result.suggest.data().length > 0" style="display: none;">
              <div class="title"><!-- ko i18n: 'Suggested'--><span>Suggested</span><!-- /ko --></div>
              <ul id="suggest" role="listbox" data-bind="foreach: result.suggest.data"></ul>
            </div>
            <div class="product" data-bind="visible: result.product.data().length > 0" style="display: none;">
              <div class="title">
                <!-- ko i18n: 'Products'--><span>Products</span><!-- /ko -->
                <a class="see-all" data-bind="attr: {href: result.product.url}" href="">
                    <!-- ko i18n: 'See All' --><span>See All</span><!-- /ko -->
                    <span data-bind="text: result.product.size">0</span>
                </a>
              </div>
              <ul id="product" role="listbox" data-bind="foreach: result.product.data"></ul>
            </div>
          </div>
          <div class="no-result" data-bind="visible: !anyResultCount()"><!-- ko i18n: 'No Result'--><span>No Result</span><!-- /ko --></div>
        </div><!-- /ko -->
      </div>
      <div class="catalogsearch-box"> <span id="select-box-category">All Categories</span>
        <div id="categories-box" style="display:none;"> <input style="display:none;" type="text" value="" id="qsearch">
          <ul class="cat-list dd-container" id="cat">
            <li data-q="0">All Categories</li>
            <li data-q="5" class="item top">Sarees</li>
            <li data-q="4" class="item top">Salwar Kameez</li>
            <li data-q="44" class="item top">Lehengas</li>
            <li data-q="63" class="item top">Gowns</li>
            <li data-q="8" class="item top">Kurtis</li>
            <li data-q="79" class="item top">Mens Wear</li>
            <li data-q="80" class="item top">Kids Wear</li>
          </ul>
        </div>
      </div>
      <script type="text/javascript">
        document.addEventListener("DOMContentLoaded", function() {
          var qsearch, select, ul, li, a, i;
          qsearch = document.getElementById("qsearch");
          select = document.getElementById("select-box-category");
          ul = document.getElementById("categories-box");
          document.querySelector('body').addEventListener("click", function() {
            ul.style.display = 'none';
          });
          select.addEventListener('click', function(e) {
            e.stopPropagation();
            if (ul.style.display === 'none') {
              ul.style.display = 'block';
            } else {
              ul.style.display = 'none';
            }
          });
          li = ul.getElementsByTagName("li");
          for (i = 0; i < li.length; i++) {
            a = li[i];
            a.addEventListener("click", function() {
              qsearch.value = this.getAttribute("data-q");
              select.innerHTML = this.innerHTML;
            });
          }
        });
        window.onload = function() {
          var form = document.getElementById("search_mini_form");
          form.onsubmit = function() {
            var search = document.getElementById("search");
            var qsearch = document.getElementById("qsearch");
            var csearch = qsearch.value ? '&cat=' + qsearch.value : '';
            window.location = form.action + '/?q=' + search.value + csearch;
            return false;
          };
        };
      </script>
    </div>
  </div> <button type="submit" title="Search" class="action search button" disabled="disabled"> <span><span><i class="fa fa-search"></i></span></span> </button>
</form>

POST https://www.shebazaar.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="" action="https://www.shebazaar.com/newsletter/subscriber/new/" method="post" id="newsletter-popup-validate-detail"> </form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.shebazaar.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

Exciting News! Get an additional 12% OFF on all orders! The discount is
automatically applied at checkout for your convenience. No coupon code is
required, ENJOY SHOPPING!
Toggle Nav

Menu
Menu
 * Sarees
   * Designer Sarees
   * Party Wear Sarees
   * Printed Sarees
   * Silk Sarees
   * Bollywood Sarees
 * Salwar Kameez
   * Anarkali Salwar Suits
   * Designer Salwar Suits
   * Palazzo Suits
   * Bollywood Salwar Suits
   * Casual Salwar Suits
   * Patiala Salwar Suits
   * Casual Salwar Suit
 * Lehengas
   * Bridal Lehengas
   * Designer Wedding Lehengas
 * Gowns
   * Designer Gowns
 * Kurtis
   * Designer Kurtis
 * Mens Wear
 * Kids Wear
   * Girls Lehenga
   * Boys Wear
   * Girls Gowns

 * Sarees
   * Designer Sarees
   * Party Wear Sarees
   * Printed Sarees
   * Silk Sarees
   * Bollywood Sarees
 * Salwar Kameez
   * Anarkali Salwar Suits
   * Designer Salwar Suits
   * Palazzo Suits
   * Bollywood Salwar Suits
   * Casual Salwar Suits
   * Patiala Salwar Suits
   * Casual Salwar Suit
 * Lehengas
   * Bridal Lehengas
   * Designer Wedding Lehengas
 * Gowns
   * Designer Gowns
 * Kurtis
   * Designer Kurtis
 * Mens Wear
 * Kids Wear
   * Girls Lehenga
   * Boys Wear
   * Girls Gowns

Account

Settings
Currency
INR
 * AUD
 * GBP
 * CAD
 * EUR
 * NZD
 * SGD
 * USD
 * AED

Search
Advanced Search
Suggested
Products See All 0
No Result
All Categories
 * All Categories
 * Sarees
 * Salwar Kameez
 * Lehengas
 * Gowns
 * Kurtis
 * Mens Wear
 * Kids Wear

 * Sign In
 * Register

Cart
My Cart
Close You have no items in your shopping cart.


Currency
INR
 * AUD
 * GBP
 * CAD
 * EUR
 * NZD
 * SGD
 * USD
 * AED

Previous

Next
 * 1
 * 2



NEW ARRIVALS

FAST DELIVERY

CUSTOM FITTING

MADE IN INDIA

ASSURED QUALITY

SECURE PAYMENT


NEWLY ARRIVED..!






SHEBAZAAR - YOUR PREMIER DESTINATION FOR INDIAN FASHION AT WHOLESALE PRICES

Discover the epitome of Indian ethnic wear at SheBazaar.com – your ultimate
destination for a captivating range of traditional and fusion fashion.
Regardless of your location on the global map, SheBazaar.com brings the allure
of Desi fashion to your fingertips. Elevate your wardrobe with our trendy
collection and enjoy a seamless online shopping experience that saves both time
and money.

Our commitment extends beyond preserving the traditional beauty of India; we
seamlessly infuse contemporary chicness to set new fashion benchmarks.
SheBazaar.com boasts an extensive selection, catering to festive occasions,
wedding celebrations, parties, casual wear, and even Bollywood-inspired styles.
Immerse yourself in the diverse tapestry of our collection and make each piece
your own!


DRAPING ELEGANCE: SAREES FOR EVERY OCCASION

SheBazaar invites you to explore a stunning array of Indian Designer Sarees,
Pure Silk Sarees, Bandhani Sarees, and more. Whether you seek the charm of
celebrity-inspired Sarees, the vibrancy of Printed Sarees, or the sophistication
of Sarees with Embroidery, we have it all. Delve into the world of Resham work,
sequin work, Zari work, and various embellishments adorn our sarees, perfect for
Indian festivals, wedding rituals, Desi parties, and beyond. Seize the
opportunity to make these exquisite drapes yours at unbeatable prices.


TWIRL IN STYLE: EXCLUSIVE LEHENGA CHOLI COLLECTION

Indulge in the joy of twirling with our exclusive lehenga choli collection.
Whether you're a bride, bridesmaid, or a guest attending festive celebrations,
we have the perfect fit for you. Our assortment includes bridal lehengas,
sharara top lehenga choli, digital print lehenga choli, and indowestern lehenga
choli adorned with stunning embroidery and opulent embellishments. Explore this
twirly gamut of ethnic and fusion Indian fashion, and add a touch of glamour to
your wardrobe.


ELEGANCE REDEFINED: TRADITIONAL SALWAR SUITS

For lovers of traditional salwar suits, SheBazaar presents a beautiful
assortment of styles. From palazzo-style suits to Pakistani salwar suits, our
collection mesmerizes onlookers. Dive into the world of custom-tailored designer
salwar suits, Punjabi Patiala salwar kameez, anarkali dresses, and readymade
salwar suits. Choose from comfort and style as you explore our wide range of
traditional salwar suits.


A REGAL BLEND: INDIAN ETHNIC WEAR FOR MEN

Celebrate the richness, regality, and stunning allure of Indian men's wear at
SheBazaar. Flaunt a delightful blend of culture and fashion with Modi jackets,
kurta pyjamas, groom sherwani, and more. Our collection showcases traditional
and contemporary charm, providing men worldwide with tailored ethnic wear
delivered promptly to your doorstep.


FUSION ELEGANCE: INDO-WESTERN CLOTHING

Experience the fusion of East and West with SheBazaar's mesmerizing collection
of Indo-Western clothing. From Co-Ord Sets to readymade kurtis, our vast array
is adorned with contemporary designs, traditional prints, and embroidery.
Embrace the unique appeal of Indo-Western Gowns, coat suits & blazers, and much
more, captivating fashion enthusiasts globally.


WHOLESALE PRICES FOR SINGLE PRODUCTS

At SheBazaar, we go above and beyond traditional retail by offering wholesale
prices for single products. Unlike other platforms, you no longer need to commit
to bulk purchases to enjoy wholesale rates. Whether you're an individual
fashionista looking for a single show-stopping piece or a business owner seeking
to stock up on the latest trends, our platform caters to your diverse needs.
This unique offering sets us apart, allowing you to access unbeatable prices for
individual items, making your shopping experience both economical and flexible.


TAILORED FOR INDIVIDUAL FASHIONISTAS

For the individual fashion enthusiast, SheBazaar is a dream destination. Imagine
having access to wholesale prices without the obligation of buying in bulk. This
revolutionary approach allows you to indulge in your passion for fashion without
constraints. Whether you have a special event on the horizon or simply want to
update your wardrobe with a unique piece, our platform empowers you to explore,
choose, and purchase single products at wholesale rates.


PERFECT FOR BUSINESS OWNERS

Are you a business owner looking to stay ahead in the fashion retail game?
SheBazaar is the ideal partner for sourcing the latest Indian ethnic and fusion
wear at competitive prices. Our wholesale prices for single products offer you
the flexibility to curate a diverse and trendsetting collection for your
customers. Stay on-trend, attract a wider audience, and maximize your profit
margins with our comprehensive range and cost-effective pricing model.

SheBazaar stands as your ultimate destination for Indian fashion at wholesale
prices. We invite you to explore the richness of Indian ethnic and fusion wear,
discover trendsetting styles, and experience the convenience of wholesale
pricing for single products. Whether you're an individual fashionista seeking a
standout piece or a business owner aiming to curate a diverse collection,
SheBazaar is your partner in making your fashion journey truly unforgettable.
Elevate your style, save time, and embrace the magic of Indian fashion with
SheBazaar.

Most Searched Collection

Sarees -

Designer Sarees / Silk Sarees / Paithani Silk Sarees / Bandhani Sarees / Patola
Sarees / Kanjivaram Sarees

Salwars -

Anarkali Dresses / Palazzo Pant Suits / Printed Salwar Suits / Cotton Salwar
Kameez / Celebrity Suits

Lehengas-

Designer Lehenga for Bride / Lehenga Choli for Wedding / Heavy Embroidery
Lehenga Choli / Festive Lehenga Choli

Indo-Western Gowns-

Anarkali Style Gowns / Gowns with Dupatta / Gowns with Embroidery

Men's Collection-

Modi Jacket / Kurta Pyjama Sets / Wedding Sherwani/ Indo-Western for Men


EXPLORE

 * Sarees
 * Salwar Kameez
 * Lehengas
 * Gowns
 * Kurtis
 * Mens Wear
 * Kids Wear


INFORMATION

 * About us
 * Contact us
 * Terms & Conditions
 * Returns & Exchanges
 * Shipping & Delivery
 * Privacy Policy
 * FAQs


USEFUL LINKS

 * Messenger
 * My Account
 * Customer Reviews
 * Blog
   


CUSTOMER SUPPORT

 * hidden 10:00 AM TO 8:00 PM (IST)
 * hidden +91 96240 23456
 * hidden +91 96240 23456
 * hidden info@shebazaar.com
 * hidden D Wing, 21st Century Building, Ring Road,
   Udhana Darwaja, Surat, Gujarat 395002

hiddenhiddenhiddenhidden
©2024 She Bazaar | Website developed by: Setblue
 * 



hiddenBack to Top



Close
New Customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Registered Customer

Email Address

Password

Sign In
Forgot Your Password?