www.beaconlighting.com.au
Open in
urlscan Pro
151.101.193.124
Public Scan
Submitted URL: http://www.beaconlighting.com.au/
Effective URL: https://www.beaconlighting.com.au/
Submission: On January 19 via manual from AU — Scanned from DE
Effective URL: https://www.beaconlighting.com.au/
Submission: On January 19 via manual from AU — Scanned from DE
Form analysis
6 forms found in the DOMPOST 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="71BEwip6rLLhiOIt">
<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&Cs apply'">T&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/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 $90 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 Help Commercial Trade Club Online Sales Support Team * 03 8561 1599 Mon-Fri 8am-5pm AEST Sat 9am - 5pm Sun 10am-5pm AEST * Talk to Debbie on Live Chat * support@beaconlighting.com.au * Shipping Information * Returns & Warranties * Warranty Request Form * Contact Us * Help Centre Toggle Nav Find a Store Find your nearest store: 400 Use current location or Browse all stores 103 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 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 * 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 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 Show All Brands * Switches & Dimmers * Camera * Smart Lighting Deals 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 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 Viewed Wishlist Find a Store Help Design Service Commercial Trade Club Shop LIVE BRIGHTERSPACES Shop LightingShop globe & bubble 30% off your second item, Mix and match from our entire range* LIVE BRIGHTERSPACES Shop LightingShop globe & bubble LIVE BRIGHTERSPACES Shop LightingShop globe & bubble 30% off your second item, Mix and match from our entire range* LIVE BRIGHTERSPACES Shop LightingShop globe & bubble LIVE BRIGHTERSPACES Shop LightingShop globe & bubble 30% off your second item, Mix and match from our entire range* LIVE BRIGHTERSPACES Shop LightingShop globe & bubble 30% off your second item, Mix and match from our entire range* LIVE BRIGHTERSPACES Shop LightingShop globe & bubble 30% off your second item, Mix and match from our entire range* LIVE BRIGHTERSPACES Shop LightingShop globe & bubble LIVE BRIGHTER SPACES Shop Lighting Shop globe & bulbs MAKEOVER SALE 50% OFF YOUR SECOND LAMP OR PENDANT* Shop lamp Shop pendant Up to 30% off outdoor Steplight Wall Bracket Pendants Spotlights bollards Shop all sale Pendants Downlights Ceiling Fans DIY Lamps USB & Wireless Charging Lamps Smart Lighting Outdoor Lights Globes Bathroom Lighting Home * 1 * 2 * 3 READY FOR SCHOOL? SO ARE WE! With the new school year just around the corner, it’s time to get your kids’ study desks sorted. Shop now FLOOR LAMPS Elevate your space with floor lamps that create cosy corners, or provide ample illumination for all your tasks. Shop now BEACON DESIGN STUDIO 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. Book Consultation 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. Book Consultation GET INSPIRED View all Previous ALL TYPES OF CEILING FANS EXPLAINED Ceiling fans come in a variety of different shapes, sizes and blade counts. This guide explains the differences between each ceiling fan type and their benefits. Read more THE BLOCK 2021 WINNERS AND OUR FAVOURITE ROOMS Congratulations to Mitch and Mark on their incredible win! Join us as we revisit the most stunning rooms of the season. Read more HOW TO GET THE BLOCK LOOK IN YOUR OUTDOOR AREAS, STUDY, WINE CELLAR & GARAGE Follow these easy tips to recreate these stunning ideas at home. Read more HOW TO GET THE BLOCK LOOK IN YOUR KITCHEN, LIVING SPACES & HALLWAY Follow these easy tips to recreate this level of luxury in your own home. Read more HOW TO GET THE BLOCK LOOK IN YOUR BEDROOM & BATHROOM Follow our simple tips on choosing the right lights and fans to bring your space to life. Read more LIGHTING IDEAS TO CREATE YOUR DREAM BEDROOM Looking for inspiration for your bedroom lighting? Here are a few dreamy ideas to explore. Read more RECREATE THE LOOKS FROM THREE BIRDS RENOVATIONS' HOUSE 13 Join us as we travel back to each room reveal and inspire you with tips to transform your own space. Read more 5 LIGHTING IDEAS TO TRANSFORM YOUR KITCHEN Need some inspiration for your kitchen lighting? Here are 5 unmissable lighting ideas to transform your space. Read more DOWNLIGHTS: A HANDY LIGHTING GUIDE FOR EVERY HOME Thinking of installing downlights in your home? We’ve put together a guide to help you make the right choices for your space. Read more HOW LIGHTING AFFECTS YOUR HEALTH The right lighting used the right way can benefit your health, so learn how to control it and make it work for you. Read more Next FOLLOW US @BEACONLIGHTING Be inspired every day and stay in the loop on the latest trends and products. Follow Facebook Follow Instagram What do these rooms from The Block have in common? Our stylish Titan downlight! With adjustable heads, dimming functionality, interchangeable reflectors and a... 16 SEPTEMBER 2021 Some people say two's company, three's a crowd – never when they're minimalist surface mounted downlights like our Mila! Thanks for the inspo @ourhenleynova. ... 15 SEPTEMBER 2021 Pendants can go anywhere! See how @threebirdsrenovations used our elegant Helix pendant to elevate the powder room in #threebirdsdreamhome #house14 Inspired?... 14 SEPTEMBER 2021 THIS is how master ensuites are illuminated! The Block teams have created magazine-worthy spaces with their use of stylish vanity lights, luxe strip lighting an... 13 SEPTEMBER 2021 Want to future-proof your home? Be inspired by @mitchandmark who used our Powermesh smart switches throughout their house on @TheBlock. These switches use a... 10 SEPTEMBER 2021 Washing clothes has never been so glamorous! Our Lucent pendant with hand finished Spanish alabaster and brass details takes this laundry room to a whole new le... 08 SEPTEMBER 2021 Plus symbol FEEL BETTER, LIVE BRIGHTER EVERYDAY FEEL BETTER, LIVE BRIGHTER EVERYDAY FEEL BETTER, LIVE BRIGHTER EVERYDAY -------------------------------------------------------------------------------- BEACON LIGHTING The right lighting design can transform every room of your home, just think of a space and we have the lighting fixture for it! That’s why we’re Australia’s leading lighting retailer with over 100 lighting stores offering thousands of stylish, innovative and energy-efficient lighting products including pendants, lamps, exterior lighting, strip lighting, LED globes and smart lighting featuring the latest technology and on-trend designs. At Beacon Lighting, you’ll also find Australia’s largest range of fans – ceiling, pedestal, wall, floor, table and exhaust fans from decorative styles to slimline designs that not only keep you cool but also make an impression. Find inspiration on styling and handy lighting tips on our blog. Let our expert lighting designers give your home a professional touch with our premium in-home and in-studio design services. Enjoy convenient shopping with free shipping on orders over $90, 60-day hassle-free returns, generous warranty periods, fixed price fan and exterior installations, and more. If you’re inspired to transform your home and live brighter, come visit us in-store or shop our entire range of lighting and fans online. Filter By: Sort By View Show All RELATED CATEGORY RELATED BLOGS RELATED PAGES POPULAR SEARCHES * led light strips * kitchen island lighting * led desk lamp * tripod floor lamp * rattan pendant lights * outdoor solar wall light * display cabinet lighting * outdoor flood light * 12 volt led globes * coastal ceiling fans 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 * Installation Services * 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?