klcwholesale.co.uk Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://klcwholesale.co.uk/
Effective URL: https://klcwholesale.co.uk/
Submission: On March 11 via api from US — Scanned from CA

Form analysis 5 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents OrichiChecked">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">£0.00</div>
      </div>
      <div class="cart__item-row text-center">
        <small> Shipping, taxes, and discount codes calculated at checkout.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout"> Check out </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_formtoolbar" accept-charset="UTF-8" class="multi-selectors" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="multi-selectors__item">
    <h2 class="visually-hidden" id="LangHeading-toolbar"> Language </h2>
    <div class="disclosure" data-disclosure-locale="">
      <button type="button" class="faux-select disclosure__toggle" aria-expanded="false" aria-controls="LangList-toolbar" aria-describedby="LangHeading-toolbar" data-disclosure-toggle="">
        <span class="disclosure-list__label"> English </span>
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
          <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
        </svg>
      </button>
      <ul id="LangList-toolbar" class="disclosure-list disclosure-list--down disclosure-list--left" data-disclosure-list="">
        <li class="disclosure-list__item disclosure-list__item--current">
          <a class="disclosure-list__option" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option="">
                <span class="disclosure-list__label">
                  English
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" lang="de" data-value="de" data-disclosure-option="">
                <span class="disclosure-list__label">
                  Deutsch
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" lang="fr" data-value="fr" data-disclosure-option="">
                <span class="disclosure-list__label">
                  français
                </span>
              </a>
        </li>
      </ul>
      <input type="hidden" name="locale_code" id="LocaleSelector-toolbar" value="en" data-disclosure-input="">
    </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off">
  <input type="hidden" name="type" value="product,article,page,collection">
  <input type="hidden" name="options[prefix]" value="last">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store">
</form>

POST /contact#newsletter-newsletter-popup

<form method="post" action="/contact#newsletter-newsletter-popup" id="newsletter-newsletter-popup" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <label for="Email-newsletter-popup" class="hidden-label">Enter your email</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="popup">
  <div class="input-group newsletter__input-group">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-newsletter-popup" class="input-group-field newsletter__input" autocorrect="off" autocapitalize="off">
    <div class="input-group-btn">
      <button type="submit" class="btn" name="commit">
        <span class="form__submit--large">Subscribe</span>
        <span class="form__submit--small">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-arrow-right" viewBox="0 0 50 15">
            <path d="M0 9.63V5.38h35V0l15 7.5L35 15V9.63z"></path>
          </svg>
        </span>
      </button>
    </div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_formfooter" accept-charset="UTF-8" class="multi-selectors" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="multi-selectors__item">
    <h2 class="visually-hidden" id="LangHeading-footer"> Language </h2>
    <div class="disclosure" data-disclosure-locale="">
      <button type="button" class="faux-select disclosure__toggle" aria-expanded="false" aria-controls="LangList-footer" aria-describedby="LangHeading-footer" data-disclosure-toggle="">
        <span class="disclosure-list__label"> English </span>
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
          <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
        </svg>
      </button>
      <ul id="LangList-footer" class="disclosure-list" data-disclosure-list="">
        <li class="disclosure-list__item disclosure-list__item--current">
          <a class="disclosure-list__option" href="#" lang="en" aria-current="true" data-value="en" data-disclosure-option="">
                <span class="disclosure-list__label">
                  English
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" lang="de" data-value="de" data-disclosure-option="">
                <span class="disclosure-list__label">
                  Deutsch
                </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" lang="fr" data-value="fr" data-disclosure-option="">
                <span class="disclosure-list__label">
                  français
                </span>
              </a>
        </li>
      </ul>
      <input type="hidden" name="locale_code" id="LocaleSelector-footer" value="en" data-disclosure-input="">
    </div>
  </div>
</form>

Text Content

Skip to content
Close menu
 * HOME TEXTILE
 * DECORATION
 * LIGHTS
 * HEALTH & BEAUTY
   
    * PERSONAL CARE
    * SKIN CARE
    * MAKE UP
    * HAIR CARE

 * SHOP
 * Log in

