www.micalighting.com.au Open in urlscan Pro
116.206.228.36  Public Scan

URL: https://www.micalighting.com.au/
Submission: On March 15 via manual from CA — Scanned from CA

Form analysis 3 forms found in the DOM

GET https://www.micalighting.com.au/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.micalighting.com.au/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" onclick="document.getElementById('search-submit').click();" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search entire store here..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
      <div class="mst-searchautocomplete__autocomplete">
        <div class="mst-searchautocomplete__spinner">
          <div class="spinner-item spinner-item-1"></div>
          <div class="spinner-item spinner-item-2"></div>
          <div class="spinner-item spinner-item-3"></div>
          <div class="spinner-item spinner-item-4"></div>
        </div>
        <div class="mst-searchautocomplete__close">×</div>
      </div>
      <input type="hidden" name="product_list_dir" value="asc">
      <input type="hidden" name="product_list_order" value="name_order">
      <div id="search_autocomplete" class="search-autocomplete"></div>
      <div class="nested">
        <a class="action advanced" href="https://www.micalighting.com.au/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" id="search-submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST https://www.micalighting.com.au/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.micalighting.com.au/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field firstname">
    <label class="label" for="firstname"><span>First Name</span></label>
    <div class="control">
      <input name="firstname" type="text" id="firstname" placeholder="Enter your first name" data-validate="{required:true}">
    </div>
  </div>
  <div class="field newsletter">
    <label class="label" for="newsletter"><span>Sign Up for Our Newsletter:</span></label>
    <div class="control">
      <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit">
      <span>Subscribe</span>
    </button>
  </div>
  <div class="field-recaptcha" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796-container" data-bind="scope:'recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796'">
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796-wrapper">
      <div class="g-recaptcha" id="recaptcha-caa20ac351216e6f76edced1efe7c61fff5f4796">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lc1RgoTAAAAAIp3N_8f181QSN77vehXLGsSyn9t&amp;co=aHR0cHM6Ly93d3cubWljYWxpZ2h0aW5nLmNvbS5hdTo0NDM.&amp;hl=en&amp;v=zLD1nfkNCJC1kEswSRdSyd-p&amp;theme=light&amp;size=normal&amp;cb=86ir7pqntwxc"
              width="304" height="78" role="presentation" name="a-btm0mprqxkh1" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
  </div>
</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 template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Lc1RgoTAAAAAIp3N_8f181QSN77vehXLGsSyn9t&amp;co=aHR0cHM6Ly93d3cubWljYWxpZ2h0aW5nLmNvbS5hdTo0NDM.&amp;hl=en&amp;v=zLD1nfkNCJC1kEswSRdSyd-p&amp;theme=light&amp;size=normal&amp;cb=n6bqdetgkvwc"
              width="304" height="78" role="presentation" name="a-8ukxqpfg55qy" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response"
            class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /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.micalighting.com.au/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.

   Account
    * Login
    * My Cart
    * Checkout
    * Register

   
 * Default welcome msg!
 * Contact Us
   Menu
   Search
   Cart 0
   Cart 0
   Close You have no items in your shopping cart.
   

Skip to Content
Toggle Nav
Search
Search
×

