/** Shopify CDN: Minification failed

Line 3939:12 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');
@import url("https://use.typekit.net/ita8djg.css");

body {
    margin: 0;
    padding: 0;
    font-family: 'Geist', sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000;
}

select,
input,
textarea {
    color: #000;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
}

.skip-link:focus {
    top: 10px;
}

body.header-sticky {
    padding-top: 120px;
}

* {
    outline: none;
    box-sizing: border-box;
}

:focus-visible {
    outline: 2px solid #1AB5ED;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'helvetica-neue-lt-pro', sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 30px 0;
    line-height: 1.2
}

p {
    font-size: 14px;
    line-height: 1.4;
}

.container {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    clear: both;
    width: 100%;
    max-width: 1420px;
}

.container.narrow {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
    clear: both;
    width: 100%;
    max-width: 940px;
}

.clear {
    display: block;
    margin: 0;
    clear: both;
    width: 100%;
}

.clear-50 {
    display: block;
    margin: 0;
    clear: both;
    width: 100%;
    height: 50px;
}

.topbar {
    background-color: #F0F2F5;
    float: left;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 1;
}

.topbar ul {
    float: right;
    margin: 0;
    padding: 0;
    height: 40px;
    overflow: hidden;
}

.topbar ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #fff;
}

.topbar ul li a {
    float: left;
    margin: 0;
    line-height: 40px;
    font-weight: 400;
    font-size: 12px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: 300ms ease opacity;
}

.topbar ul li a:hover,
.topbar ul li a:focus {
    opacity: 0.7;
}

.topbar ul li:nth-of-type(2) > a,
.topbar ul li:nth-of-type(3) > a,
.topbar ul li:nth-of-type(4) > a,
.topbar ul li:nth-of-type(5) > a {
    background-color: #E3E5E8
}

.topbar ul li:nth-of-type(6) > a,
.topbar ul li:nth-of-type(7) > a {
    font-weight: bold;
}

.topbar ul li:last-child > a {
    background-color: #1ab5ed;
    font-weight: 700;
    padding: 0 35px 0 15px;
    background-image: url(phone.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.topbar ul li:first-child > a img {
    position: relative;
    top: 8px;
    height: 26px;
}

.topbar h6 {
    margin: 0;
    float: left;
    line-height: 40px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.topbar h6 img {
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
}

#header {
    display: block;
    width: 100%;
    clear: both;
    padding: 40px 0;
    background-color: #fff;
    height: 120px;
    z-index: 5;
    position: relative;
    transition: 300ms ease all;
}

#header.hassearch {
    height: 120px;
}

#header.sticky {
    position: fixed;
    left: 0;
    top: 0;
    padding: 20px 0;
    height: 83px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.transparent #header {
    background-color: transparent;
}

#header.sticky {
    background-color: #000;
}

#header a {
    text-decoration: none;
}

.header__logo {
    float: left;
}

.header__logo img {
    height: 40px;
    width: auto;
}

.filter-button {
    color: #fff;
    padding: 7px 40px 7px 20px;
    border: 1px solid #1AB5ED;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin: 0 20px 0 0;
    background-color: #1AB5ED;
    position: relative;
    display: none;
}

.filter-button img {
    position: absolute;
    height: 14px;
    right: 14px;
    top: 8px;
}

.modal {
    background: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    max-width: 100%;
    width: 100%;
    box-shadow: #00000029 0 5px 5px;
    visibility: hidden;
    opacity: 0;
    z-index: -9999999;
    transition: .3s ease all;
    display: none;
    float: left;
    margin: 0 0 30px 0;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 10px !important;
    height: 10px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.modal-close::before,
.modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    background: #000;
    transform-origin: center;
}

.modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close:hover::before,
.modal-close:hover::after {
    background: #000;
}

.modal.active {
    visibility: visible;
    opacity: 1;
    z-index: 9999999;
    display: block;
}

#header .logo--light {
    display: none;
}

.logo--sticky {
    display: none;
}

.transparent #header .logo--light {
    display: block;
}

.transparent .logo--dark {
    display: none;
}

#header.sticky .logo--light,
#header.sticky .logo--dark {
    display: none !important;
}

#header.sticky .logo--sticky {
    display: block !important;
}

#header form {
    float: right;
    margin: 0 10px 0 0;
    position: relative;
}

#header form input {
    background-color: #F0F2F5;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 13px 30px 13px 44px;
    width: 290px;
    font-size: 15px;
    color: #000;
    background-image: url(search.svg);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 3px
}

.header__menu {
    float: left;
}

.header__icons {
    float: right;
}

.header__icons svg {
    height: 24px;
    width: auto;
    margin: 8px 0 0 10px;
}

.header__icons sup {
    position: absolute;
    background: #1ab5ed;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
}

.transparent .header__icons svg path,
.sticky .header__icons svg path {
    fill: #fff;
}

.header__menu ul {
    float: left;
    margin: 0 0 0 30px;
    padding: 0;
}

.header__menu ul li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__menu ul li a {
    float: left;
    margin: 0;
    top: -40px;
    line-height: 120px;
    margin-bottom: -40px;
    font-weight: 600;
    font-size: 15px;
    padding: 0 17px;
    color: #000;
    position: relative;
    text-decoration: none;
}

.header__menu ul li:last-child a {
    background-image: url(down.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding: 0 34px 0 10px;
    position: relative;
    top: -40px;
    line-height: 120px;
    margin-bottom: -40px;
}

.transparent .header__menu ul li a,
.sticky .header__menu ul li a {
    color: #fff;
}

#footer {
    margin: 0;
    width: 100%;
    display: block;
    padding: 75px 0;
    background-color: #000;
}

#page-content {
    padding: 25px 0 75px;
}

.home-banner {
    display: block;
    width: 100%;
    background-size: cover;
    min-height: 800px;
    position: relative;
    margin-top: -120px;
    background-position: center;
    padding: 500px 0 100px;
}

.related-products {
    padding: 75px 0;
    background-color: #F0F2F5;
}

.template-article .related-products {
    padding: 75px 0;
    background-color: #fff;
}

.template-article .collection-product__content {
    background: #F0F2F5;
}

.related-products h2 {
    font-weight: 700;
    font-family: Geist;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 30px;
    float: left;
}

.related-products .btn.clear {
    float: right;
    margin: 0 0 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.related-products .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

@media (min-width: 1024px) and (max-height: 982px) {

    .home-banner {
        min-height: 200px;
        padding: 250px 0 100px;
    }

}

.home-banner.v2 {
    padding: 0;
    min-height: 1px;
    position: relative;
    top: auto;
    margin-bottom: auto;
}

.home-banner.v2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.home-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #000 0%, #0000000d 20%, #00000040 50%, #000);
}

.back-to-top {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 999px;
    background: #1ab5ed;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    z-index: 999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-2px);
}

.back-to-top:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}

.home-banner h6 {
    font-size: 14px;
    font-family: 'Geist';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px;
    float: left;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 12px;
    color: #fff;
    border-radius: 6px;
}

.home-banner.standard h6 {
    font-size: 14px;
    font-family: 'Geist';
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 10px;
}

.cta2-feature-content a {
    color: #000;
    text-decoration: none;
    transition: 300ms opacity ease;
}

.cta2-feature-content a:focus,
.cta2-feature-content a:hover {
    opacity: 0.7;
}

.home-banner h1 {
    font-size: 70px;
    color: #fff;
    max-width: 45%;
    line-height: 1;
    font-weight: 100;
}

.home-banner.standard h1 {
    font-size: 55px;
    color: #fff;
    max-width: 55%;
    line-height: 1;
    font-weight: 100;
}

.template-page-mobility .home-banner.standard h1 {
    font-size: 55px;
    color: #fff;
    max-width: 45%;
    line-height: 1;
    font-weight: 100;
    background-image: url(motability.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 70px;
    padding-top: 110px;
}

.template-page-mobility .accordion-section {
    text-align: center;
    padding: 75px 0;
}

.template-page-mobility .home-banner {
    background-position: center top;
}

.home-banner .container {
    position: relative;
    z-index: 3;
}

.home-banner h1 strong {
    font-weight: bold;
}

#newsletter-message {
    float: left;
}

.home-banner .home-banner__content h1 {
    margin: 0;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    border-radius: 8px;
}

.home-banner__ctas .cta-block h4 {
    font-family: Geist;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    margin: 10px 0 0;
}

.home-banner__ctas .cta-block img {
    height: 30px;
    width: auto;
}

.home-banner__ctas .cta-block p {
    font-family: 'Geist';
    font-weight: 300;
    color: #fff;
    font-size: 17px;
    margin: 5px 0 0 0;
}

.home-banner__ctas {
    float: left;
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin: 60px 0 0 0;
    padding: 60px 0 0;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    position: relative;
}

.home-banner__ctas .cta-block {
    float: left;
    width: 25%;
    position: relative;
    height: 90px;
}

.home-banner__ctas .cta-block .inside {
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    white-space: nowrap;
}

.home-banner__content {
    float: left;
    width: 100%;
    position: relative;
}

.home-banner__content .hero-btns {
    position: absolute;
    border: 0;
    right: 0;
    transform: none;
    margin-bottom: 0;
    bottom: 0;
}

.standard .home-banner__content .hero-btns {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    margin: 30px 0 0;
    float: left;
}

.home-banner__content h1 {
    margin: 0;
}

.home-banner__content .hero-btns .btn {
    margin: 0 0 0 30px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.standard .home-banner__content .hero-btns .btn {
    margin: 0 30px 0 0;
}

.btn {
    font-size: 16px;
    background: #fff;
    padding: 13px 40px 13px 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: none;
    transition: 300ms ease opacity;
    min-width: max-content;
    cursor: pointer;
}

.btn.chat {
    font-size: 16px;
    background: #F0F2F5;
    padding: 20px 40px 20 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: none;
    float: right;
    width: 48%;
    border: 1px solid #C5C7C9;
}

.btn.dark {
    font-size: 16px;
    background: #000;
    padding: 13px 40px 13px 25px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.btn.blues {
    font-size: 16px;
    background: #1ab5ed;
    padding: 13px 40px 13px 25px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right-w.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.btn.dark.speak2 {
    font-size: 16px;
    background: #000;
    padding: 13px 50px 13px 25px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(speak2.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.btn.clear {
    font-size: 16px;
    background: transparent;
    padding: 13px 40px 13px 0;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
    width: auto;
    clear: none;
}

.btn.dark.phone {
    background-image: url(phone2.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.btn.active,
.btn:focus,
.btn:hover {
    opacity: 0.7
}

.template-product .btn.add-to-cart {
    font-size: 16px;
    background: #000;
    padding: 23px 40px 23px 25px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    float: left;
    width: 48%;
    line-height: 0px;
    border: 1px solid #000;
    height: auto;
}

.template-product .btn.add-to-cart:disabled {
    background-image: none;
    pointer-events: none;
    margin-top: 0;
}

.image-holder {
    position: relative;
}

.image-text-holder {
    position: absolute;
    bottom: 15%;
    width: 51%;
    left: 50%;
    transform: translate(-50%, 0);
}

.image-text-holder h3 {
    margin: 0 0 10px 0;
    color: #fff;
    line-height: 1;
    font-size: 2.2vw;
}

.image-text-holder p {
    margin: 0;
    color: #fff;
    font-size: 1.2vw;
}

.eden-cart-field-label {
    margin-bottom: 1rem !important;
}

.owl-item-card {
    position: relative;
}

.owl-item-card a {
    transition: 300ms ease opacity;
    text-decoration: none;
}

.owl-item-card a:hover,
.owl-item-card a:focus {
    opacity: 0.7;
}

.owl-item-inner {
    position: absolute;
    left: 40px;
    top: 40px;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
}

.owl-item-inner h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    font-weight: bold;
    font-size: 27px;
    max-width: 220px;
}

.template-page-service .ssc-image {
    width: auto !important;
    border-radius: 10px;
    position: absolute;
    bottom: 10%;
    left: 15%;
    height: 80%;
}

.template-page-service .ssc-reverse .ssc-image {
    width: auto !important;
    border-radius: 10px;
    position: absolute;
    bottom: 5%;
    left: auto !important;
    right: 15%;
    height: 80%;
    left: auto;
}

.template-page-service .ssc-reverse {
    display: flex;
    gap: 30px;
    align-items: unset;
    justify-content: start;
    padding: 100px 0;
}

.template-page-service .ssc-reverse .ssc-content {
    width: 45%;
    float: left;
    margin-left: 10%;
}

.template-page-service .ssc-section .ssc-slide {
    margin-top: 0;
}

.template-page-service .ssc-section .ssc-slide ul {
    margin: 0 0 50px 0;
    padding: 0;
}

.template-page-service .ssc-section .ssc-slide ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    list-style: none;
    font-size: 15px;
    position: relative;
}

.template-page-service .ssc-section .ssc-slide ul li:before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url('tick.svg');
    position: absolute;
    background-size: contain;
    background-position: 0 0;
    left: 0;
    top: 1px;
    background-repeat: no-repeat;
}

.template-page-mobility .ssc-section .ssc-slide ul {
    margin: 0 0 50px 0;
    padding: 0;
}

.template-page-mobility .ssc-section .ssc-slide ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    list-style: none;
    font-size: 15px;
    position: relative;
}

.template-page-mobility .ssc-section .ssc-slide ul li:before {
    content: '';
    width: 17px;
    height: 16px;
    background-image: url('tick.svg');
    position: absolute;
    background-size: contain;
    background-position: 0 0;
    left: 0;
    top: 1px;
    background-repeat: no-repeat;
}

.owl-item-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    padding: 0 20px 0 0;
    background-image: url(right.svg);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.result-heading {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}


.owl-item-inner h3 a {
    color: #000;
    text-decoration: none;
}

.popular-cats {
    display: block;
    clear: both;
    width: 100%;
    padding: 75px 0;
}

.popular-cats .owl-prev-icon svg {
    transform: none;
}

.popular-cats h3.owl-section-title {
    font-weight: bold;
    font-family: 'Geist';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 50px;
}

.popular-cats .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -80px;
    right: 0;
}

.popular-cats .owl-carousel .owl-nav button {
    background: #F0F2F5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.popular-cats .owl-carousel .owl-nav button span {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.popular-cats .owl-carousel .owl-nav button.owl-next {
    margin: 0 0 0 5px;
}

.popular-cats .owl-carousel .owl-nav button span:hover {
    background: transparent;
}

.popular-cats .owl-carousel .owl-nav button svg {
    height: 14px;
    width: 14px;
    position: relative;
    top: 11px;
}

.popular-cats .owl-carousel .owl-nav button svg path {
    fill: #1ab5ed;
}

.popular-cats .owl-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.popular-cats .owl-carousel .owl-nav button:hover {
    background: #1ab5ed;
}

.popular-cats .owl-item-card {
    border-radius: 6px;
    overflow: hidden;
}

.popular-cats .owl-item-card > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    z-index: 1;
}

.popular-cats .owl-item-card > a .owl-item-inner {
    z-index: 2;
}

#predictive-results {
    position: absolute;
    background: #fff;
    width: 100%;
    border: none;
    border-top: none;
    z-index: 9999;
    border-radius: 4px;
    top: 105%;
    max-height: 400px;
    overflow-y: scroll;
}

#predictive-results .suggestion {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    color: #000;
    font-size: 14px;
}

#predictive-results .suggestion img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

#predictive-results .no-results {
    padding: 10px 15px;
    color: #000;
    font-size: 14px;
}

.trustpilot-section {
    padding: 75px 0;
}

.template-product .trustpilot-section{
    padding-top:0;
}

.headerCall,
.mob-stuck {
    display: none;
}

.mobile-menu {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    transition: left 0.3s ease;
    display: none;
}

.mobile-menu.open {
    left: 0;
}

.menu-header {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
}

.mobile-sub-menu{
    display: none;
}

.mobile-sub-menu ul {
    margin: 0 0 0 0;
    padding: 20px 0 20px 70px;
    background: #ebedf0;
}

.mobile-sub-menu ul li {
    list-style:none;
}

.mobile-sub-menu ul li a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 3px 0;
}

.menu-close {
    font-size: 20px;
    cursor: pointer;
    display: none !important;
}

.menu-panel {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 100%;
    transition: 0.3s ease;
}

.menu-panel.active {
    left: 0;
}

.menu-panel.prev {
    left: -100%;
}

.menu-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-panel li {
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
}

.menu-panel a {
    text-decoration: none;
    color: #000;
    width: 100%;
}

.menu-panel li svg {
    height: 20px;
}

.back {
    font-weight: normal !important;
    display: inline-block !important;
    width: 100%;
}

.back svg {
    position: relative;
    top: 4px;
}

.transparent .trustpilot-section {
    padding: 0;
}

.trustpilot-title {
    text-align: center;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Geist';
}

.owl-carousel .trust-card {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 1px 0px 16px #00000026;
    margin: 15px;
    text-align: center;
    transition: transform 0.3s ease;
    opacity: 0.7;
}

.trust-card--large {
    transform: scale(1.15);
}

.coffee {
    float: left;
    width: 100%;
}

.trustpilot-section .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    padding: 50px 0;
}

.trust-stars {
    color: #00B67A;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.trust-review {
    font-size: 13px;
    margin-bottom: 15px;
    color: #000;
    line-height: 1.4;
}

.trust-name {
    font-size: 11px;
    font-weight: 600;
    color: #000000;
}

.owl-item.center .trust-card {
    transform: scale(1.25);
    z-index: 3;
    box-shadow: 1px 0px 16px #00000026;
    opacity: 1;

}

.owl-item.center {
    z-index: 3;
}

.owl-item {
    transition: transform 0.3s ease;
}

.owl-item:not(.center) .trust-card {
    transform: scale(1);
    z-index: 1;
}

img.tp2 {
    margin: 0 auto;
    display: block;
    height: 100px;
}

.text-image-section .container {
    display: flex;
    align-items: center;
    gap: 180px;
}

.template-page-derby .container {
    max-width: 80%;
}

.template-page-bathroom .container {
    max-width: 80%;
}

.template-page-bathroom .buttons-section{
    padding:75px 0;
}

.template-page-bathroom .tabs-section {
    padding: 0 0 0;
}

.template-page-rental .tabs-section {
    padding: 0 0 75px;
}

.template-page-bathroom .tabs-wrapper {
    padding: 0 0 0;
}

.template-page-rental .popular-products .owl-item-inner {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    bottom: auto;
    padding: 20px;
    text-decoration: none;
}

#shopify-section-template--26581818310984__image_text_zbAgLb section,
#shopify-section-template--26581818310984__image_text_VHjhrE section {
    background-color: #F0F2F5;
    padding: 75px 0;
    margin: 0;
}

#shopify-section-template--26583689232712__popular_products_wL4fbd section {
    background-color: #F0F2F5;
    padding: 75px 0;
    margin: 0 0 75px 0;
}

#shopify-section-template--26582500868424__text_image_Ebmiki section,
#shopify-section-template--26582500868424__text_image_tnWVwq section,
#shopify-section-template--26582500868424__text_image_fKCwDU section {
    background-color: #F0F2F5;
    padding: 75px 0;
    margin: 0;
}

#shopify-section-template--26583157113160__text_d348fm section {
    background-color: #F0F2F5;
    padding: 45px 0 75px;
    margin: 0;
}

#shopify-section-template--26583157113160__tabs_content_pVJcFf section {
    padding: 75px 0 75px;
}

.template-page-scotlandstairlifts .tabs-wrapper,
.template-page-scotlandscooters .tabs-wrapper,
.template-page-scotlandpowerchairs .tabs-wrapper,
.template-page-rental .tabs-wrapper {
    padding: 0;
}

.template-page-scotlandstairlifts #text-area,
.template-page-scotlandscooters #text-area,
.template-page-scotlandpowerchairs #text-area {
    background-color: #F0F2F5;
    padding: 75px 0;
    margin: 0 0 0 0;
}

.template-page-scotlandstairlifts .contact-form-section,
.template-page-scotlandscooters .contact-form-section,
.template-page-scotlandpowerchairs .contact-form-section {
    padding: 75px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 75px 0;
}

.template-page-scotlandpowerchairs .contact-form-section .cfs-right,
.template-page-scotlandscooters .contact-form-section .cfs-right,
.template-page-scotlandstairlifts .contact-form-section .cfs-right {
    background: transparent;
}

.template-page-scotlandstairlifts #text-area li,
.template-page-scotlandscooters #text-area li,
.template-page-scotlandpowerchairs #text-area li {
    font-size: 14px;
    list-style: none;
}

.template-page-scotlandstairlifts .cta2-right,
.template-page-scotlandscooters .cta2-right,
.template-page-scotlandpowerchairs .cta2-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 60%;
}

.template-page-scotlandstairlifts #text-area h4,
.template-page-scotlandscooters #text-area h4,
.template-page-scotlandpowerchairs #text-area h4 {
    font-size: 30px;
    margin: 30px 0;
    color: #1ab5ed;
    font-weight: 300
}

.template-page-scotlandstairlifts .cta2-section,
.template-page-scotlandscooters .cta2-section,
.template-page-scotlandpowerchairs .cta2-section {
    background: #1ab5ed;
}

#shopify-section-template--26581818310984__image_text_VHjhrE section {
    margin: 0 0 75px 0;
}

#shopify-section-template--26583157113160__banner_mTA4EW .home-banner {
    min-height: 200px;
    padding: 100px 0 100px;
    margin: 0 0 75px;
}

.ti-left {
    width: 45%;
}

.text-image-section.with-blue .ti-left {
    padding: 50px 0;
}

.text-image-section .ti-body p a {
    text-decoration: none;
    color: #1ab5ed;
}

.ti-right {
    width: 55%;
}

.swapped .ti-left {
    width: 55%;
}

.swapped .ti-right {
    width: 45%;
}

.ti-subtitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Geist';
}

.ti-title h1,
.ti-title h2,
.ti-title h3,
.ti-title h4,
.ti-title h5,
.ti-title h6,
.ti-title p {
    margin: 0 0 30px;
    font-size: 50px;
    font-weight: 300;
    color: #000;
    line-height: 1;
}

.ti-title p strong {
    font-weight: bold;
}

.ti-body p {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

.ti-body ul {
    margin: 0 0 30px 0;
    padding: 0;
}

.ti-body li {
    list-style: none;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin: 9px 0;
    padding-left: 30px;
    background-image: url(check.svg);
    background-repeat: no-repeat;
    background-position: 0 center;
}

.text-image-section .btn {
    margin-top: 10px;
    display: inline-block;
}

.ti-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

#titlearea {
    padding: 10px 0 50px;
}

.after_form_submit {
    background: #E3E5E8;
    padding: 50px;
    margin-top: 100px;
}

.after_form_submit a {
    text-decoration: none;
    color: #1ab5ed;
}

#titlearea h1 {
    font-weight: 300;
    font-size: 40px;
    margin: 0;
    float: left;
    max-width: 50%;
}

#titlearea h1 strong {
    font-weight: bold;
}

.speak {
    float: right;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.speak a {
    color: #1AB5ED;
    text-decoration: none;
}

.speak img {
    height: 22px;
    position: relative;
    top: 4px;
    margin: 0 5px;
}

.collection-products {
    background: #F0F2F5;
    padding: 75px 0;
}

.cta-section {
    background-size: cover;
    background-position: center;
    padding: 125px 0;
    position: relative;
    color: #fff;
    min-height: 400px;
}

.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    pointer-events: none;
    z-index: 1;
}

.cta-inner {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}

.cta-left {
    width: 65%;
}

.cta-right {
    width: 35%;
}

.cta-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.cta-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.cta-video-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.cta-modal-inner {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.cta-modal-inner iframe {
    width: 100%;
    height: 500px;
    border-radius: 10px;
}

.cta-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.cta-text h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

.cta-text h3 strong {
    font-weight: bold;
}

.cta2-section {
    position: relative;
    padding: 95px 0;
    background-size: cover;
    background-position: right top;
    background-color:#1ab5ed;
}

#shopify-section-template--29515054350684__text_image_Ebmiki .text-image-section{
    padding:75px 0;
}

#shopify-section-template--29515054350684__text_image_tnWVwq .text-image-section{
    padding:75px 0;
}

#shopify-section-template--29515054350684__text_image_fKCwDU .text-image-section{
    padding:75px 0;
    margin-bottom:0;
}

.cta2-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1ab5ed;
    opacity: 0.65;
    pointer-events: none;
    z-index: 1;
    display: none;
}

.cta2-container {
    position: relative;
    display: flex;
    gap: 200px;
    width: 100%;
    margin: auto;
    align-items: center;
    max-width: 90%;
    z-index: 2;
}

.template-404 #page-content {
    text-align: center;
}

.template-404 #page-content h1 {
    color: #1ab5ed;
    font-size: 120px;
    font-weight: 800;
}

.template-404 #page-content a {
    color: #1ab5ed;
    text-decoration: none;
}

.cta2-left {
    width: 40%;
}

.cta2-right {
    width: 60%;
}

.cta2-title h1,
.cta2-title h2,
.cta2-title h3,
.cta2-title h4,
.cta2-title h5,
.cta2-title h6,
.cta2-title p {
    margin-bottom: 15px;
}

.cta2-title h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 30px 0;
    display: block;
}

.cta2-title h3 strong {
    font-weight: bold;
}

.cta2-text p {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 30px;
}

.cta2-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.cta2-btn {
    padding: 12px 25px;
    background: #1ab5ed;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}

.cta2-btn-secondary {
    background: #000;
}

.cta2-feature {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
    align-items: center;
}

.cta2-feature-icon {
    width: 25px;
    height: auto;
    margin: 0 10px;
}

.cta2-feature-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.cta2-feature-text {
    margin: 5px 0 0;
    font-size: 15px;
    color: #000;
}

.latest-news-section {
    padding: 75px 0;
    background-color: #F0F2F5;
}

.latest-news-section img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.ln-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.latest-news-section h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.template-blog .latest-news-section {
    background-color: #fff;
    padding: 20px 0 75px 0;
}

.latest-news-section h2 strong {
    font-weight: bold;
}

.ln-all-btn {
    text-decoration: none;
    background: #1ab5ed;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}

.ln-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.ln-card .inner {
    padding: 40px;
}

.ln-card {
    background: #fff;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
}

.ln-card a {
    transition: 300ms ease opacity;
}

.ln-card a:hover,
.ln-card a:focus {
    opacity: 0.7;
}

.ln-date {
    font-size: 12px;
    color: #000;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ln-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.hamburger {
    display: none;
}

.ln-title a {
    color: #000;
    text-decoration: none;
}

.ln-excerpt {
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}

.ln-image {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

.template-blog .ln-card .inner {
    padding: 40px;
    background: #F0F2F5;
}

.collection-products .left {
    float: left;
    width: 20%;
    margin: 0 5% 0 0;
    position: relative;
    top: auto;
    overflow: visible;
}

.collection-products .right {
    float: right;
    width: 75%;
}

.collection-products .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.collection-products .collection-product {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    border: 1px #e3e5e8 solid;
}

.image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    line-height: 0;
}

.collection-product__content {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px;
    height: 100%;
}

.image.collection-product__image {
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
}

.collection-product__content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    min-height: 80px;
}

.collection-product__content h3 a {
    text-decoration: none;
    color: #000;
}

.collection-product__content .btn {
    padding: 13px 40px 13px 25px;
    display: inline-block;
}

ul.tags {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
}

ul.tags li {
    list-style: none;
    margin: 0 3px 3px 0;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    background: #F0F2F5;
    border-radius: 3px;
}

ul.tags li.sale {
    background-color: #E62239;
    color: #fff;
}

ul.tags li.new {
    background-color: #1AB5ED;
    color: #000;
}

.pagination {
    float: left;
    width: 100%;
    margin: 75px 0 0;
    text-align: center;
}

.pagination span {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    line-height: 38px;
    vertical-align: top;
}

.pagination .next {
    text-indent: -99999px;
    background-image: url(right.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.pagination .deco {
    color: #ddd;
}

.pagination .prev {
    text-indent: -99999px;
    background-image: url(right.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.pagination .current {
    background-color: #fff;
}

.pagination a {
    color: #00000050;
    text-decoration: none;
    float: left;
    width: 100%;
}

#locator {
    padding: 75px 0;
}

#locator img {
    max-width: 100%;
    width: 100%;
}

#product-inner {}

.product-gallery {
    width: 45%;
    margin: 0 5% 0 0;
    float: left;
}

.product-form {
    overflow: hidden;
    margin-top: -20px;
    padding-bottom: 50px;
}

.product-image-slide {
    text-align: center;
}

.product-image {
    width: 100%;
    height: auto;
    background: #F0F2F5;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e3e5e8;
}

.product-info {
    float: right;
    width: 50%;
}

.product-thumbs {
    margin: 10px 0 0 0;
}

.product-thumb {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #F0F2F5;
    border-radius: 9px;
}

.product-thumb-image {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    opacity: 0.7;
    border: 2px solid transparent;
}

.product-thumb-image > img,
.product-thumb-video > img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.product-thumb.is-active .product-thumb-image {
    opacity: 1;
}

.product-info h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.product-info p.price {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
}

.contact-form-section {
    padding: 25px 0 75px;
    background: #fff;
}

.cfs-container {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1360px;
}

.cfs-left {
    width: 50%;
}

.cfs-left h1 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 300;
}

.cfs-left h1 strong {
    font-weight: bold;
}

.cfs-left h4 {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1AB5ED;
}

.cfs-desc p {
    font-size: 16px;
    color: #000;
    max-width: 450px;
    margin-bottom: 20px;
}

.cfs-desc p a {
    color: #1AB5ED;
    text-decoration: none;
}

.cfs-phone {
    font-size: 18px;
    line-height: 1.4;
    color: #000;
}

.price--large {
    font-size: 1.6rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .13rem;
}

.price--on-sale .price__sale {
    display: initial;
    flex-direction: row;
    flex-wrap: wrap;
}

.price .price-item {
    display: inline-block;
    margin: 0 1rem 0 0;
    font-size: 1.3em;
}

.visually-hidden--inline {
    margin: 0;
    height: 1em;
}

.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
    font-size: 1.3rem;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: none;
}



.price--sold-out .price__availability,
.price__regular {
    display: block;
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
    display: inline-block;
}

.unit-price {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .04rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    margin-top: .2rem;
    text-transform: uppercase;
    color: rgba(var(--color-foreground), .7);
}

.cfs-right {
    width: 60%;
    background: #fff;
    padding: 0;
    border-radius: 12px;
    box-shadow: none;
}

.cfs-field {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
}

.rbp-bnpl-widget {
    padding: 3px 20px !important;
}

.cfs-field label {
    font-weight: 600;
    margin-bottom: 6px;
}

.cfs-field input,
.cfs-field textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    font-size: 16px;
    width: 100%;
}

.cfs-btn {
    width: 100%;
    background: #1ab5ed;
    color: #fff;
    padding: 14px;
    font-size: 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

.cfs-btn:hover {
    background: #0eaadf;
}

.cfs-success {
    background: #e0ffe5;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #145f22;
}

.cfs-error {
    background: #ffe5e5;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    color: #912323;
}

.ssc-section {
    padding: 0 0 75px 0;
}

.ssc-section .ssc-slide {
    background-image: url(offer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 150px;
}

.template-page-mobility .ssc-section .ssc-slide {
    background-image: url(offersbg.jpg);
}

.template-page-mobility .title-area {
    padding: 75px 0 0;
    text-align: center;
}

.template-page-mobility .title-area .container {
    display: block;
    margin: 0 auto;
    padding: 0;
    clear: both;
}

.template-page-mobility .bs-carousel-wrap {
    background-color: #F0F2F5;
    padding: 75px 0 75px;
}

.template-page-mobility .title-area h1 {
    background-image: url(ms2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 70px;
    padding-top: 110px;
}

.template-page-mobility .best-selling-section {
    padding: 75px 0 0;
}

.best-selling-section .btn.blues {
    margin-top: 50px;
    display: inline-block;
}

.template-page-mobility .ssc-section {
    background-color: #F0F2F5
}

.template-page-mobility .ssc-section .ssc-slide {
    margin-top: 75px;
}

.template-page-mobility .tabs-section {
    padding: 0 0 75px;
}

.template-page-about .tabs-section {
    padding: 0 0 0;
}

.template-page-about .buttons-section {
    padding: 0 0 75px;
}

.template-page-measurement .buttons-section {
    padding: 0 0 75px;
}

.template-page-stairlifts .buttons-section {
    padding: 0 0 75px;
}

.template-page-service .buttons-section {
    padding: 0 0 75px;
}

.template-page-location #shopify-section-template--29515054416220__button_area_idzGUr .buttons-section {
    padding: 0 0 75px;
}

#shopify-section-template--29515054252380__image_text_VHjhrE .text-image-section,
#shopify-section-template--29515054252380__image_text_zbAgLb .text-image-section {
    padding: 75px 0 75px;
}

.template-page-mobility .tabs-section {
    padding-top: 0 !important
}

.template-page-mobility .trustpilot-section {
    padding: 75px 0 75px 0;
}

.vat-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vat-tooltip {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-family: "Segoe UI Symbol", "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.vat-tooltip-box {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    padding: 30px 30px;
    background: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    line-height: 1.6;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    z-index: 1;
}

.vat-tooltip-box a {
    color: #fff;
    text-decoration: underline;
}

.vat-tooltip:hover .vat-tooltip-box {
    opacity: 1;
    visibility: visible;
}


.template-page-mobility section.shopify-section:nth-of-type(1) h1 {
    background-image: none;
    padding-top: 0;
}

.ssc-slide {
    display: flex;
    gap: 30px;
    align-items: unset;
    justify-content: end;
    padding: 100px 50px 100px 0;
}

.ssc-image {
    width: 40% !important;
    border-radius: 10px;
    position: absolute;
    bottom: 50px;
    left: 90px;
}

.ssc-content {
    width: 45%;
}

.ssc-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.ssc-title p,
.ssc-title h1,
.ssc-title h2,
.ssc-title h3,
.ssc-title h4 {
    margin: 0 0 15px;
    font-size: 40px;
    font-weight: 300;
}

.ssc-text p {
    margin: 30px 0;
    font-size: 15px;
    color: #000;
}

.ssc-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #1ab5ed;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
}

#footer .col {
    float: left;
    width: 15%;
    padding-right: 25px;
}

#footer .col:nth-of-type(1) {
    width: 40%;
}

#footer .col:nth-of-type(1) img {
    max-width: 80%;
}

#footer .col h4 {
    font-weight: bold;
    color: #1AB5ED;
    margin: 0 0 10px 0;
}

#footer .col ul {
    margin: 0;
    padding: 0;
}

#footer .col ul li {
    margin: 0 0 10px 0;
    padding: 0;
}

#footer .col ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none;
    transition: color 300ms ease;
}

#footer .col ul li a:hover {
    color: #1AB5ED;
}

#footer .col ul li a span {
    display: none;
}

#footer .col ul li a span.dynamic-phone {
    display: inline-block;
}

#footer .col ul li a.footer-tel {
    font-weight: 700;
}

.product-description{
    padding:20px 0;
}

.product-description *{
    font-size: 14px;
    line-height: 1.4;
}

#footer h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Geist';
    margin: 30px 0 10px;
}

#footer form {
    float: left;
    width: 90%;
    border-radius: 8px;
    position: relative;
    margin: 20px 0 0;
    overflow: hidden;
    height: 47px;
}

#footer input {
    -webkit-appearance: none;
    appearance: none;
    padding: 0 15px;
    border: none;
    font-size: 14px;
    color: #000;
    width: 75%;
    height: 47px;
    line-height: 47px;
}

#footer button {
    font-size: 16px;
    background: #1ab5ed;
    padding: 0px 40px 0 5px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    background-image: url(right2.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: none;
    position: absolute;
    width: 20%;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    min-width: 120px;
    right: 0;
    cursor: pointer;
    transition: 300ms ease background-color;
}

#footer button:hover,
#footer button:focus {
    background-color: #127fa6;
}

#footer .copy p a:hover,
#footer .copy p a:focus {
    color: #1ab5ed !important;
}

.copy {
    float: left;
    width: 100%;
    text-align: left;
}

.copy p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
}

.copy p a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    transition: 300ms ease color;
}

.copy p a:hover,
.copy p a:focus {
    color: #ffffff;
}

#footer .col ul.social li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

#footer .col ul.social {
    margin: 30px 0 0 0;
    padding: 0;
}

#footer .col ul.social li img {
    height: 20px;
    width: auto;

}

.bs-carousel-wrap {
    background-color: #F0F2F5;
    padding: 75px 0;
}

.bs-tabs {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-bottom: 0;
}

.best-selling-section {
    padding: 75px 0 0;
}

.collection-product {
    border-radius: 8px;
    overflow: hidden;
}

.collection-product__image-wrapper {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
    float: left;
}

footer ul.social li a span {
    display: none;
}

.collection-product__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-image: url(back.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bs-tab {
    background: #f0f2f550;
    border: none;
    color: #000;
    padding: 13px 60px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    font-size: 14px;
}

.bs-tab.active {
    background: #F0F2F5;
    color: #000;
}

h2.bs-title {
    text-align: center;
    font-weight: 300;
    font-size: 40px;
}

h2.bs-title strong {
    font-weight: bold;
}

.best-selling-section .owl-nav {
    margin-top: 0;
    position: absolute;
    bottom: -80px;
    right: 0;
}

.tabs-mobile {
    display: none;
}

.best-selling-section .owl-carousel .owl-nav button {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.best-selling-section .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.best-selling-section .owl-carousel .owl-nav button span {
    background: transparent;
    color: #1ab5ed;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.best-selling-section .owl-carousel .owl-nav button:hover span {
    background: #1ab5ed;
    color: #fff;
}

.best-selling-section .owl-carousel .owl-nav button svg path {
    fill: #1ab5ed;
}

.best-selling-section .owl-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.best-selling-section .owl-carousel .owl-nav button svg {
    height: 14px;
    width: 14px;
    position: relative;
    top: 11px;
}

.best-selling-section .owl-carousel .owl-nav button.owl-next {
    margin: 0 0 0 10px;
}

.vat-toggle-wrapper {
    margin: 50px 0 50px;
    max-width: 580px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.vat-title {
    font-size: 14px;
    font-weight: 600;
    margin: 0 20px 0 0;
    float: left;
    line-height: 50px;
}

.vat-toggle {
    display: flex;
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background-color: #F0F2F5;
    border-radius: 30px;
}

.vat-option {
    flex: 1;
    padding: 15px 10px;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
    min-width: 50%;
}

.vat-option.active {
    background: #1ab5ed;
    color: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.vat-option:not(.active) {
    background: #F0F2F5;
    color: #00000050;
}

.vat-option.second {
    position: relative;
}

.variant-option.vat,
.variant-option.title {
    display: none;
}

.swatches {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
}

.swatch {
    padding: 8px 14px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.swatch.active {
    border: 3px solid #1ab5ed !important;
    background: #eee;
}

.swatches {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

#variant-options {
    margin: 0 0 30px 0;
    display: block;
}

p.option-name {
    font-size: 14px;
    font-weight: 600;
}

.swatch {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 50px;
    padding: 0 14px;
    border-radius: 6px;
    border: 2px solid #ddd;
    background-color: #f9f9f9;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all .2s ease;
    width: 50px;
    border-radius: 50%;
    text-indent: -9999999px;
}

.product-image-slide iframe {
    width: 100%;
    min-height: 300px;
}

.condition .swatch {
    text-indent: unset;
    width: auto;
    border-radius: 8px;
}

.swatch:hover {
    border-color: #666;
}

.swatch.active {
    border-color: #000;
    background-color: #fff;
    font-weight: 600;
}

.swatch[data-value] {
    color: #000;
}

.swatch[data-value="White"] {
    background-color: #ffffff;
    border-color: #ccc;
}

.swatch[data-value="Red"] {
    background-color: #d60000;
    color: #fff;
}

.swatch[data-value] {
    background-color: var(--swatch-colour, #f3f3f3);
    color: #000;
}

.swatch[data-value="Black"] {
    --swatch-colour: #000;
    color: #fff;
}

.swatch[data-value="White"] {
    --swatch-colour: #fff;
    border-color: #ccc;
}

.swatch[data-value="Red"] {
    --swatch-colour: #d60000;
    color: #fff;
}

.swatch[data-value="white-1"] {
    --swatch-colour: #fff;
    border-color: #ccc;
}

.swatch[data-value="red-1"] {
    --swatch-colour: #d60000;
    color: #fff;
}

.swatch[data-value="cherry-red"] {
    --swatch-colour: #d60000;
    color: #fff;
}

.swatch[data-value="Blue"] {
    --swatch-colour: #005bbb;
    color: #fff;
}

.swatch[data-value="blue-95"] {
    --swatch-colour: #005bbb;
    color: #fff;
}

.swatch[data-value="night-blue"] {
    --swatch-colour: #005bbb;
    color: #fff;
}

.swatch[data-value="Silver"] {
    --swatch-colour: #c0c0c0;
}

.swatch[data-value="Grey"] {
    --swatch-colour: #888;
    color: #fff;
}

.swatch[data-value="grey"] {
    --swatch-colour: #888;
    color: #fff;
}

.swatch[data-value="grey-1"] {
    --swatch-colour: #888;
    color: #fff;
}

.swatch[data-value="Green"] {
    --swatch-colour: #008800;
    color: #fff;
}

.swatch[data-value="black-96"] {
    --swatch-colour: #000000;
    color: #fff;
}

.product-images.owl-carousel .owl-nav button {
    position: absolute;
    top: 30px;
    transform: none;
    width: 34px;
    height: 34px;
    background-color: #1ab5ed !important;
    background-image: url('right-w.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px auto;
    border-radius: 50%;
    border: none;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
    transition: 300ms ease opacity;
    right: 30px;
}

.product-images.owl-carousel .owl-nav button:hover {
    opacity: 0.7;
}

.template-page-purple .cta2-section {
    background: #f7f1ff;
    padding: 75px 0;
    margin: 75px 0 0 0;
}

.template-page-purple .cta2-feature-icon {
    width: 70px;
}

.template-page-purple .logo-carousel img {
    max-height: 100px;
}

.template-page-purple .logo-carousel-section {
    padding: 75px 0 75px;
}

.product-images.owl-carousel .owl-nav button.owl-prev {
    right: 70px;
    left: auto;
    transform: rotate(180deg);
}

.product-images .owl-nav span {
    display: none;
}

.vat-select-wrapper {
    margin: 0px 0 50px;
    display: none;
}

.vat-select-label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.vat-select {
    position: relative;
    width: 100%;
}

.vat-select select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 16px;
    padding-right: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background: #fff;
    cursor: pointer;
    outline: none;
    height: 48px;
    background-image: none;
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.ss-main .ss-arrow path {
    stroke: #1ab5ed !important;
}

.ss-main{
    margin:0 0 10px 0 !important;
}

.ss-main .ss-values .ss-single {
    font-size: 14px !important;
    padding: 0 6px !important;
}

.ss-content .ss-list .ss-option.ss-disabled,
.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
    background-color: #1ab5ed !important;
    color: #ffffff !important;
    border:none !important;
}

.shopify-product-form select,
.shopify-product-form input {
    display: none;
}

.vat-select select:focus {
    border-color: #1ab5ed;
    box-shadow: 0 0 0 3px rgba(26, 181, 237, 0.25);
}

.vat-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

ul.payments {
    float: left;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
}

ul.payments li {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.75rem;
}

ul.payments li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

ul.payments li p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    font-size: 14px;
}

ul.payments li p a {
    color: #999;
    text-decoration: none;
}

.approved-used-features {
    margin: 30px 0 0 0;
}

.sort-area {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
}

.collection-count {
    float: left;
    font-size: 16px;
    line-height: 48px;
}

.collection-sort select {
    float: right;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 12px 40px 12px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background: #FFF;
    cursor: pointer;
    outline: none;
    height: 48px;
    background-image: url(down.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.filters-accordion {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.filter-group {
    margin-bottom: 12px;
}

.ssc-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    width: 90%;
}

.ssc-progress {
    flex: 1;
    height: 3px;
    background: #ccc;
    margin-right: 20px;
}

.ssc-progress-bar {
    height: 100%;
    width: 0%;
    background: #1ab5ed;
    transition: width 0.3s ease;
}

.tabs-controls {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: -17px;
    width: 80%;
}

.tabs-progress {
    flex: 1;
    height: 3px;
    background: #ccc;
    margin-right: 20px;
}

.tabs-progress-bar {
    height: 100%;
    width: 0%;
    background: #1ab5ed;
    transition: width 0.3s ease;
}

.ssc-carousel .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    top: 37px;
}

.ssc-carousel .owl-nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ssc-carousel .owl-nav svg {
    fill: #ccc !important;
    transition: fill 0.2s ease;
    height: 35px;
}

.ssc-carousel .owl-nav button:hover svg {
    fill: #1ab5ed !important;
}

.owl-prev-icon svg {
    transform: rotate(180deg);
}

#searchbtn {
    display: none;
}

.template-page-stairlifts .contact-form-section {
    padding: 75px 0 75px;
    background: #F0F2F5;
}

.template-page-stairlifts .cfs-right {
    background: #F0F2F5;
}

.template-page-stairlifts .accordion-section {
    padding: 75px 0 75px;
}

.related-products .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.related-carousel .owl-stage {
    display: flex;
}

.related-carousel .owl-item {
    width: 100% !important;
}

.related-products .ssc-controls {
    display: none;
}

.related-products .owl-nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.related-products .owl-nav svg {
    fill: #ccc !important;
    transition: fill 0.2s ease;
    height: 35px;
}

.related-products .owl-nav button:hover svg {
    fill: #1ab5ed !important;
}

.tabs-section .owl-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 103%;
    right: 0;
}

.tabs-section .owl-stage {
    display: flex;
}

.tabs-section .owl-item {
    width: 100% !important;
}

.tabs-section .ssc-controls {
    display: none;
}

.tabs-section .owl-nav button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.tabs-section .owl-nav svg {
    fill: #ccc !important;
    transition: fill 0.2s ease;
    height: 35px;
}

.tabs-section .owl-nav button:hover svg {
    fill: #1ab5ed !important;
}

.filter-heading {
    width: 100%;
    text-align: left;
    background: #f0f2f5;
    border: none;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;

}

.filter-heading:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    transition: .3s;
    height: 8px;
    width: 10px;
    background-image: url(down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0;
}

.filter-heading.active::after {
    transform: rotate(180deg);
}

.filter-content {
    padding: 0 20px;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
}

.filter-content.open {
    padding: 10px 20px 20px;
    max-height: 100000px !important;
}

.filter-content label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 15px;
    cursor: pointer;
}

.filter-content input[type="checkbox"] {
    transform: scale(1.15);
}

.filter-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0;
    font-size: 15px;
    cursor: pointer;
}

.filter-option input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    transition: .2s;
    flex-shrink: 0;
}

.filter-option input[type=checkbox]:after {
    content: "\2713";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #1ab5ed;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: scale(0) translate(-50%, -50%);
    border-radius: 0;
    transition: .2s;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
}

.filter-option input[type=checkbox]:disabled {
    opacity: 0.4;
}

.filter-option input[type=checkbox]:checked:after {
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@supports (-moz-appearance:none) {
    .filter-option input[type=checkbox]:after {
        line-height: normal;
    }
}

ul.feat {
    margin: 50px 0 0;
    padding: 0;
}

ul.feat li {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
}

ul.feat li a {
    text-decoration: none;
    color: #000;
    transition: color 300ms ease;
}

ul.feat li a:hover {
    color: #1ab5ed;
}

ul.feat li img {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 25px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

ul.feat li p {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px;
    font-size: 13px;
    line-height: 1.6;
}

ul.feat li p strong {
    font-size: 16px;
}

.popular-products {
    display: block;
    clear: both;
    width: 100%;
    padding: 75px 0;
}

.popular-products h3.owl-section-title {
    font-weight: bold;
    font-family: 'Geist';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 50px;
}

.popular-products .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -80px;
    right: 0;
}

.popular-products .owl-item-inner h3 {
    position: relative;
    top: auto;
    left: auto;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.popular-products .owl-carousel .owl-nav button {
    background: #F0F2F5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.popular-products .owl-item-inner {
    position: absolute;
    left: 20px;
    top: auto;
    height: auto;
    width: 70%;
    bottom: 20px;
}

.short,
.full {
    font-size: 14px;
    line-height: 1.4;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.popular-products .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg)
}

.popular-products .owl-carousel .owl-nav button span {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.popular-products .owl-carousel .owl-nav button.owl-next {
    margin: 0 0 0 5px;
}

.popular-products .owl-carousel .owl-nav button span:hover {
    background: transparent;
}

.popular-products .owl-carousel .owl-nav button svg {
    height: 14px;
    width: 14px;
    position: relative;
    top: 11px;
}

.popular-products .owl-carousel .owl-nav button svg path {
    fill: #1ab5ed;
}

.popular-products .owl-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.popular-products .owl-carousel .owl-nav button:hover {
    background: #1ab5ed;
}

.title-area h6 {
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Geist';
}

.title-area p {
    margin: 30px 0 0 0;
    line-height: 1.6;
}

.title-area h1 {
    margin: 0 0 0;
    font-size: 50px;
    font-weight: 300;
}

.title-area h1 strong {
    font-weight: bold;
}

.title-area {
    padding: 50px 0 0;
}

.blog-area img {
    margin: 50px 0;
    max-width: 100%;
}

.blog-area {
    background: #F0F2F5;
    padding: 75px 0;
    position: relative;
}

.blog-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 600px;
    background-color: #fff;
    width: 100%;
}

.blog-area .container {
    position: relative;
    z-index: 1;
}

.blog-area h1 {
    font-size: 50px;
    font-weight: 300;
    margin: 10px 0 50px;
}

.blog-area p {
    line-height: 1.6;
    font-size: 14px;
}

.blog-area p.date {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 600;
}

.blog-area .ex p {
    line-height: 1.6;
    font-size: 16px;
}

.article-tags {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.article-blog {
    background: #F0F2F5;
    list-style: none;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: inline-block;
    margin: 0 5px 5px 0;
}

.blog-area-content hr,
.blog-area-content p,
.blog-area-content ul,
.blog-area-content ol,
.blog-area-content h2,
.blog-area-content h3,
.blog-area-content h4,
.blog-area-content h5,
.blog-area-content h6 {
    margin: 0 0 30px 0;
}

.blog-area-content a {
    font-weight: bold;
    color: #1AB5ED;
}

.blog-area-content {
    floaleft;
    width: 100%;
}

.blog-area .blog-area-content li {
    line-height: 1.6;
    font-size: 14px;
}

.blog-area .ex {
    line-height: 1.6;
}

.blog-area .ex {
    margin: 0 0 50px;
    position: relative;
}

.blog-area .ex ul.share {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: -70px;
}

ul.share {
    margin: 30px 0 0 0;
    padding: 0;
}

ul.share li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
}

ul.share li a {
    text-decoration: none;
}

ul.share li img {
    height: 20px;
    margin: 0 10px 0 0;
}

.popular-locations {
    display: block;
    clear: both;
    width: 100%;
    padding: 0 0 75px;
}

.popular-locations h3.owl-section-title {
    font-weight: bold;
    font-family: 'Geist';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 50px;
}

.popular-locations .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -80px;
    right: 0;
}

.form-section {
    padding: 75px 0;
    text-align: center;
}

.form-section .cfs-left {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.popular-locations .owl-item-inner h3 {
    position: relative;
    top: auto;
    left: auto;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.popular-locations .owl-carousel .owl-nav button {
    background: #F0F2F5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.popular-locations .owl-carousel .owl-nav button.owl-prev{
    transform: rotate(180deg);
}

.popular-locations .owl-item-inner {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    min-height: 220px;
    width: 100%;
    bottom: auto;
    padding: 20px;
    border: 2px solid #ccc;
    border-top: none;
}

.popular-locations .owl-item-inner p {
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

.popular-locations .owl-item-inner p strong {
    font-weight: 400;
}

.popular-locations .owl-carousel .owl-nav button span {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.popular-locations .owl-carousel .owl-nav button.owl-next {
    margin: 0 0 0 5px;
}

.popular-locations .owl-carousel .owl-nav button span:hover {
    background: transparent;
}

.popular-locations .owl-carousel .owl-nav button svg {
    height: 14px;
    width: 14px;
    position: relative;
    top: 11px;
}

.popular-locations .owl-carousel .owl-nav button svg path {
    fill: #1ab5ed;
}

.popular-locations .owl-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.popular-locations .owl-carousel .owl-nav button:hover {
    background: #1ab5ed;
}

.popular-locations .owl-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.popular-team {
    display: block;
    clear: both;
    width: 100%;
    padding: 75px 0 75px;
    background-color: #F0F2F5;
}

.popular-team h3.owl-section-title {
    font-weight: bold;
    font-family: 'Geist';
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 50px;
}

.popular-team .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -80px;
    right: 0;
}

.popular-team .owl-item-inner img {
    display: inline-block;
    height: 15px;
    width: 20px;
    margin: 10px 2px 0 0;
}

.popular-team .owl-item-inner h3 {
    position: relative;
    top: auto;
    left: auto;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.popular-team .owl-carousel .owl-nav button {
    background: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
}

.popular-team .owl-item-inner {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 100%;
    bottom: auto;
    padding: 30px 0 0 0;
    border: none
}

.popular-team .owl-item-inner p {
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

.popular-team .owl-item-inner p strong {
    font-weight: 400;
}

.popular-team .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg)
}

.popular-team .owl-carousel .owl-nav button span {
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.popular-team .owl-carousel .owl-nav button.owl-next {
    margin: 0 0 0 5px;
}

.popular-team .owl-carousel .owl-nav button span:hover {
    background: transparent;
}

.popular-team .owl-carousel .owl-nav button svg {
    height: 14px;
    width: 14px;
    position: relative;
    top: 11px;
}

.popular-team .owl-carousel .owl-nav button svg path {
    fill: #1ab5ed;
}

.popular-team .owl-carousel .owl-nav button:hover svg path {
    fill: #fff;
}

.popular-team .owl-carousel .owl-nav button:hover {
    background: #1ab5ed;
}

img.book-sticker {
    position: absolute;
    right: 0;
    bottom: -200px;
}

#text-area {
    padding: 75px 0;
    text-align: center;
    line-height: 1.6;
}

#text-area h2 {
    font-size: 45px;
}

.cta-boxes-section {
    padding: 0 0 75px;
    background: #fff;
    max-width: 90%;
    margin: 0 auto;
}

.cta-boxes-container {
    width: 100%;
    margin: auto;
    max-width: 1260px;
}

.template-product .cta-boxes-section {
    padding: 75px 0;
    background: #fff;
    max-width: 100%;
}

.dynamic-phone {
  visibility: hidden;
}

.template-product .cta-boxes-section .cta-boxes-container {
    max-width: 100% !important;
}

.more-toggle {
    color: #1ab5ed;
    text-decoration: none;
    margin: 20px 0 30px 0;
    display: block;
    width: 100%;
}

.more-toggle-2 {
    color: #1ab5ed;
    text-decoration: none;
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
}

.collection-image-full {
    width: 100vw;
    height: 400px;
    margin: 0 0 30px 0;
    margin-left: calc(50% - 50vw);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.cta-boxes-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.text-image-section {
    position: relative;
    margin: 75px 0;
    padding: 0;
}

.cta-box {
    background: #f0f2f5;
    border-radius: 10px;
    padding: 20px 20px 20px;
    text-align: center;
    box-shadow: none;
}

.cta-box-icon {
    width: auto;
    height: 20px;
    margin-bottom: 15px;
}

.cta-box-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Geist';
}

.cta-box-text p {
    font-size: 12px;
    color: #000;
    margin: 0;
}

.text-image-section {
    position: relative;
}

.blue {
    background: #13ace8;
    background: linear-gradient(90deg, #13ace8, #0f82e3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 100%;
    z-index: -1;
}

.with-blue .btn.clear {
    background-image: url(right-w.svg);
}

product-features-section {
    padding: 60px 0;
}

.pf-container {
    width: 90%;
    margin: auto;
    display: flex;
    gap: 50px;
    max-width: 1000px;
    align-items: flex-start;
}

.pf-left,
.pf-right {
    width: 50%;
}

.pf-subtitle {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: #1ab5ed;
    font-family: Geist;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.pf-title {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 300;
}

.pf-title strong {
    font-weight: bold;
}

.pf-title p {
    margin: 0;
}

.pf-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #000;
}

.pf-feature-list {
    margin-top: 15px;
}

.pf-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
}

.pf-feature-icon {
    width: 30px;
    height: auto;
}

.header_cta {
    display: none;
}

.pf-feature-text {
    font-size: 15px;
    color: #333;
    display: inline-block;
}

.spec-section {
    padding: 75px 0 75px;
}

.topbar .container,
#header .container,
.collection-image-full,
.home-banner,
.cta-section,
.cta2-section {
    max-width: 1580px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.spec-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px
}

.spec-block {
    margin-bottom: 10px;
}

.spec-accordion {
    width: 100%;
    text-align: left;
    padding: 18px 20px;
    background: #F0F2F5;
    border-radius: 0px;
    border: none;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.spec-inner a {
    color: #000;
}

.spec-accordion.active {
    background-color: #1ab5ed;
}

.spec-accordion::after {
    content: "";
    position: absolute;
    -webkit-mask-image: url(down.svg);
    mask-image: url(down.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #1ab5ed;
    right: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.spec-accordion.active::after {
    transform: translateY(-50%) rotate(180deg);
    background-color: #FFF;
}

.spec-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}

.spec-inner {
    padding: 30px;
    background: #F0F2F5;
    margin: 0 0 20px 0;
}

.spec-inner p {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.6;
}

.spec-inner li {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.6;
    list-style: none;
}

.spec-inner table {
    width: 100%;
    border-collapse: collapse;
}

.spec-inner table tr:nth-child(odd) {
    background: #ffffff;
}

.spec-inner table tr:nth-child(even) {
    background: #F0F2F5;
}

.spec-inner table td {
    padding: 12px 15px;
    font-size: 16px;
}

.spec-inner table td:first-child {
    font-weight: 600;
    width: 35%;
}

.shopify-policy__container {
    padding: 75px 0;
}

.shopify-policy__container * {
    text-align: left;
}

.shopify-policy__container h1 {
    font-size: 40px;
    text-align: left;
    margin: 0 0 50px;
}

.shopify-policy__container a {
    text-decoration: none;
    color: #1ab5ed
}

.shopify-policy__body p,
.shopify-policy__body li {
    line-height: 1.4;
    font-size: 14px;
}

.shopify-policy__body h3,
.shopify-policy__body h2 {
    line-height: 1.4;
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 30px 0;
}

.shopify-policy__body table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    overflow: scroll;
}

.table-holder {
    float: left;
    width: 100%;
    overflow: scroll;
    max-width: 100%;
}

.shopify-policy__body table tr:nth-child(odd) {
    background: #ffffff;
}

.shopify-policy__body table tr:nth-child(even) {
    background: #F0F2F5;
}

.shopify-policy__body table th {
    padding: 8px 5px;
    font-size: 14px;
    width: 50%
}

.shopify-policy__body table td {
    padding: 8px 5px;
    font-size: 14px;
    width: 50%
}

.shopify-policy__body table td:first-child {
    font-weight: 600;
    width: 35%;
}

#mobilePhone {
    display: inline-block;
}

#page-content table {
    width: 100%;
    border-collapse: collapse;
}

.template-page-purplex #text-area p a {
    color: #1ab5ed;
    text-decoration: none;
}

#shopify-section-template--26582283551048__text_b7EJYX section {
    padding-bottom: 0;
}

.form_generater_form_div input {
    border-radius: 4px !important;
    padding: 15px !important;
    height: auto !important;
    font-size: 14px !important;
    background-color: #F0F2F5 !important;
    border-color: #C5C7C9 !important;
}

.form_generater_form_div textarea {
    border-radius: 4px !important;
    padding: 15px !important;
    font-size: 14px !important;
    background-color: #F0F2F5 !important;
    border-color: #C5C7C9 !important;
}

.form_generater_form_div input:focus {
    border-color: #1ab5ed !important;
}

.form_generater_form_div label {
    font-family: 'Geist' !important;
}

.form_generater_form_div select {
    border-radius: 4px !important;
    padding: 15px !important;
    height: auto !important;
    font-size: 14px !important;
    background-color: #F0F2F5 !important;
    border-color: #C5C7C9 !important;
}

.template-page-contact #locator,
.template-page-brochure #locator,
.template-page-appointment #locator {
    padding-top: 0;
}

body .form_generater_form_div .form_submit_div button.btn {
    font-size: 16px !important;
    background: #000 !important;
    padding: 13px 40px 13px 25px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    background-image: url(right.svg) !important;
    background-size: 10px auto !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    width: 200px !important;
    float: left !important;
    font-family: 'Geist' !important;
    font-weight: 600 !important;
}

body .form_generater_form_div .form_submit_div button.btn:hover {
    background-color: #333333 !important;
    background-image: url(right.svg) !important;
    background-size: 10px auto !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
}

.formElement_2 .block_label {
    position: relative !important;
}

.template-page-contact .formElement_2 .block_label:after {
    position: absolute !important;
    content: '' !important;
    background-image: url('select.png') !important;
    height: 38px;
    width: 62px;
    top: 36px;
    left: 85%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-scooters .formElement_2 .block_label:after {
    background-image: url('select.png') !important;
}

.product-powerchairs .formElement_2 .block_label:after {
    background-image: url('select-powerchairs.png') !important;
}

.product-recliners .formElement_2 .block_label:after {
    background-image: url('select-recliners.png') !important;
}

.product-stairlifts .formElement_2 .block_label:after {
    background-image: url('select-stairlifts.png') !important;
}

.product-other .formElement_2 .block_label:after {
    background-image: none !important;
}

#page-content table tr:nth-child(odd) {
    background: #ffffff;
}

#page-content table tr:nth-child(even) {
    background: #F0F2F5;
}

#page-content table td {
    padding: 12px 15px;
    font-size: 16px;
}

#page-content table td:first-child {
    font-weight: 600;
    width: 35%;
}

body .mobile-only {
    display: none;
}

.specialist-shop-wrapper {
    gap: 0;
    display: flex;
    padding: 0;
    background: #f5f6f8;
    border-radius: 0;
    position: fixed;
    z-index: 5;
    width: 100%;
    top: 130px;
    max-width: 1380px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 300ms ease all;
    visibility: hidden;
    opacity: 0;
}

.specialist-shop-wrapper.lower {
    top: 80px;
}

.specialist-shop-wrapper.active {

    visibility: visible;
    opacity: 1;
}

.specialist-shop-wrapper ul.feat li {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

.specialist-shop-wrapper ul.feat li img {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 25px;
    height: 25px;
    object-fit: contain;
    position: absolute;
    top: -3px !important;
    left: 0;
    transform: none !important;
}

.specialist-shop-wrapper ul.feat li p {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 38px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

.specialist-shop-wrapper ul.feat li p strong {
    font-size: 14px;
}

.specialist-left {
    background: #fff;
    border-radius: 0;
    padding: 50px;
    flex: 0 0 30%;
    box-shadow: none;
}

.specialist-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 26px;
}

.specialist-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.specialist-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    text-decoration: none;
}

.specialist-item:hover .specialist-title {
    color: #1ab5ed !important;
}

.specialist-icon {
    padding: 5px;
    background: #ebedf0;
    margin: 0 10px 0 0;
}

.specialist-icon img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    margin: 0 0 0 0;
}

.specialist-text {
    display: flex;
    flex-direction: column;
}

.specialist-title {
    font-weight: 600;
    font-size: 15px;
    transition: color 300ms ease;
}

.specialist-subtitle {
    font-size: 14px;
    color: #000;
}

.specialist-links {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.specialist-link {
    font-size: 14px;
    color: #1ab5ed;
    text-decoration: none;
    font-weight: 600;
}

.specialist-link:hover {
    text-decoration: underline;
}

.specialist-right {
    flex: 0 0 70%;
    background: #EBEDF0;
    border-radius: 0;
    padding: 50px;
}

.shop-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 26px;
}

.shop-columns {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

.shop-column {
    text-align: left;
}

.shop-image img {
    width: 50px;
    border-radius: 8px;
    margin-bottom: 10px;
    object-fit: cover;
}

.shop-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-links li {
    margin-bottom: 11px;
}

.shop-links a {
    font-size: 14px;
    color: #222;
    text-decoration: none;
}

.shop-links a:hover {
    color: #1ab5ed;
    text-decoration: underline;
}

.product-thumb-video,
.product-thumb-model {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    font-size: 18px;
    height: 80px;
    width: 80px;
}

.product-image-slide video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.product-image-slide.video-slide {
    position: relative;
    overflow: hidden;
}

.product-image-slide video:focus {
    outline: none;
}

.product-thumb-video {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    font-size: 20px;
    height: 80px;
    width: 80px;
}

.product-thumb-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-thumb-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    pointer-events: none;
}

.text-intro {
    padding: 75px 0;
}

.accordion-section {
    padding: 0 0 75px;
    text-align: left;
}

.template-page-location .accordion-section {
    padding: 75px 20px 75px;
    text-align: left;
}

.accordion-subtitle {
    color: #2F80ED;
    font-weight: 600;
    margin-bottom: 10px;
}

.accordion-title {
    font-size: 36px;
    margin-bottom: 40px;
}

.accordion-wrapper {
    max-width: 100%;
    margin: auto;
}

.logo-carousel-section {
    padding: 0 0 75px;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.logo-carousel .logo-item {
    height: 120px;
    display: flex;
}

.logo-carousel .logo-item-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.logo-carousel img {
    max-height: 50px;
    width: auto;
    height: auto;
    opacity: 1;
    transition: .3s ease;
    object-fit: contain;
    object-position: center;
}

.logo-carousel img:hover {
    opacity: 0.7;
}

.logo-carousel-section .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.accordion-item {
    background: #F0F2F5;
    border-radius: 0;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header {
    width: 100%;
    padding: 18px 20px;
    font-size: 18px;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    color: #000;
}

.accordion-icon {
    transition: transform .3s ease;
}

.accordion-icon path {
    stroke: #1ab5ed;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.accordion-inner {
    padding: 20px 40px 20px;
    text-align: left;
    background: #fff;
}

.accordion-inner li {
    font-size: 14px;
    line-height: 1.4
}

.accordion-inner p a,
.accordion-inner li a {
    color: #1ab5ed;
    font-weight: 600;
    text-decoration: none;
}

#page-content p,
#page-content li,
#page-content {
    font-size: 14px;
    line-height: 1.4
}

#page-content p a,
#page-content li a,
#page-content a {
    color: #1ab5ed;
    font-weight: 600;
    text-decoration: none;
}

buttons-section {
    text-align: center;
}

.buttons-title {
    font-size: 30px;
    margin-bottom: 30px;
}

.buttons-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.align-left {
    justify-content: flex-start;
}

.align-center {
    justify-content: center;
}

.align-right {
    justify-content: flex-end;
}

.tabs-section {
    padding: 75px 0 0;
}

.template-page-location .tabs-section {
    padding: 75px 0 75px;
}

.tabs-subtitle {
    color: #2F80ED;
    font-weight: 600;
    margin-bottom: 10px;
}

.tabs-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.tabs-text {
    width: 100%;
    max-width: 700px;
    margin-bottom: 0px;
    margin: 0 auto;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.tabs-wrapper {
    background: #fff;
    border-radius: 12px;
    display: flex;
    gap: 0;
    padding: 75px 0 0;
}

.tab-text p a {
    font-size: 16px;
    background: #fff;
    padding: 13px 40px 13px 25px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    border-radius: 4px;
    background-image: url(right.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: none;
    transition: 300ms ease opacity;
    min-width: max-content;
    cursor: pointer;
}

.tabs-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tab-item {
    padding: 14px;
    cursor: pointer;
    border-radius: 0;
    display: block;
    gap: 10px;
    align-items: revert-layer;
    background: #fff;
    transition: .25s;
    text-align: left;
    opacity: .4;
    padding: 20px 20px;
}

.tab-item.active {
    background: #F0F2F5;
    color: #000;
    opacity: 1;
}

.tab-number {
    font-weight: 300;
    font-size: 20px;
}

.tabs-right {
    width: 65%;
    background: #F0F2F5;
    padding: 40px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-image img {
    width: 100%;
    margin-bottom: 20px;
}

.tab-text {
    text-align: left;
    display: block;
    font-family: Geist;
    font-size: 14px;
}

.tab-title {
    font-family: Geist;
    font-size: 20px;
    font-weight: 500;
}

.blog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0;
    gap: 20px;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 70%;
    float: left;
}

.tag-pill {
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .2s;
    border: 1px solid #ddd;
    color: #000;
}

.tag-pill:hover {
    background: #1ab5ed;
    border-color: #1ab5ed;
    color: #000;
}

.tag-pill.active {
    background: #1ab5ed;
    border-color: #1ab5ed;
    color: #000;
}

.blog-search form {
    display: flex;
    gap: 10px;
}

.blog-search input {
    background-color: #F0F2F5;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    padding: 13px 30px 13px 44px;
    width: 300px;
    font-size: 15px;
    color: #000;
    background-image: url(search.svg);
    background-size: 17px auto;
    background-repeat: no-repeat;
    background-position: 15px center;
    border-radius: 3px;
}

.blog-search {
    position: relative;
    float: right;
}

.search-results {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: white;
    border-radius: 6px;
    margin-top: 6px;
    z-index: 20;
}

.search-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-item a {
    display: block;
    padding: 10px 14px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
}

.search-item a:hover {
    background: #F0F2F5;
}

.location-grid {
    display: flex;
    min-height: 450px;
    margin: 50px 0;
    background: #F0F2F5;
    gap: 10px;
    padding: 10px;
}

.location-info {
    width: 30%;
    padding: 40px;
}

.location-image {
    width: 38%;
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-map {
    width: 38%;
}

.location-info .buttons .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    clear: both;
    margin: 10px 0;
}

.location-info .address > p:first-child {
    margin-top: 0;
}

.location-info .buttons {
    margin: 1.5rem 0 0 0;
}

.map {
    width: 100%;
    height: 100%;
}

.location-about {
    padding: 50px 0;
    text-align: center;
}

.about-eyebrow {
    margin: 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Geist';
}

.about-title {
    margin: 0 0 30px;
    font-size: 50px;
    font-weight: 300;
}

.about-content {
    width: 800px;
    margin: 0 auto 30px;
    max-width: 100%;
}

.about-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.location-carousel {
    margin: 60px auto;
    max-width: 1920px;
}

.location-gallery img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 6px;
}

.location-gallery .owl-nav button {
    font-size: 30px;
}

.square-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    overflow: hidden;
}

.square-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 600px) and (max-width: 1023px) {
    [id*="best_selling"] + [id*="cta2"] {
        padding-top: 0;
    }
}

@media (min-width: 1478px) {
    [id*="best_selling"] + [id*="cta2"] {
        padding-top: 75px;
    }
}