www.beaconlighting.com.au Open in urlscan Pro
151.101.65.124  Public Scan

URL: https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421
Submission Tags: demotag1 demotag2 Search All
Submission: On May 02 via api from AU — Scanned from DE

Form analysis 33 forms found in the DOM

POST https://www.beaconlighting.com.au/customer/account/loginPost/

<form class="form form-login-top" action="https://www.beaconlighting.com.au/customer/account/loginPost/" method="post" id="top-login-form" aria-labelledby="block-customer-login-heading">
  <input name="form_key" type="hidden" value="ReRINSY7FShxEXiq">
  <div class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <div class="control">
        <input name="login[username]" value="" autocomplete="off" id="top-email" type="email" class="input-text" title="Email" data-validate="{required:true, 'validate-email':true}" placeholder="Email">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="login[password]" type="password" autocomplete="off" class="input-text" id="top-pass" title="Password" data-validate="{required:true}" placeholder="Password">
      </div>
    </div>
    <div class="actions-toolbar">
      <button type="submit" class="action login secondary" name="send" id="top-send2"> <span>Sign In</span> </button>
      <a class="action login secondary" href="https://www.beaconlighting.com.au/customer/account/create/"><span>Join VIP</span></a>
    </div>
  </div>
</form>

POST https://www.beaconlighting.com.au/customer/account/loginPost/

<form class="form form-account-login" method="post" data-bind="event: {submit: login}, attr: {action: getLoginPostUrl()}" id="header-login-form" action="https://www.beaconlighting.com.au/customer/account/loginPost/">
  <input name="product_redirect_url" type="hidden" data-bind="value: getProductRedriectUrl()">
  <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="login[username]" id="formlogin-email" type="email" class="input-text" autocomplete="off" data-bind="attr: {placeholder: $t('Email address')}" data-validate="{required:true, 'validate-email':true}" placeholder="Email address">
      </div>
    </div>
    <div class="field password required">
      <label for="customer-password" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="login[password]" type="password" class="input-text" autocomplete="off" id="formlogin-password" data-bind="attr: {placeholder: $t('Password')}" data-validate="{required:true}" placeholder="Password">
      </div>
      <a class="remind" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.beaconlighting.com.au/customer/account/forgotpassword/">
                            <span data-bind="i18n: 'Forgotten password?'">Forgotten password?</span>
                        </a>
    </div>
    <div class="actions">
      <div class="primary">
        <button type="submit" class="action action-login primary" name="submit_login" id="customer_login">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
    </div>
    <div class="text">
      <div class="bold-text"><span data-bind="i18n: 'Don\'t have an account?'">Don't have an account?</span></div>
      <div class="light-text"><span data-bind=" i18n: 'Live like a VIP with exclusive offers, competitions, trends and new product alerts'">Live like a VIP with exclusive offers, competitions, trends and new product alerts</span></div>
    </div>
    <div class="actions">
      <div class="primary">
        <a class="action action-create secondary" href="#" name="create" id="customer_create" data-bind="click: visibleCreateAccount()">
                                <span data-bind="i18n: 'Create an Account'">Create an Account</span>
                            </a>
      </div>
    </div>
  </div>
</form>

POST https://www.beaconlighting.com.au/customer/account/createPost/

<form class="form form-account-register" method="post" data-bind="event: {submit: register}, attr: {action: getRegisterUrl()}" id="register-form" action="https://www.beaconlighting.com.au/customer/account/createPost/">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field required">
      <label class="label" for="first-name"><span data-bind="i18n: 'First Name'">First Name</span></label>
      <div class="control">
        <input name="register[firstname]" class="input-text" type="text" data-bind="attr: {placeholder: $t('First Name')}" data-validate="{required:true}" placeholder="First Name">
      </div>
    </div>
    <div class="field required">
      <label class="label" for="last-name"><span data-bind="i18n: 'Last Name'">Last Name</span></label>
      <div class="control">
        <input name="register[lastname]" class="input-text" type="text" data-bind="attr: {placeholder: $t('Last Name')}" data-validate="{required:true}" placeholder="Last Name">
      </div>
    </div>
    <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="register[email]" id="register-email" type="email" class="input-text" data-bind="attr: {placeholder: $t('Email address')}" data-validate="{required:true, 'validate-email':true}" placeholder="Email address">
      </div>
    </div>
    <div class="field password required">
      <label for="customer-password" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input type="password" name="register[password]" id="register-password" class="input-text" data-bind="attr: {placeholder: $t('Password'),
                                   'data-password-min-length': getMinimumPasswordLength(),
                                   'data-password-min-character-sets': getRequiredCharacterClassesNumber()}" data-validate="{required:true, 'validate-customer-password':true}" autocomplete="off" placeholder="Password" data-password-min-length="6"
          data-password-min-character-sets="3">
      </div>
    </div>
    <div class="field confirmation required">
      <label for="customer-password" class="label"><span data-bind="i18n: 'Confirmation Password'">Confirmation Password</span></label>
      <div class="control">
        <input type="password" name="register[password_confirmation]" id="register-password-confirmation" class="input-text" data-bind="attr: {placeholder: $t('Confirm Password')}" data-validate="{required:true, equalTo:'#register-password'}"
          autocomplete="off" placeholder="Confirm Password">
      </div>
    </div>
    <div class="field choice">
      <input type="checkbox" name="register[is_subscribed]" id="beacon-vip">
      <label class="label text" for="beacon-vip">
        <span class="light-text" data-bind="i18n: 'Live like a VIP with exclusive offers, competitions, trends and new product alerts'">Live like a VIP with exclusive offers, competitions, trends and new product alerts</span>
        <a data-bind="attr: {href: getTCApply()}" href="https://www.beaconlighting.com.au/vip/"><span class="light-text" data-bind="i18n: 'T&amp;Cs apply'">T&amp;Cs apply</span></a>
      </label>
    </div>
    <div class="msp-recaptcha field" id="msp-recaptcha-account-form">
    </div>
    <div class="actions">
      <div class="primary">
        <button type="submit" class="action action-login primary" name="submit_register" id="register_button">
          <span data-bind="i18n: 'Create my account'">Create my account</span>
        </button>
      </div>
      <a class="action-return secondary" href="#" data-bind="click: unVisibleCreateAccount()">
                            <span data-bind="i18n: 'Back to Login'">Back to Login</span>
                        </a>
    </div>
  </div>
