CINXE.COM
Rossignol Australia
<!doctype html> <html class="no-js" lang="en"> <head> <script type="application/vnd.locksmith+json" data-locksmith>{"version":"v189","locked":false,"initialized":true,"scope":"index","access_granted":true,"access_denied":false,"requires_customer":false,"manual_lock":false,"remote_lock":false,"has_timeout":false,"remote_rendered":null,"hide_resource":false,"hide_links_to_resource":false,"transparent":true,"locks":{"all":[],"opened":[]},"keys":[],"keys_signature":"32a53da61ae0eb6d4241201a9fec3be1ceda447a37f1d571b9fdc1d52a507326","state":{"template":"index","theme":141616283868,"product":null,"collection":null,"page":null,"blog":null,"article":null,"app":null},"now":1740033426,"path":"\/","locale_root_url":"\/","canonical_url":"https:\/\/rossignolaustralia.com.au\/","customer_id":null,"customer_id_signature":"32a53da61ae0eb6d4241201a9fec3be1ceda447a37f1d571b9fdc1d52a507326","cart":null}</script><script data-locksmith>!function(){var require=undefined,reqwest=function(){function succeed(e){var t=protocolRe.exec(e.url);return t=t&&t[1]||context.location.protocol,httpsRe.test(t)?twoHundo.test(e.request.status):!!e.request.response}function handleReadyState(e,t,n){return function(){return e._aborted?n(e.request):e._timedOut?n(e.request,"Request is aborted: timeout"):void(e.request&&4==e.request[readyState]&&(e.request.onreadystatechange=noop,succeed(e)?t(e.request):n(e.request)))}}function setHeaders(e,t){var n,s=t.headers||{};s.Accept=s.Accept||defaultHeaders.accept[t.type]||defaultHeaders.accept["*"];var r="undefined"!=typeof FormData&&t.data instanceof FormData;for(n in!t.crossOrigin&&!s[requestedWith]&&(s[requestedWith]=defaultHeaders.requestedWith),!s[contentType]&&!r&&(s[contentType]=t.contentType||defaultHeaders.contentType),s)s.hasOwnProperty(n)&&"setRequestHeader"in e&&e.setRequestHeader(n,s[n])}function setCredentials(e,t){"undefined"!=typeof t.withCredentials&&"undefined"!=typeof e.withCredentials&&(e.withCredentials=!!t.withCredentials)}function generalCallback(e){lastValue=e}function urlappend(e,t){return e+(/[?]/.test(e)?"&":"?")+t}function handleJsonp(e,t,n,s){var r=uniqid++,a=e.jsonpCallback||"callback",o=e.jsonpCallbackName||reqwest.getcallbackPrefix(r),i=new RegExp("((^|[?]|&)"+a+")=([^&]+)"),l=s.match(i),c=doc.createElement("script"),u=0,d=-1!==navigator.userAgent.indexOf("MSIE 10.0");return l?"?"===l[3]?s=s.replace(i,"$1="+o):o=l[3]:s=urlappend(s,a+"="+o),context[o]=generalCallback,c.type="text/javascript",c.src=s,c.async=!0,"undefined"!=typeof c.onreadystatechange&&!d&&(c.htmlFor=c.id="_reqwest_"+r),c.onload=c.onreadystatechange=function(){if(c[readyState]&&"complete"!==c[readyState]&&"loaded"!==c[readyState]||u)return!1;c.onload=c.onreadystatechange=null,c.onclick&&c.onclick(),t(lastValue),lastValue=undefined,head.removeChild(c),u=1},head.appendChild(c),{abort:function(){c.onload=c.onreadystatechange=null,n({},"Request is aborted: timeout",{}),lastValue=undefined,head.removeChild(c),u=1}}}function getRequest(e,t){var n,s=this.o,r=(s.method||"GET").toUpperCase(),a="string"==typeof s?s:s.url,o=!1!==s.processData&&s.data&&"string"!=typeof s.data?reqwest.toQueryString(s.data):s.data||null,i=!1;return("jsonp"==s.type||"GET"==r)&&o&&(a=urlappend(a,o),o=null),"jsonp"==s.type?handleJsonp(s,e,t,a):((n=s.xhr&&s.xhr(s)||xhr(s)).open(r,a,!1!==s.async),setHeaders(n,s),setCredentials(n,s),context[xDomainRequest]&&n instanceof context[xDomainRequest]?(n.onload=e,n.onerror=t,n.onprogress=function(){},i=!0):n.onreadystatechange=handleReadyState(this,e,t),s.before&&s.before(n),i?setTimeout(function(){n.send(o)},200):n.send(o),n)}function Reqwest(e,t){this.o=e,this.fn=t,init.apply(this,arguments)}function setType(e){return null===e?undefined:e.match("json")?"json":e.match("javascript")?"js":e.match("text")?"html":e.match("xml")?"xml":void 0}function init(o,fn){function complete(e){for(o.timeout&&clearTimeout(self.timeout),self.timeout=null;0<self._completeHandlers.length;)self._completeHandlers.shift()(e)}function success(resp){var type=o.type||resp&&setType(resp.getResponseHeader("Content-Type"));resp="jsonp"!==type?self.request:resp;var filteredResponse=globalSetupOptions.dataFilter(resp.responseText,type),r=filteredResponse;try{resp.responseText=r}catch(e){}if(r)switch(type){case"json":try{resp=context.JSON?context.JSON.parse(r):eval("("+r+")")}catch(err){return error(resp,"Could not parse JSON in response",err)}break;case"js":resp=eval(r);break;case"html":resp=r;break;case"xml":resp=resp.responseXML&&resp.responseXML.parseError&&resp.responseXML.parseError.errorCode&&resp.responseXML.parseError.reason?null:resp.responseXML}for(self._responseArgs.resp=resp,self._fulfilled=!0,fn(resp),self._successHandler(resp);0<self._fulfillmentHandlers.length;)resp=self._fulfillmentHandlers.shift()(resp);complete(resp)}function timedOut(){self._timedOut=!0,self.request.abort()}function error(e,t,n){for(e=self.request,self._responseArgs.resp=e,self._responseArgs.msg=t,self._responseArgs.t=n,self._erred=!0;0<self._errorHandlers.length;)self._errorHandlers.shift()(e,t,n);complete(e)}this.url="string"==typeof o?o:o.url,this.timeout=null,this._fulfilled=!1,this._successHandler=function(){},this._fulfillmentHandlers=[],this._errorHandlers=[],this._completeHandlers=[],this._erred=!1,this._responseArgs={};var self=this;fn=fn||function(){},o.timeout&&(this.timeout=setTimeout(function(){timedOut()},o.timeout)),o.success&&(this._successHandler=function(){o.success.apply(o,arguments)}),o.error&&this._errorHandlers.push(function(){o.error.apply(o,arguments)}),o.complete&&this._completeHandlers.push(function(){o.complete.apply(o,arguments)}),this.request=getRequest.call(this,success,error)}function reqwest(e,t){return new Reqwest(e,t)}function normalize(e){return e?e.replace(/\r?\n/g,"\r\n"):""}function serial(e,t){var n,s,r,a,o=e.name,i=e.tagName.toLowerCase(),l=function(e){e&&!e.disabled&&t(o,normalize(e.attributes.value&&e.attributes.value.specified?e.value:e.text))};if(!e.disabled&&o)switch(i){case"input":/reset|button|image|file/i.test(e.type)||(n=/checkbox/i.test(e.type),s=/radio/i.test(e.type),r=e.value,(!n&&!s||e.checked)&&t(o,normalize(n&&""===r?"on":r)));break;case"textarea":t(o,normalize(e.value));break;case"select":if("select-one"===e.type.toLowerCase())l(0<=e.selectedIndex?e.options[e.selectedIndex]:null);else for(a=0;e.length&&a<e.length;a++)e.options[a].selected&&l(e.options[a])}}function eachFormElement(){var e,t,a=this,n=function(e,t){var n,s,r;for(n=0;n<t.length;n++)for(r=e[byTag](t[n]),s=0;s<r.length;s++)serial(r[s],a)};for(t=0;t<arguments.length;t++)e=arguments[t],/input|select|textarea/i.test(e.tagName)&&serial(e,a),n(e,["input","select","textarea"])}function serializeQueryString(){return reqwest.toQueryString(reqwest.serializeArray.apply(null,arguments))}function serializeHash(){var n={};return eachFormElement.apply(function(e,t){e in n?(n[e]&&!isArray(n[e])&&(n[e]=[n[e]]),n[e].push(t)):n[e]=t},arguments),n}function buildParams(e,t,n,s){var r,a,o,i=/\[\]$/;if(isArray(t))for(a=0;t&&a<t.length;a++)o=t[a],n||i.test(e)?s(e,o):buildParams(e+"["+("object"==typeof o?a:"")+"]",o,n,s);else if(t&&"[object Object]"===t.toString())for(r in t)buildParams(e+"["+r+"]",t[r],n,s);else s(e,t)}var context=this,XHR2;if("window"in context)var doc=document,byTag="getElementsByTagName",head=doc[byTag]("head")[0];else try{XHR2=require("xhr2")}catch(ex){throw new Error("Peer dependency `xhr2` required! Please npm install xhr2")}var httpsRe=/^http/,protocolRe=/(^\w+):\/\//,twoHundo=/^(20\d|1223)$/,readyState="readyState",contentType="Content-Type",requestedWith="X-Requested-With",uniqid=0,callbackPrefix="reqwest_"+ +new Date,lastValue,xmlHttpRequest="XMLHttpRequest",xDomainRequest="XDomainRequest",noop=function(){},isArray="function"==typeof Array.isArray?Array.isArray:function(e){return e instanceof Array},defaultHeaders={contentType:"application/x-www-form-urlencoded",requestedWith:xmlHttpRequest,accept:{"*":"text/javascript, text/html, application/xml, text/xml, */*",xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript",js:"application/javascript, text/javascript"}},xhr=function(e){if(!0!==e.crossOrigin)return context[xmlHttpRequest]?new XMLHttpRequest:XHR2?new XHR2:new ActiveXObject("Microsoft.XMLHTTP");var t=context[xmlHttpRequest]?new XMLHttpRequest:null;if(t&&"withCredentials"in t)return t;if(context[xDomainRequest])return new XDomainRequest;throw new Error("Browser does not support cross-origin requests")},globalSetupOptions={dataFilter:function(e){return e}};return Reqwest.prototype={abort:function(){this._aborted=!0,this.request.abort()},retry:function(){init.call(this,this.o,this.fn)},then:function(e,t){return e=e||function(){},t=t||function(){},this._fulfilled?this._responseArgs.resp=e(this._responseArgs.resp):this._erred?t(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):(this._fulfillmentHandlers.push(e),this._errorHandlers.push(t)),this},always:function(e){return this._fulfilled||this._erred?e(this._responseArgs.resp):this._completeHandlers.push(e),this},fail:function(e){return this._erred?e(this._responseArgs.resp,this._responseArgs.msg,this._responseArgs.t):this._errorHandlers.push(e),this},"catch":function(e){return this.fail(e)}},reqwest.serializeArray=function(){var n=[];return eachFormElement.apply(function(e,t){n.push({name:e,value:t})},arguments),n},reqwest.serialize=function(){if(0===arguments.length)return"";var e,t=Array.prototype.slice.call(arguments,0);return(e=t.pop())&&e.nodeType&&t.push(e)&&(e=null),e&&(e=e.type),("map"==e?serializeHash:"array"==e?reqwest.serializeArray:serializeQueryString).apply(null,t)},reqwest.toQueryString=function(e,t){var n,s,r=t||!1,a=[],o=encodeURIComponent,i=function(e,t){t="function"==typeof t?t():null==t?"":t,a[a.length]=o(e)+"="+o(t)};if(isArray(e))for(s=0;e&&s<e.length;s++)i(e[s].name,e[s].value);else for(n in e)e.hasOwnProperty(n)&&buildParams(n,e[n],r,i);return a.join("&").replace(/%20/g,"+")},reqwest.getcallbackPrefix=function(){return callbackPrefix},reqwest.compat=function(e,t){return e&&(e.type&&(e.method=e.type)&&delete e.type,e.dataType&&(e.type=e.dataType),e.jsonpCallback&&(e.jsonpCallbackName=e.jsonpCallback)&&delete e.jsonpCallback,e.jsonp&&(e.jsonpCallback=e.jsonp)),new Reqwest(e,t)},reqwest.ajaxSetup=function(e){for(var t in e=e||{})globalSetupOptions[t]=e[t]},reqwest}(); /*! * Reqwest! A general purpose XHR connection manager * license MIT (c) Dustin Diaz 2015 * https://github.com/ded/reqwest */!function(){var o=window.Locksmith={},e=document.querySelector('script[type="application/vnd.locksmith+json"]'),n=e&&e.innerHTML;if(o.state={},o.util={},o.loading=!1,n)try{o.state=JSON.parse(n)}catch(u){}if(document.addEventListener&&document.querySelector){var s,r,a,t=[76,79,67,75,83,77,73,84,72,49,49],i=function(){r=t.slice(0)},l="style",c=function(e){e&&27!==e.keyCode&&"click"!==e.type||(document.removeEventListener("keydown",c),document.removeEventListener("click",c),s&&document.body.removeChild(s),s=null)};i(),document.addEventListener("keyup",function(e){if(e.keyCode===r[0]){if(clearTimeout(a),r.shift(),0<r.length)return void(a=setTimeout(i,1e3));i(),c(),(s=document.createElement("div"))[l].width="50%",s[l].maxWidth="1000px",s[l].height="85%",s[l].border="1px rgba(0, 0, 0, 0.2) solid",s[l].background="rgba(255, 255, 255, 0.99)",s[l].borderRadius="4px",s[l].position="fixed",s[l].top="50%",s[l].left="50%",s[l].transform="translateY(-50%) translateX(-50%)",s[l].boxShadow="0 2px 5px rgba(0, 0, 0, 0.3), 0 0 100vh 100vw rgba(0, 0, 0, 0.5)",s[l].zIndex="2147483645";var t=document.createElement("textarea");t.value=JSON.stringify(JSON.parse(n),null,2),t[l].border="none",t[l].display="block",t[l].boxSizing="border-box",t[l].width="100%",t[l].height="100%",t[l].background="transparent",t[l].padding="22px",t[l].fontFamily="monospace",t[l].fontSize="14px",t[l].color="#333",t[l].resize="none",t[l].outline="none",t.readOnly=!0,s.appendChild(t),document.body.appendChild(s),t.addEventListener("click",function(e){e.stopImmediatePropagation()}),t.select(),document.addEventListener("keydown",c),document.addEventListener("click",c)}})}o.isEmbedded=-1!==window.location.search.indexOf("_ab=0&_fd=0&_sc=1"),o.path=o.state.path||window.location.pathname,o.basePath=o.state.locale_root_url.concat("/apps/locksmith").replace(/^\/\//,"/"),o.reloading=!1,o.util.console=window.console||{log:function(){},error:function(){}},o.util.makeUrl=function(e,t){var n,s=o.basePath+e,r=[],a=o.cache();for(n in a)r.push(n+"="+encodeURIComponent(a[n]));for(n in t)r.push(n+"="+encodeURIComponent(t[n]));return o.state.customer_id&&(r.push("customer_id="+encodeURIComponent(o.state.customer_id)),r.push("customer_id_signature="+encodeURIComponent(o.state.customer_id_signature))),s+=(-1===s.indexOf("?")?"?":"&")+r.join("&")},o._initializeCallbacks=[],o.on=function(e,t){if("initialize"!==e)throw'Locksmith.on() currently only supports the "initialize" event';o._initializeCallbacks.push(t)},o.initializeSession=function(e){if(!o.isEmbedded){var t=!1,n=!0,s=!0;(e=e||{}).silent&&(s=n=!(t=!0)),o.ping({silent:t,spinner:n,reload:s,callback:function(){o._initializeCallbacks.forEach(function(e){e()})}})}},o.cache=function(e){var t={};try{var n=function r(e){return(document.cookie.match("(^|; )"+e+"=([^;]*)")||0)[2]};t=JSON.parse(decodeURIComponent(n("locksmith-params")||"{}"))}catch(u){}if(e){for(var s in e)t[s]=e[s];document.cookie="locksmith-params=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/",document.cookie="locksmith-params="+encodeURIComponent(JSON.stringify(t))+"; path=/"}return t},o.cache.cart=o.state.cart,o.cache.cartLastSaved=null,o.params=o.cache(),o.util.reload=function(){o.reloading=!0;try{window.location.href=window.location.href.replace(/#.*/,"")}catch(u){o.util.console.error("Preferred reload method failed",u),window.location.reload()}},o.cache.saveCart=function(e){if(!o.cache.cart||o.cache.cart===o.cache.cartLastSaved)return e?e():null;var t=o.cache.cartLastSaved;o.cache.cartLastSaved=o.cache.cart,reqwest({url:"/cart/update.json",method:"post",type:"json",data:{attributes:{locksmith:o.cache.cart}},complete:e,error:function(e){if(o.cache.cartLastSaved=t,!o.reloading)throw e}})},o.util.spinnerHTML='<style>body{background:#FFF}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}#loading{display:flex;width:100%;height:50vh;color:#777;align-items:center;justify-content:center}#loading .spinner{display:block;animation:spin 600ms linear infinite;position:relative;width:50px;height:50px}#loading .spinner-ring{stroke:currentColor;stroke-dasharray:100%;stroke-width:2px;stroke-linecap:round;fill:none}</style><div id="loading"><div class="spinner"><svg width="100%" height="100%"><svg preserveAspectRatio="xMinYMin"><circle class="spinner-ring" cx="50%" cy="50%" r="45%"></circle></svg></svg></div></div>',o.util.clobberBody=function(e){document.body.innerHTML=e},o.util.clobberDocument=function(e){e.responseText&&(e=e.responseText),document.documentElement&&document.removeChild(document.documentElement);var t=document.open("text/html","replace");t.writeln(e),t.close(),setTimeout(function(){var e=t.querySelector("[autofocus]");e&&e.focus()},100)},o.util.serializeForm=function(e){if(e&&"FORM"===e.nodeName){var t,n,s={};for(t=e.elements.length-1;0<=t;t-=1)if(""!==e.elements[t].name)switch(e.elements[t].nodeName){case"INPUT":switch(e.elements[t].type){default:case"text":case"hidden":case"password":case"button":case"reset":case"submit":s[e.elements[t].name]=e.elements[t].value;break;case"checkbox":case"radio":e.elements[t].checked&&(s[e.elements[t].name]=e.elements[t].value);break;case"file":}break;case"TEXTAREA":s[e.elements[t].name]=e.elements[t].value;break;case"SELECT":switch(e.elements[t].type){case"select-one":s[e.elements[t].name]=e.elements[t].value;break;case"select-multiple":for(n=e.elements[t].options.length-1;0<=n;n-=1)e.elements[t].options[n].selected&&(s[e.elements[t].name]=e.elements[t].options[n].value)}break;case"BUTTON":switch(e.elements[t].type){case"reset":case"submit":case"button":s[e.elements[t].name]=e.elements[t].value}}return s}},o.util.on=function(e,a,o,t){t=t||document;var i="locksmith-"+e+a,n=function(e){var t=e.target,n=e.target.parentElement,s=t.className.baseVal||t.className||"",r=n.className.baseVal||n.className||"";("string"==typeof s&&-1!==s.split(/\s+/).indexOf(a)||"string"==typeof r&&-1!==r.split(/\s+/).indexOf(a))&&!e[i]&&(e[i]=!0,o(e))};t.attachEvent?t.attachEvent(e,n):t.addEventListener(e,n,!1)},o.util.enableActions=function(e){o.util.on("click","locksmith-action",function(e){e.preventDefault();var t=e.target;t.dataset.confirmWith&&!confirm(t.dataset.confirmWith)||(t.disabled=!0,t.innerText=t.dataset.disableWith,o.post("/action",t.dataset.locksmithParams,{spinner:!1,type:"text",success:function(e){(e=JSON.parse(e.responseText)).message&&alert(e.message),o.util.reload()}}))},e)},o.util.inject=function(e,t){var n=["data","locksmith","append"];if(-1!==t.indexOf(n.join("-"))){var s=document.createElement("div");s.innerHTML=t,e.appendChild(s)}else e.innerHTML=t;var r,a,o=e.querySelectorAll("script");for(a=0;a<o.length;++a){r=o[a];var i=document.createElement("script");if(r.type&&(i.type=r.type),r.src)i.src=r.src;else{var l=document.createTextNode(r.innerHTML);i.appendChild(l)}e.appendChild(i)}var c=e.querySelector("[autofocus]");c&&c.focus()},o.post=function(e,t,n){!1!==(n=n||{}).spinner&&o.util.clobberBody(o.util.spinnerHTML);var s={};n.container===document?(s.layout=1,n.success=function(e){document.getElementById(n.container);o.util.clobberDocument(e)}):n.container&&(s.layout=0,n.success=function(e){var t=document.getElementById(n.container);o.util.inject(t,e),t.id===t.firstChild.id&&t.parentElement.replaceChild(t.firstChild,t)}),n.form_type&&(t.form_type=n.form_type),n.include_layout_classes!==undefined&&(t.include_layout_classes=n.include_layout_classes),n.lock_id!==undefined&&(t.lock_id=n.lock_id),o.loading=!0;var r=o.util.makeUrl(e,s);reqwest({url:r,method:"post",type:n.type||"html",data:t,complete:function(){o.loading=!1},error:function(e){if(!o.reloading)if("dashboard.weglot.com"!==window.location.host){if(!n.silent)throw alert("Something went wrong! Please refresh and try again."),e;console.error(e)}else console.error(e)},success:n.success||o.util.clobberDocument})},o.postResource=function(e,t){e.path=o.path,e.search=window.location.search,e.state=o.state,e.passcode&&(e.passcode=e.passcode.trim()),e.email&&(e.email=e.email.trim()),e.state.cart=o.cache.cart,e.locksmith_json=o.jsonTag,e.locksmith_json_signature=o.jsonTagSignature,o.post("/resource",e,t)},o.ping=function(e){if(!o.isEmbedded){e=e||{};var t=function(){e.reload?o.util.reload():"function"==typeof e.callback&&e.callback()};o.post("/ping",{path:o.path,search:window.location.search,state:o.state},{spinner:!!e.spinner,silent:"undefined"==typeof e.silent||e.silent,type:"text",success:function(e){(e=JSON.parse(e.responseText)).messages&&0<e.messages.length&&o.showMessages(e.messages),e.cart&&o.cache.cart!==e.cart?(o.cache.cart=e.cart,o.cache.saveCart(function(){t(),e.cart&&e.cart.match(/^.+:/)&&o.util.reload()})):t()}})}},o.timeoutMonitor=function(){var e=o.cache.cart;o.ping({callback:function(){e!==o.cache.cart||setTimeout(function(){o.timeoutMonitor()},6e4)}})},o.showMessages=function(e){var t=document.createElement("div");t.style.position="fixed",t.style.left=0,t.style.right=0,t.style.bottom="-50px",t.style.opacity=0,t.style.background="#191919",t.style.color="#ddd",t.style.transition="bottom 0.2s, opacity 0.2s",t.style.zIndex=999999,t.innerHTML=" <style> .locksmith-ab .locksmith-b { display: none; } .locksmith-ab.toggled .locksmith-b { display: flex; } .locksmith-ab.toggled .locksmith-a { display: none; } .locksmith-flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 10px 20px; } .locksmith-message + .locksmith-message { border-top: 1px #555 solid; } .locksmith-message a { color: inherit; font-weight: bold; } .locksmith-message a:hover { color: inherit; opacity: 0.8; } a.locksmith-ab-toggle { font-weight: inherit; text-decoration: underline; } .locksmith-text { flex-grow: 1; } .locksmith-cta { flex-grow: 0; text-align: right; } .locksmith-cta button { transform: scale(0.8); transform-origin: left; } .locksmith-cta > * { display: block; } .locksmith-cta > * + * { margin-top: 10px; } .locksmith-message a.locksmith-close { flex-grow: 0; text-decoration: none; margin-left: 15px; font-size: 30px; font-family: monospace; display: block; padding: 2px 10px; } @media screen and (max-width: 600px) { .locksmith-wide-only { display: none !important; } .locksmith-flex { padding: 0 15px; } .locksmith-flex > * { margin-top: 5px; margin-bottom: 5px; } .locksmith-cta { text-align: left; } } @media screen and (min-width: 601px) { .locksmith-narrow-only { display: none !important; } } </style> "+e.map(function(e){return'<div class="locksmith-message">'+e+"</div>"}).join(""),document.body.appendChild(t),document.body.style.position="relative",document.body.parentElement.style.paddingBottom=t.offsetHeight+"px",setTimeout(function(){t.style.bottom=0,t.style.opacity=1},50),o.util.on("click","locksmith-ab-toggle",function(e){e.preventDefault();for(var t=e.target.parentElement;-1===t.className.split(" ").indexOf("locksmith-ab");)t=t.parentElement;-1!==t.className.split(" ").indexOf("toggled")?t.className=t.className.replace("toggled",""):t.className=t.className+" toggled"}),o.util.enableActions(t)}}()}();</script> <script data-locksmith>Locksmith.cache.cart=null</script> <script data-locksmith>Locksmith.jsonTag="\u003cscript type=\"application\/vnd.locksmith+json\" data-locksmith\u003e{\"version\":\"v189\",\"locked\":false,\"initialized\":true,\"scope\":\"index\",\"access_granted\":true,\"access_denied\":false,\"requires_customer\":false,\"manual_lock\":false,\"remote_lock\":false,\"has_timeout\":false,\"remote_rendered\":null,\"hide_resource\":false,\"hide_links_to_resource\":false,\"transparent\":true,\"locks\":{\"all\":[],\"opened\":[]},\"keys\":[],\"keys_signature\":\"32a53da61ae0eb6d4241201a9fec3be1ceda447a37f1d571b9fdc1d52a507326\",\"state\":{\"template\":\"index\",\"theme\":141616283868,\"product\":null,\"collection\":null,\"page\":null,\"blog\":null,\"article\":null,\"app\":null},\"now\":1740033426,\"path\":\"\\\/\",\"locale_root_url\":\"\\\/\",\"canonical_url\":\"https:\\\/\\\/rossignolaustralia.com.au\\\/\",\"customer_id\":null,\"customer_id_signature\":\"32a53da61ae0eb6d4241201a9fec3be1ceda447a37f1d571b9fdc1d52a507326\",\"cart\":null}\u003c\/script\u003e";Locksmith.jsonTagSignature="0f4332c8464358d4738af8c932d9d87bebbb08c8f0753bd6f19e831b55fdf94b"</script> <!-- Basic page needs ================================================== --> <meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin><link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin><link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/theme.min.css?v=52237017988458006661712543540" as="style" /> <link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/swiper.min.css?v=88091268259482038431712543540" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/photoswipe.min.css?v=165459975419098386681712543540" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/custom.css?v=102493421877365237651712543540" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/animate.min.css?v=68297775102622399721712543540" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <link rel="shortcut icon" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_180x180_crop_center.png?v=1712543696" type="image/png"> <link rel="apple-touch-icon" sizes="180x180" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_180x180_crop_center.png?v=1712543696"> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_180x180_crop_center.png?v=1712543696"> <link rel="icon" type="image/png" sizes="32x32" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_32x32_crop_center.png?v=1712543696"> <link rel="icon" type="image/png" sizes="194x194" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_194x194_crop_center.png?v=1712543696"> <link rel="icon" type="image/png" sizes="192x192" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_192x192_crop_center.png?v=1712543696"> <link rel="icon" type="image/png" sizes="16x16" href="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-CORPORATE-LOGOTYPE-SHIELD-BLACK_16x16_crop_center.png?v=1712543696"> <link rel="preload" as="font" href="//rossignolaustralia.com.au/cdn/fonts/montserrat/montserrat_n6.7a3c341961dc23aaabcc116124b80f2a7abec1a2.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=2e0f523bd18e42d71176ddea86f08080e5644d5f4e56800593a5a298cb9526c6" type="font/woff2" crossorigin><link rel="preload" as="font" href="//rossignolaustralia.com.au/cdn/fonts/inter/inter_n4.481bd4d19704ca98fb1d3abd50c668b6962860a2.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=85884bc118aa064c26526466db1accfecd90e5e6f5c03731dba2f78b030ccc9f" type="font/woff2" crossorigin><!-- Title and description ================================================== --> <title> Rossignol Australia </title> <meta name="description" content="Rossignol is the iconic winter sports brand, aimed at all enthusiasts, whether amateurs or experts. Rossignol draws on over 100 years of innovation and expertise, and works closely with the greatest champions to develop products that are high-tech and intuitive, offering skiers a fulfilling and accessible experience."> <!-- Helpers ================================================== --> <!-- /snippets/social-meta-tags.liquid --> <meta property="og:site_name" content="Rossignol Australia"> <meta property="og:url" content="https://rossignolaustralia.com.au/"><meta property="og:title" content="Rossignol Australia"> <meta property="og:type" content="website"> <meta property="og:description" content="Rossignol is the iconic winter sports brand, aimed at all enthusiasts, whether amateurs or experts. Rossignol draws on over 100 years of innovation and expertise, and works closely with the greatest champions to develop products that are high-tech and intuitive, offering skiers a fulfilling and accessible experience."> <meta property="og:image" content="http://rossignolaustralia.com.au/cdn/shop/files/Untitled-1.png?v=1715739596"> <meta property="og:image:alt" content="Rossignol Australia"> <meta property="og:image:secure_url" content="https://rossignolaustralia.com.au/cdn/shop/files/Untitled-1.png?v=1715739596"> <meta name="twitter:card" content="summary_large_image"><meta name="twitter:title" content="Rossignol Australia"> <meta name="twitter:description" content="Rossignol is the iconic winter sports brand, aimed at all enthusiasts, whether amateurs or experts. Rossignol draws on over 100 years of innovation and expertise, and works closely with the greatest champions to develop products that are high-tech and intuitive, offering skiers a fulfilling and accessible experience."> <link rel="canonical" href="https://rossignolaustralia.com.au/"/> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="theme-color" content="#242424"> <!-- CSS ================================================== --> <style> /*============================================================================ #Typography ==============================================================================*/ @font-face { font-family: Montserrat; font-weight: 600; font-style: normal; font-display: swap; src: url("//rossignolaustralia.com.au/cdn/fonts/montserrat/montserrat_n6.7a3c341961dc23aaabcc116124b80f2a7abec1a2.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=2e0f523bd18e42d71176ddea86f08080e5644d5f4e56800593a5a298cb9526c6") format("woff2"), url("//rossignolaustralia.com.au/cdn/fonts/montserrat/montserrat_n6.2c97c1a692c63ad09ab0635cb73b1939c5f417c0.woff?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=1ca2446355bde7f1423801871e837fe813a60cb5510e2bf174edb08f988164c4") format("woff"); } @font-face { font-family: Inter; font-weight: 400; font-style: normal; font-display: swap; src: url("//rossignolaustralia.com.au/cdn/fonts/inter/inter_n4.481bd4d19704ca98fb1d3abd50c668b6962860a2.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=85884bc118aa064c26526466db1accfecd90e5e6f5c03731dba2f78b030ccc9f") format("woff2"), url("//rossignolaustralia.com.au/cdn/fonts/inter/inter_n4.5a356a4c1877691cd26008ee4a5c7ada675c80ce.woff?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=5e680886333fe02a40a7eeba3cd9d5de259d9b22560e51eee91895673ae993e7") format("woff"); } @font-face { font-family: Montserrat; font-weight: 900; font-style: normal; font-display: swap; src: url("//rossignolaustralia.com.au/cdn/fonts/montserrat/montserrat_n9.ddaed62de62f3d3d87e64f4d0463dca05fc9c8e4.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=23d9334d41a8e9a706c475a118a518bee5f8a9496150dee8a16d1de28013ad7a") format("woff2"), url("//rossignolaustralia.com.au/cdn/fonts/montserrat/montserrat_n9.85cc5f32e331fc9b3a109639b08869c64782e161.woff?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=e6e213a693f4278b17bd118992082d235152d64832d928d6175c1e2e26c614a5") format("woff"); } @font-face { font-family: Inter; font-weight: 700; font-style: normal; font-display: swap; src: url("//rossignolaustralia.com.au/cdn/fonts/inter/inter_n7.50ef4139896edec0637fde057914fbf7e3a8d56e.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=375780929ce23dbc4b357d04f7d1819017985be76fcb50cb28bf69e4e372e3ee") format("woff2"), url("//rossignolaustralia.com.au/cdn/fonts/inter/inter_n7.194c3d3f64efd8e4c82bbbe83dc84f5893fd9087.woff?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=d9e17117d1b98feed6221602fcf8176b19d49ad726135813c77945da198b4b22") format("woff"); } /*============================================================================ #General Variables ==============================================================================*/ :root { --font-weight-normal: 400; --font-weight-bold: 700; --font-weight-header-bold: 900; --header-font-stack: Montserrat, sans-serif; --header-font-weight: 600; --header-font-style: normal; --header-text-size: 16; --header-text-size-px: 16px; --header-mobile-text-size-px: 16px; --header-font-case: uppercase; --header-font-size: 14; --header-font-size-px: 14px; --heading-spacing: 0px; --heading-font-case: uppercase; --heading-font-stack: FontDrop; --body-font-stack: Inter, sans-serif; --body-font-weight: 400; --body-font-style: normal; --label-font-stack: Inter, sans-serif; --label-font-weight: 400; --label-font-style: normal; --label-font-case: uppercase; --label-spacing: 0px; --navigation-font-stack: Inter, sans-serif; --navigation-font-weight: 400; --navigation-font-style: normal; --base-font-size-int: 13; --base-font-size: 13px; --body-font-size-12-to-em: 0.92em; --body-font-size-14-to-em: 1.08em; --body-font-size-16-to-em: 1.23em; --body-font-size-18-to-em: 1.38em; --body-font-size-20-to-em: 1.54em; --body-font-size-22-to-em: 1.69em; --body-font-size-24-to-em: 1.85em; --body-font-size-28-to-em: 2.15em; --body-font-size-36-to-em: 2.77em; --sale-badge-color: #494949; --sold-out-badge-color: #494949; --badge-font-color: #ffffff; --primary-btn-text-color: #ffffff; --primary-btn-bg-color: #242424; --primary-btn-bg-color-lighten50: #a4a4a4; --primary-btn-bg-color-opacity50: rgba(36, 36, 36, 0.5); --primary-btn-bg-hover-color: #494949; --primary-btn-text-hover-color: #ffffff; --button-text-case: uppercase; --button-font-size: 14; --button-font-size-px: 14px; --button-text-spacing-px: 1px; --secondary-btn-text-color: #262428; --secondary-btn-bg-color: #e6e5e7; --secondary-btn-bg-color-lighten: #ffffff; --secondary-btn-bg-hover-color: #262428; --secondary-btn-bg-text-hover-color: #e6e5e7; --alt-btn-font-style: normal; --alt-btn-font-weight: 400; --text-color: #242424; --text-color-lighten5: #313131; --text-color-lighten70: #d7d7d7; --text-color-transparent05: rgba(36, 36, 36, 0.05); --text-color-transparent10: rgba(36, 36, 36, 0.1); --text-color-transparent15: rgba(36, 36, 36, 0.15); --text-color-transparent25: rgba(36, 36, 36, 0.25); --text-color-transparent30: rgba(36, 36, 36, 0.3); --text-color-transparent5: rgba(36, 36, 36, 0.5); --text-color-transparent6: rgba(36, 36, 36, 0.6); --text-color-transparent7: rgba(36, 36, 36, 0.7); --text-color-transparent8: rgba(36, 36, 36, 0.8); --heading-xl-font-size: 20px; --heading-l-font-size: 20px; --subheading-font-size: 14px; --small-body-font-size: 12px; --link-color: #242424; --on-sale-color: #dc3545; --body-color: #ffffff; --body-color-darken10: #e6e6e6; --body-color-transparent00: rgba(255, 255, 255, 0); --body-color-transparent90: rgba(255, 255, 255, 0.9); --body-secondary-color: #f9f9fb; --body-secondary-color-transparent00: rgba(249, 249, 251, 0); --body-secondary-color-darken05: #eaeaf1; --color-primary-background: #ffffff; --color-primary-background-rgb: 255, 255, 255; --color-secondary-background: #f9f9fb; --cart-background-color: #737373; --border-color: rgba(36, 36, 36, 0.25); --link-border-color: rgba(36, 36, 36, 0.5); --border-color-darken10: #0a0a0a; --header-color: #ffffff; --header-color-darken5: #f2f2f2; --header-border-color: #ffffff; --announcement-text-size: 13px; --announcement-text-spacing: 1px; --logo-font-size: 20px; --overlay-header-text-color: #262428; --nav-text-color: #262428; --nav-text-color-transparent10: rgba(38, 36, 40, 0.1); --nav-text-color-transparent30: rgba(38, 36, 40, 0.3); --nav-text-hover: #737373; --color-scheme-light-background: #f9f9fb; --color-scheme-light-background-lighten5: #ffffff; --color-scheme-light-text: #242424; --color-scheme-light-text-transparent25: rgba(36, 36, 36, 0.25); --color-scheme-light-text-transparent50: rgba(36, 36, 36, 0.5); --color-scheme-light-text-transparent60: rgba(36, 36, 36, 0.6); --color-scheme-feature-background: #e6e5e7; --color-scheme-feature-background-lighten5: #f3f2f3; --color-scheme-feature-text: #242424; --color-scheme-feature-text-transparent25: rgba(36, 36, 36, 0.25); --color-scheme-feature-text-transparent50: rgba(36, 36, 36, 0.5); --color-scheme-feature-text-transparent60: rgba(36, 36, 36, 0.6); --homepage-sections-accent-secondary-color-transparent60: rgba(36, 36, 36, 0.6); --color-scheme-dark-background: #494949; --color-scheme-dark-text: #ffffff; --color-scheme-dark-text-transparent25: rgba(255, 255, 255, 0.25); --color-scheme-dark-text-transparent50: rgba(255, 255, 255, 0.5); --color-scheme-dark-text-transparent60: rgba(255, 255, 255, 0.6); --filter-bg-color: rgba(36, 36, 36, 0.1); --color-footer-bg: #e6e5e7; --color-footer-bg-darken5: #d9d8db; --color-footer-text: #262428; --color-footer-text-darken10: #0d0c0d; --color-footer-text-transparent25: rgba(38, 36, 40, 0.25); --color-footer-border: rgba(38, 36, 40, 0.25); --popup-text-color: #262428; --popup-border-color: rgba(38, 36, 40, 0.25); --popup-text-color-lighten10: #403c43; --popup-bg-color: #f9f9fb; --menu-drawer-color: #fff; --menu-drawer-color-darken5: #f2f2f2; --menu-drawer-text-color: #262428; --menu-drawer-text-color-transparent10: rgba(38, 36, 40, 0.1); --menu-drawer-text-color-transparent30: rgba(38, 36, 40, 0.3); --menu-drawer-border-color: rgba(38, 36, 40, 0.25); --menu-drawer-text-hover-color: #737373; --cart-drawer-color: #ffffff; --cart-drawer-text-color: #242424; --cart-drawer-text-color-lighten10: #3e3e3e; --cart-drawer-border-color: rgba(36, 36, 36, 0.25); --fancybox-overlay: url('//rossignolaustralia.com.au/cdn/shop/t/7/assets/fancybox_overlay.png?v=61793926319831825281712543540'); --success-color: #28a745; --error-color: #DC3545; --warning-color: #EB9247; /* Shop Pay Installments variables */ --color-body: #f9f9fb; --color-bg: #f9f9fb; } </style> <style data-shopify> *, *::before, *::after { box-sizing: inherit; } html { box-sizing: border-box; background-color: var(--body-color); height: 100%; margin: 0; } body { background-color: var(--body-color); min-height: 100%; margin: 0; display: grid; grid-template-rows: auto auto 1fr auto; grid-template-columns: 100%; overflow-x: hidden; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } </style> <!-- Header hook for plugins ================================================== --> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="facebook-domain-verification" content="tmrqsndistd5oklybumc2bpdi8bk17"> <meta name="facebook-domain-verification" content="wej0cwvww71erbphxvmd2u9gl0xy6t"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/62335582428/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="90216ad47a37315862f9a5f402e6934d"> <meta id="in-context-paypal-metadata" data-shop-id="62335582428" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="AUD"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-AU"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-AU&shop_id=62335582428" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":62335582428,"countryCode":"AU","currencyCode":"AUD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/62335582428","merchantName":"Rossignol Australia","requiredBillingContactFields":["postalAddress","email"],"requiredShippingContactFields":["postalAddress","email"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","jcb"],"total":{"type":"pending","label":"Rossignol Australia","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"90216ad47a37315862f9a5f402e6934d","betas":["rich-media-storefront-analytics"],"domain":"rossignolaustralia.com.au","predictiveSearch":true,"shopId":62335582428,"smart_payment_buttons_url":"https:\/\/rossignolaustralia.com.au\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/rossignolaustralia.com.au\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "rossignolthredbo.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"AUD","rate":"1.0"}; Shopify.country = "AU"; Shopify.theme = {"name":"Momentum","id":141616283868,"schema_name":"Momentum","schema_version":"4.0.0","theme_store_id":1600,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "rossignolaustralia.com.au/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"init-fed-cm":["modules/v2/client.init-fed-cm_CCGbgnft.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/client.init-shop-email-lookup-coordinator_B9CmakBv.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js"],"shop-cash-offers":["modules/v2/client.shop-cash-offers_CffjIiNv.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"checkout-modal":["modules/v2/client.checkout-modal_DDtc9QZi.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"shop-toast-manager":["modules/v2/client.shop-toast-manager_GSdPucNi.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js"],"init-customer-accounts-sign-up":["modules/v2/client.init-customer-accounts-sign-up_CmxGYBxk.en.esm.js","modules/v2/client.shop-login-button_D5BOolg_.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"avatar":["modules/v2/client.avatar_BTnouDA3.en.esm.js"],"init-customer-accounts":["modules/v2/client.init-customer-accounts_D3Xn1ded.en.esm.js","modules/v2/client.shop-login-button_D5BOolg_.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"shop-login-button":["modules/v2/client.shop-login-button_D5BOolg_.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"pay-button":["modules/v2/client.pay-button_DmuZWfzR.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js"],"shop-follow-button":["modules/v2/client.shop-follow-button_C0oxtgBJ.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/client.init-shop-for-new-customer-accounts_Do1O1vmT.en.esm.js","modules/v2/client.shop-login-button_D5BOolg_.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"lead-capture":["modules/v2/client.lead-capture_C3Ow7w9R.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"],"payment-terms":["modules/v2/client.payment-terms_D5jxACNB.en.esm.js","modules/v2/chunk.common_CdPFfcgY.esm.js","modules/v2/chunk.modal_C8kV2l1l.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["\/\/cdn.shopify.com\/proxy\/2bec597652f3b540623b5cf2b47cb5c98ddaf7ca82a7c1a5a35caba5730bf3a9\/rossignolthredbo.bookthatapp.com\/javascripts\/bta-installed.js?shop=rossignolthredbo.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA","https:\/\/r3-t.trackedlink.net\/_dmspt.js?shop=rossignolthredbo.myshopify.com","https:\/\/chimpstatic.com\/mcjs-connected\/js\/users\/4bdcfa7ace19bf1896b417436\/dce345c3017fdecaafa11c93f.js?shop=rossignolthredbo.myshopify.com","https:\/\/cdn-bundler.nice-team.net\/app\/js\/bundler.js?shop=rossignolthredbo.myshopify.com","\/\/cdn.shopify.com\/proxy\/50313e263ca229bd3a45deb507e7f471b7099837a5723aff892d780958972e09\/app.signpanda.me\/scripttag\/script_tag?shop=rossignolthredbo.myshopify.com\u0026sp-cache-control=cHVibGljLCBtYXgtYWdlPTkwMA"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('load', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":62335582428,"offset":39600,"reqid":"5cea59ad-b327-4442-94e9-1d9e6ea6a4ab-1740033426","pageurl":"rossignolaustralia.com.au\/","u":"cf509782e91c","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//rossignolaustralia.com.au/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" defer="defer" src="//rossignolaustralia.com.au/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" defer="defer" src="//rossignolaustralia.com.au/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <link rel="stylesheet" media="screen" href="https://rossignolaustralia.com.au/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous"> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 180px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <script type="text/javascript"> window.wetheme = { name: 'Flow', webcomponentRegistry: { registry: {}, checkScriptLoaded: function(key) { return window.wetheme.webcomponentRegistry.registry[key] ? true : false }, register: function(registration) { if(!window.wetheme.webcomponentRegistry.checkScriptLoaded(registration.key)) { window.wetheme.webcomponentRegistry.registry[registration.key] = registration } } } }; </script> <script>document.documentElement.className = document.documentElement.className.replace('no-js', 'js');</script> <!-- BEGIN app block: shopify://apps/hulk-form-builder/blocks/app-embed/b6b8dd14-356b-4725-a4ed-77232212b3c3 --><!-- BEGIN app snippet: hulkapps-formbuilder-theme-ext --><script type="text/javascript"> if (typeof window.formbuilder_customer != "object") { window.formbuilder_customer = {} } window.FbThemeAppExtSettingsHash = {} </script> <!-- END app snippet --><!-- END app block --><script src="https://cdn.shopify.com/extensions/07a5fccc-f099-495e-9ad1-eb7d0906ef36/manage-e-signatures-signpanda-3/assets/signpanda.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/78d1a909-02f9-430b-a819-8b063adf2e65/hulk-form-builder-3/assets/form-builder-script.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 62335582428,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function d(d,e,n,o,r,i){if(!Boolean(null===(t=null===(a=window.Shopify)||void 0===a?void 0:a.analytics)||void 0===t?void 0:t.replayQueue)){var a,t,s=function(){var d={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[2-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[1-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/},e=d.modern,n=d.legacy,o=navigator.userAgent;return e.test(o)?"modern":(n.test(o),"legacy")}(),l=null!=i?i:{modern:"",legacy:""};window.Shopify=window.Shopify||{};var u=window.Shopify;u.analytics=u.analytics||{};var c=u.analytics;c.replayQueue=[],c.publish=function(d,e,n){return c.replayQueue.push([d,e,n]),!0};try{self.performance.mark("wpm:start")}catch(d){}var f=[n,"/wpm","/b",r,s.substring(0,1),".js"].join(""),h=l[s];!function(d){var e=d.src,n=d.async,o=void 0===n||n,r=d.onload,i=d.onerror,a=d.sri,t=document.createElement("script"),s=document.head,l=document.body;t.async=o,t.src=e,a&&(t.integrity=a,t.crossOrigin="anonymous"),r&&t.addEventListener("load",r),i&&t.addEventListener("error",i),s?s.appendChild(t):l?l.appendChild(t):console.error("Did not find a head or body element to append the script")}({src:f,async:!0,onload:function(){if(!function(){var d,e;return Boolean(null===(e=null===(d=window.Shopify)||void 0===d?void 0:d.analytics)||void 0===e?void 0:e.initialized)}()){var n=window.webPixelsManager.init(d)||void 0;if(n){e(n);var o=window.Shopify.analytics;o.replayQueue.forEach((function(d){var e=d[0],o=d[1],r=d[2];n.publishCustomEvent(e,o,r)})),o.replayQueue=[],o.publish=n.publishCustomEvent,o.visitor=n.visitor,o.initialized=!0}}},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),n="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),r=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:o||"latest",bundle_target:s,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(f," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(n,r))return!0}catch(d){}var i=new XMLHttpRequest;try{return i.open("POST",n,!0),i.setRequestHeader("Content-Type","text/plain"),i.send(r),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1},sri:function(d){return"string"==typeof d&&/^sha384-[A-Za-z0-9+/=]+$/.test(d)}(h)?h:""})}})({shopId: 62335582428,storefrontBaseUrl: "https://rossignolaustralia.com.au",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: ["6a396365"],webPixelsConfigList: [{"id":"138248412","configuration":"{\"pixel_id\":\"1060543797833191\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0290","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,effectiveTopLevelDomain: "",initData: {"shop":{"name":"Rossignol Australia","paymentSettings":{"currencyCode":"AUD"},"myshopifyDomain":"rossignolthredbo.myshopify.com","countryCode":"AU","storefrontUrl":"https:\/\/rossignolaustralia.com.au"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://rossignolaustralia.com.au/cdn","1ee3b2bb4fa58e49f61d35f081496b66f73ce344","41c68a8cwe1f84d25p0f6f4401mfd990894",{"modern":"","legacy":""});</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'AUD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { }; </script> <script class="analytics">(function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 62335582428, theme_id: 141616283868, app_name: "storefront", context_url: window.location.href, source_url: "//rossignolaustralia.com.au/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//rossignolaustralia.com.au/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//rossignolaustralia.com.au/cdn/s/trekkie.storefront.e991c55e78bb7465ada1b8db33d441f155086734.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":62335582428,"isMerchantRequest":null,"themeId":141616283868,"themeCityHash":"6407652372408009694","contentLanguage":"en","currency":"AUD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home","shopifyEmitted":true}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//rossignolaustralia.com.au/cdn/shopifycloud/shopify/assets/shop_events_listener-af52bb5773aaa9f7f1f7f1f7e3a010a904a5c7213a959b83580d22bc7920a2e4.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script defer src="https://rossignolaustralia.com.au/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.4.0.min.js" data-application="storefront-renderer" data-shop-id="62335582428" data-render-region="gcp-asia-southeast1" data-page-type="index" data-theme-instance-id="141616283868" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body id="rossignol-australia" class="template-index page-fade white--match images-aspect-ratio "> <link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/theme.min.css?v=52237017988458006661712543540" rel="stylesheet" type="text/css" media="all" /> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/swiper.min.css?v=88091268259482038431712543540" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/photoswipe.min.css?v=165459975419098386681712543540" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/animate.min.css?v=68297775102622399721712543540" rel="stylesheet" type="text/css" media="all" /></noscript> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/custom.css?v=102493421877365237651712543540" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="right-drawer-vue"> <wetheme-right-drawer search-url="/search/suggest.json" is-predictive="true" search-collections="" language-url="/" > </wetheme-right-drawer> </div> <script type="text/x-template" id="wetheme-right-drawer-template"> <div> <transition name="drawer-right"> <div :class="[type === 'shop-now' ? 'quick-view-drawer' : '']" class="drawer drawer--right drawer--cart" v-if="isOpen" ref="drawerRight"> <div :class="[type === 'shop-now' || type === 'page' ? 'display-flex' : '', 'drawer__header', 'sitewide--title-wrapper']"> <div class="drawer__close js-drawer-close"> <button type="button" class="icon-fallback-text" ref="drawerClose" v-on:click="close"> <span class="fallback-text">Close cart</span> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 6L6.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.5 6L18.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg> </button> </div> <input ref="drawerFocus" tabindex="-1" aria-hidden="true" class="sr-only" /> <div :class="[type === 'shop-now' || type === 'page' ? 'remove-margin' : '', 'drawer__title', 'h2', 'true']"> <span v-if="type === 'cart'">Shopping cart</span> <span class="sr-only" v-if="type === 'shop-now'">Quick view</span> <span class="sr-only" v-if="type === 'page'">Size guide</span> <span v-if="type === 'search'">Search</span> </div> </div> <div id="CartContainer" v-if="type === 'cart'"> <form action="/cart" method="post" novalidate class="cart ajaxcart" v-if="cart"> <p class="empty-cart" v-if="cart.item_count === 0">Your cart is currently empty.</p> <div class="ajaxcart__inner" v-if="cart.item_count > 0"> <span v-if="cart.total_discount > 0" class="hide auto-discount--active"></span> <div class="ajaxcart__product" v-for="(item, index) in cart.items" :key="index + item.id"> <div class="ajaxcart__row" v-bind:data-line="index + 1" v-bind:class="{ 'is-loading': index + 1 === lineQuantityUpdating }" > <div class="grid display-table"> <div class="grid__item small--one-whole medium--one-quarter large--one-quarter medium--display-table-cell"> <a v-bind:href="item.url" class="ajaxcart__product-image"> <img src="#" alt="" v-responsive="item.image" v-bind:alt="item.featured_image_alt" v-if="item.image" /> <img v-if="!item.image" src="//cdn.shopify.com/s/assets/admin/no-image-medium-cc9732cb976dd349a0df1d39816fbcc7.gif" alt="" v-bind:alt="item.product_title" loading="lazy" /> </a> </div> <div class="grid__item small--one-whole medium--two-quarters large--two-quarters medium--display-table-cell"> <p> <a v-bind:href="item.url" class="ajaxcart__product-name" v-text="item.product_title"></a> <span class="ajaxcart__product-meta" v-if="item.variant_title != 'Default Title'" v-text="item.variant_title"></span> <span class="ajaxcart__product-meta" v-if="item.selling_plan_allocation" v-text="item.selling_plan_allocation.selling_plan.name"></span> <span class="ajaxcart__product-meta" v-for="(item, key, index) in item.properties " :key="index"> <template v-if="item && key.charAt(0) !== '_'"> <span v-html="key"></span>: <span v-html="item"></span> </template> </span> </p> <div class="text-center"> <span v-if="item.compare_at_price > 0 && item.original_price < item.compare_at_price" class="hide line-item__compare-at-price" v-text="item.compare_at_price * item.quantity"></span> <span class="has--discount hide" v-text="item.original_price" v-if="item.compare_at_price > 0 && item.original_price < item.compare_at_price"></span> <span class="price-no--discount hide" v-text="item.original_price * item.quantity" v-if="!item.compare_at_price"></span> <span class="ajaxcart-item__price" v-money="item.original_price"></span> <s> <span class="ajaxcart-item__price-strikethrough price-line-through sale-price" v-if="item.compare_at_price > 0 && item.original_price < item.compare_at_price" v-money="item.compare_at_price" > </span> </s> <div class="unit-price" v-if="item.unit_price_measurement_price"> (<span class="unit-price__price" v-money="item.unit_price_measurement_price"></span> <span> / </span> <span class="unit-price__ref-value" v-text="item.unit_price_measurement_value"></span> <span class="unit-price__ref-unit" v-text="item.unit_price_measurement_unit"></span>) </div> </div> <ul class="ajaxcart-item__discounts" aria-label="Discount"> <li class="ajaxcart-item__discount" v-if="item.line_level_discount_allocations.amount > 0"> <span class="hide auto-discount--price" v-text="item.line_level_discount_allocations.amount"></span> <span class="ajaxcart-item__discount_title" v-text="item.line_level_discount_allocations.title"></span> <span class="ajaxcart-item__discount_money">- <span v-money="item.line_level_discount_allocations.amount"></span></span> </li> </ul> <div class="grid--full text-center ajaxcart__quantity-wrapper"> <div class="grid__item"> <div class="ajaxcart__qty"> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--minus icon-fallback-text" v-on:click="setQuantity(index + 1, item.quantity - 1); setSubtotal();" v-if="!isGiftwrapProduct(item)" > <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="flex-full" aria-hidden="true"> <path d="M6 12H18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="fallback-text">−</span> </button> <input type="text" name="updates[]" class="ajaxcart__qty-num" v-bind:value="item.quantity" min="0" aria-label="quantity" pattern="[0-9]*" v-on:change="setQuantity(index + 1, parseInt($event.target.value, 10)); setSubtotal();" :disabled="isGiftwrapProduct(item)" /> <button type="button" class="ajaxcart__qty-adjust ajaxcart__qty--plus icon-fallback-text" v-on:click="setQuantity(index + 1, item.quantity + 1); setSubtotal();" v-if="!isGiftwrapProduct(item)" > <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="flex-full" aria-hidden="true"> <path d="M6 12H12M12 12H18M12 12V6M12 12V18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="fallback-text">+</span> </button> </div> </div> </div> <button type="button" class="ajaxcart__qty-remove text-link-animated" v-on:click="setQuantity(index + 1, 0); setSubtotal();" v-if="!isGiftwrapProduct(item)" > <span class="cart-drawer--remove-btn">Remove</span> </button> </div> </div> </div> </div> <div class="ajaxcart__footer-wrapper"> <div class="ajaxcart__footer"> <div class="grid--full"> <div class="grid__item ajaxcart__subtotal_header"> <p>Subtotal</p> </div> <span v-for="(item, index) in cart.items" v-if="item.compare_at_price > 0" class="cart__compare-total hide"></span> <s><span v-for="(item, index) in cart.items" v-if="item.compare_at_price > 0" class="line__compare_price ajaxcart__price-strikeout text-center"></span></s> <ul class="grid__item ajaxcart-item__discounts" style="margin: 0" v-for="cartItem in cart.items"> <li class="ajaxcart-item__discount" v-if="cartItem.line_level_discount_allocations.amount > 0"> <span class="ajaxcart-item__discount_title" v-text="cartItem.line_level_discount_allocations.title"></span> <span class="ajaxcart-item__discount_money">- <span v-money="cartItem.line_level_discount_allocations.amount"></span></span> </li> </ul> <p class="hide cart__total" v-text="cart.total_price"></p> <div class="grid__item ajaxcart__subtotal"> <p v-money="cart.total_price"></p> </div> </div> <div class="cart__shipping rte text-link-animated"><p class="text-center">Taxes and shipping calculated at checkout </p> </div> <button type="submit" class="cart__checkout" name="checkout"> Check out </button> <div class="additional-checkout-buttons additional-checkout-buttons--vertical"> <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart"></div> </div> </div> </div> </div> </form> </div> <div id="ShopNowContainer" v-if="type === 'shop-now'"> <div ref="shopNowContent"></div> </div> <div id="SearchContainer" v-if="type === 'search'"> <div class="search-drawer"> <div class="input-group"> <span class="input-group-btn"> <button type="submit" class="btn icon-fallback-text" v-on:click="onSearchSubmit" tabindex="0"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="" > <path d="M17 17L21 21M3 11C3 13.1217 3.84285 15.1566 5.34315 16.6569C6.84344 18.1571 8.87827 19 11 19C13.1217 19 15.1566 18.1571 16.6569 16.6569C18.1571 15.1566 19 13.1217 19 11C19 8.87827 18.1571 6.84344 16.6569 5.34315C15.1566 3.84285 13.1217 3 11 3C8.87827 3 6.84344 3.84285 5.34315 5.34315C3.84285 6.84344 3 8.87827 3 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="fallback-text">Search</span> </button> </span> <div class="search-input-group"> <input type="search" name="q" id="search-input" placeholder="Search our store" class="input-group-field" aria-label="Search our store" autocomplete="off" autocorrect="off" spellcheck="false" ref="searchText" v-model="searchQuery" @keydown.enter="onSearchSubmit" /> <div class="search-drawer--clear" v-if="searchQuery.length > 0" v-on:click="clearSearchInput" tabindex="0"> <span class="search-drawer--clear-icon"></span> </div> </div> </div> <div class="wrapper-padded"> <div id="search-results" class="grid-uniform"> <div v-if="searching" class="search-loading"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="spin flex-full" > <g clip-path="url(#clip0_3605_47041)"> <path d="M12.5 23C6.42487 23 1.5 18.0751 1.5 12C1.5 5.92487 6.42487 1 12.5 1C18.5751 1 23.5 5.92487 23.5 12C23.5 15.1767 22.1534 18.0388 20 20.0468" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/> </g> <defs> <clipPath id="clip0_3605_47041"> <rect width="24" height="24" fill="none" transform="translate(0.5)"/> </clipPath> </defs> </svg> <span class="sr-only">loading...</span> </div> <div v-text="searchSummary" v-if="!searching"></div> <div class="search-results__meta top" v-if="searchHasResults"> <div class="search-results__meta-view-all"><span id="search-show-more" class="btn"><a v-bind:href="searchPageUrlWithQuery">View all results</a></span></div> </div> <div class="" v-for="group in searchGroups" v-if="!searching"> <h2 v-text="group.name" v-if="group.results.length"></h2> <div class="indiv-search-listing-grid" v-for="result in group.results"> <div class="grid"> <div class="grid__item large--one-fifth live-search--image" v-if="result.featured_image"> <a v-bind:href="result.url" v-bind:title="result.title"> <span v-if="result.featured_image.url"> <img loading="lazy" v-bind:src="result.featured_image.url" v-bind:alt="result.featured_image.alt" /> </span> </a> </div> <div class="grid__item line-search-content" :class="(result.image || result.featured_image) ? 'large--four-fifths' : 'large--one-whole'"> <h5> <a v-bind:href="result.url" v-html="result.title ? result.title : result.styled_text"></a> </h5> <div v-if="!result.available && group.name == 'Products'">Sold out</div> </div> </div> <span class="search-drawer-separator" v-if="group.results.length"><hr /></span> </div> </div> <div class="search-results__meta bottom" v-if="searchHasResults"> <div class="search-results__meta-view-all"><span id="search-show-more" class="btn"><a v-bind:href="searchPageUrlWithQuery">View all results</a></span></div> </div> </div> </div> </div> </div> <div id="PageContainer" v-if="type === 'page'"> <div ref="pageContent"></div> </div> </div> </transition> </div> </script> <div id="DrawerOverlay" class="drawer-overlay"></div> <div id="PageContainer" data-editor-open="false" data-cart-action="drawer" data-language-url="/"> <div class="no-js disclaimer"> <p>This store requires javascript to be enabled for some features to work correctly.</p> </div> <!-- BEGIN sections: header-group --> <div id="shopify-section-sections--17732952359132__header" class="shopify-section shopify-section-group-header-group header-section"> <noscript> <ul class="no-js-mobile-menu nav-link-animated"> <li> <a href="/">Home</a> </li> <li> <a href="/pages/rossignol-demo-program-2024">Demo Program</a> <ul> <li> <a href="/pages/rossignol-demo-store-2024">Thredbo Demo Shop</a> </li> <li> <a href="/pages/rossignol-demo-program-2024">On-Snow Demo</a> </li> </ul> </li> <li> <a href="#">Media</a> <ul> <li> <a href="/pages/partnerships">Partnerships</a> </li> <li> <a href="#">Latest News</a> </li> </ul> </li> <li> <a href="#">About Rossignol</a> <ul> <li> <a href="/pages/store-locator-1">Store Finder</a> </li> <li> <a href="/pages/alpine-souls">Alpine Souls</a> </li> </ul> </li> </ul> </noscript> <style data-shopify> .default-menu-drawer-text-color { color: var(--menu-drawer-text-color); } </style> <div class="header-section--wrapper" data-wetheme-section-type="header" data-wetheme-section-id="sections--17732952359132__header" data-header-sticky="false" data-header-overlay="false" > <div id="NavDrawerOverlay" class="drawer-overlay"></div> <div id="NavDrawer" class="drawer drawer--left"> <div class="mobile-nav-grid-container"> <div class="mobile-nav__logo-title"> <div class="mobile-nav__logo-title--inner"> <a class="mobile-menu--close-btn" aria-label="Close menu" role="button"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="35" height="35" class="" > <path d="M18.5 6L6.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.5 6L18.5 18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> </div> </div> <!-- begin mobile-nav --> <ul class="mobile-nav mobile-nav--main"> <li class="mobile-nav__item top-level mobile-nav__item--active"> <a href="/" class="mobile-nav__link">Home</a> </li> <li class="mobile-nav__item top-level" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="/pages/rossignol-demo-program-2024" class="mobile-nav__link">Demo Program</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open" aria-label="See more"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" class="" aria-hidden="true"> <path d="M6.5 9L12.5 15L18.5 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close" aria-label="Close menu"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" class="" aria-hidden="true"> <path d="M6.5 15L12.5 9L18.5 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item"> <a href="/pages/rossignol-demo-store-2024" class="mobile-nav__link">Thredbo Demo Shop</a> </li> <li class="mobile-nav__item"> <a href="/pages/rossignol-demo-program-2024" class="mobile-nav__link">On-Snow Demo</a> </li> </ul> </li> <li class="mobile-nav__item top-level" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="#" class="mobile-nav__link">Media</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open" aria-label="See more"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" class="" aria-hidden="true"> <path d="M6.5 9L12.5 15L18.5 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close" aria-label="Close menu"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" class="" aria-hidden="true"> <path d="M6.5 15L12.5 9L18.5 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item"> <a href="/pages/partnerships" class="mobile-nav__link">Partnerships</a> </li> <li class="mobile-nav__item"> <a href="#" class="mobile-nav__link">Latest News</a> </li> </ul> </li> <li class="mobile-nav__item top-level" aria-haspopup="true"> <div class="mobile-nav__has-sublist"> <a href="#" class="mobile-nav__link">About Rossignol</a> <div class="mobile-nav__toggle"> <button type="button" class="icon-fallback-text mobile-nav__toggle-open" aria-label="See more"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" class="" aria-hidden="true"> <path d="M6.5 9L12.5 15L18.5 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> <button type="button" class="icon-fallback-text mobile-nav__toggle-close" aria-label="Close menu"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="19.5" height="19.5" class="" aria-hidden="true"> <path d="M6.5 15L12.5 9L18.5 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </button> </div> </div> <ul class="mobile-nav__sublist"> <li class="mobile-nav__item"> <a href="/pages/store-locator-1" class="mobile-nav__link">Store Finder</a> </li> <li class="mobile-nav__item"> <a href="/pages/alpine-souls" class="mobile-nav__link">Alpine Souls</a> </li> </ul> </li> </ul> <div class="mobile-nav--footer"> <div class="mobile-nav locale--mobile"> <script src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/component-localization-form.js?v=98135572717432498681712543540" defer="defer" type="module" data-internal-script></script> </div> <style data-shopify> .mobile-nav.nav--meta { display: grid; gap: 15px; } .mobile-nav.nav--meta .mobile-nav__item.customer--info, .mobile-nav.nav--meta .mobile-nav__item.customer-logout-link, .mobile-nav.nav--meta .mobile-nav__item.customer-login-link, .mobile-nav.nav--meta .mobile-nav__item.sm-icons--wrapper { display: flex; flex-wrap: wrap; } .mobile-nav.nav--meta .mobile-nav__item.sm-icons--wrapper #sm-icons { width: 100%; } .mobile-nav.nav--meta .mobile-nav__social-icons { justify-content: end; } .mobile-nav.nav--meta { grid-template-columns: 1fr 1fr; } .mobile-nav.nav--meta .mobile-nav__item.customer-login-link { grid-column-start: 1; grid-column-end: 2; } .mobile-nav.nav--meta .mobile-nav__item.sm-icons--wrapper { grid-column-start: 2; grid-column-end: 3; } </style> <ul class="mobile-nav nav--meta"> <li class="mobile-nav__item customer-login-link"> <a href="/account/login" id="customer_login_link">Log in</a> </li> <li class="mobile-nav__item sm-icons--wrapper"> <ul id="sm-icons" class="clearfix mobile-nav__social-icons"> <li id="sm-facebook"><a href="https://www.facebook.com/RossignolAustralia" target="_blank"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="fa-2x" > <path d="M17 2H14C12.6739 2 11.4021 2.52678 10.4645 3.46447C9.52678 4.40215 9 5.67392 9 7V10H6V14H9V22H13V14H16L17 10H13V7C13 6.73478 13.1054 6.48043 13.2929 6.29289C13.4804 6.10536 13.7348 6 14 6H17V2Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a></li> <li id="sm-instagram"><a href="https://www.instagram.com/rossignolaustralia/" target="_blank"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="fa-2x" > <path d="M12.5 16C13.5609 16 14.5783 15.5786 15.3284 14.8284C16.0786 14.0783 16.5 13.0609 16.5 12C16.5 10.9391 16.0786 9.92172 15.3284 9.17157C14.5783 8.42143 13.5609 8 12.5 8C11.4391 8 10.4217 8.42143 9.67157 9.17157C8.92143 9.92172 8.5 10.9391 8.5 12C8.5 13.0609 8.92143 14.0783 9.67157 14.8284C10.4217 15.5786 11.4391 16 12.5 16Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.5 16V8C3.5 6.67392 4.02678 5.40215 4.96447 4.46447C5.90215 3.52678 7.17392 3 8.5 3H16.5C17.8261 3 19.0979 3.52678 20.0355 4.46447C20.9732 5.40215 21.5 6.67392 21.5 8V16C21.5 17.3261 20.9732 18.5979 20.0355 19.5355C19.0979 20.4732 17.8261 21 16.5 21H8.5C7.17392 21 5.90215 20.4732 4.96447 19.5355C4.02678 18.5979 3.5 17.3261 3.5 16Z" stroke="currentColor" stroke-width="1.5"/> <path d="M18 6.51002L18.01 6.49902" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a></li> </ul> </li> </ul> </div> <!-- //mobile-nav --> </div> </div> <header class="site-header dropdown-alignment--center overlay-logo"> <div class="site-header__wrapper site-header__wrapper--logo-left site-header__wrapper--with-menu"> <div class="site-header__wrapper__left"> <div class="site-header__logowrapper"> <h1 class="site-header__logo site-title" itemscope itemtype="http://schema.org/Organization"> <a href="/" itemprop="url" class="site-header__logo-image"> <style> .logo_image { max-height: unset!important; } @media screen and (max-width: 768px) { .logo_image { max-width: 300px!important; width: 302px; } } @media screen and (max-width: 480px) { .logo_image { max-width: 100px!important; } } </style> <div class="responsive-image-wrapper" style=""> <noscript aria-hidden="true"> <img class="logo_image" src="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-TYPO-BLACK_1000x1000.png?v=1712612517" alt="Rossignol Australia" itemprop="logo" style="object-fit:cover;object-position:50.0% 50.0%!important;" loading="lazy" /> </noscript> <img loading="lazy" class="logo_image js" style="max-width: 302px; max-height: 46px; object-fit:cover;object-position:50.0% 50.0%!important;" alt="Rossignol Australia" itemprop="logo" width="302" height="46" srcset="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-TYPO-BLACK.png?v=1712612517 302w" sizes="(min-width: 2000px) 1000px, (min-width: 1445px) calc(100vw / 2), (min-width: 1200px) calc(100vw / 1.75), (min-width: 1000px) calc(100vw / 1.5), (min-width: 750px) calc(100vw / 3), 100vw" src="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-TYPO-BLACK_1445x.png?v=1712612517" /> </div> </a> </h1> </div> </div> <div class="site-header__wrapper__center"> </div> <div class="site-header__wrapper__right top-links"> <div class="js site-header__nav top-links" id="top_links_wrapper"> <ul class="site-nav nav-link-animated mega-menu-wrapper" id="AccessibleNav" role="navigation"> <style data-shopify> .site-nav__dropdown.mega-menu-dropdown { top: calc(100% + 1px); } </style> <li class="first-level-dropdown" > <a href="/" class="site-nav__link"> <div class="site-nav--link-wrapper"> <span class="site-nav--link-text animated-underline"> Home </span> </div> </a> </li> <li class="site-nav--has-dropdown first-level-dropdown mega-menu" aria-haspopup="true"> <a href="/pages/rossignol-demo-program-2024" class="site-nav__link"> <div class="site-nav--link-wrapper"> <span class="site-nav--link-text animated-underline"> Demo Program </span> </div> </a> <ul class="site-nav__dropdown mega-menu-dropdown" data-logo-placement="left" > <div class="container"> <style data-shopify> [data-mega-menu-block-id="edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9"] { grid-template-columns: 1fr; } [data-mega-menu-block-id="edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9"] .mega-menu--links { grid-template-columns: repeat(5, 1fr); } .mega-menu-block .block-id-edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9 .overlay-text-on-image-promo-1, .mega-menu-block .block-id-edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9 .overlay-text-on-image-promo-1 a:hover { color: #ffffff !important; } .mega-menu-block .block-id-edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9 .overlay-text-on-image-promo-2, .mega-menu-block .block-id-edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9 .overlay-text-on-image-promo-2 a:hover { color: #ffffff !important; } </style> <div class="mega-menu-block" data-mega-menu-block-id="edd2a213-0e0b-4c6a-8a1b-7b24de0edbe9" > <div class="mega-menu--links"> <li class="dropdown-submenu nav-link-animated--custom" aria-haspopup="true"> <div class="inner"> <p class="h4 mega-menu-link--title"><a class="animated-link--item" href="/pages/rossignol-demo-store-2024">Thredbo Demo Shop</a></p> <ul class="menu-link"> </ul> </div> </li> <li class="dropdown-submenu nav-link-animated--custom" aria-haspopup="true"> <div class="inner"> <p class="h4 mega-menu-link--title"><a class="animated-link--item" href="/pages/rossignol-demo-program-2024">On-Snow Demo</a></p> <ul class="menu-link"> </ul> </div> </li> </div> </div> </div> </ul> </li> <li class="site-nav--has-dropdown first-level-dropdown mega-menu" aria-haspopup="true"> <a href="#" class="site-nav__link"> <div class="site-nav--link-wrapper"> <span class="site-nav--link-text animated-underline"> Media </span> </div> </a> <ul class="site-nav__dropdown mega-menu-dropdown" data-logo-placement="left" > <div class="container"> <style data-shopify> [data-mega-menu-block-id="content_nJwbcQ"] { grid-template-columns: 1fr; } [data-mega-menu-block-id="content_nJwbcQ"] .mega-menu--links { grid-template-columns: repeat(5, 1fr); } .mega-menu-block .block-id-content_nJwbcQ .overlay-text-on-image-promo-1, .mega-menu-block .block-id-content_nJwbcQ .overlay-text-on-image-promo-1 a:hover { color: #ffffff !important; } .mega-menu-block .block-id-content_nJwbcQ .overlay-text-on-image-promo-2, .mega-menu-block .block-id-content_nJwbcQ .overlay-text-on-image-promo-2 a:hover { color: #ffffff !important; } </style> <div class="mega-menu-block" data-mega-menu-block-id="content_nJwbcQ" > <div class="mega-menu--links"> <li class="dropdown-submenu nav-link-animated--custom" aria-haspopup="true"> <div class="inner"> <p class="h4 mega-menu-link--title"><a class="animated-link--item" href="/pages/partnerships">Partnerships</a></p> <ul class="menu-link"> </ul> </div> </li> <li class="dropdown-submenu nav-link-animated--custom" aria-haspopup="true"> <div class="inner"> <p class="h4 mega-menu-link--title"><a class="animated-link--item" href="#">Latest News</a></p> <ul class="menu-link"> </ul> </div> </li> </div> </div> </div> </ul> </li> <li class="site-nav--has-dropdown first-level-dropdown mega-menu" aria-haspopup="true"> <a href="#" class="site-nav__link"> <div class="site-nav--link-wrapper"> <span class="site-nav--link-text animated-underline"> About Rossignol </span> </div> </a> <ul class="site-nav__dropdown mega-menu-dropdown" data-logo-placement="left" > <div class="container"> <style data-shopify> [data-mega-menu-block-id="content_KNqPrq"] { grid-template-columns: 1fr; } [data-mega-menu-block-id="content_KNqPrq"] .mega-menu--links { grid-template-columns: repeat(5, 1fr); } .mega-menu-block .block-id-content_KNqPrq .overlay-text-on-image-promo-1, .mega-menu-block .block-id-content_KNqPrq .overlay-text-on-image-promo-1 a:hover { color: #ffffff !important; } .mega-menu-block .block-id-content_KNqPrq .overlay-text-on-image-promo-2, .mega-menu-block .block-id-content_KNqPrq .overlay-text-on-image-promo-2 a:hover { color: #ffffff !important; } </style> <div class="mega-menu-block" data-mega-menu-block-id="content_KNqPrq" > <div class="mega-menu--links"> <li class="dropdown-submenu nav-link-animated--custom" aria-haspopup="true"> <div class="inner"> <p class="h4 mega-menu-link--title"><a class="animated-link--item" href="/pages/store-locator-1">Store Finder</a></p> <ul class="menu-link"> </ul> </div> </li> <li class="dropdown-submenu nav-link-animated--custom" aria-haspopup="true"> <div class="inner"> <p class="h4 mega-menu-link--title"><a class="animated-link--item" href="/pages/alpine-souls">Alpine Souls</a></p> <ul class="menu-link"> </ul> </div> </li> </div> </div> </div> </ul> </li> </ul> </div> <noscript> <ul> <li> <a href="/">Home</a> </li> <li> <a href="/pages/rossignol-demo-program-2024">Demo Program</a> <ul> <li> <a href="/pages/rossignol-demo-store-2024">Thredbo Demo Shop</a> </li> <li> <a href="/pages/rossignol-demo-program-2024">On-Snow Demo</a> </li> </ul> </li> <li> <a href="#">Media</a> <ul> <li> <a href="/pages/partnerships">Partnerships</a> </li> <li> <a href="#">Latest News</a> </li> </ul> </li> <li> <a href="#">About Rossignol</a> <ul> <li> <a href="/pages/store-locator-1">Store Finder</a> </li> <li> <a href="/pages/alpine-souls">Alpine Souls</a> </li> </ul> </li> </ul> </noscript> <script src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/component-localization-form.js?v=98135572717432498681712543540" defer="defer" type="module" data-internal-script></script> <ul class="site-header__links top-links--icon-links"> <li> <a href="/search" class="search-button" aria-label="Search"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="fa-lg" > <path d="M17 17L21 21M3 11C3 13.1217 3.84285 15.1566 5.34315 16.6569C6.84344 18.1571 8.87827 19 11 19C13.1217 19 15.1566 18.1571 16.6569 16.6569C18.1571 15.1566 19 13.1217 19 11C19 8.87827 18.1571 6.84344 16.6569 5.34315C15.1566 3.84285 13.1217 3 11 3C8.87827 3 6.84344 3.84285 5.34315 5.34315C3.84285 6.84344 3 8.87827 3 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> </li> <li> <a href="/account/login" title="Log in" class="log-in-button"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="fa-lg" > <path d="M5 20V19C5 17.1435 5.7375 15.363 7.05025 14.0503C8.36301 12.7375 10.1435 12 12 12M12 12C13.8565 12 15.637 12.7375 16.9497 14.0503C18.2625 15.363 19 17.1435 19 19V20M12 12C13.0609 12 14.0783 11.5786 14.8284 10.8284C15.5786 10.0783 16 9.06087 16 8C16 6.93913 15.5786 5.92172 14.8284 5.17157C14.0783 4.42143 13.0609 4 12 4C10.9391 4 9.92172 4.42143 9.17157 5.17157C8.42143 5.92172 8 6.93913 8 8C8 9.06087 8.42143 10.0783 9.17157 10.8284C9.92172 11.5786 10.9391 12 12 12Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> </li> <li> <a href="/cart" class="site-header__cart-toggle js-drawer-open-right-link" aria-controls="CartDrawer" aria-expanded="false" aria-label="Cart"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="fa-lg" > <path d="M20 22C20.3978 22 20.7794 21.842 21.0607 21.5607C21.342 21.2794 21.5 20.8978 21.5 20.5C21.5 20.1022 21.342 19.7206 21.0607 19.4393C20.7794 19.158 20.3978 19 20 19C19.6022 19 19.2206 19.158 18.9393 19.4393C18.658 19.7206 18.5 20.1022 18.5 20.5C18.5 20.8978 18.658 21.2794 18.9393 21.5607C19.2206 21.842 19.6022 22 20 22ZM10 22C10.3978 22 10.7794 21.842 11.0607 21.5607C11.342 21.2794 11.5 20.8978 11.5 20.5C11.5 20.1022 11.342 19.7206 11.0607 19.4393C10.7794 19.158 10.3978 19 10 19C9.60218 19 9.22064 19.158 8.93934 19.4393C8.65804 19.7206 8.5 20.1022 8.5 20.5C8.5 20.8978 8.65804 21.2794 8.93934 21.5607C9.22064 21.842 9.60218 22 10 22Z" fill="currentColor" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.5 4H22.5L20.5 15M5.5 4L7.5 15H20.5M5.5 4C5.333 3.333 4.5 2 2.5 2M20.5 15H5.73C3.946 15 3 15.781 3 17C3 18.219 3.946 19 5.73 19H20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a> </li> </ul> </div> </div> </header> <nav class="nav-bar mobile-nav-bar-wrapper"> <div class="wrapper-padded"> <div class="mobile-nav-bar--inner"> <div class="mobile-grid--table"> <div class="grid__item three-twelfths"> <div class="site-nav--mobile"> <button type="button" aria-label="Navigation" class="icon-fallback-text site-nav__link js-drawer-open-left-link" aria-controls="NavDrawer" aria-expanded="false"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="fa-2x" > <path d="M3 6H21M3 12H21M3 18H21" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="fallback-text">Navigation</span> </button> </div> </div> <div class="grid__item six-twelfths"> <div class="site-header__logowrapper"> <div class="site-header__logo h1 site-title" itemscope itemtype="http://schema.org/Organization"> <a href="/" itemprop="url" class="site-header__logo-image"> <style> .logo_image { max-height: unset!important; } @media screen and (max-width: 768px) { .logo_image { max-width: 300px!important; width: 302px; } } @media screen and (max-width: 480px) { .logo_image { max-width: 100px!important; } } </style> <div class="responsive-image-wrapper" style=""> <noscript aria-hidden="true"> <img class="logo_image" src="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-TYPO-BLACK_1000x1000.png?v=1712612517" alt="Rossignol Australia" itemprop="logo" style="object-fit:cover;object-position:50.0% 50.0%!important;" loading="lazy" /> </noscript> <img loading="lazy" class="logo_image js" style="max-width: 302px; max-height: 46px; object-fit:cover;object-position:50.0% 50.0%!important;" alt="Rossignol Australia" itemprop="logo" width="302" height="46" srcset="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-TYPO-BLACK.png?v=1712612517 302w" sizes="(min-width: 2000px) 1000px, (min-width: 1445px) calc(100vw / 2), (min-width: 1200px) calc(100vw / 1.75), (min-width: 1000px) calc(100vw / 1.5), (min-width: 750px) calc(100vw / 3), 100vw" src="//rossignolaustralia.com.au/cdn/shop/files/ROSSIGNOL-TYPO-BLACK_1445x.png?v=1712612517" /> </div> </a> </div> </div> </div> <div class="grid__item three-twelfths right-side has-search-icon"> <div class="site-nav--mobile"> <a href="/search" class="search-button" aria-label="Search" aria-controls="SearchDrawer" aria-expanded="false"> <span class="icon-fallback-text"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="20" height="20" class="" > <path d="M17 17L21 21M3 11C3 13.1217 3.84285 15.1566 5.34315 16.6569C6.84344 18.1571 8.87827 19 11 19C13.1217 19 15.1566 18.1571 16.6569 16.6569C18.1571 15.1566 19 13.1217 19 11C19 8.87827 18.1571 6.84344 16.6569 5.34315C15.1566 3.84285 13.1217 3 11 3C8.87827 3 6.84344 3.84285 5.34315 5.34315C3.84285 6.84344 3 8.87827 3 11Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="fallback-text">Search</span> </span> </a> <a href="/cart" aria-label="Cart" class="js-drawer-open-right-link site-nav__link" aria-controls="CartDrawer" aria-expanded="false"> <span class="icon-fallback-text"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="fa-2x" > <path d="M20 22C20.3978 22 20.7794 21.842 21.0607 21.5607C21.342 21.2794 21.5 20.8978 21.5 20.5C21.5 20.1022 21.342 19.7206 21.0607 19.4393C20.7794 19.158 20.3978 19 20 19C19.6022 19 19.2206 19.158 18.9393 19.4393C18.658 19.7206 18.5 20.1022 18.5 20.5C18.5 20.8978 18.658 21.2794 18.9393 21.5607C19.2206 21.842 19.6022 22 20 22ZM10 22C10.3978 22 10.7794 21.842 11.0607 21.5607C11.342 21.2794 11.5 20.8978 11.5 20.5C11.5 20.1022 11.342 19.7206 11.0607 19.4393C10.7794 19.158 10.3978 19 10 19C9.60218 19 9.22064 19.158 8.93934 19.4393C8.65804 19.7206 8.5 20.1022 8.5 20.5C8.5 20.8978 8.65804 21.2794 8.93934 21.5607C9.22064 21.842 9.60218 22 10 22Z" fill="currentColor" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.5 4H22.5L20.5 15M5.5 4L7.5 15H20.5M5.5 4C5.333 3.333 4.5 2 2.5 2M20.5 15H5.73C3.946 15 3 15.781 3 17C3 18.219 3.946 19 5.73 19H20" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> <span class="fallback-text">Cart</span> </span> </a> </div> </div> </div> </div> </div> </nav> </div> <style> :root { --logo-max-width: 300px; } .site-title{ padding: 35px 0; } .site-header .site-header__wrapper .site-header__wrapper__left { flex-basis: 300px; } .site-nav__dropdown li, .inner .h4, .inner .h5 { text-align: center; } .template-index .header-section.sticky-header:not(.sticked) .overlay-header, .template-index .header-section:not(.sticky-header) .overlay-header, .template-list-collections .header-section.sticky-header:not(.sticked) .overlay-header, .template-list-collections .header-section:not(.sticky-header) .overlay-header, .contact-page .header-section.sticky-header:not(.sticked) .overlay-header, .contact-page .header-section:not(.sticky-header) .overlay-header { background-color: rgba(38, 36, 40, 0.0); } .overlay-header .grid--full { padding-left: 30px; padding-right: 30px; } @media only screen and (min-width: 768px) and (max-width: 1200px) { .overlay-header .grid--full { padding-left: 15px; padding-right: 15px; } } .template-index .overlay-header-wrapper, .template-list-collections .overlay-header-wrapper, .contact-page .overlay-header-wrapper { max-height: 0px !important; min-height: 0px !important; } .template-index .overlay-header.force-hover, .template-list-collections .overlay-header.force-hover .contact-page .overlay-header.force-hover { background-color: #ffffff; } </style> </div> <!-- END sections: header-group --> <div class="flow-homepage"> <div id="shopify-section-template--17732951933148__01-slideshow" class="shopify-section homepage-section--slideshow-wrapper"><link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-slideshow.min.css?v=123176280317648221961712543540" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-slideshow.min.css?v=123176280317648221961712543540" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="homepage-slider-container slider-section--template--17732951933148__01-slideshow show-on-scroll" data-wetheme-section-type="image--slideshow" data-wetheme-section-id="template--17732951933148__01-slideshow" > <div class="row"> <div class="page-width col-md-12"> <div class="row"> <div class="col-md-12"> <div class="swiper-container slideshow--mobile-height-original slideshow--desktop-height-original" data-slider-id="template--17732951933148__01-slideshow" data-desktop-height="original" data-mobile-height="original" data-slider-slide-time="7000" data-slider-transition-speed="1500" data-slider-animation="fade" data-slider-pagination-type="bars" data-draggable="false" > <div class="swiper-wrapper" style="width:100%;"> <style> .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .slideshow-image-overlay { background-color: #262428; opacity: 0.0; } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .slideshow-title, .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .slideshow-title a, .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .textarea { color: #242424; } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .homepage-section-btn { color: #ffffff; background: #242424; } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .homepage-section-btn:hover { background: #9f9f9f; } @media screen and (max-width: 767px) { .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .homepage-section-btn { color: #ffffff; background: #242424; } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .slideshow-title, .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .slideshow-title a, .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .textarea { color: #242424; } } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx h2.homepage-sections--title { font-size: 16px; } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .featured-row__subtext { font-size: 12px; } @media screen and (min-width: 768px) { .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx h2.homepage-sections--title { font-size: 40px; } .slider-section--template--17732951933148__01-slideshow .block-section--image_KkFYXx .featured-row__subtext { font-size: 14px; } } </style> <div data-slide-index="0" data-caption-color="#242424" data-block-id="image_KkFYXx" class=" swiper-slide homepage-sections--slideshow-wrapper is-single-slide block-section--image_KkFYXx text-position--center-left mobile-text-position--center-left " > <div class="swiper-slide--inner"> <div class="responsive-image-wrapper slideshow-mobile-image" style=""> <noscript aria-hidden="true"> <img class="" src="//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1080x1080_1000x1000.jpg?v=1734407299" alt="Rossignol Australia" style="object-fit:cover;object-position:50.0% 50.0%!important;" loading="lazy" /> </noscript> <img loading="lazy" class=" js" style=" object-fit:cover;object-position:50.0% 50.0%!important;" alt="Rossignol Australia" width="1080" height="1080" srcset="//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1080x1080_550x.jpg?v=1734407299 550w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1080x1080_750x.jpg?v=1734407299 750w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1080x1080.jpg?v=1734407299 1080w" sizes="100vw" src="//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1080x1080_1445x.jpg?v=1734407299" /> </div> <div class="responsive-image-wrapper slideshow-desktop-image" style=""> <noscript aria-hidden="true"> <img class="" src="//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_1000x1000.jpg?v=1734407242" alt="Rossignol Australia" style="object-fit:cover;object-position:50.0% 50.0%!important;" loading="lazy" /> </noscript> <img loading="lazy" class=" js" style=" object-fit:cover;object-position:50.0% 50.0%!important;" alt="Rossignol Australia" width="1920" height="1080" srcset="//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_550x.jpg?v=1734407242 550w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_750x.jpg?v=1734407242 750w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_1100x.jpg?v=1734407242 1100w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_1445x.jpg?v=1734407242 1445w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_1680x.jpg?v=1734407242 1680w,//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080.jpg?v=1734407242 1920w" sizes="100vw" src="//rossignolaustralia.com.au/cdn/shop/files/Ads_Season_Movie-FW2425-For_Every_Turn-1920x1080_1445x.jpg?v=1734407242" /> </div> <div class="slideshow-image-overlay"></div> <div class="homepage-featured-content-box slideshow-mobile-overlay-text" > <div class="homepage-featured-content-box-inner" > <div class="slide-buttons"> </div> </div> </div> </div> </div> </div> <div class="image--slideshow__navigation bars"> <div class="swiper-pagination pagination-bars" data-pagination-style="bars"></div> </div> <style> .slider-section--template--17732951933148__01-slideshow .image--slideshow__navigation.bars .swiper-pagination.pagination-bars { display: grid; grid-template-columns: repeat(1, minmax(0, 200px)); grid-template-rows: 1fr; } .slider-section--template--17732951933148__01-slideshow .swiper-pagination-bullet.progress-bar.swiper-pagination-bullet-active b { animation-duration: 7s; } </style> </div> </div> </div> </div> </div> </div> <style> /* Mobile */ @media (max-width: 767px) { .slider-section--template--17732951933148__01-slideshow .slideshow--mobile-height-small { height: 250px; } .slider-section--template--17732951933148__01-slideshow .slideshow--mobile-height-medium { height: 300px; } .slider-section--template--17732951933148__01-slideshow .slideshow--mobile-height-large { height: 400px; } .slider-section--template--17732951933148__01-slideshow .slideshow--mobile-height-extra_large { height: 500px; } .slider-section--template--17732951933148__01-slideshow .slideshow--mobile-height-full_screen { height: 100vh; } .slider-section--template--17732951933148__01-slideshow .swiper-container:not(.slideshow--mobile-height-original) .responsive-image-wrapper { height: 100%; width: 100%; } } /* Desktop */ @media (min-width: 768px) { .slider-section--template--17732951933148__01-slideshow .slideshow--desktop-height-small { height: 450px; } .slider-section--template--17732951933148__01-slideshow .slideshow--desktop-height-medium { height: 550px; } .slider-section--template--17732951933148__01-slideshow .slideshow--desktop-height-large { height: 650px; } .slider-section--template--17732951933148__01-slideshow .slideshow--desktop-height-extra_large { height: 750px; } .slider-section--template--17732951933148__01-slideshow .slideshow--desktop-height-full_screen { height: 100vh; } .slider-section--template--17732951933148__01-slideshow .swiper-container:not(.slideshow--desktop-height-original) .responsive-image-wrapper, .slider-section--template--17732951933148__01-slideshow .swiper-container:not(.slideshow--desktop-height-original) .responsive-placeholder-wrapper { height: 100%; width: 100%; } } .slider-section--template--17732951933148__01-slideshow .swiper-pagination-bullet { background: none; border: 1px solid currentColor; width: 11px; height: 11px; opacity: 1; } .slider-section--template--17732951933148__01-slideshow .swiper-pagination-bullet-active { background: currentColor; } .slider-section--template--17732951933148__01-slideshow .image--slideshow__navigation .flex-prev, .slider-section--template--17732951933148__01-slideshow .image--slideshow__navigation .flex-next{ display:none; } @media only screen and (max-width: 767px) { .homepage-slider-container .swiper-slide .slideshow-desktop-image { display: none; } } @media only screen and (min-width: 768px) { .homepage-slider-container .swiper-slide .slideshow-mobile-image { display: none; } } </style> </div><div id="shopify-section-template--17732951933148__text_rich_text_ef7xBD" class="shopify-section rich-text"><link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-rich-text.min.css?v=18995617684761423051712543541" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-rich-text.min.css?v=18995617684761423051712543541" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="homepage-sections-wrapper homepage-sections-wrapper--white " data-wetheme-section-type="text--rich-text" data-wetheme-section-id="template--17732951933148__text_rich_text_ef7xBD" > <div class="wrapper-padded show-on-scroll"> <div class="homepage-indiv-section-wrapper grid--full homepage-featured-content-wrapper"> <div class="homepage-featured-rich-text large--two-thirds push--large--one-sixth homepage-featured-rich-text__text-alignment-desktop--center homepage-featured-rich-text__text-alignment-mobile--center"> <div class="rte featured-row__subtext textarea text-link-animated" style="font-size: 14px;"><p>At Rossignol, turning is the foundation of everything we do. We make turns on skis, on bikes, on boards, and in shoes. We turn on street corners and mountain tops.</p><p>Over a hundred years later, Rossignol is far more than just a ski company. We’re a multi-sport, head-to-toe brand here to transform experience into innovation, ideas into action, and the mountains into an invitation.</p><p><strong>Because there’s more than one way down a mountain, for every turn, there’s Rossignol.</strong></p></div> </div> </div> </div> </div> </div><div id="shopify-section-template--17732951933148__video_video_hero_xpyNNg" class="shopify-section video-hero-wrapper show-on-scroll"><link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-video-hero.min.css?v=113243136987929775071712543540" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-video-hero.min.css?v=113243136987929775071712543540" rel="stylesheet" type="text/css" media="all" /></noscript> <section class="homepage-sections-wrapper homepage-content--template--17732951933148__video_video_hero_xpyNNg hero-video desktop-height-fullscreen mobile-height-fullscreen is-placeholder" data-wetheme-section-type="video--video-hero" data-wetheme-section-id="template--17732951933148__video_video_hero_xpyNNg" > <div class="hero-video--wrapper"> <div class="hero-video--media type-mp4"> <native-video> <div class="overlay-hidden"> <div class="native-video-wrapper"> <div class="video"> <video playsinline="playsinline" autoplay="autoplay" loop="loop" muted="muted" data-selector="native-video" class="hero-video-mp4" preload="metadata" poster="//rossignolaustralia.com.au/cdn/shop/files/preview_images/7482e7b05b5548a4abc3f5bf49410557.thumbnail.0000000000_1100x.jpg?v=1734408833"><source src="//rossignolaustralia.com.au/cdn/shop/videos/c/vp/7482e7b05b5548a4abc3f5bf49410557/7482e7b05b5548a4abc3f5bf49410557.HD-1080p-7.2Mbps-39791878.mp4?v=0" type="video/mp4"><img src="//rossignolaustralia.com.au/cdn/shop/files/preview_images/7482e7b05b5548a4abc3f5bf49410557.thumbnail.0000000000_1100x.jpg?v=1734408833"></video> </div> </div> </div> </native-video> <safe-load-scripts class="hidden"> <script src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/component-native-video.js?v=5922960944063582091712543541" type="module" defer="defer" data-flow-load-key="component-native-video"></script> </safe-load-scripts> </div> <div class="hero-video--text"> <div class="hero-video--text-content text-align-center"> <div class="text-content--inner wow fadeInUp"> </div> </div> </div> </div> </section> <style> .homepage-content--template--17732951933148__video_video_hero_xpyNNg .hero-video--text { color: #262428; } .homepage-content--template--17732951933148__video_video_hero_xpyNNg .homepage-section-btn { color: #ffffff; background-color: #262428; } .homepage-content--template--17732951933148__video_video_hero_xpyNNg .homepage-section-btn:hover { color: #ffffff; background-color: #494949; } .homepage-content--template--17732951933148__video_video_hero_xpyNNg .hero-video--text .hero-video--text-title a { color: #262428; } .homepage-sections--title { margin-bottom: 0; } .hero-video--text-content div.hero-video--text-subtitle { margin-bottom: 0; } .hero-video--text-subtitle p { margin-bottom: 0; } .hero-video--text-content .homepage-section-btn { margin-top: 0; } </style> </div><div id="shopify-section-template--17732951933148__22-logo-list" class="shopify-section homepage-section--logo-bar-wrapper show-on-scroll"><link rel="preload" href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-logo-list.min.css?v=145263236180481054811712543541" as="style" onload="this.onload=null;this.rel='stylesheet'"/> <noscript><link href="//rossignolaustralia.com.au/cdn/shop/t/7/assets/section-logo-list.min.css?v=145263236180481054811712543541" rel="stylesheet" type="text/css" media="all" /></noscript> <div class="homepage-sections-wrapper homepage-sections-wrapper--white" data-wetheme-section-type="image--logo-list" data-wetheme-section-id="template--17732951933148__22-logo-list" > <div class="wrapper show-on-scroll logo-bar-section--template--17732951933148__22-logo-list"> <div class="sitewide--title-wrapper"> <h2 class="homepage-sections--title">RESORT PARTNERS</h2> </div> <div> <div class="logo-bar"> <div class="logo-bar__item" style="width: 120px"> <div class="responsive-image-wrapper" style=""> <noscript aria-hidden="true"> <img class="logo-bar__image" src="//rossignolaustralia.com.au/cdn/shop/files/Artboard_10_1000x1000.jpg?v=1712624557" alt="" style="object-fit:cover;object-position:50.0% 50.0%!important;" loading="lazy" /> </noscript> <img loading="lazy" class="logo-bar__image js" style="max-width: 120px; max-height: 120px; object-fit:cover;object-position:50.0% 50.0%!important;" alt="" width="120" height="120" srcset="//rossignolaustralia.com.au/cdn/shop/files/Artboard_10.jpg?v=1712624557 120w" sizes="(min-width: 2000px) 1000px, (min-width: 1445px) calc(100vw / 2), (min-width: 1200px) calc(100vw / 1.75), (min-width: 1000px) calc(100vw / 1.5), (min-width: 750px) calc(100vw / 3), 100vw" src="//rossignolaustralia.com.au/cdn/shop/files/Artboard_10_1445x.jpg?v=1712624557" /> </div> </div> <div class="logo-bar__item" style="width: 120px"> <div class="responsive-image-wrapper" style=""> <noscript aria-hidden="true"> <img class="logo-bar__image" src="//rossignolaustralia.com.au/cdn/shop/files/Artboard_9_1000x1000.jpg?v=1712624557" alt="" style="object-fit:cover;object-position:50.0% 50.0%!important;" loading="lazy" /> </noscript> <img loading="lazy" class="logo-bar__image js" style="max-width: 120px; max-height: 120px; object-fit:cover;object-position:50.0% 50.0%!important;" alt="" width="120" height="120" srcset="//rossignolaustralia.com.au/cdn/shop/files/Artboard_9.jpg?v=1712624557 120w" sizes="(min-width: 2000px) 1000px, (min-width: 1445px) calc(100vw / 2), (min-width: 1200px) calc(100vw / 1.75), (min-width: 1000px) calc(100vw / 1.5), (min-width: 750px) calc(100vw / 3), 100vw" src="//rossignolaustralia.com.au/cdn/shop/files/Artboard_9_1445x.jpg?v=1712624557" /> </div> </div> </div> </div> </div> </div> </div><script data-locksmith> var load = function () { Locksmith.ping(); Locksmith.util.on('submit', 'locksmith-resource-form', function (event) { event.preventDefault(); var data = Locksmith.util.serializeForm(event.target); Locksmith.postResource(data, { spinner: false, container: 'locksmith-content' }); }); Locksmith.util.on('click', 'locksmith-manual-trigger', function (event) { event.preventDefault(); Locksmith.postResource({}, { spinner: true, container: document }); }); Locksmith.submitPasscode = function (passcode) { Locksmith.postResource( { passcode: passcode }, { spinner: false, container: 'locksmith-content' } ); }; }; if (typeof Locksmith !== 'undefined') { load(); } else { window.addEventListener('load', load); } </script> </div> </div> <div class="footer-wrapper"> <!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--17732952391900__footer-main" class="shopify-section shopify-section-group-footer-group"> <footer class="footer-main site-footer footer-alignment--left" data-wetheme-section-type="footer-main" data-wetheme-section-id="sections--17732952391900__footer-main" > <div class="wrapper-padded"> <div class="grid"> <div class="grid__item large--one-third medium--one-half small--one-whole links-footer" > <div class="h3 footer-header">Quick links</div> <ul class="footer-content nav-link-animated--custom"> <li> <a class="animated-link--item" href="/pages/contact">Contact Us</a> </li> <li> <a class="animated-link--item" href="/pages/about-us">About Rossignol</a> </li> <li> <a class="animated-link--item" href="/pages/demo-booking-terms-conditions">Demo Terms and Conditions</a> </li> <li> <a class="animated-link--item" href="/pages/store-locator">Store Locator</a> </li> <li> <a class="animated-link--item" href="https://rossignolthredbo-pro.com.au/">Rossignol Industry Professionals</a> </li> <li> <a class="animated-link--item" href="/pages/look-binding-certification">LOOK Binding Certification</a> </li> </ul> </div> <div class="grid__item large--one-third medium--one-half small--one-whole social-media-footer" > <div class="h3 footer-header">Get connected</div> <ul id="sm-icons" class="clearfix "> <li id="sm-facebook"><a href="https://www.facebook.com/RossignolAustralia" target="_blank"> <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="" > <path d="M17 2H14C12.6739 2 11.4021 2.52678 10.4645 3.46447C9.52678 4.40215 9 5.67392 9 7V10H6V14H9V22H13V14H16L17 10H13V7C13 6.73478 13.1054 6.48043 13.2929 6.29289C13.4804 6.10536 13.7348 6 14 6H17V2Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a></li> <li id="sm-instagram"><a href="https://www.instagram.com/rossignolaustralia/" target="_blank"> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="" > <path d="M12.5 16C13.5609 16 14.5783 15.5786 15.3284 14.8284C16.0786 14.0783 16.5 13.0609 16.5 12C16.5 10.9391 16.0786 9.92172 15.3284 9.17157C14.5783 8.42143 13.5609 8 12.5 8C11.4391 8 10.4217 8.42143 9.67157 9.17157C8.92143 9.92172 8.5 10.9391 8.5 12C8.5 13.0609 8.92143 14.0783 9.67157 14.8284C10.4217 15.5786 11.4391 16 12.5 16Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M3.5 16V8C3.5 6.67392 4.02678 5.40215 4.96447 4.46447C5.90215 3.52678 7.17392 3 8.5 3H16.5C17.8261 3 19.0979 3.52678 20.0355 4.46447C20.9732 5.40215 21.5 6.67392 21.5 8V16C21.5 17.3261 20.9732 18.5979 20.0355 19.5355C19.0979 20.4732 17.8261 21 16.5 21H8.5C7.17392 21 5.90215 20.4732 4.96447 19.5355C4.02678 18.5979 3.5 17.3261 3.5 16Z" stroke="currentColor" stroke-width="1.5"/> <path d="M18 6.51002L18.01 6.49902" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </a></li> </ul> </div> <div class="grid__item large--one-third medium--one-half small--one-whole newsletter-footer" > <div class="h3 footer-header">Newsletter</div> <form method="post" action="/contact#newsletter-footer_form" id="newsletter-footer_form" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer" /><input type="hidden" name="utf8" value="✓" /> <div class="input-group"> <input type="email" value="" placeholder="email@example.com" name="contact[email]" id="Email" class="input-group-field footer-email-input" aria-label="email@example.com"> <input type="hidden" name="contact[tags]" value="newsletter"> <span> <input type="submit" class="btn footer-email-submit" name="subscribe" id="subscribe" value="Subscribe"> </span> </div> </form> </div> </div> </div> </footer> </div><div id="shopify-section-sections--17732952391900__footer-bottom" class="shopify-section shopify-section-group-footer-group"> <div class="footer-bottom site-footer footer-alignment--center" data-wetheme-section-type="footer-bottom" data-wetheme-section-id="sections--17732952391900__footer-bottom" > <div class="wrapper-padded"> <div class="bottom--footer"> <div class="bottom--footer-row"> <div class="bottom--footer---localization"> </div> </div> <div class="bottom--footer---copyright copyright--mobile"> <ul class="bottom--footer---links nav-link-animated--custom"> <li><a class="animated-link--item" href="/">© 2025, Rossignol Australia</a></li><!-- --><li><a class="animated-link--item" target="_blank" rel="nofollow" href="https://www.shopify.com?utm_campaign=poweredby&utm_medium=shopify&utm_source=onlinestore">Powered by Shopify</a></li> </ul> </div> </div> </div> </div> </div> <!-- END sections: footer-group --> </div> <script defer type="module" src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/theme.min.js?v=172006432691988873111712543541"></script> <script defer src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/SafeLoadScripts.js?v=117039806523965685941712543541"></script> <script defer nomodule src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/theme.legacy.min.js?v=144614771533855857851712543541"></script> <style> back-to-top { position: fixed; right: calc(22.5px - 1px); bottom: calc(22.5px - 1px); z-index: 101; opacity: 0; transform: translateY(100px); transition: transform 1s ease, opacity 1s ease; } @media screen and (max-width: 767px) { back-to-top { right: calc(15px - 1px); bottom: calc(15px - 1px); } } @media(prefers-reduced-motion:reduce) { back-to-top { transition: none; } } back-to-top.back-to-top--visible { opacity: 1; transform: translateY(0); } .back-to-top-button { border: none; background-color: transparent; padding: 1px; } .back-to-top-button span { width: 42px; height: 42px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: var(--primary-btn-bg-color); color: var(--primary-btn-text-color); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); border-radius: var(--alt-btn-border-radius); transition: background-color .15s ease-in-out; } .back-to-top-button:hover span, .back-to-top-button:focus span { background-color: var(--primary-btn-bg-hover-color); color: var(--primary-btn-text-hover-color); } </style> <back-to-top> <button class="back-to-top-button alt-focus" data-selector="back-to-top-button" aria-label="Scroll to top"> <span> <svg viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg" width="24" height="24" class="chevron-up" > <path d="M6.5 15L12.5 9L18.5 15" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg> </span> </button> </back-to-top> <script src="//rossignolaustralia.com.au/cdn/shop/t/7/assets/component-back-to-top.js?v=152618645430301030381712543541" type="module" defer="defer" data-envy-load-key="component-back-to-top"></script> <script type="application/json" id="wetheme-global"> { "translations": { "addToCart": "Add to cart", "added": "Added", "soldOut": "Sold out", "unavailable": "Unavailable", "no_results_html": "Your search for \"{{ terms }}\" did not yield any results.", "results_for_html": "Your search for \"{{ terms }}\" revealed the following:", "products": "Products", "pages": "Pages", "collections": "Collections", "articles": "Articles", "suggestions": "Suggestions", "quick_shop": "Quick view", "view_options": "View options", "read_more_html": "Read more", "read_less_html": "Read less", "youve_viewed": "You\u0026#39;ve viewed {{ x }} of {{ y }} products", "load_more": "Load more", "productAdded": "Added", "loading": "loading...", "giftwrap_label": "Gift wrap", "yes": "Yes", "days": "Days", "hours": "Hours", "minutes": "Minutes", "seconds": "Seconds" }, "moneyFormat": "${{amount}}", "giftwrapProduct": null } </script> <div id="shopify-block-AQm80VmdXSVU5K3UrQ__12323911208813629278" class="shopify-block shopify-app-block"></div><div id="shopify-block-AVnQrTGNSU0ZnV2FTW__4926329458556924605" class="shopify-block shopify-app-block"> <style> div#signatureDataDisplay { display: none; } #clearButton { background-color: #1c1c1c; /* Background color for the button */ color: #ffffff; /* Text color for the button */ padding: 10px 20px; /* Padding inside the button */ border: none; /* Remove the button border */ border-radius: 5px; /* Rounded corners */ cursor: pointer; /* Show a pointer cursor when hovering */ } #clearButton:hover { background-color: #cc0000 !important; /* Change the background color on hover */ } label#signlabel { display: block; text-align: start } canvas#signatureCanvas { display: block; border: 1px solid #000000; } button#clearButton { display: block; } button#clearButton { display: block; margin: 10px 0; } .occartsigninner { text-align: end; display: flex; margin: 15px 0; } .occartsigninner .occartsignform { min-width: 35rem; } </style> <script> var oc_cartsignature_shopUrl = Shopify.shop; console.log(oc_cartsignature_shopUrl); var oc_cartsignature_settings = {}; </script> <script src="https://cdn.shopify.com/extensions/d268e590-df6d-4fe5-b868-ddf917823461/oc-customer-signature-37/assets/cartsingnture.js" defer></script></div><div id="shopify-block-AUnFiOG53NFUxWVJ6L__17608008949125329497" class="shopify-block shopify-app-block"><!-- BEGIN app snippet: meety-script --><script> (function() { function loadStyle(stylesheetUrl) { const head = document.head; var stylesheet = document.createElement('link'); stylesheet.rel = 'stylesheet'; stylesheet.type = 'text/css'; stylesheet.media = 'all'; stylesheet.href = stylesheetUrl; head.appendChild(stylesheet); } function loadScript(scriptUrl, type, callback) { const head = document.head; const script = document.createElement('script'); script.type = type; script.src = scriptUrl; script.onreadystatechange = callback; script.onload = callback; head.appendChild(script); } if (typeof window.Meety === 'undefined' && !window.__isLoadingMeety) { window.__isLoadingMeety = true; loadStyle('https://cdn.shopify.com/extensions/1e8bfe1c-6e13-402b-97ed-3552ead013d5/meety-727/assets/meety-app.css'); loadScript('https://cdn.shopify.com/extensions/1e8bfe1c-6e13-402b-97ed-3552ead013d5/meety-727/assets/meety-app.js', 'module', function() { const shopId = '62335582428'; const shopUrl = "https:\/\/rossignolaustralia.com.au"; const template = 'index' const firstVariantId = ''; const product = null; const cartItems = []; const customer =null; const locales = { 'button.schedule_text': 'Schedule your time', 'button.bundle_text': 'Schedule your bundle', }; const assetUrl = "https://cdn.shopify.com/extensions/1e8bfe1c-6e13-402b-97ed-3552ead013d5/meety-727/assets/meety_asset_placeholder.css"; const isAppBlock = false; const isGiftCard = false; const useAddToCartStyle = false; const themeSettings =[{"id":1,"data":{"variant":"input[name=\"id\"],select[name=\"id\"],#formVariantId","buyButton":".shopify-payment-button,div.instant-buy","container":".product_details_info,.product-detail,.product:not(title):not(body),.product-single,.product-single__meta,div[data-product-featured],product-info,section[data-section-type=\"product\"],section.product--container,form[action*=\"/cart/add\"]:not(.installment):not([id*=installment]):not(.js-instalments-form)","submitForm":"form[action*=\"/cart/add\"]:not(.installment):not([id*=installment]):not(.js-instalments-form)","hideElements":null,"hideQuantity":false,"addToCartText":"span","quantityInput":"input[name=\"quantity\"]","addToCartButton":"button[name=\"add\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),input[type=\"submit\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),button[type=\"submit\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),button[type=\"submit\"]:not(.shopify-payment-button__more-options):not(.shopify-payment-button__button):not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),input[type=\"button\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.button_add_to_cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.button--addToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.btn-add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.btn-addtocart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add-to-cart-button:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.addtocart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add_to_cart_btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.addToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.AddToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.qsc-btn--add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#AddToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#add-to-cart-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#shopify_add_to_cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#btn-add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#addToCartButton:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#btnAddToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add-to-cart-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.button-add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add_to_cart_button:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.AddtoCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.btn--sticky_addtocart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add_to_cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#addToCartBtn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.btn_add_to_cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.hs-btn-add-to-cart-2:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product-atc__button:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.g-stickybar-buynow:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.btn--add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#new-form-atc:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.cart__checkout-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product-atc-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product-form--atc-button:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.shg-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product_buttonContainer-addToCart a:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#mwAddToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.complete-design-a:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#button-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.add-to-cart input.button:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#addtc-sticky-bar .addtc-sticky-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.lh-external:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.lh-buy-now:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product-form--add-to-cart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product-buy-buttons--cta:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.tt-btn-addtocart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),#main-atc-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),[data-product-menu-button-addtocart]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.shopify-payment-btn:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),.product-submit:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone)","buttonContainer":".meety-block-buttons,button[name=\"add\"],input[type=\"submit\"],button[type=\"submit\"],button[type=\"submit\"]:not(.shopify-payment-button__more-options):not(.shopify-payment-button__button),input[type=\"button\"],.button_add_to_cart,.button--addToCart,.btn-add-to-cart,.btn-addtocart,.add-to-cart,.add-to-cart-button,.addtocart,.add_to_cart_btn,.addToCart,.AddToCart,.qsc-btn--add-to-cart,#AddToCart,#add-to-cart-btn,#shopify_add_to_cart,#btn-add-to-cart,#addToCartButton,#add-to-cart,#btnAddToCart,.add-to-cart-btn,.button-add-to-cart,.add_to_cart_button,.AddtoCart,.btn--sticky_addtocart,.add_to_cart,#addToCartBtn,.btn_add_to_cart,.hs-btn-add-to-cart-2,.product-atc__button,.g-stickybar-buynow,.btn--add-to-cart,#new-form-atc,.cart__checkout-btn,.product-atc-btn,.product-form--atc-button,.shg-btn,.product_buttonContainer-addToCart a,#mwAddToCart,.complete-design-a,#button-cart,.add-to-cart input.button,#addtc-sticky-bar .addtc-sticky-btn,.lh-external,.lh-buy-now,.product-form--add-to-cart,.product-buy-buttons--cta,.tt-btn-addtocart,#main-atc-btn,[data-product-menu-button-addtocart],.shopify-payment-btn,.product-submit,.shopify-payment-button,div.instant-buy","quantityContainer":".product-form__quantity","showAddToCartButton":false,"addToCartExcludeClassnames":null}},{"id":2,"data":{"variant":"input[type=\"hidden\"][name=\"id\"],select[name=\"id\"]","buyButton":"button[type=\"submit\"]","container":".prod_sticky","addToCartText":"span","addToCartButton":"button[type=\"submit\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone)","buttonContainer":"button[type=\"submit\"]","addToCartExcludeClassnames":null}},{"id":3,"data":{"cartItems":".cart-item","container":"cart-drawer","plusButton":"button[name=\"plus\"]","minusButton":"button[name=\"minus\"]","removeButton":"cart-remove-button","productOption":"div.product-option","quantityInput":"input[name=\"updates[]\"]","buttonCheckout":"button[name=\"checkout\"]","checkoutButton":"button[name=\"checkout\"]","elementRemoved":1,"productOptionTitle":"dt","productOptionValue":"dd"}},{"id":4,"data":{"cartItems":".cart-item","container":"cart-items","plusButton":"button[name=\"plus\"]","minusButton":"button[name=\"minus\"]","removeButton":"cart-remove-button","productOption":"div.product-option","quantityInput":"input[name=\"updates[]\"]","buttonCheckout":"button#checkout","checkoutButton":"button#checkout","elementRemoved":1,"productOptionTitle":"dt","productOptionValue":"dd"}},{"id":5,"data":{"container":"#ProductGridContainer"}},{"id":6,"data":{"variant":"input[type=\"hidden\"][name=\"id\"],select[name=\"id\"]","buyButton":".shopify-payment-button,div.instant-buy","container":"form[action*=\"/cart/add\"]","addToCartText":"span","addToCartButton":"button[name=\"add\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),button[type=\"submit\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),button.product-form--atc-button:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone),button#AddToCart:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone)","buttonContainer":".meety-block-buttons,button[name=\"add\"],button[type=\"submit\"],button.product-form--atc-button,button#AddToCart,.shopify-payment-button","addToCartExcludeClassnames":null}},{"id":7,"data":{"section":"div.core__column--wrapper div.core__blocks--body","sections":"section.ecom-section > div.core__row--columns","productLink":"a.ecom__element--button[href^=\"/products/\"]"}},{"id":8,"data":{"buyButton":"a.ecom__element--button[href^=\"/products/\"]","variantElement":"a.ecom__element--button[href^=\"/products/\"]"}},{"id":9,"data":{"container":"slider-component"}},{"id":10,"data":{"variant":"input[name=\"id\"],select[name=\"id\"],#formVariantId","container":"form[action*=\"/cart/add\"]","addToCartText":"span","addToCartButton":"button[name=\"add\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone)","buttonContainer":"button[name=\"add\"]","addToCartExcludeClassnames":null}},{"id":11,"data":{"featuredProducts":"div.featured-product"}},{"id":12,"data":{"forms":"form[action*=\"/cart/add\"]","variant":"input[name=\"id\"],select[name=\"id\"]","buyButton":"div.shopify-payment-button","addToCartText":"span","formAddButton":"button[name=\"add\"]","addToCartButton":"button[name=\"add\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone)","buttonContainer":"div.shopify-payment-button","addToCartExcludeClassnames":null}},{"id":15,"data":{"container":"body"}},{"id":16,"data":{"variant":"select[name=\"id\"],input[name=\"id\"]","buyButton":".shopify-payment-button","container":"quick-add-modal,.quick-product-modal","hideQuantity":false,"addToCartText":"span","quantityInput":"input[name=\"quantity\"],input[name=\"updates[]\"]","addToCartButton":"button[name=\"add\"]:not(.meety-block-schedule-button-clone):not(.meety-block-bundle-button-clone)","buttonContainer":".shopify-payment-button","quantityContainer":".product-form__quantity","showAddToCartButton":false,"_deprecated_addButton":"button[name=\"add\"]","_deprecated_openModalForm":"form[action*=\"/cart/add\"]","_deprecated_triggerElement":null,"addToCartExcludeClassnames":null,"_deprecated_triggerAttribute":"open"}},{"id":17,"data":{"textLink":"Manage bookings","container":".customer__title","showManageBooking":true}}]; const compactServices =[["id","status","allowMultipleSlots","sProductId","totalVariant","bookingTypeId","durationSeconds","subsBookingTypeId","minDurationDays","maxDurationDays","dayOrNight","isFixedPrice","sVariantId","sHandle","minCapacity","timezoneId","lockTimezone"],[79986,1,0,"8569161908444",2,1,"5400",3,1,3,0,0,"45174802809052","demo-blackops-98-open",1,310,1,79986,1,0,"8569161908444",2,1,"5400",3,1,3,0,0,"45174802841820","demo-blackops-98-open",1,310,1,80612,1,0,"8595153551580",1,1,"5400",3,1,3,0,0,"45230408138972","demo-blackops-womens-98-open-w24",1,310,1,80722,1,0,"8595281117404",3,1,"5400",3,1,3,0,0,"45230754496732","demo-sender-104-ti-open-w24",1,310,1,80722,1,0,"8595281117404",3,1,"5400",3,1,3,0,0,"45230754529500","demo-sender-104-ti-open-w24",1,310,1,80722,1,0,"8595281117404",3,1,"5400",3,1,3,0,0,"45230754562268","demo-sender-104-ti-open-w24",1,310,1,80723,1,0,"8595281150172",2,1,"5400",3,1,3,0,0,"45230754595036","demo-sender-94-ti-open-w24",1,310,1,80723,1,0,"8595281150172",2,1,"5400",3,1,3,0,0,"45230754627804","demo-sender-94-ti-open-w24",1,310,1,80721,1,0,"8595281182940",1,1,"5400",3,1,3,0,0,"45230754660572","demo-rallybird-92-open-w24",1,310,1,80720,1,0,"8595281215708",1,1,"5400",3,1,3,0,0,"45230754693340","demo-rallybird-102-open-w24",1,310,1,80708,1,0,"8595281445084",2,1,"5400",3,1,3,0,0,"45230755545308","demo-blackops-womens-90-open-w24",1,310,1,80708,1,0,"8595281445084",2,1,"5400",3,1,3,0,0,"45230755578076","demo-blackops-womens-90-open-w24",1,310,1,80719,1,0,"8595281477852",2,1,"5400",3,1,3,0,0,"45230755610844","demo-nova-6-xpress-womens-11-gw-w24",1,310,1,80719,1,0,"8595281477852",2,1,"5400",3,1,3,0,0,"45230755643612","demo-nova-6-xpress-womens-11-gw-w24",1,310,1,80724,1,0,"8595281739996",2,1,"5400",3,1,3,0,0,"45230756888796","demp-nova-8-ca-xp11-w24",1,310,1,80724,1,0,"8595281739996",2,1,"5400",3,1,3,0,0,"45230756921564","demp-nova-8-ca-xp11-w24",1,310,1,80718,1,0,"8595281903836",2,1,"5400",3,1,3,0,0,"45230757380316","demo-nova-10-ti-xp11-w24",1,310,1,80718,1,0,"8595281903836",2,1,"5400",3,1,3,0,0,"45230757413084","demo-nova-10-ti-xp11-w24",1,310,1,80717,1,0,"8595282133212",2,1,"5400",3,1,3,0,0,"45230758232284","demo-hero-master-lt-r22-spx12-mtx-w24",1,310,1,80717,1,0,"8595282133212",2,1,"5400",3,1,3,0,0,"45230758297820","demo-hero-master-lt-r22-spx12-mtx-w24",1,310,1,80716,1,0,"8595282297052",3,1,"5400",3,1,3,0,0,"45230758953180","demo-hero-elite-st-ti-k-spx14-w24",1,310,1,80716,1,0,"8595282297052",3,1,"5400",3,1,3,0,0,"45230758985948","demo-hero-elite-st-ti-k-spx14-w24",1,310,1,80716,1,0,"8595282297052",3,1,"5400",3,1,3,0,0,"45230759018716","demo-hero-elite-st-ti-k-spx14-w24",1,310,1,80715,1,0,"8595282362588",2,1,"5400",3,1,3,0,0,"45230759248092","demo-hero-elite-mt-ca-k-nx12-w24",1,310,1,80715,1,0,"8595282362588",2,1,"5400",3,1,3,0,0,"45230759280860","demo-hero-elite-mt-ca-k-nx12-w24",1,310,1,80710,1,0,"8595282493660",2,1,"5400",3,1,3,0,0,"45230759805148","demo-experience-86-ti-konect-spx-14-w24",1,310,1,80710,1,0,"8595282493660",2,1,"5400",3,1,3,0,0,"45230759837916","demo-experience-86-ti-konect-spx-14-w24",1,310,1,80712,1,0,"8595282559196",2,1,"5400",3,1,3,0,0,"45230759903452","demo-experience-womens-86-basalt-konect-w24",1,310,1,80712,1,0,"8595282559196",2,1,"5400",3,1,3,0,0,"45230759936220","demo-experience-womens-86-basalt-konect-w24",1,310,1,80709,1,0,"8595282919644",2,1,"5400",3,1,3,0,0,"45230761509084","demo-experience-82-basalt-konect-nx-w24",1,310,1,80709,1,0,"8595282919644",2,1,"5400",3,1,3,0,0,"45230761541852","demo-experience-82-basalt-konect-nx-w24",1,310,1,80711,1,0,"8595282952412",2,1,"5400",3,1,3,0,0,"45230761574620","demo-experience-womens-82-basalt-xpress-w24",1,310,1,80711,1,0,"8595282952412",2,1,"5400",3,1,3,0,0,"45230761607388","demo-experience-womens-82-basalt-xpress-w24",1,310,1,80714,1,0,"8595283017948",2,1,"5400",3,1,3,0,0,"45230761836764","demo-forza-70-v-ti-k-spx14-w24",1,310,1,80714,1,0,"8595283017948",2,1,"5400",3,1,3,0,0,"45230761869532","demo-forza-70-v-ti-k-spx14-w24",1,310,1,80713,1,0,"8595283050716",2,1,"5400",3,1,3,0,0,"45230761902300","demo-forza-50-v-cam-nx-12-w24",1,310,1,80713,1,0,"8595283050716",2,1,"5400",3,1,3,0,0,"45230761935068","demo-forza-50-v-cam-nx-12-w24",1,310,1,80707,1,0,"8595283247324",2,1,"5400",3,1,3,0,0,"45230762721500","demo-arcade-84-konect-nx12-w24",1,310,1,80707,1,0,"8595283247324",2,1,"5400",3,1,3,0,0,"45230762754268","demo-arcade-84-konect-nx12-w24",1,310,1]]; window.__isLoadingMeety = false; window.Meety.loadScript = loadScript; window.Meety.start({ shopId, shopUrl, template, firstVariantId, product, cartItems, locales, assetUrl, isAppBlock, useAddToCartStyle, isGiftCard, customer, themeSettings, compactServices }); }) } })(); </script> <!-- END app snippet --><!-- BEGIN app snippet: meety-style --><style> @font-face { font-family: Poppins; font-weight: 400; font-style: normal; src: url("//rossignolaustralia.com.au/cdn/fonts/poppins/poppins_n4.934accbf9f5987aa89334210e6c1e9151f37d3b6.woff2?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=73679ccae31a831fc53a6e689b47fa79e7109e7107e71470a3b109ff56ef90cf") format("woff2"), url("//rossignolaustralia.com.au/cdn/fonts/poppins/poppins_n4.ee28d4489eaf5de9cf6e17e696991b5e9148c716.woff?h1=cm9zc2lnbm9sdGhyZWRiby5jb20uYXU&h2=cm9zc2lnbm9sdGhyZWRiby5hY2NvdW50Lm15c2hvcGlmeS5jb20&h3=cm9zc2lnbm9sYXVzdHJhbGlhLmNvbS5hdQ&hmac=f0f1d2fed23cab2d2512857a592f9fa1f98bf179a21fd995305cdaba89243420") format("woff"); } :root { --meety-block-button-horizontal-alignment: center; --meety-block-button-font-family:Poppins,-apple-system, "system-ui", sans-serif, Poppins; --meety-block-button-font-style: normal; --meety-block-button-font-weight: 400; --meety-block-button-font-size: 14px; --meety-block-button-border-radius: 10px; --meety-block-button-border-style: solid; --meety-block-button-width: 100%; --meety-block-button-height: 48px; --meety-block-button-margin: 0px 0px 0px 0px; --meety-block-button-schedule-background-color:#000001; --meety-block-button-schedule-text-color: #fffffd; --meety-block-button-schedule-border-color: #000001; --meety-block-button-schedule-border-width: 0px; --meety-block-button-subs-book-background-color:#000001; --meety-block-button-subs-book-text-color: #fffffd; --meety-block-button-subs-book-border-color: #000001; --meety-block-button-subs-book-border-width: 0px; --meety-block-loading-background-color: #fffffd; --meety-block-loading-foreground-color: #000001; } @keyframes meety-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .meety-block-buttons { align-items: var(--meety-block-button-horizontal-alignment, center); width: 100%; display: flex; flex-direction: column; justify-content: center; gap: 8px; } .meety-block-buttons * { box-sizing: border-box; } button.meety-block-button, a.meety-block-button { border-radius: var(--meety-block-button-border-radius, 10px); border-style: var(--meety-block-button-border-style, solid); font-family: var(--meety-block-button-font-family); font-style: var(--meety-block-button-font-style, normal); font-weight: var(--meety-block-button-font-weight, 400); font-size: var(--meety-block-button-font-size, 14px); width: var(--meety-block-button-width, 400px); min-height: var(--meety-block-button-height, 48px); margin: var(--meety-block-button-margin, auto); text-align: center !important; line-height: 150%; cursor: pointer; outline: none; display: flex; justify-content: center; align-items: center; } button.meety-block-schedule-button, a.meety-block-schedule-button { background: var( --meety-block-button-schedule-background-color, #000001 ) !important; color: var(--meety-block-button-schedule-text-color, #fffffd) !important; border-color: var(--meety-block-button-schedule-border-color, #000001) !important; border-width: var(--meety-block-button-schedule-border-width, 0px) !important; } button.meety-block-bundle-button, a.meety-block-bundle-button { background: var( --meety-block-button-subs-book-background-color, #000001 ) !important; color: var(--meety-block-button-subs-book-text-color, #fffffd) !important; border-color: var(--meety-block-button-subs-book-border-color, #000001) !important; border-width: var(--meety-block-button-subs-book-border-width, 0px) !important; display: none; } a.meety-block-button, a.meety-block-schedule-button, a.meety-block-bundle-button { text-decoration: none; } .meety-button-disabled { pointer-events: none !important; } .meety-block-loading-indicator { border: 4px solid var(--meety-block-loading-background-color, #f5f8fa); border-top: 4px solid var(--meety-block-loading-foreground-color, #000001); border-radius: 50%; width: 30px !important; height: 30px !important; animation: meety-spin 1s linear infinite; margin: auto; } .meety-loading-indicator { border: 4px solid var(--meety-background-subdued, #f5f8fa); border-top: 4px solid var(--meety-button-color-primary, #000001); border-radius: 50%; width: 30px !important; height: 30px !important; animation: meety-spin 1s linear infinite; margin: auto; display: flex !important; } .meety-skeleton { background-color: #dfdfdf; } .meety-visible { --meety-visible-display: initial; display: var(--meety-visible-display) !important; } </style> <!-- END app snippet --> <bookings-element> <meety-template> <template id='meety-block-buttons'> <!-- BEGIN app snippet: meety-block-buttons --> <div class='meety-block-buttons '> <button class='meety-block-button meety-block-schedule-button'> Schedule your time </button> <button class='meety-block-button meety-block-bundle-button'> Schedule your bundle </button> </div> <!-- END app snippet --> </template> </meety-template> </bookings-element> </div><div id="shopify-block-Ac1NyV1AwN0xoVFpoN__5784066569132941777" class="shopify-block shopify-app-block"><!-- begin --> <!-- end check show --> <!-- end --> </div></body> </html>