Lead #1018

Company
The South Coast Clinic
Website
https://thesouthcoastclinic.co.uk
Best Contact
Martin and Verity — Owners
Email
thesouthcoastclinic@gmail.com (person)

Override

Captured Pages

Emails: thesouthcoastclinic@gmail.com, email@example.com, thesouthcoastclinc@gmail.comaddress
View text
The South Coast Clinic01424425308Home Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Contact us Name*This field is mandatoryPhone Number *This field is mandatoryE-mail*This field is mandatoryThe e-mail address is invalidMain Concern or Symptom*This field is mandatoryMessageI 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 mandatory* Indicates required fieldsSendThere was an error submitting your message. Please try again.Thank you! We will get back to you as soon as possible.Telephone: 01424425308E-mail: thesouthcoastclinc@gmail.comAddress:49, London Road, St. Leonards-on-Sea, East Sussex TN37 6AYMon – Tue10:00 am – 06:00 pmWednesday10:00 am – 04:30 pmThu – Fri10:00 am – 06:00 pmSat – SunClosediWe 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.Privacy PolicyAcceptDirectionsThere is no allocated parking for The South Coast Clinic but there are two hours free parking in Silchester Road opposite. There is a bus stop immediately outside the clinic entrance and we are located just a few minutes walk from St.Leonards Warrior Sq. train station. Home Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy 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. Privacy PolicyLegal NoticeMoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsPrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('2cbd5839-8473-4816-99fd-17fa008f166f','{"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":"jss57398","modalClass":"jss57397","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){ window.initFormProcessors = window.initFormProcessors || []; window.initFormProcessors.push(function() { window.FormProcessor({ formId: '0c6b32d0-1d9d-4be6-8d1d-884aeccb8bc0', errorClasses: { textInput: 'form-input-error', checkboxInput: 'form-checkbox-icon-error', 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-fill-filled', input: 'form-input form-input-outline' }, styles: {"--font-family":"Arial","--font-size":"18px","--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":"Arial","--font-size-button":"18px","--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":"#9256be","--button-color-primary":"#f8f8f8","--button-color-link":"#9256be","--button-color-ghost":"#9256be","--form-button-palette-color":"#ccb4e4","--form-body-text-color":"#6a4b89","--form-button-contrast-color":"#9256be","--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":"#4c3564","--form-module-active-color-body-text":"#6a4b89","--form-module-active-color-button":"#9256be","--form-padding":"12px 16px","--form-success-color":"rgb(0, 124, 0)","--form-module-active-color-body-text-fade-02":"rgba(106, 75, 137, 0.2)","--form-module-active-color-body-text-fade-01":"rgba(106, 75, 137, 0.1)","--form-button-contrast-color-fade-01":"rgba(146, 86, 190, 0.1)","--form-button-contrast-color-fade-09":"rgba(146, 86, 190, 0.9)","--form-button-palette-color-fade-09":"rgba(204, 180, 228, 0.9)","--form-checkbox-svg":"url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiCiAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IGZpbGw6IHJnYmEoMTA2LCA3NSwgMTM3LCAxKSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgICAgIDxwYXRoIGQ9Ik0yMiw0LjRsLTIuNy0yLjNDMTkuMiwyLDE5LjEsMiwxOSwyYy0wLjEsMC0wLjIsMC4xLTAuMywwLjFMOSwxNS41YzAsMC0zLjgtMy45LTMuOS00Yy0wLjEtMC4xLTAuMy0wLjMtMC41LTAuM3MtMC4zLDAuMS0wLjQsMC4yUzIuOCwxMywyLjEsMTMuOEwyLDEzLjljLTAuMSwwLjEtMC4xLDAuMi0wLjEsMC4zczAsMC4yLDAuMSwwLjNsMC4xLDAuMWMwLDAsNi43LDcsNi44LDcuMUM5LDIxLjgsOS4yLDIyLDkuNCwyMnMwLjQtMC4yLDAuNS0wLjNMMjIsNWMwLjEtMC4xLDAuMS0wLjIsMC4xLTAuM0MyMi4xLDQuNiwyMiw0LjUsMjIsNC40eiIvPgogIDwvc3ZnPg==')","--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 = 'QaZypnQQi5bC7jNlJr/cAqSfVPaP5S8kb1pObgoA+RTTzWXMReVRZb93nFBFdHts04+TEsUBvXxlLYgPSLP6+J47KkO4VuJPc5SsV+wAfQE=';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("^/undefined/.").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: thesouthcoastclinic@gmail.com
View text
The South Coast Clinic01424425308Home Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Martin StorrChiropractor and Clinic co-directorMSc DCQualified AECC - 1998 Dr. Martin Storr is a chiropractor with more than two decades of practice in spinal health, physical therapy and holistic wellness. His approach is based on up-to-date evidence combined with the intuitive response that comes from experience, all the while aiming to put patients in the driving seat of their health. Traditional chiropractic techniques are combined with modern therapies to address musculoskeletal and nervous system issues, improving patient mobility and health. His care is personalised and focussed on identifying the root causes of dysfunction and pain. Dr. Storr’s practice often incorporates lifestyle guidance, including posture correction, exercise, stress management and nutrirional advice to support long-term wellness. His commitment to continuing education ensures he remains alert to chiropractic and health care advancements, making him a trusted resource for those seeking pain relief, injury prevention, and optimal health.To find out more about pricing and availability, click below: Book Chiropractic Appointment with Martin Verity StorrChiropractor and Clinic c0-directorVerity graduated in 2002, having wanted to become a chiropractor since age 16.Verity studied Sacro-Occipital Technique, also known as SOT as a post graduate course and gained her advanced qualification in 2005. After this, she spent a number of years instructing before deciding that standing at the head of a classroom was not for her!Verity holds a long standing interest in treating antenatal & postnatal Mums and children. This interest has been furthered after the birth of her daughter in 2016 when she experienced first hand, the benefit for chiropractic care during pregnancy.Verity had a diastasis rectic after the delivery and worked alongside a post natal trainer near her previous practice in Hampshire. This is where she learnt the Hypopressive Technique. This technique enabled her to take part in a sprint triathlon for charity only 12 months after giving birth. She found it so helpful that she now wants to teach this technique to other’s so gained her Level 1 trainer qualification in November 2020.To find out more about pricing and availability, click below: Book Chiropractic Appointment with VerityJenny TuneAcupuncturistJenny is a fully qualified and insured traditional acupuncturist. She studied at The College of Integrated Chinese Medicine in Reading where she gained a BSc and a LicAc (License to practice acupuncture). Jenny is also a member of The British Acupuncture Council, the largest governing body for acupuncturists in the UK.Her interest in acupuncture began after having treatment herself and experiencing the profound affect it had on her wellbeing. She wanted to learn more and to share this powerful medicine with others.She has always been especially interested in the connection between emotional health and physical health – and this is something that Chinese medicine recognises as a major cause of disease. The relationship between practitioner and patient is hugely important to her, and she takes time to listen with compassion.Jenny is especially interested in patients with chronic ill health and complex conditions, such as autoimmune disease, insomnia, depression, anxiety, IBS, migraines and gynaecological issues. Symptoms are warning signs not to be ignored, and if we suppress them then over time deeper issues can develop, Chinese medicine works to find the root cause of illness which brings about much deeper healing and long lasting health.To find out more about pricing and availability, click below: Book Acupuncture Appointment Linzi AndersonReflexologist, Reiki Healer and Foot Health Practitioner Linzi completed her training as a Reiki Master in 2011, this followed on from Reiki 1 and 2. She had always been fascinated by the benefits that alternative therapies can bring and wanted to expand her knowledge. She qualified as a Reflexologist in 2012 and has been a member of The Association of Reflexologists since qualifying. She continues to develop her skills as a Reflexologist and has undertaken further training in Crystal Reflexology, Hot Stone Reflexology, Reflexology for the Menopause and Reflexology for Pregnancy and Preconception.Recently, Linzi qualified as a Foot Health Practitioner (FHP) at The SMAE institute in Maidenhead which will enable her to offer the following services: Cutting toe nails, trimming corns and verrucas, give advice on fungal nails and athletes foot. When not working she does pilates and loves a long walk with her dog.To find out more about pricing and availability, click below: Book Appointment - foot health, reflexology or reikiCalvin FinnMassage TherapistCalvin has developed his massage skills over 20 years, underpinned by various qualifications and diplomas in Anatomy and Physiology, Sports, Deep Tissue, Thai Yoga, Lymphatic and Holistic Massage. He is a member of the Independent Council of Holistic Therapists (through the Federation of Holistic Therapists).Calvin worked as a massage therapist for three years at the Sussex Beacon, a medical and respite centre in Brighton, East Sussex, providing complementary massage therapy to all residential clients. He has also worked as a first aider/sports massage therapist for the development team of a local Rugby Club. He has been a carer for over 40 years and continues to provide care in the community one day a week. When not working, he enjoys time with his 12 year old black Labrador and enjoys travelling, especially to Italy and Portugal.To find out more about pricing and availability, click below: Book Massage Appointment Marina VolodkoEar Wax Microsuction Specialist Marina is a qualified ear care practitioner. She has completed a course with TympaHealth which is accredited by BSA and BSHAA . She is qualified to perform Otoscope and Microsuction wax removal. Microsuction is the best standard in Ear wax removal . Marina uses TympaHealth latest technology to assist with fast diagnosis of ear conditions.To find out more about pricing and availability, click below: Book Microsuction AppointmentHome Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy 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. Privacy PolicyLegal NoticeMoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsPrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('457a2600-9554-44e6-ae63-ed3306cd2c1f','{"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":"18px","buttonClass":"jss57414","modalClass":"jss57413","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){let trackingId = 'QaZypnQQi5bC7jNlJr/cAqSfVPaP5S8kb1pObgoA+RTTzWXMReVRZb93nFBFdHts04+TEsUBvXxlLYgPSLP6+J47KkO4VuJPc5SsV+wAfQE=';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("^/undefined/.").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: thesouthcoastclinic@gmail.com
View text
The South Coast Clinic01424425308Home Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy BOOK NOWA friendly husband and wife team with over 40 years of combined clinical experience. October clinic hours Martin and Verity are taking a short break over the school half term so there will be no chiropractic appointments available from 24th-29th October. All other therapists will be offering appointments as usual. Chiropractic care for all the family in St.LeonardsMartin and Verity took over The South Coast Clinic in 2020.We are excited to be part of your ongoing healthcare, welcoming patients of all ages, from pregnant Mums and new borns to athletes and senior citizens. Get more than chiropratic care at The South Coast Clinic.....Since 2020 we have gradually increased the number of facilities and services on offer at the clinicThe clinic now has an acupuncturist, reflexologist, massage therapist and ear wax microsuction practitioner to assist in your healthcare.Your trusted local chiropractorsWe are highly rated on Google and FacebookWe are members of the British Chiropracitc Association, General Chiropractic Council, Pelvic Partnership and UK Hypopressives. BOOK NOWHappy with the whole experience from the door opening until I left. I was listened to with patience, making me feel heard by a health professional for the first time. Good explanations were presented in an easy-to-understand manner. Would highly recommend. Mrs L. R 5/5 stars BOOK NOW Home Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy Meet the Team Our Approach Laser Therapy Healthy Hints Ask the chiropractor Contact Legal Notice Privacy Policy 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. Privacy PolicyLegal NoticeMoreAcceptRejectPrivacy SettingsWebsite TranslatorGoogle MapsPrivacy SettingsThis tool helps you to select and deactivate various tags / trackers / analytic tools used on this website.ToggleSelect all servicesToggleWebsite TranslatorMoreLessToggleGoogle MapsMoreLessSave Settings /* <![CDATA[ */ (function(){window.AccessNavigationList('287bf1b7-1923-4ef3-93f1-893be325e55c','{"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":"18px","buttonClass":"jss56556","modalClass":"jss56555","message":"You are about to download a file.<br/>Do you want to proceed?","cancelBtn":"Cancel","downloadBtn":"Download"});})(); (function(){let trackingId = 'QaZypnQQi5bC7jNlJr/cAqSfVPaP5S8kb1pObgoA+RTTzWXMReVRZb93nFBFdHts04+TEsUBvXxlLYgPSLP6+J47KkO4VuJPc5SsV+wAfQE=';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("^/undefined/.").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"); } } }); });