Lead #426
Best Contact
—
Email
info@chudleighhealth.comaddress (generic)
Override
Captured Pages
https://chudleighhealth.com/about-us/contact-us
Status: 200
Emails: email@example.com, info@chudleighhealth.comaddress
View text
Home About Us Services offered Shop Legal Notice Privacy Policy Longevity questionnaire quiz About Us Professinal Fees Contact us Professinal Fees Contact us Services offered Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Shop Legal Notice Privacy Policy Longevity questionnaire quiz SearchSearch Contact usConvenient and Affordable OsteopathyFeesOsteopathyNew patient consultation FeesMonday to Friday, 09:30 am – 16:30 pm: £65Appointments with John Evans £85Out of hours: £85 Continuing Patients: Monday to Friday, 09:30-16:30 pm £35Appointment with John Evans £50Out of Hours: £50 Whats appGet in touchTelephone: 07902 065739E-mail: info@chudleighhealth.comAddress: 90 Fore stree, Chudleigh, TQ13 0HT, Devon, UKiWe need your consent to load this mapWe use a third party service to embed maps content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the map.AcceptName*This field is required.MessageE-mail*This field is required.Please enter a valid e-mail address.I hereby agree that this data will be stored and processed for the purpose of establishing contact. I am aware that I can revoke my consent at any time.*This field is required.*Please fill in all the required fields.SendMessage could not be sent. Please try again later.Message was successfully sent©Copyright. All rights reserved.We need your consent to load the translationsWe use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.DeclineAcceptThis site uses third-party website tracking technologies to provide and continually improve our services, and to display advertisements according to users’ interests. I agree and may revoke or change my consent at any time with effect for the future. MoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsStorePrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessToggleStoreMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('0a815b33-e5ff-4bd2-ac42-ec244ff7da96','{"skipNavigation":"Skip to Navigation","skipMainContent":"Skip to Main Content","skipFooter":"Skip to Footer"}');})(); (function(){ if (typeof Object.assign != "function") { Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { "use strict"; if (target == null) { throw new TypeError("Cannot convert undefined or null to object"); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { for (var nextKey in nextSource) { if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'websiteTranslator': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['websiteTranslator'] && window.CONSENT_REGISTRY['websiteTranslator'] ), { 'websiteTranslatorModule': { consentAction: function(element) { document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.removeEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.load_tlib(); }, revokeAction: function(element){ document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.addEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); }, showBlocker:function() {document.getElementById('pbModal').style.display = 'flex';},load_tlib:function() { if (!window.iwt_translate_script) { window.iwt_translate_script = document.createElement('script'); iwt_translate_script.src = 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2'; document.body.appendChild(iwt_translate_script); } }, } } ) } ); })(); (function(){ var moreItems = document.getElementsByClassName('navigation-more-item'); var moreItemsButton = document.getElementsByClassName('navigation-more-item-wrapper'); var anchors = document.getElementsByClassName('navigation-anchor'); var menuToggler = document.getElementById('menuToggleTrigger'); var menuTogglerFooter = document.getElementById('menuToggleTrigger-footer'); var subpageToggle = document.getElementsByClassName('subpageToggle'); var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var stickySection = document.getElementsByClassName('section-sticky'); var navigation = document.getElementsByClassName('navigation'); if(stickySection[0]){ for (const child of sectionRoot) { child.style.scrollMarginTop = headerSectionInner.offsetHeight + 'px' } } for(i = 0; i < moreItems.length; i++) { moreItems[i].setAttribute("onclick", ""); } for(i = 0; i < moreItemsButton.length; i++) { moreItemsButton[i].setAttribute("onclick", ""); } // close navigation in tablet/mobile mode when anchor is pressed for(i = 0; i < anchors.length; i++) { anchors[i].addEventListener("click", function(){ if(menuToggler?.checked) { menuToggler?.click(); } if(menuTogglerFooter?.checked) { menuTogglerFooter?.click(); } } ) } if(menuToggler) { menuToggler.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuToggler.click(); } }); menuToggler.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuToggler.checked.toString()); } }); } if(menuTogglerFooter) { menuTogglerFooter.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuTogglerFooter.click(); } }); menuTogglerFooter.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuTogglerFooter.checked.toString()); } }); } if (subpageToggle.length > 0) { for (let i = 0; i < subpageToggle.length; i++) { subpageToggle[i].addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); subpageToggle[i].click(); } }); } } if(navigation) { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', "false"); navigation[i].addEventListener('keydown', function(event) { if (event.key === 'Escape' || event.keyCode === 27) { event.preventDefault(); if(menuToggler?.checked){ menuToggler?.click(); } if(menuTogglerFooter?.checked){ menuTogglerFooter?.click(); } } }); } } })(); (function(){window.DownloadWarning({"iconSize":"16px","buttonClass":"jss128964","modalClass":"jss128963","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){ var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var header = document.querySelector('[data-zone-type="header"]'); var navigation = document.getElementsByClassName('navigation-root')[0]; var firstSectionContent = document.getElementsByClassName('section-content')[0]; var shoppingCart = document.getElementsByClassName('shopping-cart-root')[0]; var shoppingBox = document.getElementsByClassName('shopping-searchbox-root')[0]; var shoppingAccount = document.getElementsByClassName('shopping-account-root')[0]; var textRoot = document.getElementsByClassName('text-root'); var socialMediaIcons = document.getElementsByClassName('social-media-icon'); var socialMediaStroke = document.getElementsByClassName('social-media-stroke'); var logo = document.getElementsByClassName(getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'))[0] var activeThemeClass = getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'); ; var hadSticky = false; if(header?.classList.contains('section-sticky') && header?.classList.contains('section-overlaps')){ header.classList.remove('section-sticky'); hadSticky = true; } window.addEventListener("load", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); window.addEventListener("resize", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); if(hadSticky){ var headerBackgroundProps = JSON.parse(getComputedStyle(navigation).getPropertyValue('--sticky-bg-image')); if(headerBackgroundProps.backgroundAttachment){ headerSectionInner.style.backgroundAttachment = headerBackgroundProps.backgroundAttachment; } if(headerBackgroundProps.backgroundImage){ headerSectionInner.style.backgroundImage = headerBackgroundProps.backgroundImage; }else { headerSectionInner.style.backgroundImage = 'unset'; } if(headerBackgroundProps.backgroundSize){ headerSectionInner.style.backgroundSize = headerBackgroundProps.backgroundSize; } if(headerBackgroundProps.backgroundRepeat){ headerSectionInner.style.backgroundRepeat = headerBackgroundProps.backgroundRepeat; } if(headerBackgroundProps.backgroundPosition){ headerSectionInner.style.backgroundPosition = headerBackgroundProps.backgroundPosition; } headerSectionInner.style.backgroundColor = getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color'); ; var initialNavigationColor = getComputedStyle(navigation).getPropertyValue('--navigation-color'); var initialNavigationBackgroundColor = getComputedStyle(navigation).getPropertyValue('--navigation-background-color'); var initialBackgroundColorActive = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active'); var initialBackgroundColorActiveSecond = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active-second'); var initialNavigationActiveColor = getComputedStyle(navigation).getPropertyValue('--navigation-active-color'); var initialNavigationContrastColor = getComputedStyle(navigation).getPropertyValue('--navigation-contrast-color'); var initialTextContainerColor = getComputedStyle(textRoot[0]).getPropertyValue('--text-container-color'); var initialSocialColor = document.getElementsByClassName('social-media-icon')[0]?.getAttribute("fill"); var initialH1 = firstSectionContent.getAttribute("--heading-color-h1"); var initialH2 = firstSectionContent.getAttribute("--heading-color-h2"); var initialH3 = firstSectionContent.getAttribute("--heading-color-h3"); var initialH4 = firstSectionContent.getAttribute("--heading-color-h4"); var initialH5 = firstSectionContent.getAttribute("--heading-color-h5"); var initialH6 = firstSectionContent.getAttribute("--heading-color-h6"); ; document.addEventListener('scroll', function(){ if(window.scrollY){ header.classList.add('section-sticky'); headerSectionInner.style.opacity = 1; if (activeThemeClass) { logo?.classList.add(activeThemeClass+'-sticky'); logo?.classList.remove(activeThemeClass); } if(firstSectionContent){ firstSectionContent.style.setProperty('--heading-color-h1', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h1')); firstSectionContent.style.setProperty('--heading-color-h2', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h2')); firstSectionContent.style.setProperty('--heading-color-h3', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h3')); firstSectionContent.style.setProperty('--heading-color-h4', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h4')); firstSectionContent.style.setProperty('--heading-color-h5', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h5')); firstSectionContent.style.setProperty('--heading-color-h6', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h6')); } // add geometry var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.add(sectionGeometryName, 'section-geometry'); } // override the navigation css variables on scroll navigation.style.setProperty( '--navigation-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); navigation.style.setProperty( '--navigation-background-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color') ); navigation.style.setProperty( '--navigation-background-color-active', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active') ); navigation.style.setProperty( '--navigation-background-color-active-second', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active-second') ); navigation.style.setProperty( '--navigation-active-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-active-color') ); navigation.style.setProperty( '--navigation-contrast-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-contrast-color') ); // set description module if (header.contains(textRoot[0])) { textRoot[0].style.setProperty( '--text-container-color', getComputedStyle(navigation).getPropertyValue('--sticky-text-container-color') ); } //set shopping modules shoppingCart?.style.setProperty( '--shopping-cart-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-body-text-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingAccount?.style.setProperty( '--shopping-account-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); // set social media colors for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } ; }else{ headerSectionInner.style.opacity = 0; header.classList.remove('section-sticky'); if (activeThemeClass) { logo?.classList.remove(activeThemeClass+'-sticky'); logo?.classList.add(activeThemeClass); } var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.remove(sectionGeometryName, 'section-geometry'); } // revert styles navigation.style.setProperty('--navigation-color', initialNavigationColor); navigation.style.setProperty('--navigation-background-color', initialNavigationBackgroundColor); navigation.style.setProperty('--navigation-background-color-active', initialBackgroundColorActive); navigation.style.setProperty('--navigation-background-color-active-second', initialBackgroundColorActiveSecond); navigation.style.setProperty('--navigation-active-color', initialNavigationActiveColor); navigation.style.setProperty('--navigation-contrast-color', initialNavigationContrastColor); shoppingCart?.style.setProperty('--shopping-cart-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-body-text-color', initialNavigationColor); shoppingAccount?.style.setProperty('--shopping-account-color', initialNavigationColor); for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = initialSocialColor; } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = initialSocialColor; } } if (header.contains(textRoot[0])) { textRoot[0].style.setProperty('--text-container-color', initialTextContainerColor); } if(firstSectionContent) { firstSectionContent.style.setProperty('--heading-color-h1', initialH1); firstSectionContent.style.setProperty('--heading-color-h2', initialH2); firstSectionContent.style.setProperty('--heading-color-h3', initialH3); firstSectionContent.style.setProperty('--heading-color-h4', initialH4); firstSectionContent.style.setProperty('--heading-color-h5', initialH5); firstSectionContent.style.setProperty('--heading-color-h6', initialH6); } ; } }) } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'shops': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['shops'] && window.CONSENT_REGISTRY['shops'] ), { 'shopModule': { consentAction: function(element) { window.goxEcwidIntegration && window.goxEcwidIntegration.acceptConsent(); }, revokeAction: function(element){ window.goxEcwidIntegration && window.goxEcwidIntegration.revokeConsent(); }, undefined } } ) } ); })(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.LoadShopCart && goxEcwid.LoadShopCart('https://app.ecwid.com/', '119740002', false); goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'maps': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['maps'] && window.CONSENT_REGISTRY['maps'] ), { 'mapModule': { consentAction: function(element) { var dataSrc = element.attributes.getNamedItem('data-src'); var src = dataSrc ? dataSrc.value : undefined; var iframe = element.parentNode?.getElementsByTagName('iframe')[0]; if (iframe) { !!src && iframe.setAttribute('src', src); !!src && iframe.setAttribute('title', 'Map'); } else { iframe = document.createElement('iframe'); !!src && iframe.setAttribute('title', 'Map'); !!src && iframe.setAttribute('src', src); iframe.setAttribute('allowFullScreen', true); element.appendChild(iframe); } element.style.display = 'block'; iframe.classList.add('map-iframe'); }, revokeAction: function(element){ var iframe = element.parentNode?.getElementsByTagName('iframe')[0]; if (iframe) { iframe.setAttribute('src', ''); } element.style.display = 'none'; }, undefined } } ) } ); })(); (function(){ window.initFormProcessors = window.initFormProcessors || []; window.initFormProcessors.push(function() { window.FormProcessor({ formId: 'bc9d3319-9a08-4446-a9d8-3acead1bed8f', errorClasses: { textInput: 'form-input-error', checkboxInput: 'form-checkbox-icon-error-filled', label: 'form-label-error' }, captcha: { isActive: true, texts: { title: 'Security Check', inputPlaceholder: 'Please enter the code', button: 'Submit', error: 'Invalid Captcha code. Try again.' }, classes: { modal: 'form-captcha-modal', button: 'form-button form-button-shape-smooth form-button-fill-filled', input: 'form-input form-input-smooth form-input-filled' }, styles: {"--font-family":"SourceSansPro","--font-size":"16px","--font-weight":"normal","--word-wrap":"break-word","--overflow-wrap":"break-word","--font-style":"normal","--text-decoration":"none","--letter-spacing":"normal","--line-height":"normal","--text-transform":"none","--font-family-button":"SourceSansPro","--font-size-button":"16px","--font-weight-button":"normal","--word-wrap-button":"break-word","--overflow-wrap-button":"break-word","--font-style-button":"normal","--text-decoration-button":"none","--letter-spacing-button":"normal","--line-height-button":"normal","--text-transform-button":"none","--button-background-color":"#464b43","--button-color-primary":"#f8f8f8","--button-color-link":"#464b43","--button-color-ghost":"#464b43","--form-button-palette-color":"#F6F9F4","--form-body-text-color":"#494949","--form-button-contrast-color":"#464b43","--form-captcha-bg-color":"#fff","--form-captcha-text-color":"#000000","--form-contrast-error-color":"rgb(255, 176, 176)","--form-error-color":"rgb(206, 9, 9)","--form-error-color-important":"rgb(206, 9, 9) !important","--form-higher-button-contrast-color":"#151515","--form-module-active-color-body-text":"#494949","--form-module-active-color-button":"#464b43","--form-padding":"12px 16px","--form-success-color":"rgb(0, 124, 0)","--form-module-active-color-body-text-fade-02":"rgba(73, 73, 73, 0.2)","--form-module-active-color-body-text-fade-01":"rgba(73, 73, 73, 0.1)","--form-button-contrast-color-fade-01":"rgba(70, 75, 67, 0.1)","--form-button-contrast-color-fade-09":"rgba(70, 75, 67, 0.9)","--form-button-palette-color-fade-09":"rgba(246, 249, 244, 0.9)","--form-checkbox-svg":"url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IGZpbGw6IHJnYmEoNzMsIDczLCA3MywgMSkiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgICA8cGF0aCBkPSJNMjIsNC40bC0yLjctMi4zQzE5LjIsMiwxOS4xLDIsMTksMmMtMC4xLDAtMC4yLDAuMS0wLjMsMC4xTDksMTUuNWMwLDAtMy44LTMuOS0zLjktNGMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjNzLTAuMywwLjEtMC40LDAuMlMyLjgsMTMsMi4xLDEzLjhMMiwxMy45Yy0wLjEsMC4xLTAuMSwwLjItMC4xLDAuM3MwLDAuMiwwLjEsMC4zbDAuMSwwLjFjMCwwLDYuNyw3LDYuOCw3LjFDOSwyMS44LDkuMiwyMiw5LjQsMjJzMC40LTAuMiwwLjUtMC4zTDIyLDVjMC4xLTAuMSwwLjEtMC4yLDAuMS0wLjNDMjIuMSw0LjYsMjIsNC41LDIyLDQuNHoiLz4KICA8L3N2Zz4=')","--form-checkbox-size":"16px","--form-checkbox-icon-size":"20px"} } }); }); })(); (function(){let trackingId = '+ZLN+YAuligPybP5q3hWppcCdp+J3TNnnLQTBhSKE+4Pts4Shr1KQS/DTYVpVA+sVbQQSO8JwuLtYLZiUwD+Kc8JIXIha7cgUFFmksk5RuU=';if (typeof trackingId === "string" && trackingId.length > 0) {let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;sel.onload = function () {document.head.removeChild(this);if (window.NSfTIF) {window.NSfTIF.track({ ta: trackingId });}};sel.src = '//cdn.pagepulse.info/js/22728.js';document.head.appendChild(sel);}})(); (function(){function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}const isIOS = detectIOS();if (isIOS) {let sections = window.document.body.querySelectorAll("[data-styled-section-id]");sections.forEach(function(section){section.style.backgroundAttachment= 'scroll';});}})(); (function(){var ua = window.navigator.userAgent;var trident = ua.indexOf('Trident/');var msie = ua.indexOf("MSIE");if(trident > 0 || msie > 0) {setTimeout(function() {document.getElementById('old-browser-banner').style.top = 0;},1000);function handleCloseIEBanner() {document.getElementById('old-browser-banner').style.top = '-500px';}document.head.insertAdjacentHTML("beforeend", " <style> .old-browser-banner, .old-browser-banner * { box-sizing: border-box; } .old-browser-banner .banner-close-btn { position: absolute; top: 50%; padding: 7px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 10px; z-index: 2; color: white; cursor: pointer; border-radius: 4px; background-color: #111; } .old-browser-banner .banner-close-btn:hover { background-color: #222; } .old-browser-banner { display: flex; display: -ms-flexbox; position: fixed; width: 100%; top: -500px; left: 0; margin: 0; padding: 0; overflow: hidden; background: white; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); font-family: sans-serif; font-size: 16px; z-index: 333; transition: all ease-out 1s; -ms-transition: all ease-out 1s; } .old-browser-banner a { text-decoration: none; margin: 0 2px 0 2px; } .old-browser-banner .banner-wrapper { background: white; color: #718095; padding: 0.5em; width: 100%; display: flex; display: -ms-flexbox; align-items: center; justify-content: center; position: relative; max-width: 960px; margin: 0 auto; } .old-browser-banner .banner-text { margin-right: 12px; } .old-browser-banner h3 { font-weight: normal; font-size: 16px; margin: 0.5em; } .old-browser-banner h3 svg { vertical-align: middle; position: relative; top: -2px; } .old-browser-banner h3 strong { display: inline-block; background-color: #014a97; background-image: radial-gradient( ellipse 100% 160% at 65% 28%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ); color: white; padding: 0.3em; font-weight: normal; border-radius: 3px; font-size: 17px; } @media screen AND (max-width: 768px) { .old-browser-banner .banner-wrapper { flex-direction: column; -ms-flex-direction: column; } .old-browser-banner .banner-wrapper .browsers { margin: 10px 0 52px 0; } .old-browser-banner .banner-close-btn { right: 50%; transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%); bottom: 15px; top: auto; } } @media screen AND (max-width: 600px) { .old-browser-banner h3 { font-size: 14px; text-align: center; } .old-browser-banner h3 strong { font-size: 14px; display: flex; display: -ms-flexbox; flex-direction: column; -ms-flex-direction: column; align-items: center; } } ");document.body.insertAdjacentHTML("beforeend", "<div class='old-browser-banner' id='old-browser-banner'> <div class='banner-close-btn' id='banner-close-btn' onclick='handleCloseIEBanner()'> Close <div class='banner-wrapper'> <div class='banner-text'> <h3> <strong> <svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='#ffffff' > <path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' /> <span id='banner-title'>Your web browser is old and not fully supported. <h3 id='banner-subtitle'> For a better experience, please use a modern browser: <div class='browsers'> <a href='https://www.google.com/chrome/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M16,24.188c-1.625,0-3.104-0.438-4.438-1.312c-1.334-0.875-2.334-2-3-3.375L2,8c-1.375,2.459-2,5.209-2,8 c0,4,1.302,7.49,3.906,10.469c2.604,2.979,5.844,4.76,9.719,5.344l4.641-8.031C17.799,23.919,17.02,24.188,16,24.188z' fill='#4AAE48'/><path d='M10.969,9.531C12.447,8.386,14.125,8,16,8c0.25,0,13.75,0,13.75,0c-1.417-2.416-3.344-4.458-5.781-5.875 C21.531,0.709,18.875,0,16,0c-2.5,0-4.834,0.531-7,1.594C6.833,2.656,4.828,4.203,3.359,6.188L8,14 C8.458,12.209,9.489,10.678,10.969,9.531z' fill='#EA3939'/><path d='M30.797,10H21.5c1.625,1.625,2.688,3.709,2.688,6c0,1.709-0.479,3.271-1.438,4.688L16.188,32 c4.375-0.042,8.104-1.625,11.188-4.75C30.458,24.125,32,20.375,32,16C32,13.959,31.656,11.812,30.797,10z' fill='#FED14B'/><circle cx='16' cy='16' fill='#188FD1' r='6'/><g/><g/><g/><g/><g/><g/> <a href='https://www.mozilla.org/firefox/download/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M32,11.105c0,0.396-0.031,1.168-0.094,2.315c-0.063,1.146-0.198,2.273-0.406,3.379 c-0.209,1.105-0.594,2.346-1.156,3.723c-0.563,1.376-1.25,2.618-2.063,3.723c-0.812,1.104-1.927,2.148-3.343,3.128 c-1.417,0.979-3.021,1.68-4.812,2.096c-0.959,0.251-1.938,0.396-2.938,0.438c-0.041,0-0.124,0.021-0.249,0.062 c-0.835,0.041-1.667,0.041-2.5,0c-5.167-0.416-9.104-2.961-11.812-7.633c-1.25-2.212-1.96-4.317-2.125-6.319 c-0.125,0.584-0.21,1.085-0.25,1.501c-0.125-2.377,0.062-4.316,0.562-5.818C0.438,12.326,0.165,12.909,0,13.452 c0.333-1.877,0.771-3.358,1.312-4.442c0.04-0.25,0.29-0.71,0.75-1.376c0-0.084,0-0.146,0-0.188 C1.978,6.277,2.094,5.224,2.406,4.286s0.571-1.523,0.781-1.752c0.208-0.229,0.375-0.406,0.5-0.531 C3.728,3.003,4.25,3.962,5.25,4.88C5.5,4.921,5.728,4.943,5.938,4.943c1.04-0.209,2.125-0.188,3.25,0.062 c0.665-0.835,1.688-1.398,3.062-1.689l1.188-0.062c-1.21,0.709-1.938,1.73-2.188,3.065c0.458,0.959,1.062,1.439,1.812,1.439 c0.625,0,1.083,0,1.375,0c0.708,0,1.083,0.062,1.125,0.188v0.062v0.062c0.04,0.041,0.04,0.104,0,0.188v0.062v0.062 c-0.042,0.417-0.188,0.729-0.438,0.939c-0.042,0-0.062,0.01-0.062,0.031c0,0.021-0.022,0.031-0.062,0.031 c0,0.041-0.188,0.166-0.562,0.375c-0.5,0.333-0.897,0.604-1.188,0.813c-0.542,0.333-0.812,0.562-0.812,0.688v0.062h-0.062 c0.125,0.25,0.208,0.562,0.25,0.938c0.083,0.375,0.103,0.604,0.062,0.688c0,0.209,0,0.396,0,0.563c-0.5-0.25-0.979-0.417-1.438-0.5 c-0.585,0.25-0.917,0.521-1,0.812c-0.042,0.167-0.085,0.334-0.125,0.501c0,0.792,0.562,1.523,1.688,2.189 c0.458,0.292,0.927,0.46,1.406,0.501c0.478,0.042,0.853,0.021,1.125-0.062c0.271-0.084,0.603-0.209,1-0.376 c0.396-0.166,0.677-0.271,0.844-0.312c1.25-0.334,2.271-0.041,3.062,0.876c0.251,0.25,0.303,0.491,0.157,0.72 c-0.146,0.229-0.365,0.303-0.657,0.219c-0.124,0.041-0.208,0.053-0.249,0.031c-0.042-0.021-0.136,0-0.282,0.062 c-0.146,0.062-0.249,0.104-0.312,0.125c-0.063,0.021-0.167,0.084-0.312,0.188c-0.146,0.105-0.261,0.179-0.345,0.22 c-0.083,0.041-0.218,0.135-0.406,0.281c-0.188,0.146-0.343,0.24-0.468,0.281c-0.5,0.376-1.219,0.647-2.156,0.813 s-1.719,0.166-2.344,0c0.5,0.376,0.896,0.647,1.188,0.813c0.29,0.167,0.771,0.429,1.438,0.782c0.665,0.354,1.239,0.585,1.719,0.688 c0.478,0.104,1.083,0.156,1.812,0.156c0.729,0,1.396-0.125,2-0.376c0.604-0.25,1.249-0.677,1.938-1.282 c0.687-0.604,1.343-1.365,1.969-2.283c0.125-0.21,0.208-0.335,0.249-0.376c0.084,0-0.021,0.563-0.312,1.689 c-0.125,0.585-0.166,0.876-0.125,0.876c0.709-0.501,1.198-1.461,1.469-2.878c0.271-1.418,0.303-2.794,0.094-4.13 c0.5,0.209,0.854,0.604,1.062,1.189l0.126,0.125c0.249-0.793,0.396-1.825,0.438-3.098c0.041-1.272-0.084-2.325-0.375-3.159 c0.541,0.166,1.041,0.709,1.5,1.627c-0.125-0.668-0.313-1.283-0.562-1.846c-0.251-0.563-0.531-1.043-0.845-1.439 c-0.312-0.396-0.646-0.772-1-1.126c-0.354-0.354-0.718-0.647-1.093-0.876c-0.376-0.229-0.74-0.438-1.094-0.626 c-0.354-0.188-0.688-0.334-1-0.438c-0.313-0.104-0.595-0.188-0.844-0.25c-0.251-0.062-0.438-0.105-0.562-0.126 c-0.125-0.021-0.167-0.031-0.125-0.031c1.041-0.292,2.104-0.438,3.188-0.438C24,3.044,23.76,2.856,23.406,2.69 c-0.354-0.167-0.74-0.312-1.157-0.438c-0.416-0.125-0.822-0.229-1.218-0.312c-0.396-0.085-0.865-0.188-1.406-0.313h-0.062h0.124 c1.167-0.334,3-0.084,5.5,0.751c0.917,0.291,1.751,0.823,2.5,1.596c0.751,0.771,1.22,1.345,1.407,1.721 c0.187,0.375,0.322,0.688,0.406,0.938V6.381c0.041-0.209,0.01-0.531-0.094-0.97c-0.104-0.438-0.261-0.907-0.469-1.407 c0.041,0,0.104,0.031,0.188,0.094c0.083,0.062,0.239,0.291,0.469,0.688c0.229,0.396,0.489,0.97,0.78,1.72 c0.459,1.127,0.854,3.149,1.188,6.069l0.375-2.378C31.979,10.407,32,10.708,32,11.105z' fill='#EA7015'/><g/><g/><g/><g/><g/><g/> <a href='https://www.microsoft.com/edge' target='_blank'> <svg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 256 256'><defs><radialGradient id='b' cx='161.83' cy='68.91' r='95.38' gradientTransform='matrix(1 0 0 -.95 0 248.84)' gradientUnits='userSpaceOnUse'><stop offset='.72' stop-opacity='0'/><stop offset='.95' stop-opacity='.53'/><stop offset='1'/><radialGradient id='d' cx='-340.29' cy='62.99' r='143.24' gradientTransform='matrix(.15 -.99 -.8 -.12 176.64 -125.4)' gradientUnits='userSpaceOnUse'><stop offset='.76' stop-opacity='0'/><stop offset='.95' stop-opacity='.5'/><stop offset='1'/><radialGradient id='e' cx='113.37' cy='570.21' r='202.43' gradientTransform='matrix(-.04 1 2.13 .08 -1179.54 -106.69)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#35c1f1'/><stop offset='.11' stop-color='#34c1ed'/><stop offset='.23' stop-color='#2fc2df'/><stop offset='.31' stop-color='#2bc3d2'/><stop offset='.67' stop-color='#36c752'/><radialGradient id='f' cx='376.52' cy='567.97' r='97.34' gradientTransform='matrix(.28 .96 .78 -.23 -303.76 -148.5)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#66eb6e'/><stop offset='1' stop-color='#66eb6e' stop-opacity='0'/><linearGradient id='a' x1='63.33' y1='84.03' x2='241.67' y2='84.03' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#0c59a4'/><stop offset='1' stop-color='#114a8b'/><linearGradient id='c' x1='157.35' y1='161.39' x2='45.96' y2='40.06' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#1b9de2'/><stop offset='.16' stop-color='#1595df'/><stop offset='.67' stop-color='#0680d7'/><stop offset='1' stop-color='#0078d4'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' fill='url(#a)'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.35' fill='url(#b)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' fill='url(#c)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.41' fill='url(#d)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#e)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#f)'/> <a href='https://www.opera.com/download' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M26.737,4.375c2.842,2.917,4.264,6.75,4.264,11.5c0,4.334-1.422,8.104-4.264,11.312 C23.895,30.396,20.295,32,15.938,32c-4.316,0-7.885-1.604-10.706-4.812C2.41,23.979,1,20.209,1,15.875 c0-4.75,1.39-8.583,4.171-11.5C7.95,1.459,11.54,0,15.938,0C20.295,0,23.895,1.459,26.737,4.375z M21.291,11.062 c-0.124-1.291-0.373-2.552-0.747-3.781c-0.373-1.229-0.944-2.177-1.711-2.844c-0.769-0.666-1.733-1-2.895-1 c-1.162,0-2.116,0.323-2.863,0.969C12.328,5.053,11.778,6,11.426,7.25S10.835,9.75,10.71,11c-0.124,1.25-0.187,2.771-0.187,4.562 c0,1.125,0.021,2.073,0.062,2.844c0.04,0.771,0.113,1.709,0.218,2.812c0.103,1.104,0.27,2.031,0.498,2.781 c0.228,0.75,0.538,1.49,0.934,2.219c0.394,0.729,0.902,1.281,1.524,1.656s1.348,0.562,2.179,0.562c0.829,0,1.565-0.188,2.21-0.562 c0.643-0.375,1.161-0.927,1.556-1.656C20.098,25.49,20.42,24.75,20.669,24s0.436-1.677,0.56-2.781 c0.125-1.104,0.197-2.052,0.219-2.844c0.02-0.791,0.03-1.729,0.03-2.812C21.478,13.854,21.416,12.354,21.291,11.062z' fill='#EA3939'/><g/><g/><g/><g/><g/><g/> ");var language = document.documentElement.lang;var title = document.getElementById("banner-title");var subtitle = document.getElementById("banner-subtitle");var closeBtn = document.getElementById("banner-close-btn");switch(language) {case "en":title.innerText = "Your web browser is old and not fully supported.";subtitle.innerText = "For a better experience, please use a modern browser:";closeBtn.innerText = "Close";break;case "it":title.innerText = "Il tuo browser è vecchio e non pienamente supportato.";subtitle.innerText = "Per una migliore esperienza, si prega di utilizzare un browser moderno:";closeBtn.innerText = "Chiudi";break;case "de":title.innerText = "Ihr Webbrowser ist veraltet und wird nicht vollständig unterstützt.";subtitle.innerText = "Für ein besseres Erlebnis verwenden Sie bitte einen modernen Browser:";closeBtn.innerText = "Schließen";break;case "fr":title.innerText = "Votre navigateur Web est ancien et n'est pas entièrement pris en charge.";subtitle.innerText = "Pour une meilleure expérience, veuillez utiliser un navigateur moderne :";closeBtn.innerText = "Fermer";break;case "es":title.innerText = "Su navegador es antiguo y no es totalmente compatible.";subtitle.innerText = "Para una mejor experiencia, utilice un navegador moderno:";closeBtn.innerText = "Cerrar";break;}}})(); (function(){function selectStoreSubpage(subpageId){var shopPage = document.querySelectorAll("[data-shop-page=true]");var shopSubpage = document.querySelectorAll(`[data-shop-subpage-id="${subpageId.substring(1,10)}"]`);if (shopPage) {shopPage.forEach( item => item.classList.remove('navigation-selected'));}if(shopSubpage){shopSubpage.forEach( item => item.classList.add("navigation-selected"))}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){ expandButton.checked = true };};function selectStorePage(oldSubpageId) {var shopPage = document.querySelector("[data-shop-page=true]");var shopSubpage = document.querySelector(`[data-shop-subpage-id="${oldSubpageId.substring(1,10)}"]`);if (shopPage) {shopPage.classList.add('navigation-selected');}if(shopSubpage){shopSubpage.classList.remove("navigation-selected");}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){expandButton.checked = false};};function changeSelectedPage() {const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);if(shopSubpageId.length === 10 && regex.test(shopSubpageId)){const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(isSubcategory) { return };selectStoreSubpage(shopSubpageId);};};function changeSelectedPageInsideShopNavigation(oldHref) {if(document.location.hash.startsWith('#!/')){return};const oldSubpageId = oldHref.endsWith('/') ? oldHref.slice(-11, -1) : oldHref.slice(-10);const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);const isCurrentPageCategory = regex.test(shopSubpageId);const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(!isCurrentPageCategory || isSubcategory) {selectStorePage(oldSubpageId);} else if (isCurrentPageCategory && !isSubcategory) {selectStoreSubpage(shopSubpageId);};};const observeUrlChange = () => {if(new RegExp("^/shop/.").test(document.location.pathname)){changeSelectedPage();}let oldHref = document.location.href;const body = document.querySelector("body");const observer = new MutationObserver(mutations => {if (oldHref !== document.location.href) {changeSelectedPageInsideShopNavigation(oldHref);oldHref = document.location.href;}});observer.observe(body, { childList: true, subtree: true });};window.onload = observeUrlChange;})(); (function(){function stylePopupBrowser(){const productBrowserPopup = document.querySelector('.ecwid-ProductBrowserPopup');productBrowserPopup.firstChild.style.background = "#FFF";productBrowserPopup.firstChild.style.borderColor = "transparent";const productBrowser = document.querySelector('.ecwid-productBrowser');productBrowser.style.backgroundColor = 'transparent';productBrowser.style.color = '#444';const closeButton = document.querySelector('.ecwid-popup-closeButton');closeButton.background = '#666 !important';closeButton.innerText = 'X';};const ecwidObserver = new MutationObserver(mutations => {if(mutations[0].addedNodes.length > 0){const nodeClassName = mutations[0].addedNodes[0].className;if(nodeClassName){if(nodeClassName.includes("ec-store__product-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control--select{background: #FFF !important;color: #444 !important;}.form-control__radio-view-inner{background: #FFF !important;}.form-control__checkbox-view{color: #FFF !important;}.form-control__checkbox-view::after,.form-control__radio-view::after{border: 1px solid #444 !important;}.form-control__checkbox-view::after{background: #FFF !important;}.form-control__checkbox:checked~.form-control__checkbox-view::after{background: #444 !important;}.form-control--checkbox-button .form-control__inline-label label{background-color: #666 !important;color: #FFF !important;}.form-control--checkbox-button .form-control__inline-label label:hover{background: #333 !important;}.form-control__radio:checked~.form-control__inline-label label{background: #222 !important; color: #FFF !important;border-color: #222 !important;}.form-control:not(.form-control--loading) .form-control__button{background: #333 !important;color: #FFF !important;}.ec-likely__widget{background: #444 !important; color: #FFF !important;}.ec-likely__widget:hover{background: #333 !important;}.ec-likely svg{fill: #FFF !important;}.product-details__navigation{border: 1px solid #444 !important;}.product-details__navigation--arrow-left:hover{background:#f1f1f1 !important; fill: #444 !important;}.product-details__navigation--arrow-right:hover{background:#f1f1f1 !important; fill: #444 !important;}.ec-link--muted{color: #444 !important;}.ec-link--muted:hover{color: #666 !important;}.product-details-module__btn-more a{color: #444 !important;}.product-details-module__content--collapsed::after{background-image:linear-gradient(180deg, rgba(178,57,186,0) 0%, #555 95%) !important;}.ec-store .ec-footer{display: none !important;}.ec-store .form-control__text{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control__textarea{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control{color: #444 !important;}.ec-store .form-control:hover{background: #FFF !important;}.ec-pika-button--bound{background: #FFF !important;}.ec-pika-label{background: #FFF !important;}.ec-pika-button{background:#999 !important;}.ec-pika-button:hover{background #555 !important; color: #000 !important;}.ec-pika-button--today .ec-pika-button{color: #FFF !important;}.ec-pika-button--selected .ec-pika-button{background: #444 !important; color: #000 !important;}.breadcrumbs__link{color: #444 !important;}.breadcrumbs__link:hover{color: #555 !important;}.ec-text-muted,.product-details__product-price,.product-details__product-price-discount,.details-product-price-discount__text,.details-product-price-discount__value{color: #444 !important;}')};if(nodeClassName === 'ec-notice ec-notice--info' && document.location.hash.startsWith('#!')){document.head.insertAdjacentHTML("beforeend",'<style>.ec-notice--info{background: #FFF !important;}.ec-notice__text,.ec-notice--info .ec-notice__icon{color: #444 !important;}')};if(nodeClassName.includes("ec-store__cart-page--only-checkout") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.ec-text-muted,.ec-cart-item__control-inner{color: #444 !important;}.form-control__text{color: #444 !important!; background: #FFF !important;}.form-control__checkbox-wrap{color: #FFF !important;}.ec-cart__products,.ec-cart-next__header{border-color: #444 !important;}')};if(nodeClassName.includes("ec-store__checkout-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control__text{color: #444 !important; background: #FFF !important;}.form-control__radio-view-inner{background: #FFF;}.form-control__radio-view::after{border: 1px solid #444 !important;}.ec-cart-step__title,.form-control__select-text,.ec-cart-step__icon > svg ,.breadcrumbs__link{color: #444 !important;}.ec-cart-step__icon,.ec-cart-step--payment,.ec-cart__products,.ec-radiogroup__items{border-color: #444 !important;}.ec-radiogroup::before,.ec-radiogroup::after {background: transparent !important;}.ec-radiogroup__item{box-shadow: 0 0px 0 0 #e6e6e6 !important;}.ec-radiogroup__item--checked{background: #e8e8e8 !important; box-shadow: 0 0 0 1px #444, 0 0 0 1px #444 inset !important;}')};if((nodeClassName === 'ec-confirmation' || nodeClassName.includes('ec-store__confirmation-page')) && document.location.hash.startsWith('#!')){stylePopupBrowser();document.querySelectorAll('.ec-confirmation__step').forEach(item => item.style.borderColor = '#444');document.querySelectorAll('.form-control__button').forEach(button => {button.style.background = '#333';button.style.color = '#FFF';button.style.border = 'none';});};if(mutations[0].addedNodes[0].className.startsWith("ec-storefront-v2 ec-minicart")){mutations[0].addedNodes[0].remove();return;};if(mutations[0].addedNodes[0].className.startsWith("ec-minicart__body")){mutations[0].addedNodes[0].parentElement.remove();};};};});ecwidObserver.observe(document.querySelector("body"), { childList: true, subtree: true });})(); (function(){let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;let viewport = window.document.querySelector("meta[name=viewport]");function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}function detectIOSTablet() {if ([768, 810, 820, 834, 960].includes(document.documentElement.clientWidth) && detectIOS()) {return true;}return false;}const isIosTablet = detectIOSTablet();if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else if (document.documentElement.clientWidth >= 768 && document.documentElement.clientWidth < 1024) {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}window.addEventListener("orientationchange", function() {let orientation = (screen.orientation || {}).type || screen.mozOrientation || screen.msOrientation;if (orientation === 'portrait-secondary' || orientation === 'portrait-primary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}}if (orientation === 'landscape-primary' || orientation === 'landscape-secondary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=1.0001, maximum-scale=1.0001, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0');}}});document.head.appendChild(sel);})(); window.addEventListener('DOMContentLoaded', function() { [].forEach.call(document.querySelectorAll('a[data-link-type=document]'), function(e){e.download=e.href.replace(new RegExp('.*/([^/]*)$'), '$1')}) }) /* ]]> */ document.addEventListener('DOMContentLoaded', () => { const findUrl = '/' + window.location.pathname.trim().replace(/\/$/, '').split("/")[1]; const navElements = document.querySelectorAll(".navigation-list .navigation-menu-item-wrapper > div"); navElements.forEach((e) => { if (!e.classList.contains('navigation-selected')) { if (e.querySelector(`a[href="${findUrl}"]`)) { e.classList.add("navigation-selected"); } } }); });
Emails:
View text
Home About Us Services offered Shop Legal Notice Privacy Policy Longevity questionnaire quiz About Us Professinal Fees Contact us Professinal Fees Contact us Services offered Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Shop Legal Notice Privacy Policy Longevity questionnaire quiz SearchSearch Osteopathic Fees Initial Conceltation£85Follow up£50Longevity sessions Must have had an initial conceltation first£35©Copyright. All rights reserved.We need your consent to load the translationsWe use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.DeclineAcceptThis site uses third-party website tracking technologies to provide and continually improve our services, and to display advertisements according to users’ interests. I agree and may revoke or change my consent at any time with effect for the future. MoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsStorePrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessToggleStoreMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('7669593a-c954-420f-9de0-b2107f44ba85','{"skipNavigation":"Skip to Navigation","skipMainContent":"Skip to Main Content","skipFooter":"Skip to Footer"}');})(); (function(){ if (typeof Object.assign != "function") { Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { "use strict"; if (target == null) { throw new TypeError("Cannot convert undefined or null to object"); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { for (var nextKey in nextSource) { if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'websiteTranslator': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['websiteTranslator'] && window.CONSENT_REGISTRY['websiteTranslator'] ), { 'websiteTranslatorModule': { consentAction: function(element) { document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.removeEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.load_tlib(); }, revokeAction: function(element){ document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.addEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); }, showBlocker:function() {document.getElementById('pbModal').style.display = 'flex';},load_tlib:function() { if (!window.iwt_translate_script) { window.iwt_translate_script = document.createElement('script'); iwt_translate_script.src = 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2'; document.body.appendChild(iwt_translate_script); } }, } } ) } ); })(); (function(){ var moreItems = document.getElementsByClassName('navigation-more-item'); var moreItemsButton = document.getElementsByClassName('navigation-more-item-wrapper'); var anchors = document.getElementsByClassName('navigation-anchor'); var menuToggler = document.getElementById('menuToggleTrigger'); var menuTogglerFooter = document.getElementById('menuToggleTrigger-footer'); var subpageToggle = document.getElementsByClassName('subpageToggle'); var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var stickySection = document.getElementsByClassName('section-sticky'); var navigation = document.getElementsByClassName('navigation'); if(stickySection[0]){ for (const child of sectionRoot) { child.style.scrollMarginTop = headerSectionInner.offsetHeight + 'px' } } for(i = 0; i < moreItems.length; i++) { moreItems[i].setAttribute("onclick", ""); } for(i = 0; i < moreItemsButton.length; i++) { moreItemsButton[i].setAttribute("onclick", ""); } // close navigation in tablet/mobile mode when anchor is pressed for(i = 0; i < anchors.length; i++) { anchors[i].addEventListener("click", function(){ if(menuToggler?.checked) { menuToggler?.click(); } if(menuTogglerFooter?.checked) { menuTogglerFooter?.click(); } } ) } if(menuToggler) { menuToggler.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuToggler.click(); } }); menuToggler.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuToggler.checked.toString()); } }); } if(menuTogglerFooter) { menuTogglerFooter.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuTogglerFooter.click(); } }); menuTogglerFooter.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuTogglerFooter.checked.toString()); } }); } if (subpageToggle.length > 0) { for (let i = 0; i < subpageToggle.length; i++) { subpageToggle[i].addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); subpageToggle[i].click(); } }); } } if(navigation) { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', "false"); navigation[i].addEventListener('keydown', function(event) { if (event.key === 'Escape' || event.keyCode === 27) { event.preventDefault(); if(menuToggler?.checked){ menuToggler?.click(); } if(menuTogglerFooter?.checked){ menuTogglerFooter?.click(); } } }); } } })(); (function(){window.DownloadWarning({"iconSize":"16px","buttonClass":"jss142810","modalClass":"jss142809","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){ var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var header = document.querySelector('[data-zone-type="header"]'); var navigation = document.getElementsByClassName('navigation-root')[0]; var firstSectionContent = document.getElementsByClassName('section-content')[0]; var shoppingCart = document.getElementsByClassName('shopping-cart-root')[0]; var shoppingBox = document.getElementsByClassName('shopping-searchbox-root')[0]; var shoppingAccount = document.getElementsByClassName('shopping-account-root')[0]; var textRoot = document.getElementsByClassName('text-root'); var socialMediaIcons = document.getElementsByClassName('social-media-icon'); var socialMediaStroke = document.getElementsByClassName('social-media-stroke'); var logo = document.getElementsByClassName(getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'))[0] var activeThemeClass = getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'); ; var hadSticky = false; if(header?.classList.contains('section-sticky') && header?.classList.contains('section-overlaps')){ header.classList.remove('section-sticky'); hadSticky = true; } window.addEventListener("load", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); window.addEventListener("resize", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); if(hadSticky){ var headerBackgroundProps = JSON.parse(getComputedStyle(navigation).getPropertyValue('--sticky-bg-image')); if(headerBackgroundProps.backgroundAttachment){ headerSectionInner.style.backgroundAttachment = headerBackgroundProps.backgroundAttachment; } if(headerBackgroundProps.backgroundImage){ headerSectionInner.style.backgroundImage = headerBackgroundProps.backgroundImage; }else { headerSectionInner.style.backgroundImage = 'unset'; } if(headerBackgroundProps.backgroundSize){ headerSectionInner.style.backgroundSize = headerBackgroundProps.backgroundSize; } if(headerBackgroundProps.backgroundRepeat){ headerSectionInner.style.backgroundRepeat = headerBackgroundProps.backgroundRepeat; } if(headerBackgroundProps.backgroundPosition){ headerSectionInner.style.backgroundPosition = headerBackgroundProps.backgroundPosition; } headerSectionInner.style.backgroundColor = getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color'); ; var initialNavigationColor = getComputedStyle(navigation).getPropertyValue('--navigation-color'); var initialNavigationBackgroundColor = getComputedStyle(navigation).getPropertyValue('--navigation-background-color'); var initialBackgroundColorActive = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active'); var initialBackgroundColorActiveSecond = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active-second'); var initialNavigationActiveColor = getComputedStyle(navigation).getPropertyValue('--navigation-active-color'); var initialNavigationContrastColor = getComputedStyle(navigation).getPropertyValue('--navigation-contrast-color'); var initialTextContainerColor = getComputedStyle(textRoot[0]).getPropertyValue('--text-container-color'); var initialSocialColor = document.getElementsByClassName('social-media-icon')[0]?.getAttribute("fill"); var initialH1 = firstSectionContent.getAttribute("--heading-color-h1"); var initialH2 = firstSectionContent.getAttribute("--heading-color-h2"); var initialH3 = firstSectionContent.getAttribute("--heading-color-h3"); var initialH4 = firstSectionContent.getAttribute("--heading-color-h4"); var initialH5 = firstSectionContent.getAttribute("--heading-color-h5"); var initialH6 = firstSectionContent.getAttribute("--heading-color-h6"); ; document.addEventListener('scroll', function(){ if(window.scrollY){ header.classList.add('section-sticky'); headerSectionInner.style.opacity = 1; if (activeThemeClass) { logo?.classList.add(activeThemeClass+'-sticky'); logo?.classList.remove(activeThemeClass); } if(firstSectionContent){ firstSectionContent.style.setProperty('--heading-color-h1', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h1')); firstSectionContent.style.setProperty('--heading-color-h2', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h2')); firstSectionContent.style.setProperty('--heading-color-h3', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h3')); firstSectionContent.style.setProperty('--heading-color-h4', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h4')); firstSectionContent.style.setProperty('--heading-color-h5', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h5')); firstSectionContent.style.setProperty('--heading-color-h6', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h6')); } // add geometry var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.add(sectionGeometryName, 'section-geometry'); } // override the navigation css variables on scroll navigation.style.setProperty( '--navigation-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); navigation.style.setProperty( '--navigation-background-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color') ); navigation.style.setProperty( '--navigation-background-color-active', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active') ); navigation.style.setProperty( '--navigation-background-color-active-second', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active-second') ); navigation.style.setProperty( '--navigation-active-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-active-color') ); navigation.style.setProperty( '--navigation-contrast-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-contrast-color') ); // set description module if (header.contains(textRoot[0])) { textRoot[0].style.setProperty( '--text-container-color', getComputedStyle(navigation).getPropertyValue('--sticky-text-container-color') ); } //set shopping modules shoppingCart?.style.setProperty( '--shopping-cart-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-body-text-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingAccount?.style.setProperty( '--shopping-account-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); // set social media colors for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } ; }else{ headerSectionInner.style.opacity = 0; header.classList.remove('section-sticky'); if (activeThemeClass) { logo?.classList.remove(activeThemeClass+'-sticky'); logo?.classList.add(activeThemeClass); } var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.remove(sectionGeometryName, 'section-geometry'); } // revert styles navigation.style.setProperty('--navigation-color', initialNavigationColor); navigation.style.setProperty('--navigation-background-color', initialNavigationBackgroundColor); navigation.style.setProperty('--navigation-background-color-active', initialBackgroundColorActive); navigation.style.setProperty('--navigation-background-color-active-second', initialBackgroundColorActiveSecond); navigation.style.setProperty('--navigation-active-color', initialNavigationActiveColor); navigation.style.setProperty('--navigation-contrast-color', initialNavigationContrastColor); shoppingCart?.style.setProperty('--shopping-cart-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-body-text-color', initialNavigationColor); shoppingAccount?.style.setProperty('--shopping-account-color', initialNavigationColor); for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = initialSocialColor; } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = initialSocialColor; } } if (header.contains(textRoot[0])) { textRoot[0].style.setProperty('--text-container-color', initialTextContainerColor); } if(firstSectionContent) { firstSectionContent.style.setProperty('--heading-color-h1', initialH1); firstSectionContent.style.setProperty('--heading-color-h2', initialH2); firstSectionContent.style.setProperty('--heading-color-h3', initialH3); firstSectionContent.style.setProperty('--heading-color-h4', initialH4); firstSectionContent.style.setProperty('--heading-color-h5', initialH5); firstSectionContent.style.setProperty('--heading-color-h6', initialH6); } ; } }) } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'shops': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['shops'] && window.CONSENT_REGISTRY['shops'] ), { 'shopModule': { consentAction: function(element) { window.goxEcwidIntegration && window.goxEcwidIntegration.acceptConsent(); }, revokeAction: function(element){ window.goxEcwidIntegration && window.goxEcwidIntegration.revokeConsent(); }, undefined } } ) } ); })(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.LoadShopCart && goxEcwid.LoadShopCart('https://app.ecwid.com/', '119740002', false); goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){let trackingId = '+ZLN+YAuligPybP5q3hWppcCdp+J3TNnnLQTBhSKE+4Pts4Shr1KQS/DTYVpVA+sVbQQSO8JwuLtYLZiUwD+Kc8JIXIha7cgUFFmksk5RuU=';if (typeof trackingId === "string" && trackingId.length > 0) {let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;sel.onload = function () {document.head.removeChild(this);if (window.NSfTIF) {window.NSfTIF.track({ ta: trackingId });}};sel.src = '//cdn.pagepulse.info/js/22728.js';document.head.appendChild(sel);}})(); (function(){function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}const isIOS = detectIOS();if (isIOS) {let sections = window.document.body.querySelectorAll("[data-styled-section-id]");sections.forEach(function(section){section.style.backgroundAttachment= 'scroll';});}})(); (function(){var ua = window.navigator.userAgent;var trident = ua.indexOf('Trident/');var msie = ua.indexOf("MSIE");if(trident > 0 || msie > 0) {setTimeout(function() {document.getElementById('old-browser-banner').style.top = 0;},1000);function handleCloseIEBanner() {document.getElementById('old-browser-banner').style.top = '-500px';}document.head.insertAdjacentHTML("beforeend", " <style> .old-browser-banner, .old-browser-banner * { box-sizing: border-box; } .old-browser-banner .banner-close-btn { position: absolute; top: 50%; padding: 7px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 10px; z-index: 2; color: white; cursor: pointer; border-radius: 4px; background-color: #111; } .old-browser-banner .banner-close-btn:hover { background-color: #222; } .old-browser-banner { display: flex; display: -ms-flexbox; position: fixed; width: 100%; top: -500px; left: 0; margin: 0; padding: 0; overflow: hidden; background: white; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); font-family: sans-serif; font-size: 16px; z-index: 333; transition: all ease-out 1s; -ms-transition: all ease-out 1s; } .old-browser-banner a { text-decoration: none; margin: 0 2px 0 2px; } .old-browser-banner .banner-wrapper { background: white; color: #718095; padding: 0.5em; width: 100%; display: flex; display: -ms-flexbox; align-items: center; justify-content: center; position: relative; max-width: 960px; margin: 0 auto; } .old-browser-banner .banner-text { margin-right: 12px; } .old-browser-banner h3 { font-weight: normal; font-size: 16px; margin: 0.5em; } .old-browser-banner h3 svg { vertical-align: middle; position: relative; top: -2px; } .old-browser-banner h3 strong { display: inline-block; background-color: #014a97; background-image: radial-gradient( ellipse 100% 160% at 65% 28%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ); color: white; padding: 0.3em; font-weight: normal; border-radius: 3px; font-size: 17px; } @media screen AND (max-width: 768px) { .old-browser-banner .banner-wrapper { flex-direction: column; -ms-flex-direction: column; } .old-browser-banner .banner-wrapper .browsers { margin: 10px 0 52px 0; } .old-browser-banner .banner-close-btn { right: 50%; transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%); bottom: 15px; top: auto; } } @media screen AND (max-width: 600px) { .old-browser-banner h3 { font-size: 14px; text-align: center; } .old-browser-banner h3 strong { font-size: 14px; display: flex; display: -ms-flexbox; flex-direction: column; -ms-flex-direction: column; align-items: center; } } ");document.body.insertAdjacentHTML("beforeend", "<div class='old-browser-banner' id='old-browser-banner'> <div class='banner-close-btn' id='banner-close-btn' onclick='handleCloseIEBanner()'> Close <div class='banner-wrapper'> <div class='banner-text'> <h3> <strong> <svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='#ffffff' > <path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' /> <span id='banner-title'>Your web browser is old and not fully supported. <h3 id='banner-subtitle'> For a better experience, please use a modern browser: <div class='browsers'> <a href='https://www.google.com/chrome/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M16,24.188c-1.625,0-3.104-0.438-4.438-1.312c-1.334-0.875-2.334-2-3-3.375L2,8c-1.375,2.459-2,5.209-2,8 c0,4,1.302,7.49,3.906,10.469c2.604,2.979,5.844,4.76,9.719,5.344l4.641-8.031C17.799,23.919,17.02,24.188,16,24.188z' fill='#4AAE48'/><path d='M10.969,9.531C12.447,8.386,14.125,8,16,8c0.25,0,13.75,0,13.75,0c-1.417-2.416-3.344-4.458-5.781-5.875 C21.531,0.709,18.875,0,16,0c-2.5,0-4.834,0.531-7,1.594C6.833,2.656,4.828,4.203,3.359,6.188L8,14 C8.458,12.209,9.489,10.678,10.969,9.531z' fill='#EA3939'/><path d='M30.797,10H21.5c1.625,1.625,2.688,3.709,2.688,6c0,1.709-0.479,3.271-1.438,4.688L16.188,32 c4.375-0.042,8.104-1.625,11.188-4.75C30.458,24.125,32,20.375,32,16C32,13.959,31.656,11.812,30.797,10z' fill='#FED14B'/><circle cx='16' cy='16' fill='#188FD1' r='6'/><g/><g/><g/><g/><g/><g/> <a href='https://www.mozilla.org/firefox/download/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M32,11.105c0,0.396-0.031,1.168-0.094,2.315c-0.063,1.146-0.198,2.273-0.406,3.379 c-0.209,1.105-0.594,2.346-1.156,3.723c-0.563,1.376-1.25,2.618-2.063,3.723c-0.812,1.104-1.927,2.148-3.343,3.128 c-1.417,0.979-3.021,1.68-4.812,2.096c-0.959,0.251-1.938,0.396-2.938,0.438c-0.041,0-0.124,0.021-0.249,0.062 c-0.835,0.041-1.667,0.041-2.5,0c-5.167-0.416-9.104-2.961-11.812-7.633c-1.25-2.212-1.96-4.317-2.125-6.319 c-0.125,0.584-0.21,1.085-0.25,1.501c-0.125-2.377,0.062-4.316,0.562-5.818C0.438,12.326,0.165,12.909,0,13.452 c0.333-1.877,0.771-3.358,1.312-4.442c0.04-0.25,0.29-0.71,0.75-1.376c0-0.084,0-0.146,0-0.188 C1.978,6.277,2.094,5.224,2.406,4.286s0.571-1.523,0.781-1.752c0.208-0.229,0.375-0.406,0.5-0.531 C3.728,3.003,4.25,3.962,5.25,4.88C5.5,4.921,5.728,4.943,5.938,4.943c1.04-0.209,2.125-0.188,3.25,0.062 c0.665-0.835,1.688-1.398,3.062-1.689l1.188-0.062c-1.21,0.709-1.938,1.73-2.188,3.065c0.458,0.959,1.062,1.439,1.812,1.439 c0.625,0,1.083,0,1.375,0c0.708,0,1.083,0.062,1.125,0.188v0.062v0.062c0.04,0.041,0.04,0.104,0,0.188v0.062v0.062 c-0.042,0.417-0.188,0.729-0.438,0.939c-0.042,0-0.062,0.01-0.062,0.031c0,0.021-0.022,0.031-0.062,0.031 c0,0.041-0.188,0.166-0.562,0.375c-0.5,0.333-0.897,0.604-1.188,0.813c-0.542,0.333-0.812,0.562-0.812,0.688v0.062h-0.062 c0.125,0.25,0.208,0.562,0.25,0.938c0.083,0.375,0.103,0.604,0.062,0.688c0,0.209,0,0.396,0,0.563c-0.5-0.25-0.979-0.417-1.438-0.5 c-0.585,0.25-0.917,0.521-1,0.812c-0.042,0.167-0.085,0.334-0.125,0.501c0,0.792,0.562,1.523,1.688,2.189 c0.458,0.292,0.927,0.46,1.406,0.501c0.478,0.042,0.853,0.021,1.125-0.062c0.271-0.084,0.603-0.209,1-0.376 c0.396-0.166,0.677-0.271,0.844-0.312c1.25-0.334,2.271-0.041,3.062,0.876c0.251,0.25,0.303,0.491,0.157,0.72 c-0.146,0.229-0.365,0.303-0.657,0.219c-0.124,0.041-0.208,0.053-0.249,0.031c-0.042-0.021-0.136,0-0.282,0.062 c-0.146,0.062-0.249,0.104-0.312,0.125c-0.063,0.021-0.167,0.084-0.312,0.188c-0.146,0.105-0.261,0.179-0.345,0.22 c-0.083,0.041-0.218,0.135-0.406,0.281c-0.188,0.146-0.343,0.24-0.468,0.281c-0.5,0.376-1.219,0.647-2.156,0.813 s-1.719,0.166-2.344,0c0.5,0.376,0.896,0.647,1.188,0.813c0.29,0.167,0.771,0.429,1.438,0.782c0.665,0.354,1.239,0.585,1.719,0.688 c0.478,0.104,1.083,0.156,1.812,0.156c0.729,0,1.396-0.125,2-0.376c0.604-0.25,1.249-0.677,1.938-1.282 c0.687-0.604,1.343-1.365,1.969-2.283c0.125-0.21,0.208-0.335,0.249-0.376c0.084,0-0.021,0.563-0.312,1.689 c-0.125,0.585-0.166,0.876-0.125,0.876c0.709-0.501,1.198-1.461,1.469-2.878c0.271-1.418,0.303-2.794,0.094-4.13 c0.5,0.209,0.854,0.604,1.062,1.189l0.126,0.125c0.249-0.793,0.396-1.825,0.438-3.098c0.041-1.272-0.084-2.325-0.375-3.159 c0.541,0.166,1.041,0.709,1.5,1.627c-0.125-0.668-0.313-1.283-0.562-1.846c-0.251-0.563-0.531-1.043-0.845-1.439 c-0.312-0.396-0.646-0.772-1-1.126c-0.354-0.354-0.718-0.647-1.093-0.876c-0.376-0.229-0.74-0.438-1.094-0.626 c-0.354-0.188-0.688-0.334-1-0.438c-0.313-0.104-0.595-0.188-0.844-0.25c-0.251-0.062-0.438-0.105-0.562-0.126 c-0.125-0.021-0.167-0.031-0.125-0.031c1.041-0.292,2.104-0.438,3.188-0.438C24,3.044,23.76,2.856,23.406,2.69 c-0.354-0.167-0.74-0.312-1.157-0.438c-0.416-0.125-0.822-0.229-1.218-0.312c-0.396-0.085-0.865-0.188-1.406-0.313h-0.062h0.124 c1.167-0.334,3-0.084,5.5,0.751c0.917,0.291,1.751,0.823,2.5,1.596c0.751,0.771,1.22,1.345,1.407,1.721 c0.187,0.375,0.322,0.688,0.406,0.938V6.381c0.041-0.209,0.01-0.531-0.094-0.97c-0.104-0.438-0.261-0.907-0.469-1.407 c0.041,0,0.104,0.031,0.188,0.094c0.083,0.062,0.239,0.291,0.469,0.688c0.229,0.396,0.489,0.97,0.78,1.72 c0.459,1.127,0.854,3.149,1.188,6.069l0.375-2.378C31.979,10.407,32,10.708,32,11.105z' fill='#EA7015'/><g/><g/><g/><g/><g/><g/> <a href='https://www.microsoft.com/edge' target='_blank'> <svg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 256 256'><defs><radialGradient id='b' cx='161.83' cy='68.91' r='95.38' gradientTransform='matrix(1 0 0 -.95 0 248.84)' gradientUnits='userSpaceOnUse'><stop offset='.72' stop-opacity='0'/><stop offset='.95' stop-opacity='.53'/><stop offset='1'/><radialGradient id='d' cx='-340.29' cy='62.99' r='143.24' gradientTransform='matrix(.15 -.99 -.8 -.12 176.64 -125.4)' gradientUnits='userSpaceOnUse'><stop offset='.76' stop-opacity='0'/><stop offset='.95' stop-opacity='.5'/><stop offset='1'/><radialGradient id='e' cx='113.37' cy='570.21' r='202.43' gradientTransform='matrix(-.04 1 2.13 .08 -1179.54 -106.69)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#35c1f1'/><stop offset='.11' stop-color='#34c1ed'/><stop offset='.23' stop-color='#2fc2df'/><stop offset='.31' stop-color='#2bc3d2'/><stop offset='.67' stop-color='#36c752'/><radialGradient id='f' cx='376.52' cy='567.97' r='97.34' gradientTransform='matrix(.28 .96 .78 -.23 -303.76 -148.5)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#66eb6e'/><stop offset='1' stop-color='#66eb6e' stop-opacity='0'/><linearGradient id='a' x1='63.33' y1='84.03' x2='241.67' y2='84.03' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#0c59a4'/><stop offset='1' stop-color='#114a8b'/><linearGradient id='c' x1='157.35' y1='161.39' x2='45.96' y2='40.06' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#1b9de2'/><stop offset='.16' stop-color='#1595df'/><stop offset='.67' stop-color='#0680d7'/><stop offset='1' stop-color='#0078d4'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' fill='url(#a)'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.35' fill='url(#b)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' fill='url(#c)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.41' fill='url(#d)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#e)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#f)'/> <a href='https://www.opera.com/download' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M26.737,4.375c2.842,2.917,4.264,6.75,4.264,11.5c0,4.334-1.422,8.104-4.264,11.312 C23.895,30.396,20.295,32,15.938,32c-4.316,0-7.885-1.604-10.706-4.812C2.41,23.979,1,20.209,1,15.875 c0-4.75,1.39-8.583,4.171-11.5C7.95,1.459,11.54,0,15.938,0C20.295,0,23.895,1.459,26.737,4.375z M21.291,11.062 c-0.124-1.291-0.373-2.552-0.747-3.781c-0.373-1.229-0.944-2.177-1.711-2.844c-0.769-0.666-1.733-1-2.895-1 c-1.162,0-2.116,0.323-2.863,0.969C12.328,5.053,11.778,6,11.426,7.25S10.835,9.75,10.71,11c-0.124,1.25-0.187,2.771-0.187,4.562 c0,1.125,0.021,2.073,0.062,2.844c0.04,0.771,0.113,1.709,0.218,2.812c0.103,1.104,0.27,2.031,0.498,2.781 c0.228,0.75,0.538,1.49,0.934,2.219c0.394,0.729,0.902,1.281,1.524,1.656s1.348,0.562,2.179,0.562c0.829,0,1.565-0.188,2.21-0.562 c0.643-0.375,1.161-0.927,1.556-1.656C20.098,25.49,20.42,24.75,20.669,24s0.436-1.677,0.56-2.781 c0.125-1.104,0.197-2.052,0.219-2.844c0.02-0.791,0.03-1.729,0.03-2.812C21.478,13.854,21.416,12.354,21.291,11.062z' fill='#EA3939'/><g/><g/><g/><g/><g/><g/> ");var language = document.documentElement.lang;var title = document.getElementById("banner-title");var subtitle = document.getElementById("banner-subtitle");var closeBtn = document.getElementById("banner-close-btn");switch(language) {case "en":title.innerText = "Your web browser is old and not fully supported.";subtitle.innerText = "For a better experience, please use a modern browser:";closeBtn.innerText = "Close";break;case "it":title.innerText = "Il tuo browser è vecchio e non pienamente supportato.";subtitle.innerText = "Per una migliore esperienza, si prega di utilizzare un browser moderno:";closeBtn.innerText = "Chiudi";break;case "de":title.innerText = "Ihr Webbrowser ist veraltet und wird nicht vollständig unterstützt.";subtitle.innerText = "Für ein besseres Erlebnis verwenden Sie bitte einen modernen Browser:";closeBtn.innerText = "Schließen";break;case "fr":title.innerText = "Votre navigateur Web est ancien et n'est pas entièrement pris en charge.";subtitle.innerText = "Pour une meilleure expérience, veuillez utiliser un navigateur moderne :";closeBtn.innerText = "Fermer";break;case "es":title.innerText = "Su navegador es antiguo y no es totalmente compatible.";subtitle.innerText = "Para una mejor experiencia, utilice un navegador moderno:";closeBtn.innerText = "Cerrar";break;}}})(); (function(){function selectStoreSubpage(subpageId){var shopPage = document.querySelectorAll("[data-shop-page=true]");var shopSubpage = document.querySelectorAll(`[data-shop-subpage-id="${subpageId.substring(1,10)}"]`);if (shopPage) {shopPage.forEach( item => item.classList.remove('navigation-selected'));}if(shopSubpage){shopSubpage.forEach( item => item.classList.add("navigation-selected"))}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){ expandButton.checked = true };};function selectStorePage(oldSubpageId) {var shopPage = document.querySelector("[data-shop-page=true]");var shopSubpage = document.querySelector(`[data-shop-subpage-id="${oldSubpageId.substring(1,10)}"]`);if (shopPage) {shopPage.classList.add('navigation-selected');}if(shopSubpage){shopSubpage.classList.remove("navigation-selected");}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){expandButton.checked = false};};function changeSelectedPage() {const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);if(shopSubpageId.length === 10 && regex.test(shopSubpageId)){const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(isSubcategory) { return };selectStoreSubpage(shopSubpageId);};};function changeSelectedPageInsideShopNavigation(oldHref) {if(document.location.hash.startsWith('#!/')){return};const oldSubpageId = oldHref.endsWith('/') ? oldHref.slice(-11, -1) : oldHref.slice(-10);const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);const isCurrentPageCategory = regex.test(shopSubpageId);const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(!isCurrentPageCategory || isSubcategory) {selectStorePage(oldSubpageId);} else if (isCurrentPageCategory && !isSubcategory) {selectStoreSubpage(shopSubpageId);};};const observeUrlChange = () => {if(new RegExp("^/shop/.").test(document.location.pathname)){changeSelectedPage();}let oldHref = document.location.href;const body = document.querySelector("body");const observer = new MutationObserver(mutations => {if (oldHref !== document.location.href) {changeSelectedPageInsideShopNavigation(oldHref);oldHref = document.location.href;}});observer.observe(body, { childList: true, subtree: true });};window.onload = observeUrlChange;})(); (function(){function stylePopupBrowser(){const productBrowserPopup = document.querySelector('.ecwid-ProductBrowserPopup');productBrowserPopup.firstChild.style.background = "#FFF";productBrowserPopup.firstChild.style.borderColor = "transparent";const productBrowser = document.querySelector('.ecwid-productBrowser');productBrowser.style.backgroundColor = 'transparent';productBrowser.style.color = '#444';const closeButton = document.querySelector('.ecwid-popup-closeButton');closeButton.background = '#666 !important';closeButton.innerText = 'X';};const ecwidObserver = new MutationObserver(mutations => {if(mutations[0].addedNodes.length > 0){const nodeClassName = mutations[0].addedNodes[0].className;if(nodeClassName){if(nodeClassName.includes("ec-store__product-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control--select{background: #FFF !important;color: #444 !important;}.form-control__radio-view-inner{background: #FFF !important;}.form-control__checkbox-view{color: #FFF !important;}.form-control__checkbox-view::after,.form-control__radio-view::after{border: 1px solid #444 !important;}.form-control__checkbox-view::after{background: #FFF !important;}.form-control__checkbox:checked~.form-control__checkbox-view::after{background: #444 !important;}.form-control--checkbox-button .form-control__inline-label label{background-color: #666 !important;color: #FFF !important;}.form-control--checkbox-button .form-control__inline-label label:hover{background: #333 !important;}.form-control__radio:checked~.form-control__inline-label label{background: #222 !important; color: #FFF !important;border-color: #222 !important;}.form-control:not(.form-control--loading) .form-control__button{background: #333 !important;color: #FFF !important;}.ec-likely__widget{background: #444 !important; color: #FFF !important;}.ec-likely__widget:hover{background: #333 !important;}.ec-likely svg{fill: #FFF !important;}.product-details__navigation{border: 1px solid #444 !important;}.product-details__navigation--arrow-left:hover{background:#f1f1f1 !important; fill: #444 !important;}.product-details__navigation--arrow-right:hover{background:#f1f1f1 !important; fill: #444 !important;}.ec-link--muted{color: #444 !important;}.ec-link--muted:hover{color: #666 !important;}.product-details-module__btn-more a{color: #444 !important;}.product-details-module__content--collapsed::after{background-image:linear-gradient(180deg, rgba(178,57,186,0) 0%, #555 95%) !important;}.ec-store .ec-footer{display: none !important;}.ec-store .form-control__text{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control__textarea{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control{color: #444 !important;}.ec-store .form-control:hover{background: #FFF !important;}.ec-pika-button--bound{background: #FFF !important;}.ec-pika-label{background: #FFF !important;}.ec-pika-button{background:#999 !important;}.ec-pika-button:hover{background #555 !important; color: #000 !important;}.ec-pika-button--today .ec-pika-button{color: #FFF !important;}.ec-pika-button--selected .ec-pika-button{background: #444 !important; color: #000 !important;}.breadcrumbs__link{color: #444 !important;}.breadcrumbs__link:hover{color: #555 !important;}.ec-text-muted,.product-details__product-price,.product-details__product-price-discount,.details-product-price-discount__text,.details-product-price-discount__value{color: #444 !important;}')};if(nodeClassName === 'ec-notice ec-notice--info' && document.location.hash.startsWith('#!')){document.head.insertAdjacentHTML("beforeend",'<style>.ec-notice--info{background: #FFF !important;}.ec-notice__text,.ec-notice--info .ec-notice__icon{color: #444 !important;}')};if(nodeClassName.includes("ec-store__cart-page--only-checkout") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.ec-text-muted,.ec-cart-item__control-inner{color: #444 !important;}.form-control__text{color: #444 !important!; background: #FFF !important;}.form-control__checkbox-wrap{color: #FFF !important;}.ec-cart__products,.ec-cart-next__header{border-color: #444 !important;}')};if(nodeClassName.includes("ec-store__checkout-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control__text{color: #444 !important; background: #FFF !important;}.form-control__radio-view-inner{background: #FFF;}.form-control__radio-view::after{border: 1px solid #444 !important;}.ec-cart-step__title,.form-control__select-text,.ec-cart-step__icon > svg ,.breadcrumbs__link{color: #444 !important;}.ec-cart-step__icon,.ec-cart-step--payment,.ec-cart__products,.ec-radiogroup__items{border-color: #444 !important;}.ec-radiogroup::before,.ec-radiogroup::after {background: transparent !important;}.ec-radiogroup__item{box-shadow: 0 0px 0 0 #e6e6e6 !important;}.ec-radiogroup__item--checked{background: #e8e8e8 !important; box-shadow: 0 0 0 1px #444, 0 0 0 1px #444 inset !important;}')};if((nodeClassName === 'ec-confirmation' || nodeClassName.includes('ec-store__confirmation-page')) && document.location.hash.startsWith('#!')){stylePopupBrowser();document.querySelectorAll('.ec-confirmation__step').forEach(item => item.style.borderColor = '#444');document.querySelectorAll('.form-control__button').forEach(button => {button.style.background = '#333';button.style.color = '#FFF';button.style.border = 'none';});};if(mutations[0].addedNodes[0].className.startsWith("ec-storefront-v2 ec-minicart")){mutations[0].addedNodes[0].remove();return;};if(mutations[0].addedNodes[0].className.startsWith("ec-minicart__body")){mutations[0].addedNodes[0].parentElement.remove();};};};});ecwidObserver.observe(document.querySelector("body"), { childList: true, subtree: true });})(); (function(){let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;let viewport = window.document.querySelector("meta[name=viewport]");function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}function detectIOSTablet() {if ([768, 810, 820, 834, 960].includes(document.documentElement.clientWidth) && detectIOS()) {return true;}return false;}const isIosTablet = detectIOSTablet();if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else if (document.documentElement.clientWidth >= 768 && document.documentElement.clientWidth < 1024) {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}window.addEventListener("orientationchange", function() {let orientation = (screen.orientation || {}).type || screen.mozOrientation || screen.msOrientation;if (orientation === 'portrait-secondary' || orientation === 'portrait-primary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}}if (orientation === 'landscape-primary' || orientation === 'landscape-secondary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=1.0001, maximum-scale=1.0001, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0');}}});document.head.appendChild(sel);})(); window.addEventListener('DOMContentLoaded', function() { [].forEach.call(document.querySelectorAll('a[data-link-type=document]'), function(e){e.download=e.href.replace(new RegExp('.*/([^/]*)$'), '$1')}) }) /* ]]> */ document.addEventListener('DOMContentLoaded', () => { const findUrl = '/' + window.location.pathname.trim().replace(/\/$/, '').split("/")[1]; const navElements = document.querySelectorAll(".navigation-list .navigation-menu-item-wrapper > div"); navElements.forEach((e) => { if (!e.classList.contains('navigation-selected')) { if (e.querySelector(`a[href="${findUrl}"]`)) { e.classList.add("navigation-selected"); } } }); });
https://chudleighhealth.com/about-us
Status: 200
Emails:
View text
Home About Us Services offered Shop Legal Notice Privacy Policy Longevity questionnaire quiz About Us Professinal Fees Contact us Professinal Fees Contact us Services offered Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Shop Legal Notice Privacy Policy Longevity questionnaire quiz SearchSearch Get to Know UsYour Health is Our MissionAt Chudleigh Health Hub, we are committed to providing outstanding Osteopathy, Physiotherapy and sports massage services in Chudleigh. Our team prioritizes your health and uses a holistic approach to treatment and care. We believe in empowering our patients through personalized care and therapies.John Evans John, a 2006 graduate, has dedicated his carear to the realm of longevity and health. His specialized focus centers on the exploration of strategies to enhance overall well-being and prolong lifespan. Serving as the Program Leader for the Osteopathic Medicine Masters program at Marjon University, John shares his expertise in neuro musculoskeletal conditions and innovative treatment modalities. He is passionate about the dissemination of knowledge and empowerment of others in order for them to live a healthy and pain free life.Contact an OsteopathStephanie Evans Stephanie Evans, an accomplished osteopath, graduated in 2006 and specializes in musculoskeletal conditions. With a profound knowledge of the human body, she offers personalized treatment plans to help patients achieve optimal health. Stephanie is committed to providing compassionate care and is also a seasoned lecturer at Marjon University, where she collaborates with John to educate aspiring Osteopaths.Contact an OsteopathWill MintramWill graduated in 2021 and lectures two days a week at Marjon university, he has a keen interest in improving the quality of life and longevity of each and every patient, considering a persons immediate needs along with long terms objectives. he enjoys working with patients and helping them improve their performance and recoveryContact an OsteopathHellie Hellie graduated Plymouth Marjon University with a Master’s degree in Osteopathy, and has a keen interest in supporting older people stay active and mobile, improving the overall quality of life for her patients. Using a hands-on approach, lifestyle advice and exercise programmes, her main aim through her treatments is to support her patients health and well-being, and maintain functional movement through all stages of life.Contact an Osteopath©Copyright. All rights reserved.We need your consent to load the translationsWe use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.DeclineAcceptThis site uses third-party website tracking technologies to provide and continually improve our services, and to display advertisements according to users’ interests. I agree and may revoke or change my consent at any time with effect for the future. MoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsStorePrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessToggleStoreMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('4299ff0d-ae0d-4953-a8ed-2c3008d2a8ca','{"skipNavigation":"Skip to Navigation","skipMainContent":"Skip to Main Content","skipFooter":"Skip to Footer"}');})(); (function(){ if (typeof Object.assign != "function") { Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { "use strict"; if (target == null) { throw new TypeError("Cannot convert undefined or null to object"); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { for (var nextKey in nextSource) { if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'websiteTranslator': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['websiteTranslator'] && window.CONSENT_REGISTRY['websiteTranslator'] ), { 'websiteTranslatorModule': { consentAction: function(element) { document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.removeEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.load_tlib(); }, revokeAction: function(element){ document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.addEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); }, showBlocker:function() {document.getElementById('pbModal').style.display = 'flex';},load_tlib:function() { if (!window.iwt_translate_script) { window.iwt_translate_script = document.createElement('script'); iwt_translate_script.src = 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2'; document.body.appendChild(iwt_translate_script); } }, } } ) } ); })(); (function(){ var moreItems = document.getElementsByClassName('navigation-more-item'); var moreItemsButton = document.getElementsByClassName('navigation-more-item-wrapper'); var anchors = document.getElementsByClassName('navigation-anchor'); var menuToggler = document.getElementById('menuToggleTrigger'); var menuTogglerFooter = document.getElementById('menuToggleTrigger-footer'); var subpageToggle = document.getElementsByClassName('subpageToggle'); var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var stickySection = document.getElementsByClassName('section-sticky'); var navigation = document.getElementsByClassName('navigation'); if(stickySection[0]){ for (const child of sectionRoot) { child.style.scrollMarginTop = headerSectionInner.offsetHeight + 'px' } } for(i = 0; i < moreItems.length; i++) { moreItems[i].setAttribute("onclick", ""); } for(i = 0; i < moreItemsButton.length; i++) { moreItemsButton[i].setAttribute("onclick", ""); } // close navigation in tablet/mobile mode when anchor is pressed for(i = 0; i < anchors.length; i++) { anchors[i].addEventListener("click", function(){ if(menuToggler?.checked) { menuToggler?.click(); } if(menuTogglerFooter?.checked) { menuTogglerFooter?.click(); } } ) } if(menuToggler) { menuToggler.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuToggler.click(); } }); menuToggler.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuToggler.checked.toString()); } }); } if(menuTogglerFooter) { menuTogglerFooter.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuTogglerFooter.click(); } }); menuTogglerFooter.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuTogglerFooter.checked.toString()); } }); } if (subpageToggle.length > 0) { for (let i = 0; i < subpageToggle.length; i++) { subpageToggle[i].addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); subpageToggle[i].click(); } }); } } if(navigation) { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', "false"); navigation[i].addEventListener('keydown', function(event) { if (event.key === 'Escape' || event.keyCode === 27) { event.preventDefault(); if(menuToggler?.checked){ menuToggler?.click(); } if(menuTogglerFooter?.checked){ menuTogglerFooter?.click(); } } }); } } })(); (function(){window.DownloadWarning({"iconSize":"16px","buttonClass":"jss142013","modalClass":"jss142012","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){ var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var header = document.querySelector('[data-zone-type="header"]'); var navigation = document.getElementsByClassName('navigation-root')[0]; var firstSectionContent = document.getElementsByClassName('section-content')[0]; var shoppingCart = document.getElementsByClassName('shopping-cart-root')[0]; var shoppingBox = document.getElementsByClassName('shopping-searchbox-root')[0]; var shoppingAccount = document.getElementsByClassName('shopping-account-root')[0]; var textRoot = document.getElementsByClassName('text-root'); var socialMediaIcons = document.getElementsByClassName('social-media-icon'); var socialMediaStroke = document.getElementsByClassName('social-media-stroke'); var logo = document.getElementsByClassName(getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'))[0] var activeThemeClass = getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'); ; var hadSticky = false; if(header?.classList.contains('section-sticky') && header?.classList.contains('section-overlaps')){ header.classList.remove('section-sticky'); hadSticky = true; } window.addEventListener("load", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); window.addEventListener("resize", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); if(hadSticky){ var headerBackgroundProps = JSON.parse(getComputedStyle(navigation).getPropertyValue('--sticky-bg-image')); if(headerBackgroundProps.backgroundAttachment){ headerSectionInner.style.backgroundAttachment = headerBackgroundProps.backgroundAttachment; } if(headerBackgroundProps.backgroundImage){ headerSectionInner.style.backgroundImage = headerBackgroundProps.backgroundImage; }else { headerSectionInner.style.backgroundImage = 'unset'; } if(headerBackgroundProps.backgroundSize){ headerSectionInner.style.backgroundSize = headerBackgroundProps.backgroundSize; } if(headerBackgroundProps.backgroundRepeat){ headerSectionInner.style.backgroundRepeat = headerBackgroundProps.backgroundRepeat; } if(headerBackgroundProps.backgroundPosition){ headerSectionInner.style.backgroundPosition = headerBackgroundProps.backgroundPosition; } headerSectionInner.style.backgroundColor = getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color'); ; var initialNavigationColor = getComputedStyle(navigation).getPropertyValue('--navigation-color'); var initialNavigationBackgroundColor = getComputedStyle(navigation).getPropertyValue('--navigation-background-color'); var initialBackgroundColorActive = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active'); var initialBackgroundColorActiveSecond = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active-second'); var initialNavigationActiveColor = getComputedStyle(navigation).getPropertyValue('--navigation-active-color'); var initialNavigationContrastColor = getComputedStyle(navigation).getPropertyValue('--navigation-contrast-color'); var initialTextContainerColor = getComputedStyle(textRoot[0]).getPropertyValue('--text-container-color'); var initialSocialColor = document.getElementsByClassName('social-media-icon')[0]?.getAttribute("fill"); var initialH1 = firstSectionContent.getAttribute("--heading-color-h1"); var initialH2 = firstSectionContent.getAttribute("--heading-color-h2"); var initialH3 = firstSectionContent.getAttribute("--heading-color-h3"); var initialH4 = firstSectionContent.getAttribute("--heading-color-h4"); var initialH5 = firstSectionContent.getAttribute("--heading-color-h5"); var initialH6 = firstSectionContent.getAttribute("--heading-color-h6"); ; document.addEventListener('scroll', function(){ if(window.scrollY){ header.classList.add('section-sticky'); headerSectionInner.style.opacity = 1; if (activeThemeClass) { logo?.classList.add(activeThemeClass+'-sticky'); logo?.classList.remove(activeThemeClass); } if(firstSectionContent){ firstSectionContent.style.setProperty('--heading-color-h1', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h1')); firstSectionContent.style.setProperty('--heading-color-h2', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h2')); firstSectionContent.style.setProperty('--heading-color-h3', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h3')); firstSectionContent.style.setProperty('--heading-color-h4', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h4')); firstSectionContent.style.setProperty('--heading-color-h5', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h5')); firstSectionContent.style.setProperty('--heading-color-h6', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h6')); } // add geometry var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.add(sectionGeometryName, 'section-geometry'); } // override the navigation css variables on scroll navigation.style.setProperty( '--navigation-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); navigation.style.setProperty( '--navigation-background-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color') ); navigation.style.setProperty( '--navigation-background-color-active', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active') ); navigation.style.setProperty( '--navigation-background-color-active-second', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active-second') ); navigation.style.setProperty( '--navigation-active-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-active-color') ); navigation.style.setProperty( '--navigation-contrast-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-contrast-color') ); // set description module if (header.contains(textRoot[0])) { textRoot[0].style.setProperty( '--text-container-color', getComputedStyle(navigation).getPropertyValue('--sticky-text-container-color') ); } //set shopping modules shoppingCart?.style.setProperty( '--shopping-cart-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-body-text-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingAccount?.style.setProperty( '--shopping-account-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); // set social media colors for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } ; }else{ headerSectionInner.style.opacity = 0; header.classList.remove('section-sticky'); if (activeThemeClass) { logo?.classList.remove(activeThemeClass+'-sticky'); logo?.classList.add(activeThemeClass); } var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.remove(sectionGeometryName, 'section-geometry'); } // revert styles navigation.style.setProperty('--navigation-color', initialNavigationColor); navigation.style.setProperty('--navigation-background-color', initialNavigationBackgroundColor); navigation.style.setProperty('--navigation-background-color-active', initialBackgroundColorActive); navigation.style.setProperty('--navigation-background-color-active-second', initialBackgroundColorActiveSecond); navigation.style.setProperty('--navigation-active-color', initialNavigationActiveColor); navigation.style.setProperty('--navigation-contrast-color', initialNavigationContrastColor); shoppingCart?.style.setProperty('--shopping-cart-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-body-text-color', initialNavigationColor); shoppingAccount?.style.setProperty('--shopping-account-color', initialNavigationColor); for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = initialSocialColor; } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = initialSocialColor; } } if (header.contains(textRoot[0])) { textRoot[0].style.setProperty('--text-container-color', initialTextContainerColor); } if(firstSectionContent) { firstSectionContent.style.setProperty('--heading-color-h1', initialH1); firstSectionContent.style.setProperty('--heading-color-h2', initialH2); firstSectionContent.style.setProperty('--heading-color-h3', initialH3); firstSectionContent.style.setProperty('--heading-color-h4', initialH4); firstSectionContent.style.setProperty('--heading-color-h5', initialH5); firstSectionContent.style.setProperty('--heading-color-h6', initialH6); } ; } }) } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'shops': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['shops'] && window.CONSENT_REGISTRY['shops'] ), { 'shopModule': { consentAction: function(element) { window.goxEcwidIntegration && window.goxEcwidIntegration.acceptConsent(); }, revokeAction: function(element){ window.goxEcwidIntegration && window.goxEcwidIntegration.revokeConsent(); }, undefined } } ) } ); })(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.LoadShopCart && goxEcwid.LoadShopCart('https://app.ecwid.com/', '119740002', false); goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){let trackingId = '+ZLN+YAuligPybP5q3hWppcCdp+J3TNnnLQTBhSKE+4Pts4Shr1KQS/DTYVpVA+sVbQQSO8JwuLtYLZiUwD+Kc8JIXIha7cgUFFmksk5RuU=';if (typeof trackingId === "string" && trackingId.length > 0) {let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;sel.onload = function () {document.head.removeChild(this);if (window.NSfTIF) {window.NSfTIF.track({ ta: trackingId });}};sel.src = '//cdn.pagepulse.info/js/22728.js';document.head.appendChild(sel);}})(); (function(){function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}const isIOS = detectIOS();if (isIOS) {let sections = window.document.body.querySelectorAll("[data-styled-section-id]");sections.forEach(function(section){section.style.backgroundAttachment= 'scroll';});}})(); (function(){var ua = window.navigator.userAgent;var trident = ua.indexOf('Trident/');var msie = ua.indexOf("MSIE");if(trident > 0 || msie > 0) {setTimeout(function() {document.getElementById('old-browser-banner').style.top = 0;},1000);function handleCloseIEBanner() {document.getElementById('old-browser-banner').style.top = '-500px';}document.head.insertAdjacentHTML("beforeend", " <style> .old-browser-banner, .old-browser-banner * { box-sizing: border-box; } .old-browser-banner .banner-close-btn { position: absolute; top: 50%; padding: 7px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 10px; z-index: 2; color: white; cursor: pointer; border-radius: 4px; background-color: #111; } .old-browser-banner .banner-close-btn:hover { background-color: #222; } .old-browser-banner { display: flex; display: -ms-flexbox; position: fixed; width: 100%; top: -500px; left: 0; margin: 0; padding: 0; overflow: hidden; background: white; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); font-family: sans-serif; font-size: 16px; z-index: 333; transition: all ease-out 1s; -ms-transition: all ease-out 1s; } .old-browser-banner a { text-decoration: none; margin: 0 2px 0 2px; } .old-browser-banner .banner-wrapper { background: white; color: #718095; padding: 0.5em; width: 100%; display: flex; display: -ms-flexbox; align-items: center; justify-content: center; position: relative; max-width: 960px; margin: 0 auto; } .old-browser-banner .banner-text { margin-right: 12px; } .old-browser-banner h3 { font-weight: normal; font-size: 16px; margin: 0.5em; } .old-browser-banner h3 svg { vertical-align: middle; position: relative; top: -2px; } .old-browser-banner h3 strong { display: inline-block; background-color: #014a97; background-image: radial-gradient( ellipse 100% 160% at 65% 28%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ); color: white; padding: 0.3em; font-weight: normal; border-radius: 3px; font-size: 17px; } @media screen AND (max-width: 768px) { .old-browser-banner .banner-wrapper { flex-direction: column; -ms-flex-direction: column; } .old-browser-banner .banner-wrapper .browsers { margin: 10px 0 52px 0; } .old-browser-banner .banner-close-btn { right: 50%; transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%); bottom: 15px; top: auto; } } @media screen AND (max-width: 600px) { .old-browser-banner h3 { font-size: 14px; text-align: center; } .old-browser-banner h3 strong { font-size: 14px; display: flex; display: -ms-flexbox; flex-direction: column; -ms-flex-direction: column; align-items: center; } } ");document.body.insertAdjacentHTML("beforeend", "<div class='old-browser-banner' id='old-browser-banner'> <div class='banner-close-btn' id='banner-close-btn' onclick='handleCloseIEBanner()'> Close <div class='banner-wrapper'> <div class='banner-text'> <h3> <strong> <svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='#ffffff' > <path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' /> <span id='banner-title'>Your web browser is old and not fully supported. <h3 id='banner-subtitle'> For a better experience, please use a modern browser: <div class='browsers'> <a href='https://www.google.com/chrome/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M16,24.188c-1.625,0-3.104-0.438-4.438-1.312c-1.334-0.875-2.334-2-3-3.375L2,8c-1.375,2.459-2,5.209-2,8 c0,4,1.302,7.49,3.906,10.469c2.604,2.979,5.844,4.76,9.719,5.344l4.641-8.031C17.799,23.919,17.02,24.188,16,24.188z' fill='#4AAE48'/><path d='M10.969,9.531C12.447,8.386,14.125,8,16,8c0.25,0,13.75,0,13.75,0c-1.417-2.416-3.344-4.458-5.781-5.875 C21.531,0.709,18.875,0,16,0c-2.5,0-4.834,0.531-7,1.594C6.833,2.656,4.828,4.203,3.359,6.188L8,14 C8.458,12.209,9.489,10.678,10.969,9.531z' fill='#EA3939'/><path d='M30.797,10H21.5c1.625,1.625,2.688,3.709,2.688,6c0,1.709-0.479,3.271-1.438,4.688L16.188,32 c4.375-0.042,8.104-1.625,11.188-4.75C30.458,24.125,32,20.375,32,16C32,13.959,31.656,11.812,30.797,10z' fill='#FED14B'/><circle cx='16' cy='16' fill='#188FD1' r='6'/><g/><g/><g/><g/><g/><g/> <a href='https://www.mozilla.org/firefox/download/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M32,11.105c0,0.396-0.031,1.168-0.094,2.315c-0.063,1.146-0.198,2.273-0.406,3.379 c-0.209,1.105-0.594,2.346-1.156,3.723c-0.563,1.376-1.25,2.618-2.063,3.723c-0.812,1.104-1.927,2.148-3.343,3.128 c-1.417,0.979-3.021,1.68-4.812,2.096c-0.959,0.251-1.938,0.396-2.938,0.438c-0.041,0-0.124,0.021-0.249,0.062 c-0.835,0.041-1.667,0.041-2.5,0c-5.167-0.416-9.104-2.961-11.812-7.633c-1.25-2.212-1.96-4.317-2.125-6.319 c-0.125,0.584-0.21,1.085-0.25,1.501c-0.125-2.377,0.062-4.316,0.562-5.818C0.438,12.326,0.165,12.909,0,13.452 c0.333-1.877,0.771-3.358,1.312-4.442c0.04-0.25,0.29-0.71,0.75-1.376c0-0.084,0-0.146,0-0.188 C1.978,6.277,2.094,5.224,2.406,4.286s0.571-1.523,0.781-1.752c0.208-0.229,0.375-0.406,0.5-0.531 C3.728,3.003,4.25,3.962,5.25,4.88C5.5,4.921,5.728,4.943,5.938,4.943c1.04-0.209,2.125-0.188,3.25,0.062 c0.665-0.835,1.688-1.398,3.062-1.689l1.188-0.062c-1.21,0.709-1.938,1.73-2.188,3.065c0.458,0.959,1.062,1.439,1.812,1.439 c0.625,0,1.083,0,1.375,0c0.708,0,1.083,0.062,1.125,0.188v0.062v0.062c0.04,0.041,0.04,0.104,0,0.188v0.062v0.062 c-0.042,0.417-0.188,0.729-0.438,0.939c-0.042,0-0.062,0.01-0.062,0.031c0,0.021-0.022,0.031-0.062,0.031 c0,0.041-0.188,0.166-0.562,0.375c-0.5,0.333-0.897,0.604-1.188,0.813c-0.542,0.333-0.812,0.562-0.812,0.688v0.062h-0.062 c0.125,0.25,0.208,0.562,0.25,0.938c0.083,0.375,0.103,0.604,0.062,0.688c0,0.209,0,0.396,0,0.563c-0.5-0.25-0.979-0.417-1.438-0.5 c-0.585,0.25-0.917,0.521-1,0.812c-0.042,0.167-0.085,0.334-0.125,0.501c0,0.792,0.562,1.523,1.688,2.189 c0.458,0.292,0.927,0.46,1.406,0.501c0.478,0.042,0.853,0.021,1.125-0.062c0.271-0.084,0.603-0.209,1-0.376 c0.396-0.166,0.677-0.271,0.844-0.312c1.25-0.334,2.271-0.041,3.062,0.876c0.251,0.25,0.303,0.491,0.157,0.72 c-0.146,0.229-0.365,0.303-0.657,0.219c-0.124,0.041-0.208,0.053-0.249,0.031c-0.042-0.021-0.136,0-0.282,0.062 c-0.146,0.062-0.249,0.104-0.312,0.125c-0.063,0.021-0.167,0.084-0.312,0.188c-0.146,0.105-0.261,0.179-0.345,0.22 c-0.083,0.041-0.218,0.135-0.406,0.281c-0.188,0.146-0.343,0.24-0.468,0.281c-0.5,0.376-1.219,0.647-2.156,0.813 s-1.719,0.166-2.344,0c0.5,0.376,0.896,0.647,1.188,0.813c0.29,0.167,0.771,0.429,1.438,0.782c0.665,0.354,1.239,0.585,1.719,0.688 c0.478,0.104,1.083,0.156,1.812,0.156c0.729,0,1.396-0.125,2-0.376c0.604-0.25,1.249-0.677,1.938-1.282 c0.687-0.604,1.343-1.365,1.969-2.283c0.125-0.21,0.208-0.335,0.249-0.376c0.084,0-0.021,0.563-0.312,1.689 c-0.125,0.585-0.166,0.876-0.125,0.876c0.709-0.501,1.198-1.461,1.469-2.878c0.271-1.418,0.303-2.794,0.094-4.13 c0.5,0.209,0.854,0.604,1.062,1.189l0.126,0.125c0.249-0.793,0.396-1.825,0.438-3.098c0.041-1.272-0.084-2.325-0.375-3.159 c0.541,0.166,1.041,0.709,1.5,1.627c-0.125-0.668-0.313-1.283-0.562-1.846c-0.251-0.563-0.531-1.043-0.845-1.439 c-0.312-0.396-0.646-0.772-1-1.126c-0.354-0.354-0.718-0.647-1.093-0.876c-0.376-0.229-0.74-0.438-1.094-0.626 c-0.354-0.188-0.688-0.334-1-0.438c-0.313-0.104-0.595-0.188-0.844-0.25c-0.251-0.062-0.438-0.105-0.562-0.126 c-0.125-0.021-0.167-0.031-0.125-0.031c1.041-0.292,2.104-0.438,3.188-0.438C24,3.044,23.76,2.856,23.406,2.69 c-0.354-0.167-0.74-0.312-1.157-0.438c-0.416-0.125-0.822-0.229-1.218-0.312c-0.396-0.085-0.865-0.188-1.406-0.313h-0.062h0.124 c1.167-0.334,3-0.084,5.5,0.751c0.917,0.291,1.751,0.823,2.5,1.596c0.751,0.771,1.22,1.345,1.407,1.721 c0.187,0.375,0.322,0.688,0.406,0.938V6.381c0.041-0.209,0.01-0.531-0.094-0.97c-0.104-0.438-0.261-0.907-0.469-1.407 c0.041,0,0.104,0.031,0.188,0.094c0.083,0.062,0.239,0.291,0.469,0.688c0.229,0.396,0.489,0.97,0.78,1.72 c0.459,1.127,0.854,3.149,1.188,6.069l0.375-2.378C31.979,10.407,32,10.708,32,11.105z' fill='#EA7015'/><g/><g/><g/><g/><g/><g/> <a href='https://www.microsoft.com/edge' target='_blank'> <svg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 256 256'><defs><radialGradient id='b' cx='161.83' cy='68.91' r='95.38' gradientTransform='matrix(1 0 0 -.95 0 248.84)' gradientUnits='userSpaceOnUse'><stop offset='.72' stop-opacity='0'/><stop offset='.95' stop-opacity='.53'/><stop offset='1'/><radialGradient id='d' cx='-340.29' cy='62.99' r='143.24' gradientTransform='matrix(.15 -.99 -.8 -.12 176.64 -125.4)' gradientUnits='userSpaceOnUse'><stop offset='.76' stop-opacity='0'/><stop offset='.95' stop-opacity='.5'/><stop offset='1'/><radialGradient id='e' cx='113.37' cy='570.21' r='202.43' gradientTransform='matrix(-.04 1 2.13 .08 -1179.54 -106.69)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#35c1f1'/><stop offset='.11' stop-color='#34c1ed'/><stop offset='.23' stop-color='#2fc2df'/><stop offset='.31' stop-color='#2bc3d2'/><stop offset='.67' stop-color='#36c752'/><radialGradient id='f' cx='376.52' cy='567.97' r='97.34' gradientTransform='matrix(.28 .96 .78 -.23 -303.76 -148.5)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#66eb6e'/><stop offset='1' stop-color='#66eb6e' stop-opacity='0'/><linearGradient id='a' x1='63.33' y1='84.03' x2='241.67' y2='84.03' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#0c59a4'/><stop offset='1' stop-color='#114a8b'/><linearGradient id='c' x1='157.35' y1='161.39' x2='45.96' y2='40.06' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#1b9de2'/><stop offset='.16' stop-color='#1595df'/><stop offset='.67' stop-color='#0680d7'/><stop offset='1' stop-color='#0078d4'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' fill='url(#a)'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.35' fill='url(#b)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' fill='url(#c)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.41' fill='url(#d)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#e)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#f)'/> <a href='https://www.opera.com/download' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M26.737,4.375c2.842,2.917,4.264,6.75,4.264,11.5c0,4.334-1.422,8.104-4.264,11.312 C23.895,30.396,20.295,32,15.938,32c-4.316,0-7.885-1.604-10.706-4.812C2.41,23.979,1,20.209,1,15.875 c0-4.75,1.39-8.583,4.171-11.5C7.95,1.459,11.54,0,15.938,0C20.295,0,23.895,1.459,26.737,4.375z M21.291,11.062 c-0.124-1.291-0.373-2.552-0.747-3.781c-0.373-1.229-0.944-2.177-1.711-2.844c-0.769-0.666-1.733-1-2.895-1 c-1.162,0-2.116,0.323-2.863,0.969C12.328,5.053,11.778,6,11.426,7.25S10.835,9.75,10.71,11c-0.124,1.25-0.187,2.771-0.187,4.562 c0,1.125,0.021,2.073,0.062,2.844c0.04,0.771,0.113,1.709,0.218,2.812c0.103,1.104,0.27,2.031,0.498,2.781 c0.228,0.75,0.538,1.49,0.934,2.219c0.394,0.729,0.902,1.281,1.524,1.656s1.348,0.562,2.179,0.562c0.829,0,1.565-0.188,2.21-0.562 c0.643-0.375,1.161-0.927,1.556-1.656C20.098,25.49,20.42,24.75,20.669,24s0.436-1.677,0.56-2.781 c0.125-1.104,0.197-2.052,0.219-2.844c0.02-0.791,0.03-1.729,0.03-2.812C21.478,13.854,21.416,12.354,21.291,11.062z' fill='#EA3939'/><g/><g/><g/><g/><g/><g/> ");var language = document.documentElement.lang;var title = document.getElementById("banner-title");var subtitle = document.getElementById("banner-subtitle");var closeBtn = document.getElementById("banner-close-btn");switch(language) {case "en":title.innerText = "Your web browser is old and not fully supported.";subtitle.innerText = "For a better experience, please use a modern browser:";closeBtn.innerText = "Close";break;case "it":title.innerText = "Il tuo browser è vecchio e non pienamente supportato.";subtitle.innerText = "Per una migliore esperienza, si prega di utilizzare un browser moderno:";closeBtn.innerText = "Chiudi";break;case "de":title.innerText = "Ihr Webbrowser ist veraltet und wird nicht vollständig unterstützt.";subtitle.innerText = "Für ein besseres Erlebnis verwenden Sie bitte einen modernen Browser:";closeBtn.innerText = "Schließen";break;case "fr":title.innerText = "Votre navigateur Web est ancien et n'est pas entièrement pris en charge.";subtitle.innerText = "Pour une meilleure expérience, veuillez utiliser un navigateur moderne :";closeBtn.innerText = "Fermer";break;case "es":title.innerText = "Su navegador es antiguo y no es totalmente compatible.";subtitle.innerText = "Para una mejor experiencia, utilice un navegador moderno:";closeBtn.innerText = "Cerrar";break;}}})(); (function(){function selectStoreSubpage(subpageId){var shopPage = document.querySelectorAll("[data-shop-page=true]");var shopSubpage = document.querySelectorAll(`[data-shop-subpage-id="${subpageId.substring(1,10)}"]`);if (shopPage) {shopPage.forEach( item => item.classList.remove('navigation-selected'));}if(shopSubpage){shopSubpage.forEach( item => item.classList.add("navigation-selected"))}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){ expandButton.checked = true };};function selectStorePage(oldSubpageId) {var shopPage = document.querySelector("[data-shop-page=true]");var shopSubpage = document.querySelector(`[data-shop-subpage-id="${oldSubpageId.substring(1,10)}"]`);if (shopPage) {shopPage.classList.add('navigation-selected');}if(shopSubpage){shopSubpage.classList.remove("navigation-selected");}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){expandButton.checked = false};};function changeSelectedPage() {const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);if(shopSubpageId.length === 10 && regex.test(shopSubpageId)){const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(isSubcategory) { return };selectStoreSubpage(shopSubpageId);};};function changeSelectedPageInsideShopNavigation(oldHref) {if(document.location.hash.startsWith('#!/')){return};const oldSubpageId = oldHref.endsWith('/') ? oldHref.slice(-11, -1) : oldHref.slice(-10);const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);const isCurrentPageCategory = regex.test(shopSubpageId);const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(!isCurrentPageCategory || isSubcategory) {selectStorePage(oldSubpageId);} else if (isCurrentPageCategory && !isSubcategory) {selectStoreSubpage(shopSubpageId);};};const observeUrlChange = () => {if(new RegExp("^/shop/.").test(document.location.pathname)){changeSelectedPage();}let oldHref = document.location.href;const body = document.querySelector("body");const observer = new MutationObserver(mutations => {if (oldHref !== document.location.href) {changeSelectedPageInsideShopNavigation(oldHref);oldHref = document.location.href;}});observer.observe(body, { childList: true, subtree: true });};window.onload = observeUrlChange;})(); (function(){function stylePopupBrowser(){const productBrowserPopup = document.querySelector('.ecwid-ProductBrowserPopup');productBrowserPopup.firstChild.style.background = "#FFF";productBrowserPopup.firstChild.style.borderColor = "transparent";const productBrowser = document.querySelector('.ecwid-productBrowser');productBrowser.style.backgroundColor = 'transparent';productBrowser.style.color = '#444';const closeButton = document.querySelector('.ecwid-popup-closeButton');closeButton.background = '#666 !important';closeButton.innerText = 'X';};const ecwidObserver = new MutationObserver(mutations => {if(mutations[0].addedNodes.length > 0){const nodeClassName = mutations[0].addedNodes[0].className;if(nodeClassName){if(nodeClassName.includes("ec-store__product-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control--select{background: #FFF !important;color: #444 !important;}.form-control__radio-view-inner{background: #FFF !important;}.form-control__checkbox-view{color: #FFF !important;}.form-control__checkbox-view::after,.form-control__radio-view::after{border: 1px solid #444 !important;}.form-control__checkbox-view::after{background: #FFF !important;}.form-control__checkbox:checked~.form-control__checkbox-view::after{background: #444 !important;}.form-control--checkbox-button .form-control__inline-label label{background-color: #666 !important;color: #FFF !important;}.form-control--checkbox-button .form-control__inline-label label:hover{background: #333 !important;}.form-control__radio:checked~.form-control__inline-label label{background: #222 !important; color: #FFF !important;border-color: #222 !important;}.form-control:not(.form-control--loading) .form-control__button{background: #333 !important;color: #FFF !important;}.ec-likely__widget{background: #444 !important; color: #FFF !important;}.ec-likely__widget:hover{background: #333 !important;}.ec-likely svg{fill: #FFF !important;}.product-details__navigation{border: 1px solid #444 !important;}.product-details__navigation--arrow-left:hover{background:#f1f1f1 !important; fill: #444 !important;}.product-details__navigation--arrow-right:hover{background:#f1f1f1 !important; fill: #444 !important;}.ec-link--muted{color: #444 !important;}.ec-link--muted:hover{color: #666 !important;}.product-details-module__btn-more a{color: #444 !important;}.product-details-module__content--collapsed::after{background-image:linear-gradient(180deg, rgba(178,57,186,0) 0%, #555 95%) !important;}.ec-store .ec-footer{display: none !important;}.ec-store .form-control__text{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control__textarea{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control{color: #444 !important;}.ec-store .form-control:hover{background: #FFF !important;}.ec-pika-button--bound{background: #FFF !important;}.ec-pika-label{background: #FFF !important;}.ec-pika-button{background:#999 !important;}.ec-pika-button:hover{background #555 !important; color: #000 !important;}.ec-pika-button--today .ec-pika-button{color: #FFF !important;}.ec-pika-button--selected .ec-pika-button{background: #444 !important; color: #000 !important;}.breadcrumbs__link{color: #444 !important;}.breadcrumbs__link:hover{color: #555 !important;}.ec-text-muted,.product-details__product-price,.product-details__product-price-discount,.details-product-price-discount__text,.details-product-price-discount__value{color: #444 !important;}')};if(nodeClassName === 'ec-notice ec-notice--info' && document.location.hash.startsWith('#!')){document.head.insertAdjacentHTML("beforeend",'<style>.ec-notice--info{background: #FFF !important;}.ec-notice__text,.ec-notice--info .ec-notice__icon{color: #444 !important;}')};if(nodeClassName.includes("ec-store__cart-page--only-checkout") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.ec-text-muted,.ec-cart-item__control-inner{color: #444 !important;}.form-control__text{color: #444 !important!; background: #FFF !important;}.form-control__checkbox-wrap{color: #FFF !important;}.ec-cart__products,.ec-cart-next__header{border-color: #444 !important;}')};if(nodeClassName.includes("ec-store__checkout-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control__text{color: #444 !important; background: #FFF !important;}.form-control__radio-view-inner{background: #FFF;}.form-control__radio-view::after{border: 1px solid #444 !important;}.ec-cart-step__title,.form-control__select-text,.ec-cart-step__icon > svg ,.breadcrumbs__link{color: #444 !important;}.ec-cart-step__icon,.ec-cart-step--payment,.ec-cart__products,.ec-radiogroup__items{border-color: #444 !important;}.ec-radiogroup::before,.ec-radiogroup::after {background: transparent !important;}.ec-radiogroup__item{box-shadow: 0 0px 0 0 #e6e6e6 !important;}.ec-radiogroup__item--checked{background: #e8e8e8 !important; box-shadow: 0 0 0 1px #444, 0 0 0 1px #444 inset !important;}')};if((nodeClassName === 'ec-confirmation' || nodeClassName.includes('ec-store__confirmation-page')) && document.location.hash.startsWith('#!')){stylePopupBrowser();document.querySelectorAll('.ec-confirmation__step').forEach(item => item.style.borderColor = '#444');document.querySelectorAll('.form-control__button').forEach(button => {button.style.background = '#333';button.style.color = '#FFF';button.style.border = 'none';});};if(mutations[0].addedNodes[0].className.startsWith("ec-storefront-v2 ec-minicart")){mutations[0].addedNodes[0].remove();return;};if(mutations[0].addedNodes[0].className.startsWith("ec-minicart__body")){mutations[0].addedNodes[0].parentElement.remove();};};};});ecwidObserver.observe(document.querySelector("body"), { childList: true, subtree: true });})(); (function(){let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;let viewport = window.document.querySelector("meta[name=viewport]");function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}function detectIOSTablet() {if ([768, 810, 820, 834, 960].includes(document.documentElement.clientWidth) && detectIOS()) {return true;}return false;}const isIosTablet = detectIOSTablet();if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else if (document.documentElement.clientWidth >= 768 && document.documentElement.clientWidth < 1024) {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}window.addEventListener("orientationchange", function() {let orientation = (screen.orientation || {}).type || screen.mozOrientation || screen.msOrientation;if (orientation === 'portrait-secondary' || orientation === 'portrait-primary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}}if (orientation === 'landscape-primary' || orientation === 'landscape-secondary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=1.0001, maximum-scale=1.0001, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0');}}});document.head.appendChild(sel);})(); window.addEventListener('DOMContentLoaded', function() { [].forEach.call(document.querySelectorAll('a[data-link-type=document]'), function(e){e.download=e.href.replace(new RegExp('.*/([^/]*)$'), '$1')}) }) /* ]]> */ document.addEventListener('DOMContentLoaded', () => { const findUrl = '/' + window.location.pathname.trim().replace(/\/$/, '').split("/")[1]; const navElements = document.querySelectorAll(".navigation-list .navigation-menu-item-wrapper > div"); navElements.forEach((e) => { if (!e.classList.contains('navigation-selected')) { if (e.querySelector(`a[href="${findUrl}"]`)) { e.classList.add("navigation-selected"); } } }); });
https://chudleighhealth.com/
Status: 200
Emails: email@example.com, info@chudleighhealth.comaddress
View text
Home About Us Services offered Shop Legal Notice Privacy Policy Longevity questionnaire quiz About Us Professinal Fees Contact us Professinal Fees Contact us Services offered Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Bio-hacking Elbow Pain Knee pain hip pain Shoulder Pain pregnacy, New mum & baby neck pain , head aches and nerve pain lower back pain longevity Shop Legal Notice Privacy Policy Longevity questionnaire quiz SearchSearch We Can Help you Generalised aches and painsGeneral, acute & chronic backache and back painNeck painHeadaches / Migraine preventionLumbagoSciaticaRheumatic painNeuralgiaJoint & Arthritic Pain: Arthritic painJoint pains,shoulder, elbow, wrist, hip Knee and foot OsteoarthritisFrozen shoulder, shoulder and elbow pain, and tennis elbow Muscle spasmsCrampFibromyalgiaSports injuriesCirculatory problemsDigestion problemsTension and inability to relax Longevity QuestionnaireQualified PractitionersOur team consists of qulified, certified fully insured Osteopaths, Physiotherapests & sports massage therapists to read about our practioners About us Personalised Care for Optimal ResultsAt Health Autonomy, we understand that every patient is unique. That’s why we take the time to thoroughly assess your condition and develop a personalised treatment plan. Our osteopaths are committed to providing compassionate and effective care, ensuring that you receive the best possible outcomes. Whether you are seeking treatment for a specific condition or looking to maintain your health, our team is dedicated to helping you achieve your goals.Contact us Your Path to Health and Well-BeingAt Health Autonomy, we provide top-quality osteopathy services in Chudleigh to help you achieve optimal health and well-being. Our experienced osteopaths use a holistic approach to diagnose, treat, and prevent a wide range of health issues. Whether you are dealing with chronic pain, recovering from an injury, or looking to improve your overall mobility, our team is here to support you. We believe in personalised care tailored to meet your unique needs.Empowering Your Health JourneyAt Health Autonomy, we focus on delivering personalized Osteopathy, Physiotherapy and sports massage therapy. Our experienced practitioners are dedicated to improving your health. We treat a variety of conditions, General, acute & chronic backache and back painNeck painHeadaches / Migraine preventionLumbagoSciaticaRheumatic painNeuralgiaArthritic painJoint pains,shoulder, elbow, wrist, hip Knee and foot OsteoarthritisFrozen shoulder, shoulder and elbow pain, and tennis elbowMuscle spasmsCrampFibromyalgiaSports injuriesCirculatory problemsDigestion problemsTension and inability to relax Your well-being is our priority.19Years of Service1000s ofHappy PatientsOsteopathy, Physiotherapy, accupuntuce & Sports Therapy Treatments OfferedPersonalized TreatmentsAll our treatments focus on the whole body, not just the symptoms. We aim to identify the root cause of your discomfort and address it through a combination of manual techniques, exercises, and lifestyle advice. Our treatments are designed to improve your body’s alignment, enhance circulation, and promote natural healing. By working with our skilled osteopaths, you can experience relief from pain, improved mobility, and a greater sense of overall well-beingExplore our range of treatments including, Osteopathy Physiotherapy, Accupuncture, and Pregnacy post partum and pediatric care.What is an OsteopathHighly qualified and motivated professionals An osteopath is a healthcare professional who specializes in treating musculoskeletal issues through manual therapy techniques. They are trained to assess, diagnose, and treat a wide range of conditions. Osteopaths are registered and regulated healthcare professionals in England, ensuring that they meet certain standards of education and practice to provide safe and effective care to their patientsWho should see an Osteopathanyone aged between 0 & 122 years & 164 days People of all ages can benefit from seeing an osteopath. From infants to the elderly, osteopathic treatment can help with a wide range of conditions and improve overall health and well-being. Whether you are experiencing musculoskeletal pain, recovering from an injury, or simply looking to maintain good posture and mobility, an osteopath can provide personalized care to meet your needs.What does an Osteopath treat Osteopaths are trained healthcare professionals who can treat a wide range of conditions, including musculoskeletal issues such as back pain, neck pain, and joint pain. They can also help with headaches, migraines, and sports injuries. Osteopaths are known for their holistic approach to healthcare, considering the whole body when diagnosing and treating patients.Types of conditions your Osteopath can help you with Osteopaths, as registered practitioners with the General Osteopathic Council, specialize in the assessment and treatment of a range of muscular and skeletal issues. These may include conditions such as arthritic pain, circulatory problems, fibromyalgia, frozen shoulder, shoulder and elbow pain, tennis elbow, headaches, joint pains, general acute and chronic backache, generalized aches and pains, lumbago, migraines, sports injuries, muscle spasms, neuralgia, rheumatic pain, and sciatica.Is Osteopathy Safe Osteopathy is a safe and effective form of manual therapy that focuses on treating the root cause of musculoskeletal issues. Osteopaths are highly trained professionals who use gentle, hands-on techniques to improve the function of the body’s structure and promote overall health. Patients can feel confident in the safety of osteopathy as it is a natural and non-invasive approach to healthcare.Name*This field is required.MessageI hereby agree that this data will be stored and processed for the purpose of establishing contact. I am aware that I can revoke my consent at any time.*This field is required.*Please fill in all the required fields.SendMessage could not be sent. Please try again later.Message was successfully sentiWe need your consent to load this mapWe use a third party service to embed maps content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the map.AcceptGet in touchTelephone: 07902 065739E-mail: info@chudleighhealth.comAddress: 90 Fore stree, Chudleigh, TQ13 0HT, Devon, UK©Copyright. All rights reserved.We need your consent to load the translationsWe use a third-party service to translate the website content that may collect data about your activity. Please review the details in the privacy policy and accept the service to view the translations.DeclineAcceptThis site uses third-party website tracking technologies to provide and continually improve our services, and to display advertisements according to users’ interests. I agree and may revoke or change my consent at any time with effect for the future. MoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsStorePrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessToggleStoreMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('d7d44948-8f59-48bb-95e6-2685f970e359','{"skipNavigation":"Skip to Navigation","skipMainContent":"Skip to Main Content","skipFooter":"Skip to Footer"}');})(); (function(){ if (typeof Object.assign != "function") { Object.defineProperty(Object, "assign", { value: function assign(target, varArgs) { "use strict"; if (target == null) { throw new TypeError("Cannot convert undefined or null to object"); } var to = Object(target); for (var index = 1; index < arguments.length; index++) { var nextSource = arguments[index]; if (nextSource != null) { for (var nextKey in nextSource) { if (Object.prototype.hasOwnProperty.call(nextSource, nextKey)) { to[nextKey] = nextSource[nextKey]; } } } } return to; }, writable: true, configurable: true }); } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'websiteTranslator': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['websiteTranslator'] && window.CONSENT_REGISTRY['websiteTranslator'] ), { 'websiteTranslatorModule': { consentAction: function(element) { document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.removeEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.load_tlib(); }, revokeAction: function(element){ document.querySelectorAll('.iwt_switcher_wrapper').forEach((el)=>{ el.addEventListener('click', window.CONSENT_REGISTRY.websiteTranslator.websiteTranslatorModule.showBlocker) }); }, showBlocker:function() {document.getElementById('pbModal').style.display = 'flex';},load_tlib:function() { if (!window.iwt_translate_script) { window.iwt_translate_script = document.createElement('script'); iwt_translate_script.src = 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit2'; document.body.appendChild(iwt_translate_script); } }, } } ) } ); })(); (function(){ var moreItems = document.getElementsByClassName('navigation-more-item'); var moreItemsButton = document.getElementsByClassName('navigation-more-item-wrapper'); var anchors = document.getElementsByClassName('navigation-anchor'); var menuToggler = document.getElementById('menuToggleTrigger'); var menuTogglerFooter = document.getElementById('menuToggleTrigger-footer'); var subpageToggle = document.getElementsByClassName('subpageToggle'); var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var stickySection = document.getElementsByClassName('section-sticky'); var navigation = document.getElementsByClassName('navigation'); if(stickySection[0]){ for (const child of sectionRoot) { child.style.scrollMarginTop = headerSectionInner.offsetHeight + 'px' } } for(i = 0; i < moreItems.length; i++) { moreItems[i].setAttribute("onclick", ""); } for(i = 0; i < moreItemsButton.length; i++) { moreItemsButton[i].setAttribute("onclick", ""); } // close navigation in tablet/mobile mode when anchor is pressed for(i = 0; i < anchors.length; i++) { anchors[i].addEventListener("click", function(){ if(menuToggler?.checked) { menuToggler?.click(); } if(menuTogglerFooter?.checked) { menuTogglerFooter?.click(); } } ) } if(menuToggler) { menuToggler.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuToggler.click(); } }); menuToggler.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuToggler.checked.toString()); } }); } if(menuTogglerFooter) { menuTogglerFooter.addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); menuTogglerFooter.click(); } }); menuTogglerFooter.addEventListener('click', function() { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', menuTogglerFooter.checked.toString()); } }); } if (subpageToggle.length > 0) { for (let i = 0; i < subpageToggle.length; i++) { subpageToggle[i].addEventListener('keydown', function(event) { if (event.key === 'Enter' || event.keyCode === 13) { event.preventDefault(); subpageToggle[i].click(); } }); } } if(navigation) { for (let i = 0; i < navigation.length; i++) { navigation[i].setAttribute('aria-expanded', "false"); navigation[i].addEventListener('keydown', function(event) { if (event.key === 'Escape' || event.keyCode === 27) { event.preventDefault(); if(menuToggler?.checked){ menuToggler?.click(); } if(menuTogglerFooter?.checked){ menuTogglerFooter?.click(); } } }); } } })(); (function(){window.DownloadWarning({"iconSize":"16px","buttonClass":"jss143059","modalClass":"jss143058","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){ var headerSectionInner = document.querySelector('[data-zone-type="header"] .section-inner'); var sectionRoot = document.getElementsByClassName('section-root'); var header = document.querySelector('[data-zone-type="header"]'); var navigation = document.getElementsByClassName('navigation-root')[0]; var firstSectionContent = document.getElementsByClassName('section-content')[0]; var shoppingCart = document.getElementsByClassName('shopping-cart-root')[0]; var shoppingBox = document.getElementsByClassName('shopping-searchbox-root')[0]; var shoppingAccount = document.getElementsByClassName('shopping-account-root')[0]; var textRoot = document.getElementsByClassName('text-root'); var socialMediaIcons = document.getElementsByClassName('social-media-icon'); var socialMediaStroke = document.getElementsByClassName('social-media-stroke'); var logo = document.getElementsByClassName(getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'))[0] var activeThemeClass = getComputedStyle(navigation).getPropertyValue('--sticky-theme-active'); ; var hadSticky = false; if(header?.classList.contains('section-sticky') && header?.classList.contains('section-overlaps')){ header.classList.remove('section-sticky'); hadSticky = true; } window.addEventListener("load", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); window.addEventListener("resize", () => { for (const child of sectionRoot) { child.style.setProperty('--header-height', headerSectionInner.offsetHeight + 'px'); }; }); if(hadSticky){ var headerBackgroundProps = JSON.parse(getComputedStyle(navigation).getPropertyValue('--sticky-bg-image')); if(headerBackgroundProps.backgroundAttachment){ headerSectionInner.style.backgroundAttachment = headerBackgroundProps.backgroundAttachment; } if(headerBackgroundProps.backgroundImage){ headerSectionInner.style.backgroundImage = headerBackgroundProps.backgroundImage; }else { headerSectionInner.style.backgroundImage = 'unset'; } if(headerBackgroundProps.backgroundSize){ headerSectionInner.style.backgroundSize = headerBackgroundProps.backgroundSize; } if(headerBackgroundProps.backgroundRepeat){ headerSectionInner.style.backgroundRepeat = headerBackgroundProps.backgroundRepeat; } if(headerBackgroundProps.backgroundPosition){ headerSectionInner.style.backgroundPosition = headerBackgroundProps.backgroundPosition; } headerSectionInner.style.backgroundColor = getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color'); ; var initialNavigationColor = getComputedStyle(navigation).getPropertyValue('--navigation-color'); var initialNavigationBackgroundColor = getComputedStyle(navigation).getPropertyValue('--navigation-background-color'); var initialBackgroundColorActive = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active'); var initialBackgroundColorActiveSecond = getComputedStyle(navigation).getPropertyValue('--navigation-background-color-active-second'); var initialNavigationActiveColor = getComputedStyle(navigation).getPropertyValue('--navigation-active-color'); var initialNavigationContrastColor = getComputedStyle(navigation).getPropertyValue('--navigation-contrast-color'); var initialTextContainerColor = getComputedStyle(textRoot[0]).getPropertyValue('--text-container-color'); var initialSocialColor = document.getElementsByClassName('social-media-icon')[0]?.getAttribute("fill"); var initialH1 = firstSectionContent.getAttribute("--heading-color-h1"); var initialH2 = firstSectionContent.getAttribute("--heading-color-h2"); var initialH3 = firstSectionContent.getAttribute("--heading-color-h3"); var initialH4 = firstSectionContent.getAttribute("--heading-color-h4"); var initialH5 = firstSectionContent.getAttribute("--heading-color-h5"); var initialH6 = firstSectionContent.getAttribute("--heading-color-h6"); ; document.addEventListener('scroll', function(){ if(window.scrollY){ header.classList.add('section-sticky'); headerSectionInner.style.opacity = 1; if (activeThemeClass) { logo?.classList.add(activeThemeClass+'-sticky'); logo?.classList.remove(activeThemeClass); } if(firstSectionContent){ firstSectionContent.style.setProperty('--heading-color-h1', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h1')); firstSectionContent.style.setProperty('--heading-color-h2', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h2')); firstSectionContent.style.setProperty('--heading-color-h3', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h3')); firstSectionContent.style.setProperty('--heading-color-h4', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h4')); firstSectionContent.style.setProperty('--heading-color-h5', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h5')); firstSectionContent.style.setProperty('--heading-color-h6', getComputedStyle(navigation).getPropertyValue('--sticky-heading-color-h6')); } // add geometry var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.add(sectionGeometryName, 'section-geometry'); } // override the navigation css variables on scroll navigation.style.setProperty( '--navigation-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); navigation.style.setProperty( '--navigation-background-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color') ); navigation.style.setProperty( '--navigation-background-color-active', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active') ); navigation.style.setProperty( '--navigation-background-color-active-second', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-background-color-active-second') ); navigation.style.setProperty( '--navigation-active-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-active-color') ); navigation.style.setProperty( '--navigation-contrast-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-contrast-color') ); // set description module if (header.contains(textRoot[0])) { textRoot[0].style.setProperty( '--text-container-color', getComputedStyle(navigation).getPropertyValue('--sticky-text-container-color') ); } //set shopping modules shoppingCart?.style.setProperty( '--shopping-cart-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-body-text-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingBox?.style.setProperty( '--shopping-searchbox-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); shoppingAccount?.style.setProperty( '--shopping-account-color', getComputedStyle(navigation).getPropertyValue('--sticky-overlaps-navigation-color') ); // set social media colors for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = getComputedStyle(navigation).getPropertyValue('--sticky-social-colors'); } } ; }else{ headerSectionInner.style.opacity = 0; header.classList.remove('section-sticky'); if (activeThemeClass) { logo?.classList.remove(activeThemeClass+'-sticky'); logo?.classList.add(activeThemeClass); } var sectionGeometryName = getComputedStyle(header).getPropertyValue('--section-geometry'); if (sectionGeometryName) { header.classList.remove(sectionGeometryName, 'section-geometry'); } // revert styles navigation.style.setProperty('--navigation-color', initialNavigationColor); navigation.style.setProperty('--navigation-background-color', initialNavigationBackgroundColor); navigation.style.setProperty('--navigation-background-color-active', initialBackgroundColorActive); navigation.style.setProperty('--navigation-background-color-active-second', initialBackgroundColorActiveSecond); navigation.style.setProperty('--navigation-active-color', initialNavigationActiveColor); navigation.style.setProperty('--navigation-contrast-color', initialNavigationContrastColor); shoppingCart?.style.setProperty('--shopping-cart-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-color', initialNavigationColor); shoppingBox?.style.setProperty('--shopping-searchbox-body-text-color', initialNavigationColor); shoppingAccount?.style.setProperty('--shopping-account-color', initialNavigationColor); for (const item of socialMediaIcons) { if (header.contains(item)) { item.style.fill = initialSocialColor; } } for (const item of socialMediaStroke) { if (header.contains(item)) { item.style.stroke = initialSocialColor; } } if (header.contains(textRoot[0])) { textRoot[0].style.setProperty('--text-container-color', initialTextContainerColor); } if(firstSectionContent) { firstSectionContent.style.setProperty('--heading-color-h1', initialH1); firstSectionContent.style.setProperty('--heading-color-h2', initialH2); firstSectionContent.style.setProperty('--heading-color-h3', initialH3); firstSectionContent.style.setProperty('--heading-color-h4', initialH4); firstSectionContent.style.setProperty('--heading-color-h5', initialH5); firstSectionContent.style.setProperty('--heading-color-h6', initialH6); } ; } }) } })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'shops': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['shops'] && window.CONSENT_REGISTRY['shops'] ), { 'shopModule': { consentAction: function(element) { window.goxEcwidIntegration && window.goxEcwidIntegration.acceptConsent(); }, revokeAction: function(element){ window.goxEcwidIntegration && window.goxEcwidIntegration.revokeConsent(); }, undefined } } ) } ); })(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.LoadShopCart && goxEcwid.LoadShopCart('https://app.ecwid.com/', '119740002', false); goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){ (function(){ var goxEcwid = window.goxEcwidIntegration; if (!goxEcwid) { return; } goxEcwid.InitShopNavigation && goxEcwid.InitShopNavigation('https://app.ecwid.com/', '119740002'); })();})(); (function(){ window.initFormProcessors = window.initFormProcessors || []; window.initFormProcessors.push(function() { window.FormProcessor({ formId: '65ad104e-dd03-49f3-a830-316567991912', errorClasses: { textInput: 'form-input-error', checkboxInput: 'form-checkbox-icon-error', label: 'form-label-error' }, captcha: { isActive: false, texts: { title: 'Security Check', inputPlaceholder: 'Please enter the code', button: 'Submit', error: 'Invalid Captcha code. Try again.' }, classes: { modal: 'form-captcha-modal', button: 'form-button form-button-shape-smooth form-button-fill-filled', input: 'form-input form-input-smooth form-input-outline' }, styles: {"--font-family":"SourceSansPro","--font-size":"16px","--font-weight":"normal","--word-wrap":"break-word","--overflow-wrap":"break-word","--font-style":"normal","--text-decoration":"none","--letter-spacing":"normal","--line-height":"normal","--text-transform":"none","--font-family-button":"SourceSansPro","--font-size-button":"16px","--font-weight-button":"normal","--word-wrap-button":"break-word","--overflow-wrap-button":"break-word","--font-style-button":"normal","--text-decoration-button":"none","--letter-spacing-button":"normal","--line-height-button":"normal","--text-transform-button":"none","--button-background-color":"#464b43","--button-color-primary":"#f8f8f8","--button-color-link":"#464b43","--button-color-ghost":"#464b43","--form-button-palette-color":"#F6F9F4","--form-body-text-color":"#494949","--form-button-contrast-color":"#464b43","--form-captcha-bg-color":"#fff","--form-captcha-text-color":"#000000","--form-contrast-error-color":"rgb(255, 176, 176)","--form-error-color":"rgb(206, 9, 9)","--form-error-color-important":"rgb(206, 9, 9) !important","--form-higher-button-contrast-color":"#151515","--form-module-active-color-body-text":"#494949","--form-module-active-color-button":"#464b43","--form-padding":"12px 16px","--form-success-color":"rgb(0, 124, 0)","--form-module-active-color-body-text-fade-02":"rgba(73, 73, 73, 0.2)","--form-module-active-color-body-text-fade-01":"rgba(73, 73, 73, 0.1)","--form-button-contrast-color-fade-01":"rgba(70, 75, 67, 0.1)","--form-button-contrast-color-fade-09":"rgba(70, 75, 67, 0.9)","--form-button-palette-color-fade-09":"rgba(246, 249, 244, 0.9)","--form-checkbox-svg":"url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IGZpbGw6IHJnYmEoNzMsIDczLCA3MywgMSkiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgICA8cGF0aCBkPSJNMjIsNC40bC0yLjctMi4zQzE5LjIsMiwxOS4xLDIsMTksMmMtMC4xLDAtMC4yLDAuMS0wLjMsMC4xTDksMTUuNWMwLDAtMy44LTMuOS0zLjktNGMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjNzLTAuMywwLjEtMC40LDAuMlMyLjgsMTMsMi4xLDEzLjhMMiwxMy45Yy0wLjEsMC4xLTAuMSwwLjItMC4xLDAuM3MwLDAuMiwwLjEsMC4zbDAuMSwwLjFjMCwwLDYuNyw3LDYuOCw3LjFDOSwyMS44LDkuMiwyMiw5LjQsMjJzMC40LTAuMiwwLjUtMC4zTDIyLDVjMC4xLTAuMSwwLjEtMC4yLDAuMS0wLjNDMjIuMSw0LjYsMjIsNC41LDIyLDQuNHoiLz4KICA8L3N2Zz4=')","--form-checkbox-size":"16px","--form-checkbox-icon-size":"20px"} } }); }); })(); (function(){ window.CONSENT_REGISTRY = Object.assign( {}, window.CONSENT_REGISTRY && window.CONSENT_REGISTRY, { 'maps': Object.assign( {}, window.CONSENT_REGISTRY && Object.assign( {}, window.CONSENT_REGISTRY['maps'] && window.CONSENT_REGISTRY['maps'] ), { 'mapModule': { consentAction: function(element) { var dataSrc = element.attributes.getNamedItem('data-src'); var src = dataSrc ? dataSrc.value : undefined; var iframe = element.parentNode?.getElementsByTagName('iframe')[0]; if (iframe) { !!src && iframe.setAttribute('src', src); !!src && iframe.setAttribute('title', 'Map'); } else { iframe = document.createElement('iframe'); !!src && iframe.setAttribute('title', 'Map'); !!src && iframe.setAttribute('src', src); iframe.setAttribute('allowFullScreen', true); element.appendChild(iframe); } element.style.display = 'block'; iframe.classList.add('map-iframe'); }, revokeAction: function(element){ var iframe = element.parentNode?.getElementsByTagName('iframe')[0]; if (iframe) { iframe.setAttribute('src', ''); } element.style.display = 'none'; }, undefined } } ) } ); })(); (function(){let trackingId = '+ZLN+YAuligPybP5q3hWppcCdp+J3TNnnLQTBhSKE+4Pts4Shr1KQS/DTYVpVA+sVbQQSO8JwuLtYLZiUwD+Kc8JIXIha7cgUFFmksk5RuU=';if (typeof trackingId === "string" && trackingId.length > 0) {let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;sel.onload = function () {document.head.removeChild(this);if (window.NSfTIF) {window.NSfTIF.track({ ta: trackingId });}};sel.src = '//cdn.pagepulse.info/js/22728.js';document.head.appendChild(sel);}})(); (function(){function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}const isIOS = detectIOS();if (isIOS) {let sections = window.document.body.querySelectorAll("[data-styled-section-id]");sections.forEach(function(section){section.style.backgroundAttachment= 'scroll';});}})(); (function(){var ua = window.navigator.userAgent;var trident = ua.indexOf('Trident/');var msie = ua.indexOf("MSIE");if(trident > 0 || msie > 0) {setTimeout(function() {document.getElementById('old-browser-banner').style.top = 0;},1000);function handleCloseIEBanner() {document.getElementById('old-browser-banner').style.top = '-500px';}document.head.insertAdjacentHTML("beforeend", " <style> .old-browser-banner, .old-browser-banner * { box-sizing: border-box; } .old-browser-banner .banner-close-btn { position: absolute; top: 50%; padding: 7px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); right: 10px; z-index: 2; color: white; cursor: pointer; border-radius: 4px; background-color: #111; } .old-browser-banner .banner-close-btn:hover { background-color: #222; } .old-browser-banner { display: flex; display: -ms-flexbox; position: fixed; width: 100%; top: -500px; left: 0; margin: 0; padding: 0; overflow: hidden; background: white; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); font-family: sans-serif; font-size: 16px; z-index: 333; transition: all ease-out 1s; -ms-transition: all ease-out 1s; } .old-browser-banner a { text-decoration: none; margin: 0 2px 0 2px; } .old-browser-banner .banner-wrapper { background: white; color: #718095; padding: 0.5em; width: 100%; display: flex; display: -ms-flexbox; align-items: center; justify-content: center; position: relative; max-width: 960px; margin: 0 auto; } .old-browser-banner .banner-text { margin-right: 12px; } .old-browser-banner h3 { font-weight: normal; font-size: 16px; margin: 0.5em; } .old-browser-banner h3 svg { vertical-align: middle; position: relative; top: -2px; } .old-browser-banner h3 strong { display: inline-block; background-color: #014a97; background-image: radial-gradient( ellipse 100% 160% at 65% 28%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) ); color: white; padding: 0.3em; font-weight: normal; border-radius: 3px; font-size: 17px; } @media screen AND (max-width: 768px) { .old-browser-banner .banner-wrapper { flex-direction: column; -ms-flex-direction: column; } .old-browser-banner .banner-wrapper .browsers { margin: 10px 0 52px 0; } .old-browser-banner .banner-close-btn { right: 50%; transform: translateX(50%); -webkit-transform: translateX(50%); -ms-transform: translateX(50%); bottom: 15px; top: auto; } } @media screen AND (max-width: 600px) { .old-browser-banner h3 { font-size: 14px; text-align: center; } .old-browser-banner h3 strong { font-size: 14px; display: flex; display: -ms-flexbox; flex-direction: column; -ms-flex-direction: column; align-items: center; } } ");document.body.insertAdjacentHTML("beforeend", "<div class='old-browser-banner' id='old-browser-banner'> <div class='banner-close-btn' id='banner-close-btn' onclick='handleCloseIEBanner()'> Close <div class='banner-wrapper'> <div class='banner-text'> <h3> <strong> <svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='#ffffff' > <path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z' /> <span id='banner-title'>Your web browser is old and not fully supported. <h3 id='banner-subtitle'> For a better experience, please use a modern browser: <div class='browsers'> <a href='https://www.google.com/chrome/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M16,24.188c-1.625,0-3.104-0.438-4.438-1.312c-1.334-0.875-2.334-2-3-3.375L2,8c-1.375,2.459-2,5.209-2,8 c0,4,1.302,7.49,3.906,10.469c2.604,2.979,5.844,4.76,9.719,5.344l4.641-8.031C17.799,23.919,17.02,24.188,16,24.188z' fill='#4AAE48'/><path d='M10.969,9.531C12.447,8.386,14.125,8,16,8c0.25,0,13.75,0,13.75,0c-1.417-2.416-3.344-4.458-5.781-5.875 C21.531,0.709,18.875,0,16,0c-2.5,0-4.834,0.531-7,1.594C6.833,2.656,4.828,4.203,3.359,6.188L8,14 C8.458,12.209,9.489,10.678,10.969,9.531z' fill='#EA3939'/><path d='M30.797,10H21.5c1.625,1.625,2.688,3.709,2.688,6c0,1.709-0.479,3.271-1.438,4.688L16.188,32 c4.375-0.042,8.104-1.625,11.188-4.75C30.458,24.125,32,20.375,32,16C32,13.959,31.656,11.812,30.797,10z' fill='#FED14B'/><circle cx='16' cy='16' fill='#188FD1' r='6'/><g/><g/><g/><g/><g/><g/> <a href='https://www.mozilla.org/firefox/download/' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M32,11.105c0,0.396-0.031,1.168-0.094,2.315c-0.063,1.146-0.198,2.273-0.406,3.379 c-0.209,1.105-0.594,2.346-1.156,3.723c-0.563,1.376-1.25,2.618-2.063,3.723c-0.812,1.104-1.927,2.148-3.343,3.128 c-1.417,0.979-3.021,1.68-4.812,2.096c-0.959,0.251-1.938,0.396-2.938,0.438c-0.041,0-0.124,0.021-0.249,0.062 c-0.835,0.041-1.667,0.041-2.5,0c-5.167-0.416-9.104-2.961-11.812-7.633c-1.25-2.212-1.96-4.317-2.125-6.319 c-0.125,0.584-0.21,1.085-0.25,1.501c-0.125-2.377,0.062-4.316,0.562-5.818C0.438,12.326,0.165,12.909,0,13.452 c0.333-1.877,0.771-3.358,1.312-4.442c0.04-0.25,0.29-0.71,0.75-1.376c0-0.084,0-0.146,0-0.188 C1.978,6.277,2.094,5.224,2.406,4.286s0.571-1.523,0.781-1.752c0.208-0.229,0.375-0.406,0.5-0.531 C3.728,3.003,4.25,3.962,5.25,4.88C5.5,4.921,5.728,4.943,5.938,4.943c1.04-0.209,2.125-0.188,3.25,0.062 c0.665-0.835,1.688-1.398,3.062-1.689l1.188-0.062c-1.21,0.709-1.938,1.73-2.188,3.065c0.458,0.959,1.062,1.439,1.812,1.439 c0.625,0,1.083,0,1.375,0c0.708,0,1.083,0.062,1.125,0.188v0.062v0.062c0.04,0.041,0.04,0.104,0,0.188v0.062v0.062 c-0.042,0.417-0.188,0.729-0.438,0.939c-0.042,0-0.062,0.01-0.062,0.031c0,0.021-0.022,0.031-0.062,0.031 c0,0.041-0.188,0.166-0.562,0.375c-0.5,0.333-0.897,0.604-1.188,0.813c-0.542,0.333-0.812,0.562-0.812,0.688v0.062h-0.062 c0.125,0.25,0.208,0.562,0.25,0.938c0.083,0.375,0.103,0.604,0.062,0.688c0,0.209,0,0.396,0,0.563c-0.5-0.25-0.979-0.417-1.438-0.5 c-0.585,0.25-0.917,0.521-1,0.812c-0.042,0.167-0.085,0.334-0.125,0.501c0,0.792,0.562,1.523,1.688,2.189 c0.458,0.292,0.927,0.46,1.406,0.501c0.478,0.042,0.853,0.021,1.125-0.062c0.271-0.084,0.603-0.209,1-0.376 c0.396-0.166,0.677-0.271,0.844-0.312c1.25-0.334,2.271-0.041,3.062,0.876c0.251,0.25,0.303,0.491,0.157,0.72 c-0.146,0.229-0.365,0.303-0.657,0.219c-0.124,0.041-0.208,0.053-0.249,0.031c-0.042-0.021-0.136,0-0.282,0.062 c-0.146,0.062-0.249,0.104-0.312,0.125c-0.063,0.021-0.167,0.084-0.312,0.188c-0.146,0.105-0.261,0.179-0.345,0.22 c-0.083,0.041-0.218,0.135-0.406,0.281c-0.188,0.146-0.343,0.24-0.468,0.281c-0.5,0.376-1.219,0.647-2.156,0.813 s-1.719,0.166-2.344,0c0.5,0.376,0.896,0.647,1.188,0.813c0.29,0.167,0.771,0.429,1.438,0.782c0.665,0.354,1.239,0.585,1.719,0.688 c0.478,0.104,1.083,0.156,1.812,0.156c0.729,0,1.396-0.125,2-0.376c0.604-0.25,1.249-0.677,1.938-1.282 c0.687-0.604,1.343-1.365,1.969-2.283c0.125-0.21,0.208-0.335,0.249-0.376c0.084,0-0.021,0.563-0.312,1.689 c-0.125,0.585-0.166,0.876-0.125,0.876c0.709-0.501,1.198-1.461,1.469-2.878c0.271-1.418,0.303-2.794,0.094-4.13 c0.5,0.209,0.854,0.604,1.062,1.189l0.126,0.125c0.249-0.793,0.396-1.825,0.438-3.098c0.041-1.272-0.084-2.325-0.375-3.159 c0.541,0.166,1.041,0.709,1.5,1.627c-0.125-0.668-0.313-1.283-0.562-1.846c-0.251-0.563-0.531-1.043-0.845-1.439 c-0.312-0.396-0.646-0.772-1-1.126c-0.354-0.354-0.718-0.647-1.093-0.876c-0.376-0.229-0.74-0.438-1.094-0.626 c-0.354-0.188-0.688-0.334-1-0.438c-0.313-0.104-0.595-0.188-0.844-0.25c-0.251-0.062-0.438-0.105-0.562-0.126 c-0.125-0.021-0.167-0.031-0.125-0.031c1.041-0.292,2.104-0.438,3.188-0.438C24,3.044,23.76,2.856,23.406,2.69 c-0.354-0.167-0.74-0.312-1.157-0.438c-0.416-0.125-0.822-0.229-1.218-0.312c-0.396-0.085-0.865-0.188-1.406-0.313h-0.062h0.124 c1.167-0.334,3-0.084,5.5,0.751c0.917,0.291,1.751,0.823,2.5,1.596c0.751,0.771,1.22,1.345,1.407,1.721 c0.187,0.375,0.322,0.688,0.406,0.938V6.381c0.041-0.209,0.01-0.531-0.094-0.97c-0.104-0.438-0.261-0.907-0.469-1.407 c0.041,0,0.104,0.031,0.188,0.094c0.083,0.062,0.239,0.291,0.469,0.688c0.229,0.396,0.489,0.97,0.78,1.72 c0.459,1.127,0.854,3.149,1.188,6.069l0.375-2.378C31.979,10.407,32,10.708,32,11.105z' fill='#EA7015'/><g/><g/><g/><g/><g/><g/> <a href='https://www.microsoft.com/edge' target='_blank'> <svg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 256 256'><defs><radialGradient id='b' cx='161.83' cy='68.91' r='95.38' gradientTransform='matrix(1 0 0 -.95 0 248.84)' gradientUnits='userSpaceOnUse'><stop offset='.72' stop-opacity='0'/><stop offset='.95' stop-opacity='.53'/><stop offset='1'/><radialGradient id='d' cx='-340.29' cy='62.99' r='143.24' gradientTransform='matrix(.15 -.99 -.8 -.12 176.64 -125.4)' gradientUnits='userSpaceOnUse'><stop offset='.76' stop-opacity='0'/><stop offset='.95' stop-opacity='.5'/><stop offset='1'/><radialGradient id='e' cx='113.37' cy='570.21' r='202.43' gradientTransform='matrix(-.04 1 2.13 .08 -1179.54 -106.69)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#35c1f1'/><stop offset='.11' stop-color='#34c1ed'/><stop offset='.23' stop-color='#2fc2df'/><stop offset='.31' stop-color='#2bc3d2'/><stop offset='.67' stop-color='#36c752'/><radialGradient id='f' cx='376.52' cy='567.97' r='97.34' gradientTransform='matrix(.28 .96 .78 -.23 -303.76 -148.5)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#66eb6e'/><stop offset='1' stop-color='#66eb6e' stop-opacity='0'/><linearGradient id='a' x1='63.33' y1='84.03' x2='241.67' y2='84.03' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#0c59a4'/><stop offset='1' stop-color='#114a8b'/><linearGradient id='c' x1='157.35' y1='161.39' x2='45.96' y2='40.06' gradientTransform='matrix(1 0 0 -1 0 266)' gradientUnits='userSpaceOnUse'><stop offset='0' stop-color='#1b9de2'/><stop offset='.16' stop-color='#1595df'/><stop offset='.67' stop-color='#0680d7'/><stop offset='1' stop-color='#0078d4'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' fill='url(#a)'/><path d='M235.68 195.46a93.73 93.73 0 01-10.54 4.71 101.87 101.87 0 01-35.9 6.46c-47.32 0-88.54-32.55-88.54-74.32A31.48 31.48 0 01117.13 105c-42.8 1.8-53.8 46.4-53.8 72.53 0 73.88 68.09 81.37 82.76 81.37 7.91 0 19.84-2.3 27-4.56l1.31-.44a128.34 128.34 0 0066.6-52.8 4 4 0 00-5.32-5.64z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.35' fill='url(#b)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' fill='url(#c)'/><path d='M110.34 246.34A79.2 79.2 0 0187.6 225a80.72 80.72 0 0129.53-120c3.12-1.47 8.45-4.13 15.54-4a32.35 32.35 0 0125.69 13 31.88 31.88 0 016.36 18.66c0-.21 24.46-79.6-80-79.6-43.9 0-80 41.66-80 78.21a130.15 130.15 0 0012.11 56 128 128 0 00156.38 67.11 75.55 75.55 0 01-62.78-8z' transform='translate(-4.63 -4.92)' style='isolation:isolate' opacity='.41' fill='url(#d)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#e)'/><path d='M156.94 153.78c-.81 1.05-3.3 2.5-3.3 5.66 0 2.61 1.7 5.12 4.72 7.23 14.38 10 41.49 8.68 41.56 8.68a59.56 59.56 0 0030.27-8.35 61.38 61.38 0 0030.43-52.88c.26-22.41-8-37.31-11.34-43.91-21.19-41.45-66.93-65.29-116.67-65.29a128 128 0 00-128 126.2c.48-36.54 36.8-66.05 80-66.05 3.5 0 23.46.34 42 10.07 16.34 8.58 24.9 18.94 30.85 29.21 6.18 10.67 7.28 24.15 7.28 29.52s-2.74 13.33-7.8 19.91z' transform='translate(-4.63 -4.92)' fill='url(#f)'/> <a href='https://www.opera.com/download' target='_blank'> <svg enable-background='new 0 0 32 32' height='32px' id='Layer_1' version='1.0' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g><path d='M26.737,4.375c2.842,2.917,4.264,6.75,4.264,11.5c0,4.334-1.422,8.104-4.264,11.312 C23.895,30.396,20.295,32,15.938,32c-4.316,0-7.885-1.604-10.706-4.812C2.41,23.979,1,20.209,1,15.875 c0-4.75,1.39-8.583,4.171-11.5C7.95,1.459,11.54,0,15.938,0C20.295,0,23.895,1.459,26.737,4.375z M21.291,11.062 c-0.124-1.291-0.373-2.552-0.747-3.781c-0.373-1.229-0.944-2.177-1.711-2.844c-0.769-0.666-1.733-1-2.895-1 c-1.162,0-2.116,0.323-2.863,0.969C12.328,5.053,11.778,6,11.426,7.25S10.835,9.75,10.71,11c-0.124,1.25-0.187,2.771-0.187,4.562 c0,1.125,0.021,2.073,0.062,2.844c0.04,0.771,0.113,1.709,0.218,2.812c0.103,1.104,0.27,2.031,0.498,2.781 c0.228,0.75,0.538,1.49,0.934,2.219c0.394,0.729,0.902,1.281,1.524,1.656s1.348,0.562,2.179,0.562c0.829,0,1.565-0.188,2.21-0.562 c0.643-0.375,1.161-0.927,1.556-1.656C20.098,25.49,20.42,24.75,20.669,24s0.436-1.677,0.56-2.781 c0.125-1.104,0.197-2.052,0.219-2.844c0.02-0.791,0.03-1.729,0.03-2.812C21.478,13.854,21.416,12.354,21.291,11.062z' fill='#EA3939'/><g/><g/><g/><g/><g/><g/> ");var language = document.documentElement.lang;var title = document.getElementById("banner-title");var subtitle = document.getElementById("banner-subtitle");var closeBtn = document.getElementById("banner-close-btn");switch(language) {case "en":title.innerText = "Your web browser is old and not fully supported.";subtitle.innerText = "For a better experience, please use a modern browser:";closeBtn.innerText = "Close";break;case "it":title.innerText = "Il tuo browser è vecchio e non pienamente supportato.";subtitle.innerText = "Per una migliore esperienza, si prega di utilizzare un browser moderno:";closeBtn.innerText = "Chiudi";break;case "de":title.innerText = "Ihr Webbrowser ist veraltet und wird nicht vollständig unterstützt.";subtitle.innerText = "Für ein besseres Erlebnis verwenden Sie bitte einen modernen Browser:";closeBtn.innerText = "Schließen";break;case "fr":title.innerText = "Votre navigateur Web est ancien et n'est pas entièrement pris en charge.";subtitle.innerText = "Pour une meilleure expérience, veuillez utiliser un navigateur moderne :";closeBtn.innerText = "Fermer";break;case "es":title.innerText = "Su navegador es antiguo y no es totalmente compatible.";subtitle.innerText = "Para una mejor experiencia, utilice un navegador moderno:";closeBtn.innerText = "Cerrar";break;}}})(); (function(){function selectStoreSubpage(subpageId){var shopPage = document.querySelectorAll("[data-shop-page=true]");var shopSubpage = document.querySelectorAll(`[data-shop-subpage-id="${subpageId.substring(1,10)}"]`);if (shopPage) {shopPage.forEach( item => item.classList.remove('navigation-selected'));}if(shopSubpage){shopSubpage.forEach( item => item.classList.add("navigation-selected"))}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){ expandButton.checked = true };};function selectStorePage(oldSubpageId) {var shopPage = document.querySelector("[data-shop-page=true]");var shopSubpage = document.querySelector(`[data-shop-subpage-id="${oldSubpageId.substring(1,10)}"]`);if (shopPage) {shopPage.classList.add('navigation-selected');}if(shopSubpage){shopSubpage.classList.remove("navigation-selected");}const expandButton = document.querySelector("[data-shop-collapse=true]");if(expandButton){expandButton.checked = false};};function changeSelectedPage() {const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);if(shopSubpageId.length === 10 && regex.test(shopSubpageId)){const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(isSubcategory) { return };selectStoreSubpage(shopSubpageId);};};function changeSelectedPageInsideShopNavigation(oldHref) {if(document.location.hash.startsWith('#!/')){return};const oldSubpageId = oldHref.endsWith('/') ? oldHref.slice(-11, -1) : oldHref.slice(-10);const shopSubpageId = document.location.href.endsWith('/') ? document.location.href.slice(-11, -1) : document.location.href.slice(-10);const regex = new RegExp(/^c[0-9]*$/);const isCurrentPageCategory = regex.test(shopSubpageId);const isSubcategory = document.querySelectorAll(`[data-shop-subpage-id="${shopSubpageId.substring(1,10)}"]`).length === 0;if(!isCurrentPageCategory || isSubcategory) {selectStorePage(oldSubpageId);} else if (isCurrentPageCategory && !isSubcategory) {selectStoreSubpage(shopSubpageId);};};const observeUrlChange = () => {if(new RegExp("^/shop/.").test(document.location.pathname)){changeSelectedPage();}let oldHref = document.location.href;const body = document.querySelector("body");const observer = new MutationObserver(mutations => {if (oldHref !== document.location.href) {changeSelectedPageInsideShopNavigation(oldHref);oldHref = document.location.href;}});observer.observe(body, { childList: true, subtree: true });};window.onload = observeUrlChange;})(); (function(){function stylePopupBrowser(){const productBrowserPopup = document.querySelector('.ecwid-ProductBrowserPopup');productBrowserPopup.firstChild.style.background = "#FFF";productBrowserPopup.firstChild.style.borderColor = "transparent";const productBrowser = document.querySelector('.ecwid-productBrowser');productBrowser.style.backgroundColor = 'transparent';productBrowser.style.color = '#444';const closeButton = document.querySelector('.ecwid-popup-closeButton');closeButton.background = '#666 !important';closeButton.innerText = 'X';};const ecwidObserver = new MutationObserver(mutations => {if(mutations[0].addedNodes.length > 0){const nodeClassName = mutations[0].addedNodes[0].className;if(nodeClassName){if(nodeClassName.includes("ec-store__product-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control--select{background: #FFF !important;color: #444 !important;}.form-control__radio-view-inner{background: #FFF !important;}.form-control__checkbox-view{color: #FFF !important;}.form-control__checkbox-view::after,.form-control__radio-view::after{border: 1px solid #444 !important;}.form-control__checkbox-view::after{background: #FFF !important;}.form-control__checkbox:checked~.form-control__checkbox-view::after{background: #444 !important;}.form-control--checkbox-button .form-control__inline-label label{background-color: #666 !important;color: #FFF !important;}.form-control--checkbox-button .form-control__inline-label label:hover{background: #333 !important;}.form-control__radio:checked~.form-control__inline-label label{background: #222 !important; color: #FFF !important;border-color: #222 !important;}.form-control:not(.form-control--loading) .form-control__button{background: #333 !important;color: #FFF !important;}.ec-likely__widget{background: #444 !important; color: #FFF !important;}.ec-likely__widget:hover{background: #333 !important;}.ec-likely svg{fill: #FFF !important;}.product-details__navigation{border: 1px solid #444 !important;}.product-details__navigation--arrow-left:hover{background:#f1f1f1 !important; fill: #444 !important;}.product-details__navigation--arrow-right:hover{background:#f1f1f1 !important; fill: #444 !important;}.ec-link--muted{color: #444 !important;}.ec-link--muted:hover{color: #666 !important;}.product-details-module__btn-more a{color: #444 !important;}.product-details-module__content--collapsed::after{background-image:linear-gradient(180deg, rgba(178,57,186,0) 0%, #555 95%) !important;}.ec-store .ec-footer{display: none !important;}.ec-store .form-control__text{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control__textarea{background: #FFF !important; color: #444 !important; border-color: #444 !important;}.ec-store .form-control{color: #444 !important;}.ec-store .form-control:hover{background: #FFF !important;}.ec-pika-button--bound{background: #FFF !important;}.ec-pika-label{background: #FFF !important;}.ec-pika-button{background:#999 !important;}.ec-pika-button:hover{background #555 !important; color: #000 !important;}.ec-pika-button--today .ec-pika-button{color: #FFF !important;}.ec-pika-button--selected .ec-pika-button{background: #444 !important; color: #000 !important;}.breadcrumbs__link{color: #444 !important;}.breadcrumbs__link:hover{color: #555 !important;}.ec-text-muted,.product-details__product-price,.product-details__product-price-discount,.details-product-price-discount__text,.details-product-price-discount__value{color: #444 !important;}')};if(nodeClassName === 'ec-notice ec-notice--info' && document.location.hash.startsWith('#!')){document.head.insertAdjacentHTML("beforeend",'<style>.ec-notice--info{background: #FFF !important;}.ec-notice__text,.ec-notice--info .ec-notice__icon{color: #444 !important;}')};if(nodeClassName.includes("ec-store__cart-page--only-checkout") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.ec-text-muted,.ec-cart-item__control-inner{color: #444 !important;}.form-control__text{color: #444 !important!; background: #FFF !important;}.form-control__checkbox-wrap{color: #FFF !important;}.ec-cart__products,.ec-cart-next__header{border-color: #444 !important;}')};if(nodeClassName.includes("ec-store__checkout-page") && document.location.hash.startsWith('#!')){stylePopupBrowser();document.head.insertAdjacentHTML("beforeend",'<style>.form-control__text{color: #444 !important; background: #FFF !important;}.form-control__radio-view-inner{background: #FFF;}.form-control__radio-view::after{border: 1px solid #444 !important;}.ec-cart-step__title,.form-control__select-text,.ec-cart-step__icon > svg ,.breadcrumbs__link{color: #444 !important;}.ec-cart-step__icon,.ec-cart-step--payment,.ec-cart__products,.ec-radiogroup__items{border-color: #444 !important;}.ec-radiogroup::before,.ec-radiogroup::after {background: transparent !important;}.ec-radiogroup__item{box-shadow: 0 0px 0 0 #e6e6e6 !important;}.ec-radiogroup__item--checked{background: #e8e8e8 !important; box-shadow: 0 0 0 1px #444, 0 0 0 1px #444 inset !important;}')};if((nodeClassName === 'ec-confirmation' || nodeClassName.includes('ec-store__confirmation-page')) && document.location.hash.startsWith('#!')){stylePopupBrowser();document.querySelectorAll('.ec-confirmation__step').forEach(item => item.style.borderColor = '#444');document.querySelectorAll('.form-control__button').forEach(button => {button.style.background = '#333';button.style.color = '#FFF';button.style.border = 'none';});};if(mutations[0].addedNodes[0].className.startsWith("ec-storefront-v2 ec-minicart")){mutations[0].addedNodes[0].remove();return;};if(mutations[0].addedNodes[0].className.startsWith("ec-minicart__body")){mutations[0].addedNodes[0].parentElement.remove();};};};});ecwidObserver.observe(document.querySelector("body"), { childList: true, subtree: true });})(); (function(){let sel = document.createElement("script");sel.type = 'text/javascript';sel.defer = true;sel.async = true;let viewport = window.document.querySelector("meta[name=viewport]");function detectIOS() {return (['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].indexOf(navigator.platform) > 0 ||(navigator.userAgent.indexOf('Mac') > 0 && 'ontouchend' in document));}function detectIOSTablet() {if ([768, 810, 820, 834, 960].includes(document.documentElement.clientWidth) && detectIOS()) {return true;}return false;}const isIosTablet = detectIOSTablet();if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else if (document.documentElement.clientWidth >= 768 && document.documentElement.clientWidth < 1024) {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}window.addEventListener("orientationchange", function() {let orientation = (screen.orientation || {}).type || screen.mozOrientation || screen.msOrientation;if (orientation === 'portrait-secondary' || orientation === 'portrait-primary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=0.75, maximum-scale=0.75, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=0.75, maximum-scale=0.75, user-scalable=0');}}if (orientation === 'landscape-primary' || orientation === 'landscape-secondary') {if(isIosTablet) {viewport.setAttribute('content', 'initial-scale=1.0001, maximum-scale=1.0001, user-scalable=0');} else {viewport.setAttribute('content', 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0');}}});document.head.appendChild(sel);})(); window.addEventListener('DOMContentLoaded', function() { [].forEach.call(document.querySelectorAll('a[data-link-type=document]'), function(e){e.download=e.href.replace(new RegExp('.*/([^/]*)$'), '$1')}) }) /* ]]> */ document.addEventListener('DOMContentLoaded', () => { const findUrl = '/' + window.location.pathname.trim().replace(/\/$/, '').split("/")[1]; const navElements = document.querySelectorAll(".navigation-list .navigation-menu-item-wrapper > div"); navElements.forEach((e) => { if (!e.classList.contains('navigation-selected')) { if (e.querySelector(`a[href="${findUrl}"]`)) { e.classList.add("navigation-selected"); } } }); });