</form>

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

<form id="search_mini_form" action="https://www.beaconlighting.com.au/catalogsearch/result/" method="get">
  <div id="algolia-searchbox" class="algolia-searchbox initial" data-was-processed="true">
    <input type="text" class="suggestion-label" autocomplete="off" spellcheck="false" autocorrect="off" autocapitalize="off">
    <div class="ais-search-box"><input id="search" type="text" name="q" class="input-text algolia-search-input ais-search-box--input" autocomplete="off" spellcheck="false" autocorrect="off" autocapitalize="off"
        placeholder="Search for products, categories, ..." role="textbox" value=""></div>
    <span class="clear-cross clear-query-icon"></span>
    <span id="algolia-glass" class="magnifying-glass" width="24" height="24"></span>
  </div>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13605/

<form data-role="tocart-form" data-product-sku="190730"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13605/" method="post">
  <input type="hidden" name="product" value="13605"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTM2MDUv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190730" data-name="Folly 1 Light IP44 Wall Bracket in Black/Frost" data-price="129"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci Aqua" data-quantity="1" data-click="" data-position="1" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13608/

<form data-role="tocart-form" data-product-sku="190731"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13608/" method="post">
  <input type="hidden" name="product" value="13608"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTM2MDgv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190731" data-name="Folly 1 Light IP44 Wall Bracket in Chrome/Clear" data-price="129"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci Aqua" data-quantity="1" data-click="" data-position="2" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20685/

<form data-role="tocart-form" data-product-sku="197153"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20685/" method="post">
  <input type="hidden" name="product" value="20685"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2ODUv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197153" data-name="Equinox LED 200mm Wall Sconce in Brushed Chrome" data-price="169"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="3" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20682/

<form data-role="tocart-form" data-product-sku="197152"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20682/" method="post">
  <input type="hidden" name="product" value="20682"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2ODIv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197152" data-name="Equinox LED 200mm Wall Sconce in Brass" data-price="169"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="4" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20679/

<form data-role="tocart-form" data-product-sku="197151"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20679/" method="post">
  <input type="hidden" name="product" value="20679"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2Nzkv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197151" data-name="Equinox LED 200mm Wall Sconce in White" data-price="169"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="5" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20676/

<form data-role="tocart-form" data-product-sku="197150"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20676/" method="post">
  <input type="hidden" name="product" value="20676"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NzYv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197150" data-name="Equinox LED 200mm Wall Sconce in Black" data-price="169"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="6" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20661/

<form data-role="tocart-form" data-product-sku="197104"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20661/" method="post">
  <input type="hidden" name="product" value="20661"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NjEv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197104" data-name="Chameleon Tall Fascia Only in White" data-price="19.95"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="7" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20658/

<form data-role="tocart-form" data-product-sku="197103"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20658/" method="post">
  <input type="hidden" name="product" value="20658"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NTgv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197103" data-name="Chameleon Tall Fascia Only in Black" data-price="19.95"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="8" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20655/

<form data-role="tocart-form" data-product-sku="197102"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20655/" method="post">
  <input type="hidden" name="product" value="20655"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NTUv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197102" data-name="Chameleon LED Tall Wall Sconce Only in Brass" data-price="149"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="9" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20652/

<form data-role="tocart-form" data-product-sku="197101"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20652/" method="post">
  <input type="hidden" name="product" value="20652"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NTIv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197101" data-name="Chameleon LED Tall Wall Sconce Only in White" data-price="149"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="10" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20649/

<form data-role="tocart-form" data-product-sku="197100"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20649/" method="post">
  <input type="hidden" name="product" value="20649"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NDkv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197100" data-name="Chameleon LED Tall Wall Sconce Only in Black" data-price="149"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="11" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20646/

<form data-role="tocart-form" data-product-sku="197066"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20646/" method="post">
  <input type="hidden" name="product" value="20646"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NDYv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197066" data-name="Jones 2 Light LED Wall Sconce in Brass" data-price="269"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="12" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20643/

<form data-role="tocart-form" data-product-sku="197065"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20643/" method="post">
  <input type="hidden" name="product" value="20643"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NDMv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197065" data-name="Jones 2 Light LED Wall Sconce in White" data-price="269"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="13" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20640/

<form data-role="tocart-form" data-product-sku="197064"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/20640/" method="post">
  <input type="hidden" name="product" value="20640"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMjA2NDAv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="197064" data-name="Jones 2 Light LED Wall Sconce in Black" data-price="269"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="14" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13602/

<form data-role="tocart-form" data-product-sku="190726"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13602/" method="post">
  <input type="hidden" name="product" value="13602"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTM2MDIv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190726" data-name="Oliver 1 Light IP44 Wall Bracket in Chrome/Clear" data-price="169"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci Aqua" data-quantity="1" data-click="" data-position="15" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13599/

<form data-role="tocart-form" data-product-sku="190725"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/13599/" method="post">
  <input type="hidden" name="product" value="13599"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTM1OTkv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190725" data-name="Oliver 1 Light IP44 Wall Bracket in Black/Frost" data-price="169"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci Aqua" data-quantity="1" data-click="" data-position="16" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18698/

<form data-role="tocart-form" data-product-sku="190782"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18698/" method="post">
  <input type="hidden" name="product" value="18698"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTg2OTgv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190782" data-name="Reflextion 900mm Curved Colour Change LED Light and Mirror in Brass" data-price="595"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="17" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18695/