Advanced Search
Search
Menu
 * Lighting
   * View All Lighting
   * Designer & Replica Lighting
     * All Designers
     * Marden Designer Lights
     * Replica Ay Illuminate Lighting
     * Replica Dima Loginoff Lighting
     * Replica Enzo Berti Lighting
     * Replica George Nelson Lighting
     * Replica Ian K Fowler Lighting
     * Replica Jason Miller Lighting
     * Replica Jeremy Pyles Lighting
     * Replica Lindsey Adelman Lighting
     * Replica Manuel Vivian Lighting
     * Replica Marcel Wanders Lighting
     * Replica Michael Anastassiades Lighting
     * Replica Omer Arbel Lighting
     * Replica Raimond Puts Lighting
     * Replica Sebastian Herkner Lighting
     * Replica Seppo Koho Lighting
     * Replica Studio Job Lighting
     * Replica Tom Dixon Lighting
   * Traditional Period Lighting
     * 3 Chain Suspension Lights
     * Art Deco Lighting
     * Classical Lighting
     * French Provincial Lighting
     * Grand American Lighting
     * Industrial Lighting
     * Lanterns
     * Rise & Fall Pendant Lights
     * Traditional Indoor Lighting
     * Traditional Outdoor Lighting
   * Ceiling Lights
     * Batten Fix Lights (D.I.Y)
     * Cabinet Lights & LED Strip Lights
     * Close to Ceiling Lights (C.T.C)
     * Downlights
     * LED Batten Lights
     * LED Panel Lights
     * Oyster Lights
     * Pendants & Chandeliers
     * Pendant Lights - 2 & 3L Bench Lights
     * Pendant Lights - Cluster Lights
     * Pendant Lights - Spider Lights
     * Spotlights
     * Track Lights
     * Trapeze Lights
     * Emergency & Exit Lights
     * Hi Bay & Low Bay Lights
   * Indoor Wall Lights
     * Picture Lights
     * Recessed Wall Light
     * Spotlights
     * Vanity Lights
     * Wall Bracket Lights
     * Wall Sconces
   * Outdoor Lights
     * In Ground / Deck Lights
     * Flood Lights
     * Garden / Spike Lights
     * Pillar Mount Lights
     * Post & Bollard Lights
     * Under Eave Lights
     * Wall Lights
   * Ceiling Lighting - Timber, Wooden & Bamboo
   * Floor & Table Lighting - Timber, Wooden & Bamboo
   * Wall Lighting - Timber, Wooden & Bamboo
 * Lamps
   * View All Lamps
   * Table & Desk Lamps
   * Floor Lamps
   * Touch Lamps
   * Clamp Lamps
 * Fans
   * View All Fans
   * Bathroom Fans & Heaters
   * Ceiling Fans
   * Ceiling Fan Accessories
 * Accessories
   * View All Accessories
   * Adaptor & Conversion Plates
   * Cables For Lighting
   * Canopies & Ceiling Pans
   * Chandelier Hoist / Winch
   * Cord Grips & Accessories
   * Dimmer Switches
   * Downlights - Frame Only
   * Downlight Covers
   * Globes & Bulbs
   * Hooks For Lighting
   * Lamp Holders & Accessories
   * Sensors
   * Shades - Fabric
   * Shades - Glass
   * Shades - Metal
   * Solid Brass Componentary
   * Starters
   * Suspension Lighting Kits
   * Terminal & Junction Boxes
   * Threaded Rods & Accessories
   * Transformers
 * New Arrivals
   * View All New Arrivals
   * Indoor Ceiling Lighting
   * Indoor Wall Lighting
   * Table, Desk & Floor Lamps
   * Outdoor Lighting
   * Fans
   * Globes & Bulbs
 * Gift Vouchers
 * **Sale Items**

Account
   Account
    * Login
    * My Cart
    * Checkout
    * Register

   
 * Default welcome msg!
 * Contact Us
   Menu
   Search
   Cart 0
   Cart 0
   Close You have no items in your shopping cart.
   


MICA LIGHTING | WHOLESALE LIGHTING PRICES DIRECT TO THE PUBLIC















 

Newsletter Signup
First Name

Sign Up for Our Newsletter:

Subscribe


POPULAR CATEGORIES

 * As Seen On The Block 2021
 * Deal Of The Week
 * Sale Items
 * New Arrivals
 * Timber & Wooden Lamps
 * Designer & Replica Lighting
 * Traditional Period Lighting
 * Custom Cut Diffusers

HOW TO ...

 * Get The Best Price
 * Compare Items
 * Create An Account
 * Subscribe
 * Unsubscribe

INFO & POLICIES

 * Returns Guarantee
 * Faults & Warranties
 * Free Shipping Promotion
 * Safe & Secure Payments
 * IP Ratings Explained
 * Terms & Conditions
 * Privacy Policy
 * Site Map

CUSTOMER SERVICE

 * Contact Us
 * Delivery Times - Australia
 * Delivery Times - Int.
 * Track My Order
 * Direct To Public Pricing
 * About Us
 * Frequently Asked Questions
 * Testimonials

8 / 4 METROLINK CIRCUIT WEST,
CAMPBELLFIELD,  VIC 3061 AUSTRALIA

© 2007 - 2021 , Mica United P/L T/A MICA Lighting, All rights reserved.




Close
Checkout as a new customer

Creating an account has many benefits:

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

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?