Cart
Close cart
Discounts

Subtotal
£0.00
Shipping, taxes, and discount codes calculated at checkout.

Check out
Your cart is currently empty.


LANGUAGE

English
 * English
 * Deutsch
 * français

Search
Site navigation


KLC WHOLESALE

Log in Search Cart
 * HOME TEXTILE
 * DECORATION
 * LIGHTS
 * HEALTH & BEAUTY
   * PERSONAL CARE
   * SKIN CARE
   * MAKE UP
   * HAIR CARE
 * SHOP

Search
"Close (esc)"
View more
Pause slideshow Play slideshow
Hassle-free returns30-day postage paid returns


SIGN UP AND SAVE

Entice customers to sign up for your mailing list with discounts or exclusive
offers. Include an image for extra impact.

Enter your email
Subscribe
Optional button
"Close (esc)"

HOME TEXTILE

HEALTH & BEAUTY

SKIN CARE

DECORATION

LIGHTING

PERSONAL CARE


LIGHTING COLLECTION 👇

KLC HOME - Bust of Leonardo da Vinci
£59.96
KLC HOME - Van Gogh Bust
£60.00
KLC HOME - Toucan Trinket
£34.44
KLC HOME - Antique Bronze Rhino Trinket
£35.32
KLC HOME - Skull Trinket with Glasses
£19.34
KLC HOME - Single Horse Trinket
£34.44
KLC HOME - Bust of Diana
£38.86
KLC HOME Black Tiger Trinket
£49.46
KLC HOME Diamond Table Lamp Usb Rechargeable
£35.32
KLC HOME Large Oversized Bathrobe Curl Salyaka
£22.96
View all
View all
56 products


PERSONAL CARE COLLECTION 👇

No Sweat Foot And Shoe Odour Eliminator - Lasts Up To 60 With One Single Use -
Salty Structure - Suitable Care For Athlete's Foot- Neutralizes Smelly Odours -
No Mess -1 Box X10 Sachets
£7.00
Sale

NO SWEAT Maximum Strength Antiperspirant Roll-On, Extra Strong,Great Choise for
Excessive Sweating & Hyperhidrosis Treatment, Lasts up to 7 Days -50ml)
Regular price £24.99 Sale price£11.99 Save £13.00
Sale

NO SWEAT Maximum Strength Antiperspirant Spray, Strong Deodorant for Excessive
Sweating & Hyperhidrosis Treatment, Lasts up to 7 Days -50ml)
Regular price £23.00 Sale price£9.99 Save £13.01





HOME TEXTILE COLLECTION 👇

KLC HOME Large Oversized Bathrobe Curl Salyaka
£22.96
KLC HOME - Home Collection Wellsoft-Polar Kids Bathrobe
£15.00
KLC HOME Written Stripe Double Carpet Set (60x100 / 40x60)
£10.14
KLC HOME Rostelia Welsoft Hooded Unisex Navy Blue Bathrobe & Dressing Gown
£19.42
KLC HOME Cotton Women / Men Unisex Kimono Bathrobe
£39.82
KLC HOME Cotton Velvet Hooded Unisex Bathrobe
£26.60
KLC HOME 6 Pieces Pink Hand Face Towel 100% Cotton Soft Towel 30x50
£13.30
KLC HOME Male Bathrobe Waffle Patterned Organic Bathrobe Male Bathrobe - Black
Waffle Male Bathrobe
£43.38
KLC HOME Magic Fix Magic Sticky Black Hair Dryer Hanger
£7.66
KLC HOME Cotton Unicorn Pattern Embroidered Baby Towel Swaddle 75x75cm
£20.58

 * Terms of Service
 * Refund policy
 * Contact information

Contact Us

Contact Us

Trade name: KLC IMPORT AND EXPORT LTD

Mail : emrah@klckozmetik.com

 


LANGUAGE

English
 * English
 * Deutsch
 * français

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Visa

© 2023 KLC WHOLESALE

Powered by Shopify


"Close (esc)"





Order is not valid

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



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

OK