<form data-role="tocart-form" data-product-sku="190781"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18695/" method="post">
  <input type="hidden" name="product" value="18695"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTg2OTUv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190781" data-name="Reflextion 900mm Curved Colour Change LED Light and Mirror in Black" data-price="595"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="18" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18547/

<form data-role="tocart-form" data-product-sku="190785"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18547/" method="post">
  <input type="hidden" name="product" value="18547"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTg1NDcv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190785" data-name="Reflextion 900mm Arch Colour Change LED Light and Mirror in Brass" data-price="595"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="19" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

POST https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18319/

<form data-role="tocart-form" data-product-sku="190784"
  action="https://www.beaconlighting.com.au/checkout/cart/add/uenc/aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2xpZ2h0aW5nL2JhdGhyb29tLWxpZ2h0aW5nP2l0ZW1fc3R5bGU9NTcwNCUyQzI4OTQyMQ%2C%2C/product/18319/" method="post">
  <input type="hidden" name="product" value="18319"><input type="hidden" name="uenc"
    value="aHR0cHM6Ly93d3cuYmVhY29ubGlnaHRpbmcuY29tLmF1L2NoZWNrb3V0L2NhcnQvYWRkL3VlbmMvYUhSMGNITTZMeTkzZDNjdVltVmhZMjl1YkdsbmFIUnBibWN1WTI5dExtRjFMMnhwWjJoMGFXNW5MMkpoZEdoeWIyOXRMV3hwWjJoMGFXNW5QMmwwWlcxZmMzUjViR1U5TlRjd05DVXlRekk0T1RReU1RJTJDJTJDL3Byb2R1Y3QvMTgzMTkv"><input
    name="form_key" type="hidden" value="ReRINSY7FShxEXiq"><button type="submit" title="Add to Cart" class="action tocart primary" data-id="190784" data-name="Reflextion 900mm Arch Colour Change LED Light and Mirror in Black" data-price="595"
    data-category="Lighting/Bathroom Lighting" data-list="Bathroom Lighting" data-brand="Lucci LEDlux" data-quantity="1" data-click="" data-position="20" data-store="Beacon Lighting Retail" data-event="addToCart" data-attributes="[]">
    <span>Add to Cart</span>
  </button>
</form>

<form class="am-ranges" data-am-js="ranges" data-amshopby-filter="attr_item_style" data-amshopby-filter-request-var="item_style" autocomplete="off">
  <ol class="items am-filter-items-attr_item_style fieldset">
    <li class="item field choice" data-label="Classic">
      <input name="amshopby[item_style][]" value="5856" type="checkbox" style="">
      <a class="am-filter-item-627063d17364a label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421%2C5856" rel="nofollow">

                    <span class="label">Classic</span>
                                                                    <span class="count">26<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Modern">
      <input name="amshopby[item_style][]" value="5704" type="checkbox" style="" checked="">
      <a class="am-filter-item-627063d173875 label am_shopby_link_selected" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=289421" rel="nofollow">

                    <span class="label">Modern</span>
                                                                    <span class="count">152<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Naturals">
      <input name="amshopby[item_style][]" value="289421" type="checkbox" style="" checked="">
      <a class="am-filter-item-627063d173bc5 label am_shopby_link_selected" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704" rel="nofollow">

                    <span class="label">Naturals</span>
                                                                    <span class="count">4<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
  </ol>
</form>

<form class="am-ranges" data-am-js="ranges" data-amshopby-filter="attr_item_colours" data-amshopby-filter-request-var="item_colours" autocomplete="off">
  <ol class="items am-filter-items-attr_item_colours fieldset">
    <li class="item field choice" data-label="Aged Metal">
      <input name="amshopby[item_colours][]" value="1481789" type="checkbox" style="">
      <a class="am-filter-item-627063d1747a4 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=1481789&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Aged Metal</span>
                                                                    <span class="count">2<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Black">
      <input name="amshopby[item_colours][]" value="5569" type="checkbox" style="">
      <a class="am-filter-item-627063d174b6a label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5569&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Black</span>
                                                                    <span class="count">39<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Brass">
      <input name="amshopby[item_colours][]" value="175056" type="checkbox" style="">
      <a class="am-filter-item-627063d174f20 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=175056&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Brass</span>
                                                                    <span class="count">16<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Clear Glass">
      <input name="amshopby[item_colours][]" value="5880" type="checkbox" style="">
      <a class="am-filter-item-627063d1752b6 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5880&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Clear Glass</span>
                                                                    <span class="count">2<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Frosted Glass">
      <input name="amshopby[item_colours][]" value="5886" type="checkbox" style="">
      <a class="am-filter-item-627063d17564d label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5886&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Frosted Glass</span>
                                                                    <span class="count">20<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Natural">
      <input name="amshopby[item_colours][]" value="5874" type="checkbox" style="">
      <a class="am-filter-item-627063d1759e2 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5874&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Natural</span>
                                                                    <span class="count">4<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Silver">
      <input name="amshopby[item_colours][]" value="5608" type="checkbox" style="">
      <a class="am-filter-item-627063d175dad label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5608&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Silver</span>
                                                                    <span class="count">25<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Smoke Glass">
      <input name="amshopby[item_colours][]" value="5892" type="checkbox" style="">
      <a class="am-filter-item-627063d17615b label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5892&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Smoke Glass</span>
                                                                    <span class="count">1<span class="filter-count-label">
                                item</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="White">
      <input name="amshopby[item_colours][]" value="5548" type="checkbox" style="">
      <a class="am-filter-item-627063d1764f0 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_colours=5548&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">White</span>
                                                                    <span class="count">65<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
  </ol>
</form>

