CINXE.COM

Bauhn – Effortless Technology

<!DOCTYPE html> <html lang="en-AU"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://bauhn.com.au/","20220725093326","https://web.archive.org/","web","/_static/", "1658741606"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <title>Bauhn &#8211; Effortless Technology</title> <meta name="robots" content="max-image-preview:large"/> <link rel="dns-prefetch" href="//web.archive.org/web/20220725093326/https://s.w.org/"/> <link rel="alternate" type="application/rss+xml" title="Bauhn » Feed" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/feed/"/> <link rel="alternate" type="application/rss+xml" title="Bauhn » Comments Feed" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/comments/feed/"/> <!-- This site uses the Google Analytics by MonsterInsights plugin v8.7.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//web.archive.org/web/20220725093326js_/https://www.googletagmanager.com/gtag/js?id=UA-162425675-1" data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '8.7.0'; var mi_track_user = true; var mi_no_track_reason = ''; var disableStrs = [ 'ga-disable-UA-162425675-1', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for ( var index = 0; index < disableStrs.length; index++ ) { if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if ( __gtagTrackerIsOptedOut() ) { for ( var index = 0; index < disableStrs.length; index++ ) { window[ disableStrs[ index ] ] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for ( var index = 0; index < disableStrs.length; index++ ) { document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[ disableStrs[ index ] ] = true; } } if ( 'undefined' === typeof gaOptout ) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if ( mi_track_user ) { function __gtagDataLayer() { dataLayer.push( arguments ); } function __gtagTracker( type, name, parameters ) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply( null, arguments ); return; } if ( type === 'event' ) { parameters.send_to = monsterinsights_frontend.ua; __gtagDataLayer( type, name, parameters ); } else { __gtagDataLayer.apply( null, arguments ); } } __gtagTracker( 'js', new Date() ); __gtagTracker( 'set', { 'developer_id.dZGIzZG' : true, } ); __gtagTracker( 'config', 'UA-162425675-1', {"forceSSL":"true","link_attribution":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function (){ var args = Array.prototype.slice.call(arguments); args.unshift( 'send' ); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if ( len === 0 ) { return; } var f = arguments[len - 1]; if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) { if ( 'send' === arguments[0] ) { var hitConverted, hitObject = false, action; if ( 'event' === arguments[1] ) { if ( 'undefined' !== typeof arguments[3] ) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ( 'pageview' === arguments[1] ) { if ( 'undefined' !== typeof arguments[2] ) { hitObject = { 'eventAction': 'page_view', 'page_path' : arguments[2], } } } if ( typeof arguments[2] === 'object' ) { hitObject = arguments[2]; } if ( typeof arguments[5] === 'object' ) { Object.assign( hitObject, arguments[5] ); } if ( 'undefined' !== typeof arguments[1].hitType ) { hitObject = arguments[1]; if ( 'pageview' === hitObject.hitType ) { hitObject.eventAction = 'page_view'; } } if ( hitObject ) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs( hitObject ); __gtagTracker( 'event', action, hitConverted ); } } return; } function mapArgs( args ) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page' : 'page_path', 'location' : 'page_location', 'title' : 'page_title', }; for ( arg in args ) { if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch ( ex ) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log( "" ); ( function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; } )(); } </script> <!-- / Google Analytics by MonsterInsights --> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.3"}}; /*! This file is auto-generated */ !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="astra-theme-css-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/themes/astra/assets/css/minified/style.min.css?ver=3.6.2" media="all"/> <style id="astra-theme-css-inline-css"> html{font-size:93.75%;}a,.page-title{color:#473192;}a:hover,a:focus{color:#473192;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:inherit;font-size:15px;font-size:1rem;}blockquote{color:#000000;}.site-title{font-size:35px;font-size:2.3333333333333rem;display:block;}.ast-archive-description .ast-archive-title{font-size:40px;font-size:2.6666666666667rem;}.site-header .site-description{font-size:15px;font-size:1rem;display:none;}.entry-title{font-size:30px;font-size:2rem;}h1,.entry-content h1{font-size:40px;font-size:2.6666666666667rem;}h2,.entry-content h2{font-size:30px;font-size:2rem;}h3,.entry-content h3{font-size:25px;font-size:1.6666666666667rem;}h4,.entry-content h4{font-size:20px;font-size:1.3333333333333rem;}h5,.entry-content h5{font-size:18px;font-size:1.2rem;}h6,.entry-content h6{font-size:15px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:30px;font-size:2rem;}::selection{background-color:#473192;color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#3a3a3a;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#473192;background-color:#473192;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#473192;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#473192;background-color:#473192;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#473192;border-color:#473192;}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:#473192;}.entry-meta,.entry-meta *{line-height:1.45;color:#473192;}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#473192;}.widget-title{font-size:21px;font-size:1.4rem;color:#3a3a3a;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#473192;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#473192;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#473192;border-color:#473192;}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:#473192;}.main-header-menu .menu-link,.ast-header-custom-item a{color:#3a3a3a;}.main-header-menu .menu-item:hover > .menu-link,.main-header-menu .menu-item:hover > .ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item.focus > .menu-link,.main-header-menu .menu-item.focus > .ast-menu-toggle,.main-header-menu .current-menu-item > .menu-link,.main-header-menu .current-menu-ancestor > .menu-link,.main-header-menu .current-menu-item > .ast-menu-toggle,.main-header-menu .current-menu-ancestor > .ast-menu-toggle{color:#473192;}.header-main-layout-3 .ast-main-header-bar-alignment{margin-right:auto;}.header-main-layout-2 .site-header-section-left .ast-site-identity{text-align:left;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}.site-logo-img img{ transition:all 0.2s linear;}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#473192;}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #473192;color:#473192;}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#473192;}.ast-page-builder-template .hentry {margin: 0;}.ast-page-builder-template .site-content > .ast-container {max-width: 100%;padding: 0;}.ast-page-builder-template .site-content #primary {padding: 0;margin: 0;}.ast-page-builder-template .no-results {text-align: center;margin: 4em auto;}.ast-page-builder-template .ast-pagination {padding: 2em;} .ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {margin-top: 0;}.ast-page-builder-template .entry-header.ast-header-without-markup {margin-top: 0;margin-bottom: 0;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {margin-bottom: 0;}.ast-page-builder-template.single .post-navigation {padding-bottom: 2em;}.ast-page-builder-template.single-post .site-content > .ast-container {max-width: 100%;}.ast-page-builder-template.single-post .site-content > .ast-container {max-width: 100%;}.ast-page-builder-template .entry-header {margin-top: 4em;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;}.ast-page-builder-template .ast-archive-description {margin-top: 4em;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;}.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {margin-left: 0;margin-right: 0;}.single.ast-page-builder-template .entry-header {padding-left: 20px;padding-right: 20px;}.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {margin-left: 0;margin-right: 0;}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-color:#7a7a7a;}.wp-block-buttons.aligncenter{justify-content:center;}@media (max-width:782px){.entry-content .wp-block-columns .wp-block-column{margin-left:0px;}}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}.wp-block-button .wp-block-button__link,{color:#ffffff;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#ffffff;background-color:#473192;border-color:#473192;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;border-color:#473192;background-color:#473192;color:#ffffff;font-family:inherit;font-weight:inherit;line-height:1;border-radius:2px;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#ffffff;border-color:#473192;background-color:#473192;border-radius:2px;padding-top:10px;padding-right:40px;padding-bottom:10px;padding-left:40px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#ffffff;background-color:#473192;border-color:#473192;}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.site-branding img,.site-header .site-logo-img .custom-logo-link img{max-width:100%;}}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:85.5%;}}@media (max-width:544px){html{font-size:85.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (max-width:921px) {.main-header-bar .main-header-bar-navigation{display:none;}}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:#473192;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu{border-top-width:2px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-style:solid;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu{top:-2px;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link{border-bottom-width:0px;border-style:solid;border-color:#eaeaea;}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:#7a7a7a;}.ast-small-footer-wrap{text-align:center;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {display: none;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {padding: 0;display: block;overflow: hidden;}.ast-header-break-point .ast-header-custom-item .widget:last-child {margin-bottom: 1em;}.ast-header-custom-item .widget {margin: 0.5em;display: inline-block;vertical-align: middle;}.ast-header-custom-item .widget p {margin-bottom: 0;}.ast-header-custom-item .widget li {width: auto;}.ast-header-custom-item-inside .button-custom-menu-item .menu-link {display: none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {display: none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {display: block;}.ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon {margin-right: 1em;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field,.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field {width: 100%;padding-right: 5.5em;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {padding-left: 20px;padding-right: 20px;margin-bottom: 1em;margin-top: 1em;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {padding-left: 0;padding-right: 0;margin-top: 0;margin-bottom: 0;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}.elementor-widget-heading .elementor-heading-title{margin:0;}.elementor-post.elementor-grid-item.hentry{margin-bottom:0;}.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product{width:auto;margin:0;float:none;}.ast-left-sidebar .elementor-section.elementor-section-stretched,.ast-right-sidebar .elementor-section.elementor-section-stretched{max-width:100%;left:0 !important;}.elementor-template-full-width .ast-container{display:block;}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}.ast-safari-browser-less-than-11 .main-header-menu .menu-item, .ast-safari-browser-less-than-11 .main-header-bar .ast-masthead-custom-menu-items{display:block;}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link,{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items{flex:unset;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0, -2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0, -50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .site-header-focus-item .main-header-bar-navigation .menu-item-has-children > .menu-link:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;} </style> <link rel="stylesheet" id="wp-block-library-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-includes/css/dist/block-library/style.min.css?ver=5.9.3" media="all"/> <style id="global-styles-inline-css"> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('/web/20220725093326im_/https://bauhn.com.au/#wp-duotone-blue-orange');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <link rel="stylesheet" id="wpdreams-asl-basic-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/css/style.basic.css?ver=4.10" media="all"/> <link rel="stylesheet" id="wpdreams-ajaxsearchlite-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/css/style-underline.css?ver=4.10" media="all"/> <link rel="stylesheet" id="elementor-icons-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.15.0" media="all"/> <link rel="stylesheet" id="elementor-frontend-legacy-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css?ver=3.6.7" media="all"/> <link rel="stylesheet" id="elementor-frontend-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.6.7" media="all"/> <link rel="stylesheet" id="elementor-post-1136-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/uploads/elementor/css/post-1136.css?ver=1649791650" media="all"/> <link rel="stylesheet" id="elementor-pro-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/elementor-pro/assets/css/frontend.min.css?ver=3.0.10" media="all"/> <link rel="stylesheet" id="elementor-global-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/uploads/elementor/css/global.css?ver=1649791650" media="all"/> <link rel="stylesheet" id="elementor-post-62-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/uploads/elementor/css/post-62.css?ver=1657849146" media="all"/> <link rel="stylesheet" id="elementor-post-69-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/uploads/elementor/css/post-69.css?ver=1649791651" media="all"/> <link rel="stylesheet" id="elementor-post-78-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/uploads/elementor/css/post-78.css?ver=1649791651" media="all"/> <link rel="stylesheet" id="google-fonts-1-css" href="https://web.archive.org/web/20220725093326cs_/https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&amp;display=auto&amp;ver=5.9.3" media="all"/> <!--[if IE]> <script src='https://bauhn.com.au/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=3.6.2' id='astra-flexibility-js'></script> <script id='astra-flexibility-js-after'> flexibility(document.documentElement); </script> <![endif]--> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.7.0" id="monsterinsights-frontend-script-js"></script> <script data-cfasync="false" data-wpfc-render="false" id="monsterinsights-frontend-script-js-extra">var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au","hash_tracking":"false","ua":"UA-162425675-1","v4_id":""};</script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-includes/js/jquery/jquery.min.js?ver=3.6.0" id="jquery-core-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2" id="jquery-migrate-js"></script> <link rel="https://api.w.org/" href="https://bauhn.com.au/wp-json/"/><link rel="alternate" type="application/json" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/wp-json/wp/v2/pages/62"/><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://bauhn.com.au/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://bauhn.com.au/wp-includes/wlwmanifest.xml"/> <meta name="generator" content="WordPress 5.9.3"/> <link rel="canonical" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/"/> <link rel="shortlink" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbauhn.com.au%2F"/> <link rel="alternate" type="text/xml+oembed" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbauhn.com.au%2F&amp;format=xml"/> <!-- start Simple Custom CSS and JS --> <script> jQuery(document).ready(function( $ ){ // ===== Scroll to Top ==== $(window).scroll(function() { if ($(this).scrollTop() >= 0) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(200); // Fade in the arrow } else { $('#return-to-top').fadeOut(200); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); /* $(window).on('load', function() { setTimeout(function(){ $("#header_fiixed").addClass("header_sticky"); }, 5000); }); */ }); </script> <!-- end Simple Custom CSS and JS --> <!-- start Simple Custom CSS and JS --> <style> html, body{width:100%;overflow-x:hidden;} .ast-archive-title{color:#473192 !important} .backtotop_css{position: fixed; right: 5%; top: 66px;z-index:99999} .ewd-ufaq-post-margin{color:#473192;} a{color:#473192;} /* #products { display: block; position: relative; top: -40px; } */ .elementor-menu-toggle { background-color: #FFF !important; } .elementor-menu-toggle i::before { content: url(/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/menu_icon.png); } .type-ufaq { padding: 25px 6.67em !important; } .search .entry-header { margin-bottom: 15px; } .search-results .entry-title { font-size: 25px; } .search-results .entry-content h3 { font-size: 20px; margin-bottom: 10px; } .search-results .entry-content p { margin-bottom: 10px; } body:not(.elementor-editor-active) .elementor-menu-anchor:before { content: ""; display:block; height: 66px; margin: -66px 0 0; visibility: hidden; pointer-events: none; } .ufaq-faq-categories{display:none;} .slick-slide-inner{max-width:1200px;margin:0 auto;} .elementor-slick-slider .slick-next::before, .elementor-slick-slider .slick-prev::before { opacity: inherit; } .elementor-slick-slider .slick-next::before { margin-right: -1100px; } .elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev { right:inherit !important; position: absolute; top: 50%; width: 1200px; margin: 0 auto; -webkit-transform: translate(-50%, 50%); -ms-transform: translate(-50%, 50%); transform: translate(-50%, -50%); left: 50% !important; } .elementor-slick-slider .slick-prev::before { margin-left: -1100px; } @media only screen and (max-width: 1100px) { .elementor-slick-slider .slick-next::before { margin-right: -1000px; } .elementor-slick-slider .slick-prev::before { margin-left: -1000px; } } @media only screen and (max-width: 1000px) { .elementor-slick-slider .slick-next::before { margin-right: -900px; } .elementor-slick-slider .slick-prev::before { margin-left: -900px; } } @media only screen and (max-width: 900px) { .elementor-slick-slider .slick-next::before { margin-right: -800px; } .elementor-slick-slider .slick-prev::before { margin-left: -800px; } } @media only screen and (max-width: 800px) { .elementor-slick-slider .slick-next::before { margin-right: -700px; } .elementor-slick-slider .slick-prev::before { margin-left: -700px; } } @media only screen and (max-width: 700px) { .elementor-slick-slider .slick-next::before { margin-right: -600px; } .elementor-slick-slider .slick-prev::before { margin-left: -600px; } } @media only screen and (max-width: 600px) { .elementor-slick-slider .slick-next::before { margin-right: -500px; } .elementor-slick-slider .slick-prev::before { margin-left: -500px; } } @media only screen and (max-width: 500px) { .elementor-slick-slider .slick-next::before { margin-right: -400px; } .elementor-slick-slider .slick-prev::before { margin-left: -400px; } } @media only screen and (max-width: 400px) { .elementor-slick-slider .slick-next::before { margin-right: -300px; } .elementor-slick-slider .slick-prev::before { margin-left: -300px; } } .elementor-slick-slider ul.slick-dots li button { border: 2px solid #FFF; border-radius: 50px; } .elementor-slick-slider ul.slick-dots li{margin-left:10px;} .elementor-62 .elementor-element.elementor-element-22d8163 .elementor-slides-wrapper .elementor-slides .slick-dots li button::before { opacity: 0.0 ; color: #FFFFFF; } .elementor-slick-slider ul.slick-dots li.slick-active button::before { opacity: inherit !important; color: #FFFFFF; } .elementor-carousel-image { -webkit-background-size: contain; background-size: contain; } .ufaq .entry-title a{font-size: 1.5rem;} .ufaq .entry-content img{margin-top:-60px;} @media only screen and (max-width: 900px) { .ufaq .entry-content img{margin-top:inherit;} } @media only screen and (max-width: 400px) { .ufaq .entry-content img{margin-top:inherit;} .type-ufaq { padding: 25px 0.67em !important; } } .comments-area{display:none !important;} .elementor-slick-slider .slick-next, .elementor-slick-slider .slick-prev{ width: auto !important; } .elementor-62 .elementor-element.elementor-element-22d8163 div#slick-slide00 .elementor-slide-content { max-width: 344px; } .elementor-62 .elementor-element.elementor-element-22d8163 .elementor-repeater-item-479f5bb .slick-slide-inner .elementor-slide-content { width: 100% !important; max-width:100% !important; }</style> <!-- end Simple Custom CSS and JS --> <!-- GA Google Analytics @ https://m0n.co/ga --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://web.archive.org/web/20220725093326/https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-162425675-1', 'auto'); ga('set', 'forceSSL', true); ga('send', 'pageview'); </script> <link rel="preconnect" href="https://web.archive.org/web/20220725093326/https://fonts.gstatic.com/" crossorigin/> <link rel="preload" as="style" href="//web.archive.org/web/20220725093326/https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap"/> <link rel="stylesheet" href="//web.archive.org/web/20220725093326cs_/https://fonts.googleapis.com/css?family=Open+Sans&amp;display=swap" media="all"/> <style>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <style> div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label { font-size: 0px !important; color: rgba(0, 0, 0, 0); } div[id*='ajaxsearchlitesettings'].searchsettings .asl_option_inner label:after { font-size: 11px !important; position: absolute; top: 0; left: 0; z-index: 1; } .asl_w_container { width: 100%; margin: 0px 0px 0px 0px; } div[id*='ajaxsearchlite'].asl_m { width: 100%; } div[id*='ajaxsearchliteres'].wpdreams_asl_results div.resdrg span.highlighted { font-weight: bold; color: rgba(217, 49, 43, 1); background-color: rgba(238, 238, 238, 1); } div[id*='ajaxsearchliteres'].wpdreams_asl_results .results div.asl_image { width: 70px; height: 70px; background-size: cover; background-repeat: no-repeat; } div.asl_r .results { max-height: none; } .asl_m, .asl_m .probox { background-color: rgba(255, 255, 255, 1) !important; background-image: none !important; -webkit-background-image: none !important; -ms-background-image: none !important; } .asl_m .probox svg { fill: rgb(255, 255, 255) !important; } .asl_m .probox .innericon { background-color: rgba(71, 19, 146, 1) !important; background-image: none !important; -webkit-background-image: none !important; -ms-background-image: none !important; } div.asl_m.asl_w { border:1px solid rgba(71, 19, 146, 1) !important;border-radius:1px 1px 1px 1px !important; box-shadow: none !important; } div.asl_m.asl_w .probox {border: none !important;} div.asl_r.asl_w.vertical .results .item::after { display: block; position: absolute; bottom: 0; content: ''; height: 1px; width: 100%; background: #D8D8D8; } div.asl_r.asl_w.vertical .results .item.asl_last_item::after { display: none; } #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input { font-size: 20px; height: 57px; } #ajaxsearchlite1 .probox, div.asl_w .probox { height: 57px; } div.asl_w .probox .promagnifier { width: 100px !important; height: 57px; } div.asl_w .probox .proloading, div.asl_w .probox .proclose, div.asl_w .probox .promagnifier, div.asl_w .probox .prosettings { width: 28px; height: 57px; } </style> <link rel="icon" href="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/03/logo-150x36.png" sizes="32x32"/> <link rel="icon" href="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/03/logo.png" sizes="192x192"/> <link rel="apple-touch-icon" href="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/03/logo.png"/> <meta name="msapplication-TileImage" content="https://bauhn.com.au/wp-content/uploads/2020/03/logo.png"/> <style id="wp-custom-css"> .swiper-slide-contents { border-radius: 20px; } </style> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://web.archive.org/web/20220725093326js_/https://www.googletagmanager.com/gtag/js?id=UA-222870063-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-222870063-1'); </script> </head> <body itemtype="https://schema.org/WebPage" itemscope="itemscope" class="home page-template page-template-elementor_header_footer page page-id-62 wp-custom-logo ast-desktop ast-page-builder-template ast-no-sidebar astra-3.6.2 ast-header-custom-item-inside ast-single-post ast-inherit-site-logo-transparent elementor-default elementor-template-full-width elementor-kit-1136 elementor-page elementor-page-62"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-dark-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 0.49803921568627"/><fefuncg type="table" tablevalues="0 0.49803921568627"/><fefuncb type="table" tablevalues="0 0.49803921568627"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 1"/><fefuncg type="table" tablevalues="0 1"/><fefuncb type="table" tablevalues="0 1"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.54901960784314 0.98823529411765"/><fefuncg type="table" tablevalues="0 1"/><fefuncb type="table" tablevalues="0.71764705882353 0.25490196078431"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-red"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 1"/><fefuncg type="table" tablevalues="0 0.27843137254902"/><fefuncb type="table" tablevalues="0.5921568627451 0.27843137254902"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-midnight"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0 0"/><fefuncg type="table" tablevalues="0 0.64705882352941"/><fefuncb type="table" tablevalues="0 1"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-magenta-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.78039215686275 1"/><fefuncg type="table" tablevalues="0 0.94901960784314"/><fefuncb type="table" tablevalues="0.35294117647059 0.47058823529412"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-purple-green"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.65098039215686 0.40392156862745"/><fefuncg type="table" tablevalues="0 1"/><fefuncb type="table" tablevalues="0.44705882352941 0.4"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;"><defs><filter id="wp-duotone-blue-orange"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 "/><fecomponenttransfer color-interpolation-filters="sRGB"><fefuncr type="table" tablevalues="0.098039215686275 1"/><fefuncg type="table" tablevalues="0 0.66274509803922"/><fefuncb type="table" tablevalues="0.84705882352941 0.41960784313725"/><fefunca type="table" tablevalues="1 1"/></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in"/></filter></defs></svg><div class="hfeed site" id="page"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div data-elementor-type="header" data-elementor-id="69" class="elementor elementor-69 elementor-location-header"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-c372daa elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="c372daa" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;none&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_effects_offset&quot;:66,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b6342d2" data-id="b6342d2" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1fbef09 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="1fbef09" data-element_type="widget" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/"> <img width="216" height="36" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/05/logo-update.png" class="attachment-full size-full" alt="" loading="lazy"/> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-d8d51c8" data-id="d8d51c8" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-93e513a elementor-nav-menu__align-justify elementor-nav-menu--indicator-none elementor-nav-menu--stretch elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="93e513a" data-element_type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-93e513a" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-62 current_page_item menu-item-76"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-19"><a href="/web/20220725093326/https://bauhn.com.au/#products" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Products</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/support/" class="elementor-item menu-link">Support</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-21"><a href="/web/20220725093326/https://bauhn.com.au/#contact" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Contact</a></li> </ul></nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"><ul id="menu-2-93e513a" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-62 current_page_item menu-item-76"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-19"><a href="/web/20220725093326/https://bauhn.com.au/#products" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Products</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/support/" class="elementor-item menu-link">Support</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-21"><a href="/web/20220725093326/https://bauhn.com.au/#contact" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Contact</a></li> </ul></nav> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> <div id="content" class="site-content"> <div class="ast-container"> <div data-elementor-type="wp-page" data-elementor-id="62" class="elementor elementor-62"> <div class="elementor-inner"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-e4e9484 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="e4e9484" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d8f2bcd" data-id="d8f2bcd" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-22d8163 elementor-arrows-position-outside elementor--h-position-center elementor--v-position-middle elementor-pagination-position-inside elementor-widget elementor-widget-slides" data-id="22d8163" data-element_type="widget" id="homeslider" data-settings="{&quot;autoplay_speed&quot;:500000,&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}" data-widget_type="slides.default"> <div class="elementor-widget-container"> <div class="elementor-swiper"> <div class="elementor-slides-wrapper elementor-main-swiper swiper-container" dir="ltr" data-animation=""> <div class="swiper-wrapper elementor-slides"> <div class="elementor-repeater-item-556c616 swiper-slide"><div class="swiper-slide-bg"></div><a class="swiper-slide-inner" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/55-4k-qled-android-tv/"><div class="swiper-slide-contents"><div class="elementor-slide-heading">55" 4K QLED Android TV On sale Saturday the 23rd of July at all <b>ALDI</b> stores for an amazing <b style="color:#440099">$569</b></div><div class="elementor-slide-description">Includes a 4K UHD Screen with HDR, Magic Remote with Voice Assistant, Netflix and Prime Video on Remote. <img src="https://web.archive.org/web/20220725093326im_/http://bauhn.com.au/wp-content/uploads/2022/07/55-Slider-banner-logos.png"></div></div></a></div><div class="elementor-repeater-item-df7cc05 swiper-slide"><div class="swiper-slide-bg"></div><a class="swiper-slide-inner" href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/32-hd-led-android-tv/"><div class="swiper-slide-contents"><div class="elementor-slide-heading">32" HD LED Android TV On sale Saturday the 23rd of July at all <b>ALDI</b> stores for an amazing <b style="color:#440099">$299</b></div><div class="elementor-slide-description">Includes a 4K UHD Screen with HDR, Magic Remote with Voice Assistant, Netflix and Prime Video on Remote. <img src="https://web.archive.org/web/20220725093326im_/http://bauhn.com.au/wp-content/uploads/2022/07/32-Slider-icons.png"></div></div></a></div> </div> <div class="swiper-pagination"></div> <div class="elementor-swiper-button elementor-swiper-button-prev"> <i class="eicon-chevron-left" aria-hidden="true"></i> <span class="elementor-screen-only">Previous</span> </div> <div class="elementor-swiper-button elementor-swiper-button-next"> <i class="eicon-chevron-right" aria-hidden="true"></i> <span class="elementor-screen-only">Next</span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3c0fc21 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3c0fc21" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e798ef7" data-id="e798ef7" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-2577eff elementor-widget elementor-widget-menu-anchor" data-id="2577eff" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-b9f97eb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b9f97eb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-60bb032" data-id="60bb032" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-e701719 elementor-widget elementor-widget-heading" data-id="e701719" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">What's In Stores</h2> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-abaa30c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="abaa30c" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-81c7565" data-id="81c7565" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-fe3a642 elementor-widget elementor-widget-menu-anchor" data-id="fe3a642" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5d0b2a2 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5d0b2a2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c536163" data-id="c536163" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-8e12ec6 elementor-widget elementor-widget-text-editor" data-id="8e12ec6" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 23rd July</p> </div> </div> </div> <div class="elementor-element elementor-element-1bc99ca elementor-widget elementor-widget-image" data-id="1bc99ca" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/55-4k-qled-android-tv/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/55-UHD-QLED-android-tv.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/55-UHD-QLED-android-tv.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/55-UHD-QLED-android-tv-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/55-UHD-QLED-android-tv-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/55-UHD-QLED-android-tv-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/55-UHD-QLED-android-tv-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-2ca86f7 elementor-widget elementor-widget-text-editor" data-id="2ca86f7" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">55&#8243; 4K QLED Android TV</span></p> </div> </div> </div> <div class="elementor-element elementor-element-e3f9a9a elementor-widget elementor-widget-text-editor" data-id="e3f9a9a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$569.00</p> </div> </div> </div> <div class="elementor-element elementor-element-c7b0121 elementor-align-center elementor-widget elementor-widget-button" data-id="c7b0121" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/55-4k-qled-android-tv/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-753dd01" data-id="753dd01" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-3ac604f elementor-widget elementor-widget-text-editor" data-id="3ac604f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 23rd July</p> </div> </div> </div> <div class="elementor-element elementor-element-dcc52b2 elementor-widget elementor-widget-image" data-id="dcc52b2" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/32-hd-led-android-tv/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/32-HD-LED-android-july-2022.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/32-HD-LED-android-july-2022.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/32-HD-LED-android-july-2022-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/32-HD-LED-android-july-2022-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/32-HD-LED-android-july-2022-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/32-HD-LED-android-july-2022-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-c60bf64 elementor-widget elementor-widget-text-editor" data-id="c60bf64" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">32&#8243; HD LED Android TV</span></p> </div> </div> </div> <div class="elementor-element elementor-element-3fa8504 elementor-widget elementor-widget-text-editor" data-id="3fa8504" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$299.00</p> </div> </div> </div> <div class="elementor-element elementor-element-d10bbd2 elementor-align-center elementor-widget elementor-widget-button" data-id="d10bbd2" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/32-hd-led-android-tv/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e6170fe" data-id="e6170fe" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-68d674f elementor-widget elementor-widget-text-editor" data-id="68d674f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 23rd July</p> </div> </div> </div> <div class="elementor-element elementor-element-f32708f elementor-widget elementor-widget-image" data-id="f32708f" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/swing-arm-tv-wall-mount-july-2022/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/large-swing-arm-bracket-homepage.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/large-swing-arm-bracket-homepage.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/large-swing-arm-bracket-homepage-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/large-swing-arm-bracket-homepage-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/large-swing-arm-bracket-homepage-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/large-swing-arm-bracket-homepage-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-f68570d elementor-widget elementor-widget-text-editor" data-id="f68570d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">Swing Arm TV Wall Mount</span></p> </div> </div> </div> <div class="elementor-element elementor-element-1fe7923 elementor-widget elementor-widget-text-editor" data-id="1fe7923" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$59.99</p> </div> </div> </div> <div class="elementor-element elementor-element-0d631bc elementor-align-center elementor-widget elementor-widget-button" data-id="0d631bc" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/swing-arm-tv-wall-mount-july-2022/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-31d8cd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="31d8cd2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1497c68" data-id="1497c68" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-267cd00 elementor-widget elementor-widget-menu-anchor" data-id="267cd00" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ed19f09 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ed19f09" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1e1a1e8" data-id="1e1a1e8" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-98311e3 elementor-widget elementor-widget-text-editor" data-id="98311e3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 23rd July</p> </div> </div> </div> <div class="elementor-element elementor-element-8dae241 elementor-widget elementor-widget-image" data-id="8dae241" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/4-way-surge-power-board/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/4-way-surge-protector-powerboard-july-2022.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/4-way-surge-protector-powerboard-july-2022.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/4-way-surge-protector-powerboard-july-2022-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/4-way-surge-protector-powerboard-july-2022-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/4-way-surge-protector-powerboard-july-2022-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/07/4-way-surge-protector-powerboard-july-2022-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-8a16293 elementor-widget elementor-widget-text-editor" data-id="8a16293" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">4-Way Surge Powerboard</span></p> </div> </div> </div> <div class="elementor-element elementor-element-1e71803 elementor-widget elementor-widget-text-editor" data-id="1e71803" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$24.99</p> </div> </div> </div> <div class="elementor-element elementor-element-98f20a1 elementor-align-center elementor-widget elementor-widget-button" data-id="98f20a1" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/4-way-surge-power-board/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d8ee038" data-id="d8ee038" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-60b0e0a elementor-widget elementor-widget-text-editor" data-id="60b0e0a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 9th July</p> </div> </div> </div> <div class="elementor-element elementor-element-d2988ed elementor-widget elementor-widget-image" data-id="d2988ed" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/gps-fitness-watch-july-2022/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/Fitness-Watch-with-GPS-homepage.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/Fitness-Watch-with-GPS-homepage.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/Fitness-Watch-with-GPS-homepage-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/Fitness-Watch-with-GPS-homepage-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/Fitness-Watch-with-GPS-homepage-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/Fitness-Watch-with-GPS-homepage-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-5d44c9d elementor-widget elementor-widget-text-editor" data-id="5d44c9d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">GPS Fitness Watch</span></p> </div> </div> </div> <div class="elementor-element elementor-element-8d1aea0 elementor-widget elementor-widget-text-editor" data-id="8d1aea0" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$79.99</p> </div> </div> </div> <div class="elementor-element elementor-element-4605b72 elementor-align-center elementor-widget elementor-widget-button" data-id="4605b72" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/gps-fitness-watch-july-2022/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-00a0759" data-id="00a0759" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-248724c elementor-widget elementor-widget-text-editor" data-id="248724c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 25th June</p> </div> </div> </div> <div class="elementor-element elementor-element-fd57fdb elementor-widget elementor-widget-image" data-id="fd57fdb" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/smart-indoor-planter-with-with-wifi-connectivity/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/smart-indoor-june-new.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/smart-indoor-june-new.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/smart-indoor-june-new-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/smart-indoor-june-new-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/smart-indoor-june-new-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/smart-indoor-june-new-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-0c5759a elementor-widget elementor-widget-text-editor" data-id="0c5759a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">Smart Indoor Planter with Wi-Fi</span></p> </div> </div> </div> <div class="elementor-element elementor-element-0ca243f elementor-widget elementor-widget-text-editor" data-id="0ca243f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$99.95</p> </div> </div> </div> <div class="elementor-element elementor-element-a3e0ab4 elementor-align-center elementor-widget elementor-widget-button" data-id="a3e0ab4" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/smart-indoor-planter-with-with-wifi-connectivity/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-545d943 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="545d943" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4c76752" data-id="4c76752" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-1c355c0 elementor-widget elementor-widget-menu-anchor" data-id="1c355c0" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-9fc985c elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9fc985c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5266e4e" data-id="5266e4e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-deb78bb elementor-widget elementor-widget-text-editor" data-id="deb78bb" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 18th June</p> </div> </div> </div> <div class="elementor-element elementor-element-26e43b5 elementor-widget elementor-widget-image" data-id="26e43b5" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/2-0-channel-soundbar-june/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/2.0-homepage-soundbar-june.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/2.0-homepage-soundbar-june.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/2.0-homepage-soundbar-june-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/2.0-homepage-soundbar-june-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/2.0-homepage-soundbar-june-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/2.0-homepage-soundbar-june-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-44c4697 elementor-widget elementor-widget-text-editor" data-id="44c4697" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">2.0 Channel Soundbar</span></p> </div> </div> </div> <div class="elementor-element elementor-element-1be812f elementor-widget elementor-widget-text-editor" data-id="1be812f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$99.99</p> </div> </div> </div> <div class="elementor-element elementor-element-034d44b elementor-align-center elementor-widget elementor-widget-button" data-id="034d44b" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/2-0-channel-soundbar-june/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8d70c96" data-id="8d70c96" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-8729df3 elementor-widget elementor-widget-text-editor" data-id="8729df3" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 18th June</p> </div> </div> </div> <div class="elementor-element elementor-element-0957740 elementor-widget elementor-widget-image" data-id="0957740" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/70-4k-ultra-hd-webos-smart-tv-june/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/70-inch-front-homepage-june.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/70-inch-front-homepage-june.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/70-inch-front-homepage-june-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/70-inch-front-homepage-june-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/70-inch-front-homepage-june-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/06/70-inch-front-homepage-june-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-5935f9a elementor-widget elementor-widget-text-editor" data-id="5935f9a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">70” 4K Ultra HD webOS Smart TV</span></p> </div> </div> </div> <div class="elementor-element elementor-element-80f60ba elementor-widget elementor-widget-text-editor" data-id="80f60ba" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$699.00</p> </div> </div> </div> <div class="elementor-element elementor-element-0cae97a elementor-align-center elementor-widget elementor-widget-button" data-id="0cae97a" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/70-4k-ultra-hd-webos-smart-tv-june/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c271b49" data-id="c271b49" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-acf9552 elementor-widget elementor-widget-text-editor" data-id="acf9552" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 4th June</p> </div> </div> </div> <div class="elementor-element elementor-element-ba6399a elementor-widget elementor-widget-image" data-id="ba6399a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/assorted-office-accessories/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/accessories-june-2022-home.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/accessories-june-2022-home.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/accessories-june-2022-home-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/accessories-june-2022-home-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/accessories-june-2022-home-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/accessories-june-2022-home-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-07c1722 elementor-widget elementor-widget-text-editor" data-id="07c1722" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">Assorted Office Accessories</span></p> </div> </div> </div> <div class="elementor-element elementor-element-1304375 elementor-widget elementor-widget-text-editor" data-id="1304375" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$24.99</p> </div> </div> </div> <div class="elementor-element elementor-element-3dff785 elementor-align-center elementor-widget elementor-widget-button" data-id="3dff785" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/assorted-office-accessories/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-707c913 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="707c913" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1627b9b" data-id="1627b9b" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-b06a9da elementor-widget elementor-widget-menu-anchor" data-id="b06a9da" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-4fed5a3 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4fed5a3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-fc2ae61" data-id="fc2ae61" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-0365270 elementor-widget elementor-widget-text-editor" data-id="0365270" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 4th June</p> </div> </div> </div> <div class="elementor-element elementor-element-3569bd9 elementor-widget elementor-widget-image" data-id="3569bd9" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/flexible-laptop-stand/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/laptop-image-june.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/laptop-image-june.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/laptop-image-june-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/laptop-image-june-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/laptop-image-june-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/laptop-image-june-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-6cdb74b elementor-widget elementor-widget-text-editor" data-id="6cdb74b" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">Flexible Laptop Stand</span></p> </div> </div> </div> <div class="elementor-element elementor-element-91a5c59 elementor-widget elementor-widget-text-editor" data-id="91a5c59" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$49.99</p> </div> </div> </div> <div class="elementor-element elementor-element-055c8df elementor-align-center elementor-widget elementor-widget-button" data-id="055c8df" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/flexible-laptop-stand/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-eec1d0f" data-id="eec1d0f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-c536d05 elementor-widget elementor-widget-text-editor" data-id="c536d05" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 4th June</p> </div> </div> </div> <div class="elementor-element elementor-element-1e6c446 elementor-widget elementor-widget-image" data-id="1e6c446" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/single-arm-gas-spring-monitor-bracket-with-usb-ports/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/01/single-arm-monitor-homepage.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/01/single-arm-monitor-homepage.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/01/single-arm-monitor-homepage-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/01/single-arm-monitor-homepage-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/01/single-arm-monitor-homepage-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/01/single-arm-monitor-homepage-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-468ea93 elementor-widget elementor-widget-text-editor" data-id="468ea93" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">Single Arm Gas Spring Monitor Bracket with USB ports</span></p> </div> </div> </div> <div class="elementor-element elementor-element-8c2f99a elementor-widget elementor-widget-text-editor" data-id="8c2f99a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$49.99</p> </div> </div> </div> <div class="elementor-element elementor-element-8ae5568 elementor-align-center elementor-widget elementor-widget-button" data-id="8ae5568" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/single-arm-gas-spring-monitor-bracket-with-usb-ports/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-ba7e381" data-id="ba7e381" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a1d9fbd elementor-widget elementor-widget-text-editor" data-id="a1d9fbd" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 4th June</p> </div> </div> </div> <div class="elementor-element elementor-element-3fbbbc4 elementor-widget elementor-widget-image" data-id="3fbbbc4" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/dual-monitor-bracket-june-2022/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2021/05/dual-arm-homepage-june.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2021/05/dual-arm-homepage-june.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2021/05/dual-arm-homepage-june-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2021/05/dual-arm-homepage-june-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2021/05/dual-arm-homepage-june-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2021/05/dual-arm-homepage-june-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-4b2cf5a elementor-widget elementor-widget-text-editor" data-id="4b2cf5a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">Dual Monitor Bracket</span></p> </div> </div> </div> <div class="elementor-element elementor-element-30614c8 elementor-widget elementor-widget-text-editor" data-id="30614c8" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$49.99</p> </div> </div> </div> <div class="elementor-element elementor-element-de4c4d4 elementor-align-center elementor-widget elementor-widget-button" data-id="de4c4d4" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/dual-monitor-bracket-june-2022/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-4a11370" data-id="4a11370" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-da7587a elementor-widget elementor-widget-text-editor" data-id="da7587a" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p><span style="color: #020202;"><b>On Sale<br/></b></span>Saturday 4th June</p> </div> </div> </div> <div class="elementor-element elementor-element-f09318c elementor-widget elementor-widget-image" data-id="f09318c" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/16-in-1-docking-station/"> <img width="1682" height="1080" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/pd-wall-charger.png" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/pd-wall-charger.png 1682w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/pd-wall-charger-300x193.png 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/pd-wall-charger-1024x658.png 1024w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/pd-wall-charger-768x493.png 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2022/05/pd-wall-charger-1536x986.png 1536w" sizes="(max-width: 1682px) 100vw, 1682px"/> </a> </div> </div> </div> <div class="elementor-element elementor-element-5c0812e elementor-widget elementor-widget-text-editor" data-id="5c0812e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 0px;"><span style="color: #343434;">20W PD Dual USB Power Adaptor</span></p> </div> </div> </div> <div class="elementor-element elementor-element-3d43fb2 elementor-widget elementor-widget-text-editor" data-id="3d43fb2" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>$11.99</p> </div> </div> </div> <div class="elementor-element elementor-element-347480a elementor-align-center elementor-widget elementor-widget-button" data-id="347480a" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/16-in-1-docking-station/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Learn more here</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-1daf83a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1daf83a" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2a0c942" data-id="2a0c942" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-20a8282 elementor-widget elementor-widget-menu-anchor" data-id="20a8282" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5ac12a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5ac12a9" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e5691cc" data-id="e5691cc" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-0b3e376 elementor-widget elementor-widget-menu-anchor" data-id="0b3e376" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="products" class="elementor-menu-anchor"></div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-14a7d76 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="14a7d76" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ba0876a" data-id="ba0876a" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-e494712 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="e494712" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="719" height="701" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/effect_section_mobile.jpg" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/effect_section_mobile.jpg 719w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/effect_section_mobile-300x292.jpg 300w" sizes="(max-width: 719px) 100vw, 719px"/> </div> </div> </div> <div class="elementor-element elementor-element-e3cb7fb elementor-widget elementor-widget-heading" data-id="e3cb7fb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Effortless Technology</h2> </div> </div> <div class="elementor-element elementor-element-ebc46a1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ebc46a1" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-9df48e6 elementor-widget elementor-widget-text-editor" data-id="9df48e6" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: 20px;">Bauhn is a premium range of technology products and accessories offering the latest cutting edge technology with a stylish and sleek design.</p><p style="margin-bottom: 20px;">Bauhn products are packed with features and are of outstanding quality providing users with an effortless experience. Over the years, Bauhn has developed countless products in various key customer electronic areas such as Televisions, Tablet PC&#8217;s, Blu-Ray Players, Digital Set Top Boxes and Home Theatre Entertainment Systems. Combining innovation, value for money and quality, you can use any Bauhn product with confidence.</p><p style="margin-bottom: 20px;">All Bauhn products are put through a rigorous process of product,<br/>functionality and durability testing to insure its customer&#8217;s satisfaction.<br/>With this confidence, all Bauhn products come with an industry leading no questions asked, 60 day money back satisfaction guarantee.</p> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-fbd76b1" data-id="fbd76b1" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-90c5e37 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="90c5e37" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-144ac82" data-id="144ac82" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c5bc4da" data-id="c5bc4da" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-a75d1ce elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="a75d1ce" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="642" height="701" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/where-to-buy-mobile.jpg" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/where-to-buy-mobile.jpg 642w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/where-to-buy-mobile-275x300.jpg 275w" sizes="(max-width: 642px) 100vw, 642px"/> </div> </div> </div> <div class="elementor-element elementor-element-eabf0bf elementor-widget elementor-widget-heading" data-id="eabf0bf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Where To Buy</h2> </div> </div> <div class="elementor-element elementor-element-5ec04e7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5ec04e7" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-f13599c elementor-widget elementor-widget-text-editor" data-id="f13599c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: -10px;">Bauhn products are sold exclusively through ALDI stores</p> </div> </div> </div> <div class="elementor-element elementor-element-517bd54 elementor-widget elementor-widget-text-editor" data-id="517bd54" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> Bauhn products are sold exclusively through ALDI stores in Australia on a promotional basis, for more information on the next amazing Bauhn product please visit aldi.com.au or sign up to the ALDI weekly online newsletter by clicking on below. </div> </div> </div> <div class="elementor-element elementor-element-76cd5e0 elementor-align-right elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="76cd5e0" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://www.aldi.com.au/en/special-buys/" target="_blank" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Sign up to Our Newsletter</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6313b84 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6313b84" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dba49a5" data-id="dba49a5" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-312de5a elementor-widget elementor-widget-menu-anchor" data-id="312de5a" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="contact" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-64b6c97 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="64b6c97" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="955" height="701" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/contact_support.jpg" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/contact_support.jpg 955w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/contact_support-300x220.jpg 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/contact_support-768x564.jpg 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/contact_support-600x440.jpg 600w" sizes="(max-width: 955px) 100vw, 955px"/> </div> </div> </div> <div class="elementor-element elementor-element-1dd5bf6 elementor-widget elementor-widget-heading" data-id="1dd5bf6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Contact Us</h2> </div> </div> <div class="elementor-element elementor-element-3c32360 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3c32360" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-7c02637 elementor-widget elementor-widget-text-editor" data-id="7c02637" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom: -10px;">If you have any feedback or questions, we would love to hear it.</p> </div> </div> </div> <div class="elementor-element elementor-element-51cf85c elementor-widget elementor-widget-text-editor" data-id="51cf85c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>For the fastest response please send us an email<br/>If your query is related to a Bauhn product you have purchased please call our after sales support on 1300 00 2534 or email the manufacture support center located in your user manual or warranty certificate.</p> </div> </div> </div> <div class="elementor-element elementor-element-5244608 elementor-button-align-start elementor-widget elementor-widget-form" data-id="5244608" data-element_type="widget" data-settings="{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}" data-widget_type="form.default"> <div class="elementor-widget-container"> <form class="elementor-form" method="post" name="New Form"> <input type="hidden" name="post_id" value="62"/> <input type="hidden" name="form_id" value="5244608"/> <input type="hidden" name="queried_id" value="62"/> <div class="elementor-form-fields-wrapper elementor-labels-above"> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-100 elementor-field-required elementor-mark-required"> <label for="form-field-name" class="elementor-field-label">First Name</label><input size="1" type="text" name="form_fields[name]" id="form-field-name" class="elementor-field elementor-size-xs elementor-field-textual" placeholder="First Name" required="required" aria-required="true"> </div> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-1a1db05 elementor-col-100"> <label for="form-field-1a1db05" class="elementor-field-label">Last name</label><input size="1" type="text" name="form_fields[1a1db05]" id="form-field-1a1db05" class="elementor-field elementor-size-xs elementor-field-textual" placeholder="Last Name"> </div> <div class="elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required"> <label for="form-field-email" class="elementor-field-label">Email</label><input size="1" type="email" name="form_fields[email]" id="form-field-email" class="elementor-field elementor-size-xs elementor-field-textual" placeholder="Email" required="required" aria-required="true"> </div> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-de96a0d elementor-col-100 elementor-field-required elementor-mark-required"> <label for="form-field-de96a0d" class="elementor-field-label">Home number</label><input size="1" type="text" name="form_fields[de96a0d]" id="form-field-de96a0d" class="elementor-field elementor-size-xs elementor-field-textual" placeholder="Home Number" required="required" aria-required="true"> </div> <div class="elementor-field-type-text elementor-field-group elementor-column elementor-field-group-2f17bdc elementor-col-100 elementor-field-required elementor-mark-required"> <label for="form-field-2f17bdc" class="elementor-field-label">Mobile Number</label><input size="1" type="text" name="form_fields[2f17bdc]" id="form-field-2f17bdc" class="elementor-field elementor-size-xs elementor-field-textual" placeholder="Mobile Phone" required="required" aria-required="true"> </div> <div class="elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100"> <label for="form-field-message" class="elementor-field-label">Message</label><textarea class="elementor-field-textual elementor-field elementor-size-xs" name="form_fields[message]" id="form-field-message" rows="4" placeholder="Message"></textarea> </div> <div class="elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_dbdea60 elementor-col-100 recaptcha_v3-bottomright"> <div class="elementor-field" id="form-field-field_dbdea60"><div class="elementor-g-recaptcha" data-sitekey="6LeAglwdAAAAAM0KpWrBFZnJlDt88fjoMmG-tFrl" data-type="v3" data-action="Form" data-badge="bottomright" data-size="invisible"></div></div> </div> <div class="elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons"> <button type="submit" class="elementor-button elementor-size-sm"> <span> <span class=" elementor-button-icon"> </span> <span class="elementor-button-text">Send</span> </span> </button> </div> </div> </form> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1b4b4a7" data-id="1b4b4a7" data-element_type="column"> <div class="elementor-column-wrap"> <div class="elementor-widget-wrap"> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ab5c812 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ab5c812" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3040672" data-id="3040672" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-8d11b98 elementor-widget elementor-widget-menu-anchor" data-id="8d11b98" data-element_type="widget" data-widget_type="menu-anchor.default"> <div class="elementor-widget-container"> <div id="product_support" class="elementor-menu-anchor"></div> </div> </div> <div class="elementor-element elementor-element-3cd7c37 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-image" data-id="3cd7c37" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <div class="elementor-image"> <img width="959" height="701" src="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/product-support.jpg" class="attachment-full size-full" alt="" loading="lazy" srcset="https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/product-support.jpg 959w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/product-support-300x219.jpg 300w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/product-support-768x561.jpg 768w, https://web.archive.org/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/01/product-support-600x439.jpg 600w" sizes="(max-width: 959px) 100vw, 959px"/> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3412911" data-id="3412911" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-8ea1496 elementor-widget elementor-widget-heading" data-id="8ea1496" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Product Support</h2> </div> </div> <div class="elementor-element elementor-element-5d2d238 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5d2d238" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-8995948 elementor-widget elementor-widget-text-editor" data-id="8995948" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> After the latest manual or software update? </div> </div> </div> <div class="elementor-element elementor-element-2a5c572 elementor-widget elementor-widget-text-editor" data-id="2a5c572" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p>For the latest manuals, quick start guides and software updates, visit our <span style="font-size: 13px;">product support page for the help you need.</span></p> </div> </div> </div> <div class="elementor-element elementor-element-2749723 elementor-align-right elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="2749723" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/http://bauhn.com.au/support/" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Visit the product support page</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </div> <!-- ast-container --> </div><!-- #content --> <div data-elementor-type="footer" data-elementor-id="78" class="elementor elementor-78 elementor-location-footer"> <div class="elementor-section-wrap"> <section class="elementor-section elementor-top-section elementor-element elementor-element-9bbed16 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="9bbed16" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-2bea929" data-id="2bea929" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-c33f7fa elementor-widget elementor-widget-heading" data-id="c33f7fa" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Whats In Stores</h2> </div> </div> <div class="elementor-element elementor-element-5dd1131 elementor-nav-menu--dropdown-mobile elementor-nav-menu--indicator-classic elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="5dd1131" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none"><ul id="menu-1-5dd1131" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7077"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/55-4k-qled-android-tv/" class="elementor-item menu-link">55″ 4K QLED Android TV</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7076"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/32-hd-led-android-tv/" class="elementor-item menu-link">32″ HD LED Android TV</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7075"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/swing-arm-tv-wall-mount-july-2022/" class="elementor-item menu-link">Swing Arm TV Wall Mount</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7074"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/4-way-surge-power-board/" class="elementor-item menu-link">4-Way Surge Power board</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6990"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/gps-fitness-watch-july-2022/" class="elementor-item menu-link">GPS Fitness Watch</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6920"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/smart-indoor-planter-with-with-wifi-connectivity/" class="elementor-item menu-link">Smart Indoor Planter with with WiFi connectivity</a></li> </ul></nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"><ul id="menu-2-5dd1131" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7077"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/55-4k-qled-android-tv/" class="elementor-item menu-link">55″ 4K QLED Android TV</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7076"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/32-hd-led-android-tv/" class="elementor-item menu-link">32″ HD LED Android TV</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7075"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/swing-arm-tv-wall-mount-july-2022/" class="elementor-item menu-link">Swing Arm TV Wall Mount</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7074"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/4-way-surge-power-board/" class="elementor-item menu-link">4-Way Surge Power board</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6990"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/gps-fitness-watch-july-2022/" class="elementor-item menu-link">GPS Fitness Watch</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6920"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/smart-indoor-planter-with-with-wifi-connectivity/" class="elementor-item menu-link">Smart Indoor Planter with with WiFi connectivity</a></li> </ul></nav> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5945a85" data-id="5945a85" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-aa9ae0b elementor-widget elementor-widget-heading" data-id="aa9ae0b" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Bauhn</h2> </div> </div> <div class="elementor-element elementor-element-ca7d17d elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="ca7d17d" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://web.archive.org/web/20220725093326/http://bauhn.com.au/#effortless_technology"> <span class="elementor-icon-list-text">Effortless Technology</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://web.archive.org/web/20220725093326/http://bauhn.com.au/#contact"> <span class="elementor-icon-list-text">Contact Us</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://web.archive.org/web/20220725093326/http://bauhn.com.au/#product_support"> <span class="elementor-icon-list-text">Product Support</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://web.archive.org/web/20220725093326/http://bauhn.com.au/warranty-information/"> <span class="elementor-icon-list-text">Warranty Information</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://web.archive.org/web/20220725093326/http://bauhn.com.au/privacy-policy/"> <span class="elementor-icon-list-text">Privacy Policy</span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6f7809f" data-id="6f7809f" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-651675f elementor-widget elementor-widget-heading" data-id="651675f" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Sign up to our newsletter</h2> </div> </div> <div class="elementor-element elementor-element-5c9eb6c elementor-widget elementor-widget-text-editor" data-id="5c9eb6c" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom:20px;">Like being up to date on the latest special buys? Sign up to the ALDI newsletter by simply clicking the button below</p> </div> </div> </div> <div class="elementor-element elementor-element-944b889 elementor-widget elementor-widget-button" data-id="944b889" data-element_type="widget" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a href="https://web.archive.org/web/20220725093326/https://www.aldi.com.au/en/special-buys/" target="_blank" class="elementor-button-link elementor-button elementor-size-sm" role="button"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Sign up to our newsletter</span> </span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-ca61703 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="ca61703" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-row"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1d5feb7" data-id="1d5feb7" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-c5a5b4d elementor-widget elementor-widget-text-editor" data-id="c5a5b4d" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"> <p style="margin-bottom:0px;">© 2020 ALDI. All Rights Reserved.</p> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8ee09d1" data-id="8ee09d1" data-element_type="column"> <div class="elementor-column-wrap elementor-element-populated"> <div class="elementor-widget-wrap"> <div class="elementor-element elementor-element-56f4c5d elementor-nav-menu__align-center elementor-nav-menu--indicator-none elementor-nav-menu--dropdown-mobile elementor-nav-menu__text-align-aside elementor-widget elementor-widget-nav-menu" data-id="56f4c5d" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav role="navigation" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-56f4c5d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-62 current_page_item menu-item-76"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-19"><a href="/web/20220725093326/https://bauhn.com.au/#products" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Products</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/support/" class="elementor-item menu-link">Support</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-21"><a href="/web/20220725093326/https://bauhn.com.au/#contact" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Contact</a></li> </ul></nav> <div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i class="eicon-menu-bar" aria-hidden="true"></i> <span class="elementor-screen-only">Menu</span> </div> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" role="navigation" aria-hidden="true"><ul id="menu-2-56f4c5d" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-62 current_page_item menu-item-76"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/" aria-current="page" class="elementor-item elementor-item-active menu-link">Home</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-19"><a href="/web/20220725093326/https://bauhn.com.au/#products" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Products</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-318"><a href="https://web.archive.org/web/20220725093326/https://bauhn.com.au/support/" class="elementor-item menu-link">Support</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-21"><a href="/web/20220725093326/https://bauhn.com.au/#contact" aria-current="page" class="elementor-item elementor-item-anchor menu-link">Contact</a></li> </ul></nav> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div><!-- #page --> <link rel="stylesheet" id="e-animations-css" href="https://web.archive.org/web/20220725093326cs_/https://bauhn.com.au/wp-content/plugins/elementor/assets/lib/animations/animations.min.css?ver=3.6.7" media="all"/> <script id="astra-theme-js-js-extra"> var astra = {"break_point":"921","isRtl":""}; </script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/themes/astra/assets/js/minified/style.min.js?ver=3.6.2" id="astra-theme-js-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/js/min/external/simplebar.js?ver=4751" id="wd-asl-scroll-simple-js"></script> <script id="wd-asl-ajaxsearchlite-js-before"> window.ASL = typeof window.ASL !== 'undefined' ? window.ASL : {}; window.ASL.wp_rocket_exception = "DOMContentLoaded"; window.ASL.ajaxurl = "https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-admin\/admin-ajax.php"; window.ASL.backend_ajaxurl = "https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-admin\/admin-ajax.php"; window.ASL.js_scope = "jQuery"; window.ASL.asl_url = "https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/ajax-search-lite\/"; window.ASL.detect_ajax = 0; window.ASL.media_query = 4751; window.ASL.version = 4751; window.ASL.pageHTML = ""; window.ASL.additional_scripts = [{"handle":"wd-asl-scroll-simple","src":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/ajax-search-lite\/js\/min\/external\/simplebar.js","prereq":false},{"handle":"wd-asl-ajaxsearchlite","src":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-prereq.js","prereq":[]},{"handle":"wd-asl-ajaxsearchlite-core","src":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-core.js","prereq":[]},{"handle":"wd-asl-ajaxsearchlite-vertical","src":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-results-vertical.js","prereq":["wd-asl-ajaxsearchlite"]},{"handle":"wd-asl-ajaxsearchlite-load","src":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/ajax-search-lite\/js\/min\/plugin\/optimized\/asl-load.js","prereq":["wd-asl-ajaxsearchlite-vertical"]}]; window.ASL.script_async_load = false; window.ASL.scrollbar = true; window.ASL.css_async = false; window.ASL.js_retain_popstate = 0; window.ASL.highlight = {"enabled":false,"data":[]}; window.ASL.fix_duplicates = 1; window.ASL.analytics = {"method":0,"tracking_id":"","string":"?ajax_search={asl_term}","event":{"focus":{"active":1,"action":"focus","category":"ASL","label":"Input focus","value":"1"},"search_start":{"active":0,"action":"search_start","category":"ASL","label":"Phrase: {phrase}","value":"1"},"search_end":{"active":1,"action":"search_end","category":"ASL","label":"{phrase} | {results_count}","value":"1"},"magnifier":{"active":1,"action":"magnifier","category":"ASL","label":"Magnifier clicked","value":"1"},"return":{"active":1,"action":"return","category":"ASL","label":"Return button pressed","value":"1"},"facet_change":{"active":0,"action":"facet_change","category":"ASL","label":"{option_label} | {option_value}","value":"1"},"result_click":{"active":1,"action":"result_click","category":"ASL","label":"{result_title} | {result_url}","value":"1"}}}; </script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-prereq.js?ver=4751" id="wd-asl-ajaxsearchlite-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-core.js?ver=4751" id="wd-asl-ajaxsearchlite-core-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-results-vertical.js?ver=4751" id="wd-asl-ajaxsearchlite-vertical-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-load.js?ver=4751" id="wd-asl-ajaxsearchlite-load-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/ajax-search-lite/js/min/plugin/optimized/asl-wrapper.js?ver=4751" id="wd-asl-ajaxsearchlite-wrapper-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.0.1" id="smartmenus-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-includes/js/imagesloaded.min.js?ver=4.1.4" id="imagesloaded-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://www.google.com/recaptcha/api.js?render=explicit&amp;ver=3.0.10" id="elementor-recaptcha_v3-api-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.6.7" id="elementor-webpack-runtime-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.6.7" id="elementor-frontend-modules-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.0.10" id="elementor-sticky-js"></script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-admin\/admin-ajax.php","nonce":"04ef3dc2e5","i18n":{"toc_no_headings_found":"No headings were found on this page."},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"google":{"title":"Google+","has_counter":true},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"}},"facebook_sdk":{"lang":"en_AU","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.0.10" id="elementor-pro-frontend-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min.js?ver=4.0.2" id="elementor-waypoints-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-includes/js/jquery/ui/core.min.js?ver=1.13.1" id="jquery-ui-core-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/lib/swiper/swiper.min.js?ver=5.3.6" id="swiper-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/lib/share-link/share-link.min.js?ver=3.6.7" id="share-link-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js?ver=4.9.0" id="elementor-dialog-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Extra","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Extra","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}}},"version":"3.6.7","is_static":false,"experimentalFeatures":{"e_import_export":true,"e_hidden_wordpress_widgets":true,"landing-pages":true,"elements-color-picker":true,"favorite-widgets":true,"admin-top-bar":true},"urls":{"assets":"https:\/\/web.archive.org\/web\/20220725093326\/https:\/\/bauhn.com.au\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":62,"title":"Bauhn%20%E2%80%93%20Effortless%20Technology","excerpt":"","featuredImage":false}}; </script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.6.7" id="elementor-frontend-js"></script> <script src="https://web.archive.org/web/20220725093326js_/https://bauhn.com.au/wp-content/plugins/elementor/assets/js/preloaded-modules.min.js?ver=3.6.7" id="preloaded-modules-js"></script> <script> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <!-- start Simple Custom CSS and JS --> <div class="backtotop_css"><a href="javascript:" id="return-to-top"><img src="/web/20220725093326im_/https://bauhn.com.au/wp-content/uploads/2020/02/return-to-top.png"/></a></div><!-- end Simple Custom CSS and JS --> </body> </html> <!-- FILE ARCHIVED ON 09:33:26 Jul 25, 2022 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 22:06:43 Nov 27, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.478 exclusion.robots: 0.024 exclusion.robots.policy: 0.014 esindex: 0.011 cdx.remote: 8.73 LoadShardBlock: 189.418 (3) PetaboxLoader3.datanode: 140.558 (4) PetaboxLoader3.resolve: 191.467 (2) load_resource: 220.832 -->

Pages: 1 2 3 4 5 6 7 8 9 10