<form data-amshopby-filter="attr_price" data-amshopby-filter-request-var="price">
  <div id="am-shopby-filter-attr_price_627063d177fc5" class="amshopby-slider-container amshopby_currency_rate" data-am-js="slider-container" data-min="19" data-max="999" data-rate="1">
    <input data-amshopby-slider-id="value" type="hidden" name="amshopby[price][]">
    <div data-amshopby-slider-id="slider" class="am-slider ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all" aria-disabled="false">
      <div class="ui-slider-range ui-widget-header ui-corner-all" style="left: 0%; width: 100%;"></div>
      <a class="ui-slider-handle ui-state-default ui-corner-all" href="#" style="left: 0%;"></a><a class="ui-slider-handle ui-state-default ui-corner-all" href="#" style="left: 100%;"></a>
    </div>
    <div data-amshopby-slider-id="display" class="amshopby-slider-display" data-am-js="slider-display">$19 - $999</div>
  </div>
</form>

<form class="am-ranges" data-am-js="ranges" data-amshopby-filter="attr_manufacturer" data-amshopby-filter-request-var="manufacturer" autocomplete="off">
  <ol class="items am-filter-items-attr_manufacturer fieldset">
    <li class="item field choice" data-label="Bayside">
      <input name="amshopby[manufacturer][]" value="5521" type="checkbox" style="">
      <a class="am-filter-item-627063d1787a8 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5521" rel="nofollow">

                    <span class="label">Bayside</span>
                                                                    <span class="count">1<span class="filter-count-label">
                                item</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="IXL">
      <input name="amshopby[manufacturer][]" value="5494" type="checkbox" style="">
      <a class="am-filter-item-627063d17899c label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5494" rel="nofollow">

                    <span class="label">IXL</span>
                                                                    <span class="count">7<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Lucci Air">
      <input name="amshopby[manufacturer][]" value="5527" type="checkbox" style="">
      <a class="am-filter-item-627063d178d6a label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5527" rel="nofollow">

                    <span class="label">Lucci Air</span>
                                                                    <span class="count">25<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Lucci Aqua">
      <input name="amshopby[manufacturer][]" value="5524" type="checkbox" style="">
      <a class="am-filter-item-627063d179118 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5524" rel="nofollow">

                    <span class="label">Lucci Aqua</span>
                                                                    <span class="count">14<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Lucci Décor">
      <input name="amshopby[manufacturer][]" value="5464" type="checkbox" style="">
      <a class="am-filter-item-627063d1794b1 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5464" rel="nofollow">

                    <span class="label">Lucci Décor</span>
                                                                    <span class="count">5<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Lucci LEDlux">
      <input name="amshopby[manufacturer][]" value="5458" type="checkbox" style="">
      <a class="am-filter-item-627063d179848 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5458" rel="nofollow">

                    <span class="label">Lucci LEDlux</span>
                                                                    <span class="count">65<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="MFL">
      <input name="amshopby[manufacturer][]" value="5473" type="checkbox" style="">
      <a class="am-filter-item-627063d179c16 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=5473" rel="nofollow">

                    <span class="label">MFL</span>
                                                                    <span class="count">36<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="Panasonic">
      <input name="amshopby[manufacturer][]" value="198354" type="checkbox" style="">
      <a class="am-filter-item-627063d179fc7 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_style=5704%2C289421&amp;manufacturer=198354" rel="nofollow">

                    <span class="label">Panasonic</span>
                                                                    <span class="count">3<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
  </ol>
</form>

<form class="am-ranges" data-am-js="ranges" data-amshopby-filter="attr_globe_type" data-amshopby-filter-request-var="globe_type" autocomplete="off">
  <ol class="items am-filter-items-attr_globe_type fieldset">
    <li class="item field choice" data-label="ES">
      <input name="amshopby[globe_type][]" value="5748" type="checkbox" style="">
      <a class="am-filter-item-627063d17a728 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?globe_type=5748&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">ES</span>
                                                                    <span class="count">22<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="G9">
      <input name="amshopby[globe_type][]" value="5757" type="checkbox" style="">
      <a class="am-filter-item-627063d17aaf8 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?globe_type=5757&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">G9</span>
                                                                    <span class="count">2<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="GX53">
      <input name="amshopby[globe_type][]" value="5766" type="checkbox" style="">
      <a class="am-filter-item-627063d17aeb0 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?globe_type=5766&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">GX53</span>
                                                                    <span class="count">2<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="LED">
      <input name="amshopby[globe_type][]" value="5742" type="checkbox" style="">
      <a class="am-filter-item-627063d17b246 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?globe_type=5742&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">LED</span>
                                                                    <span class="count">86<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
  </ol>
</form>

<form class="am-ranges" data-am-js="ranges" data-amshopby-filter="attr_item_light_location" data-amshopby-filter-request-var="item_light_location" autocomplete="off">
  <ol class="items am-filter-items-attr_item_light_location fieldset">
    <li class="item field choice" data-label="Indoor Use Only">
      <input name="amshopby[item_light_location][]" value="5734" type="checkbox" style="">
      <a class="am-filter-item-627063d17b937 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?item_light_location=5734&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">Indoor Use Only</span>
                                                                    <span class="count">116<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
  </ol>
</form>

<form class="am-ranges" data-am-js="ranges" data-amshopby-filter="attr_colour_temperature" data-amshopby-filter-request-var="colour_temperature" autocomplete="off">
  <ol class="items am-filter-items-attr_colour_temperature fieldset">
    <li class="item field choice" data-label="3000K-5000K">
      <input name="amshopby[colour_temperature][]" value="12948" type="radio" style="">
      <a class="am-filter-item-627063d17c234 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?colour_temperature=12948&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">3000K-5000K</span>
                                                                    <span class="count">1<span class="filter-count-label">
                                item</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="3000K/4000K/5000K">
      <input name="amshopby[colour_temperature][]" value="12927" type="radio" style="">
      <a class="am-filter-item-627063d17c5da label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?colour_temperature=12927&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">3000K/4000K/5000K</span>
                                                                    <span class="count">33<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="3500K/4000K/5000K">
      <input name="amshopby[colour_temperature][]" value="12969" type="radio" style="">
      <a class="am-filter-item-627063d17c9a2 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?colour_temperature=12969&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">3500K/4000K/5000K</span>
                                                                    <span class="count">10<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="4000K">
      <input name="amshopby[colour_temperature][]" value="12900" type="radio" style="">
      <a class="am-filter-item-627063d17cd60 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?colour_temperature=12900&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">4000K</span>
                                                                    <span class="count">8<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
    <li class="item field choice" data-label="3000K">
      <input name="amshopby[colour_temperature][]" value="12906" type="radio" style="">
      <a class="am-filter-item-627063d17d0f7 label" data-am-js="filter-item-default" href="https://www.beaconlighting.com.au/lighting/bathroom-lighting?colour_temperature=12906&amp;item_style=5704%2C289421" rel="nofollow">

                    <span class="label">3000K</span>
                                                                    <span class="count">24<span class="filter-count-label">
                                items</span></span>
                                    </a>
    </li>
  </ol>
</form>

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

<form class="form subscribe" novalidate="novalidate" action="https://www.beaconlighting.com.au/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Sign Up for Our Newsletter: </span>
        <input name="email" type="email" id="newsletter" placeholder="Your email address" data-validate="{required:true, 'validate-email':true}"></label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Become a VIP" type="submit" aria-label="Subscribe">
      <span>Become a VIP</span>
    </button>
  </div>
  <div class="field-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-container" data-bind="scope:'msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef'">
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) --><!-- /ko -->
    <!-- /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-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() -->
    <!-- ko if: (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.beaconlighting.com.au/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

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

Your company account is blocked and you cannot place orders. If you have
questions, please contact your company administrator.

Free Shipping For Orders Over $120

Sign In Join VIP
Design Service

In-home Consult Service

Get professional advice on the best products and placement to match your budget
and style with a personal consultation in the comfort of your own home. Learn
more.

In-studio Experience

Get the ultimate designer touch with customised lighting plans and expert
insights at a personal in-studio session with one of our lighting designers.
Learn more.

Learn More

Find a Store
Find your nearest store:
400
Use current location

or
Browse all stores
Zum Verschieben drückst du die Pfeiltasten entsprechend.
104
14





Commercial
Help

Online Sales Support Team

 * 03 8561 1599
   Mon-Fri 8am-9pm AEST
   Sat 9am - 6pm AEST
   Sun 10am-6pm AEST
 * Talk to Debbie on Live Chat
 * support@beaconlighting.com.au

 * Shipping Information
 * Returns & Warranties
 * Warranty Request Form
 * Contact Us
 * Help Centre

Beacon Trade

Toggle Nav
Find a Store
Find your nearest store:
400
Use current location

or
Browse all stores
Zum Verschieben drückst du die Pfeiltasten entsprechend.
104
14





Viewed
Recently viewed (0)
clear

View All Recently Viewed
Wishlist
My Wishlist
You have no items in your wish list.
Account

Login
Email Address

Password

Forgotten password?
Sign In
Don't have an account?
Live like a VIP with exclusive offers, competitions, trends and new product
alerts
Create an Account
Create an Account
First Name

Last Name

Email Address

Password

Confirmation Password

Live like a VIP with exclusive offers, competitions, trends and new product
alerts T&Cs apply

Create my account
Back to Login
My Cart 0
My Cart
You have no items in your shopping cart.

Filter
Close
 * Lighting
      
    * LightingBackLighting
    * Latest Lighting
    * Pendant Lighting
      * Pendant LightingBackPendant Lighting
      * Single Pendants
      * Multi Light Pendants
      * Linear Pendants
      * LED Pendants
      * Feature Pendants
      * Chandeliers
      * Manor Mix N' Match
      * Chrysler Mix N' Match
      * Lexicon Mix N' Match
        Show All Pendant Lighting
    * Ceiling Lights
      * Ceiling LightsBackCeiling Lights
      * Oyster & Flush Mounts
      * Close To Ceiling
      * Batten Fix
        Show All Ceiling Lights
    * Lamps
      * LampsBackLamps
      * Floor Lamps
      * Table Lamps
      * Dimmable Lamps
      * Desk Lamps
      * Touch Lamps
      * Bedside Lamps
      * Kids Lamps
        * Kids LampsBackKids Lamps
        * Fairy & String Lights
          Show All Kids Lamps
      * Battery Operated
      * Clamp Lamps
      * USB & Wireless Charging
      * Lamp Shades
      * Reading Lamps
        Show All Lamps
    * Downlights
      * DownlightsBackDownlights
      * Surface Mounted Downlights
      * Adjustable Downlights
      * MFL By Masson - MFL Click
      * Live Well
        Show All Downlights
    * Spotlights & Bar Lighting
    * Track Lighting
    * Strip & Cabinet Lights
      * Strip & Cabinet LightsBackStrip & Cabinet Lights
      * Masson For Light Strip Lighting
        Show All Strip & Cabinet Lights
    * Interior Wall Lights
      * Interior Wall LightsBackInterior Wall Lights
      * Step Lighting
      * Wall Sconces
      * Reading Lights
      * MFL By Masson - Artisan Mix N' Match
        Show All Interior Wall Lights
    * Bathroom Lighting
      * Bathroom LightingBackBathroom Lighting
      * Mirrors
      * Wall & Vanity Lights
      * MFL By Masson Artisan Mix 'N' Match
      * Chameleon
      * Heaters & Exhaust
        * Heaters & ExhaustBackHeaters & Exhaust
        * Panasonic
        * IXL
          Show All Heaters & Exhaust
        Show All Bathroom Lighting
    * Outdoor Lighting
      * Outdoor LightingBackOutdoor Lighting
      * Outdoor Ceiling Lighting
        * Outdoor Ceiling LightingBackOutdoor Ceiling Lighting
        * Downlights
        * Outdoor Pendant Lights
          Show All Outdoor Ceiling Lighting
      * Outdoor Wall Lights
        * Outdoor Wall LightsBackOutdoor Wall Lights
        * Up & Down Lights
        * Bunker Lights
        * Wall Sconces
        * Step Lights
        * Coach Lights
          Show All Outdoor Wall Lights
      * Security & Sensor Lighting
        * Security & Sensor LightingBackSecurity & Sensor Lighting
        * Wall Sconces
        * Floodlights
        * Spotlights
        * Sensors & Accessories
          Show All Security & Sensor Lighting
      * Deck Lighting
        * Deck LightingBackDeck Lighting
        * Deck Light Kit
          Show All Deck Lighting
      * Garden Lighting
        * Garden Lighting BackGarden Lighting
        * Path & Bollard Lighting
        * Step Lighting
        * Lucci Connect Gecko Smart Lighting
        * 12V Lighting
        * 240V Lighting
        * Accessories
        * Party & Festoon Lights
          Show All Garden Lighting
      * Solar Lighting
        * Solar LightingBackSolar Lighting
        * Garden Lights
        * Wall Lights
        * Accessories
          Show All Solar Lighting
      * Low Voltage Lighting
      * 12V Quick Connect Lighting
        Show All Outdoor Lighting
    * DIY
      * DIYBackDIY
      * Garden
      * Batten Fix
        Show All DIY
    * LED Lighting
      * LED LightingBackLED Lighting
      * LED Lamps
      * LED Downlights
        Show All LED Lighting
    * Live Well
    * Made By Mayfair
      Show All Lighting

 * Fans
      
    * FansBackFans
    * Latest Fans
    * Ceiling Fans
      * Ceiling FansBackCeiling Fans
      * Ceiling Fans With Lights
      * Ceiling Fans Light Adaptable
        * Ceiling Fans Light AdaptableBackCeiling Fans Light Adaptable
        * Light Accessories
          Show All Ceiling Fans Light Adaptable
      * DC Fans With Light
      * DC Fans No Lights
      * DC Fans Light Adaptable
        * DC Fans Light AdaptableBackDC Fans Light Adaptable
        * Light Accessories
          Show All DC Fans Light Adaptable
      * Ceiling Fans With Remote
      * Low Profile & Hugger Ceiling Fans
      * Fanaway Retractable Ceiling Fan
      * Ceiling Fans No Lights
        Show All Ceiling Fans
    * Brands
      * BrandsBackBrands
      * Lucci Air
      * Airfusion
      * Bayside
      * Futura
      * Fanaway
      * Minka Air
        Show All Brands
    * Exhaust Fans
      * Exhaust FansBackExhaust Fans
      * Exhaust Fans Without Light
      * Inline Exhaust Fans
      * Bathroom Heaters
      * Exhaust Fans With Light
        Show All Exhaust Fans
    * Portable Indoor Fans
      * Portable Indoor FansBackPortable Indoor Fans
      * Wall Fans
      * Floor Fans
      * Desk & Table Fans
        Show All Portable Indoor Fans
    * Outdoor Fans
      * Outdoor FansBackOutdoor Fans
      * Coastal Rated Fans
      * ALFRESCO
        Show All Outdoor Fans
    * Mammoth Fans
    * Accessories & DIY
      * Accessories & DIYBackAccessories & DIY
      * Remotes
      * Extension Rods
      * Fan light
        Show All Accessories & DIY
    * Air Purifiers
      * Air PurifiersBackAir Purifiers
      * Air Purifier Filters
        Show All Air Purifiers
    * Alfresco
      Show All Fans

 * Pendants
      
    * PendantsBackPendants
    * Single Pendants
    * Multi Light Pendants
    * Linear Pendants
    * LED Pendants
    * Feature Pendants
    * Chandeliers
    * Lexicon Mix N' Match
    * Chrysler Mix N' Match
    * Manor Mix N' Match
      Show All Pendants

 * Globes
      
    * GlobesBackGlobes
    * Base Type
      * Base TypeBackBase Type
      * ES | E27
      * SES | E14
      * BC | B22
      * SBC | B15
      * GU10
      * MR16
      * T5
      * R7s
      * G4
      * G 5.3
      * G9
      * GX 53
      * Other
        Show All Base Type
    * Category
      * CategoryBackCategory
      * LED
      * Dimmable
      * Halogen
      * Heat Lamp
      * Vintage & Edison Globes
      * Smart
      * Energy Saving
        Show All Category
    * Globe finder - choose the right globe
      Show All Globes

 * Smart Lighting
      
    * Smart LightingBackSmart Lighting
    * Lighting
    * Globes
    * Accessories
    * Brands
      * BrandsBackBrands
      * GE Imagine
      * Lucci Connect
      * LIFX
      * Philips Hue
      * Lucci Connect Gecko Smart Lighting
      * Amazon
      * Google
      * Powermesh
        Show All Brands
    * Switches & Dimmers
      * Switches & DimmersBackSwitches & Dimmers
      * Powermesh
        Show All Switches & Dimmers
    * Camera
      Show All Smart Lighting

 * Outdoor
      
    * OutdoorBackOutdoor
    * Outdoor Ceiling Lighting
      * Outdoor Ceiling LightingBackOutdoor Ceiling Lighting
      * Downlights
      * Outdoor Pendant Lights
        Show All Outdoor Ceiling Lighting
    * Outdoor Wall Lights
      * Outdoor Wall LightsBackOutdoor Wall Lights
      * Up & Down Lights
      * Bunker Lights
      * Wall Sconces
      * Step Lights
      * Coach Lights
        Show All Outdoor Wall Lights
    * Security & Sensor Lighting
      * Security & Sensor LightingBackSecurity & Sensor Lighting
      * Wall Sconces
      * Floodlights
      * Spotlights
      * Sensors & Accessories
        Show All Security & Sensor Lighting
    * Deck Lighting
      * Deck LightingBackDeck Lighting
      * Deck Light Kit
        Show All Deck Lighting
    * Garden Lighting
      * Garden LightingBackGarden Lighting
      * Path & Bollard Lighting
      * Step Lighting
      * Lucci Connect Gecko Smart Lighting
      * 12V Lighting
      * 240V Lighting
      * Accessories
        Show All Garden Lighting
    * Outdoor Fans
      * Outdoor FansBackOutdoor Fans
      * Coastal Rated Fans
        Show All Outdoor Fans
    * Solar Lighting
      * Solar LightingBackSolar Lighting
      * Wall Lights
      * Garden Lights
      * Accessories
        Show All Solar Lighting
    * 12V Quick Connect Lighting
    * Outdoor Heating
      Show All Outdoor

 * Electrical
      
    * ElectricalBackElectrical
    * Powerpoints
      * PowerpointsBackPowerpoints
      * Internal Powerpoints
      * Weatherproof Powerpoints
      * Plug Bases & Plug Tops
      * USB Chargers
        Show All Powerpoints
    * Switches
      * SwitchesBackSwitches
      * Internal Switches
      * Weatherproof Switches
      * Smart Switches
      * Dimmers
      * Smart Dimmers
      * Fan Controllers
      * Smart Fan Controllers
      * Grid Plates
      * Blank Cover Plates
      * Switch Accessories
      * Isolators
      * Lucci Power
      * Powermesh
      * Lucci Connect
      * Buster & Punch
      * Lucci
        Show All Switches
    * LED Drivers & Transformers
    * Cables
    * Accessories
      * AccessoriesBackAccessories
      * Lighting Accessories
      * Cleaning
        Show All Accessories
    * Smoke Alarms
    * Globes
      * GlobesBackGlobes
      * Base Type
        * Base TypeBackBase Type
        * ES | E27
        * SES | E14
        * BC | B22
        * SBC | B15
        * GU10
        * MR16
        * T5
        * R7s
        * G4
        * G 5.3
        * G9
        * GX 53
        * Other
          Show All Base Type
      * Category
        * CategoryBackCategory
        * LED
        * Dimmable
        * Halogen
        * Heat Lamp
        * Vintage & Edison Globes
        * Smart
        * Energy Saving
          Show All Category
        Show All Globes
    * Live Well
      Show All Electrical

 * Home
      
    * HomeBackHome
    * Candles & Accessories
    * Decorative
    * Cleaning
    * Homewares Brands
      * Homewares BrandsBackHomewares Brands
      * Haus & Co
      * White Moose
      * Celia Loves
      * BTNCL
        Show All Homewares Brands
      Show All Home

 * Clearance
      
    * ClearanceBackClearance
    * Clearance Fans
    * Clearance Pendants
    * Clearance Floor & Table Lamps
    * Clearance Exterior
    * Clearance Downlights & Underbench Lighting
    * Clearance Spotlights & Track
    * Clearance Flush Mounts
    * Clearance Wall Lights
    * Clearance Accessories
    * Clearance Homewares
    * Clearance DIY
      Show All Clearance

 * Shop By Room
      
    * Shop By RoomBackShop By Room
    * Kitchen
    * Bathroom
    * Dining
    * Living Room
    * Bedroom
    * Nursery & Kids
    * Style
      * StyleBackStyle
      * Hamptons
      * Coastal
      * Contemporary
      * Luxe
      * Classic
      * Industrial
        Show All Style
    * Home Office
      Show All Shop By Room

 * Blog & Catalogue
      
    * Blog & CatalogueBackBlog & Catalogue
    * Beacon Blog
    * Catalogue & Lookbooks
    * The Beacon Edit
    * Virtual Showroom
    * Three Birds Renovation - House 14
    * Three Birds Renovations - House 13
    * Three Birds Renovations - House 12
    * Three Birds Renovation - House 11
    * Three Birds Renovations - House 10
    * Nick's Place
      Show All Blog & Catalogue

Go to Beacon Trade
Viewed
Wishlist
Help
Design Service
Commercial
Go to our Trade Club
Go to Beacon Trade
Bathroom Lighting

 * Home
 * Lighting
 * Bathroom Lighting





BATHROOM LIGHTING


156 products in Total
You've viewed 1-20 of 156 products
Page
 * You're currently reading page 1
 * Page 2
 * Page 3
 * Page 4
 * Page 5
 * Page Next

View
20 40 60 All
20 > 40 > 60 > > 20
Sort By: Position Product Name Price Position
Filter
Filters Clear All
 1.  Folly 1 Light IP44 Wall Bracket in Black/Frost
     $129.00
     $90.30 for your second
     
     Add to Cart
     
     Black, Frosted Glass
     Silver
 2.  Folly 1 Light IP44 Wall Bracket in Chrome/Clear
     $129.00
     $90.30 for your second
     
     Add to Cart
     
     Black, Frosted Glass
     Silver
 3.  Equinox LED 200mm Wall Sconce in Brushed Chrome
     $169.00
     $118.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
     Silver
 4.  Equinox LED 200mm Wall Sconce in Brass
     $169.00
     $118.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
     Silver
 5.  Equinox LED 200mm Wall Sconce in White
     $169.00
     $118.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
     Silver
 6.  Equinox LED 200mm Wall Sconce in Black
     $169.00
     $118.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
     Silver
 7.  Chameleon Tall Fascia Only in White
     $19.95
     $13.97 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 8.  Chameleon Tall Fascia Only in Black
     $19.95
     $13.97 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 9.  Chameleon LED Tall Wall Sconce Only in Brass
     $149.00
     $104.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 10. Chameleon LED Tall Wall Sconce Only in White
     $149.00
     $104.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 11. Chameleon LED Tall Wall Sconce Only in Black
     $149.00
     $104.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 12. Jones 2 Light LED Wall Sconce in Brass
     $269.00
     $188.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 13. Jones 2 Light LED Wall Sconce in White
     $269.00
     $188.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 14. Jones 2 Light LED Wall Sconce in Black
     $269.00
     $188.30 for your second
     
     Add to Cart
     
     Black
     White
     Brass
 15. Oliver 1 Light IP44 Wall Bracket in Chrome/Clear
     $169.00
     $118.30 for your second
     
     Add to Cart
     
     Black, Frosted Glass
     Silver
 16. Oliver 1 Light IP44 Wall Bracket in Black/Frost
     $169.00
     $118.30 for your second
     
     Add to Cart
     
     Black, Frosted Glass
     Silver
 17. Reflextion 900mm Curved Colour Change LED Light and Mirror in Brass
     $595.00
     $416.50 for your second
     
     Add to Cart
     
     Black
     Brass
     Black
     Brass
 18. Reflextion 900mm Curved Colour Change LED Light and Mirror in Black
     $595.00
     $416.50 for your second
     
     Add to Cart
     
     Black
     Brass
     Black
     Brass
 19. Reflextion 900mm Arch Colour Change LED Light and Mirror in Brass
     $595.00
     $416.50 for your second
     
     Add to Cart
     
     Black
     Brass
     Black
     Brass
 20. Reflextion 900mm Arch Colour Change LED Light and Mirror in Black
     $595.00
     $416.50 for your second
     
     Add to Cart
     
     Black
     Brass
     Black
     Brass


156 products in Total
You've viewed 1-20 of 156 products
Page
 * You're currently reading page 1
 * Page 2
 * Page 3
 * Page 4
 * Page 5
 * Page Next

View
20 40 60 All
20 > 40 > 60 > > 20
Sort By: Position Product Name Price Position



Image View

Product
Inspiration
Filter
Filter by:
 1. Style
    Modern
 2. Style
    Naturals
 3. 

Filters Clear All
Refine
Style
 1. Classic 26 items
 2. Modern 152 items
 3. Naturals 4 items

Colour/Finish
 1. Aged Metal 2 items
 2. Black 39 items
 3. Brass 16 items
 4. Clear Glass 2 items
 5. Frosted Glass 20 items
 6. Natural 4 items
 7. Silver 25 items
 8. Smoke Glass 1 item
 9. White 65 items

Price
$19 - $999
Brand
 1. Bayside 1 item
 2. IXL 7 items
 3. Lucci Air 25 items
 4. Lucci Aqua 14 items
 5. Lucci Décor 5 items
 6. Lucci LEDlux 65 items
 7. MFL 36 items
 8. Panasonic 3 items

Globe Type
 1. ES 22 items
 2. G9 2 items
 3. GX53 2 items
 4. LED 86 items

Location
 1. Indoor Use Only 116 items

Colour Temperature
 1. 3000K-5000K 1 item
 2. 3000K/4000K/5000K 33 items
 3. 3500K/4000K/5000K 10 items
 4. 4000K 8 items
 5. 3000K 24 items


NEED HELP?

Let the experts help you transform your home into a designer dream with a choice
of two lighting design services.

In-studio consultation In-home consultation



Filter By:

Sort By
View



Show All


RELATED CATEGORY




RELATED BLOGS




RELATED PAGES




RELATED ARTICLES

View All
 1. A Guide to Renovating Your Dream Home
    
    Read more
 2. Quick and Easy Home Renos
    
    Lighting is essential for every home, and with plenty of options to choose
    from it's easy to find the perfect new lights to update your space with.
    
    Read more
 3. Creating a Healthier and Happier Home Through Lighting
    
    With our range of innovative lighting products, you'll be able to live
    brighter in no time.
    
    Read more
 4. 10+ Bathroom Lighting Ideas
    
    Style your bathroom to perfection with these stunning and functional
    lighting ideas.
    
    Read more
 5. Keeping Cool in Style with Ceiling Fans
    
    Fans are a practical addition to every home, but they can also add a level
    of sophistication to each room with the right design.
    
    Read more



POPULAR SEARCHES

 * 3 in 1 exhaust fans
 * 275w heat lamp
 * 3 in 1 bathroom exhaust fan
 * bathroom mirrors with led lights
 * dressing room light
 * ixl bathroom heater
 * tastic heat lamp
 * 3 in 1 bathroom light
 * tastic bathroom heaters
 * 2 in 1 bathroom heater light

live brighter

Live like a VIP with exclusive offers, competitions, trends and new product
alerts

Sign Up for Our Newsletter:
Become a VIP



TOP CATEGORIES

 * Latest Lighting
 * Pendant Lighting
 * Chandeliers
 * Downlights
 * Strip & Cabinet Lights
 * Lamps
 * Bathroom Lighting
 * Outdoor Lighting
 * Smart Lighting

 * Globes
 * Ceiling Fans With Lights
 * Ceiling Fans No Lights
 * DC Fans With Lights
 * DC Fans No Lights
 * Outdoor Fans
 * Exhaust Fans
 * Mammoth Fans
 * Home


ABOUT BEACON

 * About
 * Our Story
 * Our Brands
 * Live Brighter
 * Helping Our Communities
 * Careers
 * Press & Media
 * Investor Website
 * Whistleblower Policy
 * Beacon Commercial
 * Store Locations & Hours
 * Our Approach to COVID-19


SHOP BEACON

 * Virtual Showroom
 * Instagram
 * Catalogue
 * Beacon VIP
 * Promotion T&Cs
 * Shipping Charges & Services
 * About AfterPay
 * About ZipPay
 * Live Brighter App
 * Privacy Policy
 * Shop the Trade Club


NEED HELP?

 * Design Studio
 * Help Centre
 * Electrician Finder
   
 * Beacon Contractors
 * Lighting Tips
 * Ceiling Fan Tips
 * Energy Saving Ideas
 * Returns & Warranties Policy
 * Warranty Request Form
 * Lucci Air/Fanaway Extended Warranty
 * Product Recalls
 * Our Social Media Platforms
 * Contact Us

 * Facebook
 * Pinterest
 * Instagram
 * Youtube
 * Live Brighter App


© 2020 All Rights Reserved
Terms and Conditions Privacy Policy Sitemap
Debbie
Leave A Message For Debbie


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?