/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./dev/nexustheme.scss ***!
  \**************************************************************************************************************************************/
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  margin-top: var(--bs-gutter-y);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 768px) {
  .row > * {
    width: 100%;
  }
}

.zonebottom [role=row-section] > .row,
.zonebottom [role=row-section] [role=row-wrapper] > .row,
.catalog-grid [role=row-section] > .row,
.catalog-grid [role=row-section] [role=row-wrapper] > .row,
.page-content [role=row-section] > .row,
.page-content [role=row-section] [role=row-wrapper] > .row,
.zonetop [role=row-section] > .row,
.zonetop [role=row-section] [role=row-wrapper] > .row {
  --bs-gutter-y: calc(60px / 4);
}

img {
  image-rendering: optimize-contrast;
}

.flex-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-custom--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.ex-loggedout .logged-out-hide,
.ex-loggedin .logged-in-hide {
  display: none !important;
}

.catalog-grid .container {
  padding: 0 15px;
}

.container .container {
  padding: 0;
  width: auto;
}

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.g-recaptcha {
  max-width: 304px;
  width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: 100% !important;
}
.g-recaptcha iframe {
  width: 100% !important;
}

.var-content:empty {
  display: none;
}
.var-content:not(:empty) + .var-default {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-sortable {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.form-group label {
  display: block;
  color: var(--theme-label-color, var(--theme-colour-darkgrey, #60605f));
  font-weight: 500;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=tel],
.form-group textarea {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #60605f));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #f5f5f5));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #f5f5f5));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 6px 16px);
  outline: none;
  width: 100%;
}
.form-group input[type=text]:hover, .form-group input[type=text]:focus,
.form-group input[type=email]:hover,
.form-group input[type=email]:focus,
.form-group input[type=date]:hover,
.form-group input[type=date]:focus,
.form-group input[type=password]:hover,
.form-group input[type=password]:focus,
.form-group input[type=number]:hover,
.form-group input[type=number]:focus,
.form-group input[type=tel]:hover,
.form-group input[type=tel]:focus,
.form-group textarea:hover,
.form-group textarea:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=date]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #60605f));
  opacity: 1;
}
.form-group select {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #60605f));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #f5f5f5));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #f5f5f5));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 6px 16px);
  outline: none;
  width: 100%;
}
.form-group select:hover, .form-group select:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
}
.form-group select::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #60605f));
  opacity: 1;
}
.form-group select {
  padding: var(--theme-select-padding, 6px 16px);
  appearance: none;
}
.form-group:has(select) {
  position: relative;
}
.form-group:has(select)::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 78%;
  right: 20px;
  transform: translateY(-78%);
  pointer-events: none;
}
.form-group:has(select):has(.select2) {
  margin-bottom: 15px;
}
.form-group:has(select):has(.select2)::after {
  display: none;
}

.text-color {
  color: var(--theme-text-col, var(--theme-colour-dark, #222220)) !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6)) !important;
}

.text-secondary {
  color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)) !important;
}

.text-tertiary {
  color: var(--theme-brand-tertiary, var(--theme-colour-dark, #222220)) !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}

.bg-secondary {
  background: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}

.bg-tertiary {
  background: var(--theme-brand-tertiary, var(--theme-colour-dark, #222220));
}

.bg-mediumgrey {
  background: var(--theme-colour-mediumgrey, #eee);
}

.bg-lightgrey {
  background: var(--theme-colour-lightgrey, #f5f5f5);
}

.bg-dark {
  background: var(--theme-colour-dark, #222220);
}

.btn-custom.primary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 0.875em);
  line-height: var(--theme-btn-line-height, 140%);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-btn-border-radius, 25px);
  padding: var(--theme-btn-padding, 14px 25px);
  width: fit-content;
  text-transform: uppercase;
}
.btn-custom.primary:hover, .btn-custom.primary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-colour-darkblue, #275a6b));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-colour-darkblue, #275a6b));
}
.btn-custom.primary:focus {
  outline: none;
}
.btn-custom.primary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.primary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.primary.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.primary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.primary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.primary.action-link {
  text-align: center;
}
.btn-custom.primary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}

.btn-custom.secondary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 0.875em);
  line-height: var(--theme-btn-line-height, 140%);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-btn-border-radius, 25px);
  padding: var(--theme-btn-padding, 14px 25px);
  width: fit-content;
  text-transform: uppercase;
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-colour-darkblue, #275a6b));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-colour-darkblue, #275a6b));
}
.btn-custom.secondary:focus {
  outline: none;
}
.btn-custom.secondary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.secondary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.secondary.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.btn-custom.secondary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.secondary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.secondary.action-link {
  text-align: center;
}
.btn-custom.secondary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.btn-custom.secondary {
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)));
  border: var(--theme-btn-secondary-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)));
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-secondary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-hover-bg, var(--theme-colour-darkgreen, #427131));
  border: var(--theme-btn-secondary-hover-border, 1px solid var(--theme-colour-darkgreen, #427131));
}

.radio-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #60605f);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.radio-group label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-right: 60px;
  gap: 15px;
  color: var(--theme-colour-darkgrey, #60605f);
  cursor: pointer;
}
.radio-group label input[type=radio] {
  display: none;
}
.radio-group label input[type=radio] + .custom-radio {
  position: relative;
  width: var(--theme-radio-width, 24px);
  height: var(--theme-radio-height, 24px);
  background-color: var(--theme-radio-bg, var(--theme-colour-lightgrey, #f5f5f5));
  border: var(--theme-radio-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-radio-border-radius, 50%);
  cursor: pointer;
}
.radio-group label input[type=radio] + .custom-radio::after {
  content: "";
  width: var(--theme-radio-checked-width, 14px);
  height: var(--theme-radio-checked-height, 14px);
  background-color: var(--theme-radio-checked-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-radio-checked-border-radius, 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.radio-group label input[type=radio]:checked + .custom-radio::after {
  opacity: 1;
}

.checkbox-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #60605f);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.checkbox-group input[type=checkbox] {
  appearance: none;
  width: var(--theme-checkbox-width, 24px);
  height: var(--theme-checkbox-height, 24px);
  border: var(--theme-checkbox-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-checkbox-border-radius, 4px);
  background-color: var(--theme-checkbox-bg, var(--theme-colour-lightgrey, #f5f5f5));
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
}
.checkbox-group input[type=checkbox]:checked {
  background-color: var(--theme-checkbox-checked-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-checkbox-checked-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
}
.checkbox-group input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--theme-colour-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-group input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(var(--theme-brand-default, var(--theme-colour-blue, #078ba6)), 0.5);
}
.checkbox-group .form-group {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.checkbox-group label {
  cursor: pointer;
  color: var(--theme-colour-darkgrey, #60605f);
  margin: 0 60px 0 0;
  font-weight: 400;
}

.p-default {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: calc(60px / 2);
    padding-bottom: calc(60px / 2);
  }
}

.p-top-default {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .p-top-default {
    padding-top: calc(60px / 2);
  }
}

.p-bot-default {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .p-bot-default {
    padding-bottom: calc(60px / 2);
  }
}

.p-80-default {
  padding-block: 80px;
}

.p-top-80-default {
  padding-top: 80px;
}

.p-bot-80-default {
  padding-bottom: 80px;
}

.p-220-default {
  padding: 220px;
}

.p-top-220-default {
  padding-top: 220px;
}

.p-bot-220-default {
  padding-bottom: 220px;
}

.p-half {
  padding-top: calc(60px / 2);
  padding-bottom: calc(60px / 2);
}
@media (max-width: 768px) {
  .p-half {
    padding-top: calc(calc(60px / 2) / 2);
    padding-bottom: calc(calc(60px / 2) / 2);
  }
}

.p-top-half {
  padding-top: calc(60px / 2);
}
@media (max-width: 768px) {
  .p-top-half {
    padding-top: calc(calc(60px / 2) / 2);
  }
}

.p-bot-half {
  padding-bottom: calc(60px / 2);
}
@media (max-width: 768px) {
  .p-bot-half {
    padding-bottom: calc(calc(60px / 2) / 2);
  }
}

.m-default {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .m-default {
    margin-top: calc(60px / 2) !important;
    margin-bottom: calc(60px / 2) !important;
  }
}

.m-top-default {
  margin-top: 60px !important;
}
@media (max-width: 768px) {
  .m-top-default {
    margin-top: calc(60px / 2) !important;
  }
}

.m-bot-default {
  margin-bottom: 60px !important;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(60px / 2) !important;
  }
}

.m-half {
  margin-top: calc(60px / 2) !important;
  margin-bottom: calc(60px / 2) !important;
}
@media (max-width: 768px) {
  .m-half {
    margin-top: calc(calc(60px / 2) / 2) !important;
    margin-bottom: calc(calc(60px / 2) / 2) !important;
  }
}

.m-top-half {
  margin-top: calc(60px / 2) !important;
}
@media (max-width: 768px) {
  .m-top-half {
    margin-top: calc(calc(60px / 2) / 2) !important;
  }
}

.m-bot-half {
  margin-bottom: calc(60px / 2) !important;
}
@media (max-width: 768px) {
  .m-bot-half {
    margin-bottom: calc(calc(60px / 2) / 2) !important;
  }
}

.m-negative-150-top {
  margin-top: -150px !important;
}

.m-negative-150-bottom {
  margin-bottom: -150px !important;
}

.m-0-default {
  margin-block: 0 !important;
}

.m-top-0-default {
  margin-top: 0 !important;
}

.m-bot-0-default {
  margin-bottom: 0 !important;
}

.m-10-default {
  margin-block: 10px !important;
}

.m-top-10-default {
  margin-top: 10px !important;
}

.m-bot-10-default {
  margin-bottom: 10px !important;
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row,
.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row,
.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row,
.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  display: flex;
  flex-wrap: wrap;
}
.zonetop .row-align-items-start > .row > * > *, .zonebottom .row-align-items-start > .row > * > *,
.zonetop .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-center > .row > * > *,
.zonebottom .row-align-items-center > .row > * > *,
.zonetop .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-end > .row > * > *,
.zonebottom .row-align-items-end > .row > * > *,
.zonetop .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-stretch > .row > * > *,
.zonebottom .row-align-items-stretch > .row > * > *,
.zonetop .row-align-items-stretch [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-stretch [role=row-wrapper] > .row > * > * {
  height: 100%;
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row {
  align-items: flex-start;
}

.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row {
  align-items: center;
}

.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row {
  align-items: flex-end;
}

.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  align-items: stretch;
}

.r-gx-0 > .row,
.r-gx-0 [role=row-wrapper] > .row {
  --bs-gutter-x: 0 !important;
}

.r-gy-0 > .row,
.r-gy-0 [role=row-wrapper] > .row {
  --bs-gutter-y: 0 !important;
}

.bg-parallax {
  background-attachment: fixed;
}
.bg-parallax::before {
  background-attachment: fixed;
}

[class*=bg-img] {
  position: relative;
}
[class*=bg-img]::before {
  content: "";
  z-index: -1;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-img1::before {
  background-image: url("https://picsum.photos/1920");
}

[class*=bg-blurred] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
[class*=bg-blurred]::before {
  filter: blur(5px);
  transform: scale(1.05);
}
[class*=bg-blurred]::after {
  content: "";
  opacity: 0.8;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-blurred2::after {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}

@media only screen and (max-width: 991px) {
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-sm > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-xs {
    flex-direction: column;
  }
  .flex-col-xs > div {
    width: 100%;
  }
  .p-top-default {
    padding-top: calc(60px / 2);
  }
  .p-bot-default {
    padding-bottom: calc(60px / 2);
  }
  .m-top-default {
    margin-top: calc(60px / 2);
  }
  .m-bot-default {
    margin-bottom: calc(60px / 2);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* stylelint-disable max-nesting-depth */
/* stylelint-disable no-duplicate-selectors */
@media only screen and (min-width: 768px) {
  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .ex-home section.zonetop,
  .ex-home .page-content {
    margin-top: 170px;
  }
  section.zonetop,
  .page-content {
    margin-top: 260px;
  }
}
.ex-home .page-content {
  margin-top: 0;
  margin-bottom: 0;
}

header .header-full {
  position: relative;
  background-color: transparent;
}

.header-switch {
  background-color: var(--theme-colour-mediumgrey, #eee);
}

header .header-full > .head-main-1 {
  background-color: var(--theme-colour-lightgrey, #f5f5f5);
  padding: 30px 0;
}
header .header-full > .head-main-1 .vertical-align {
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  header .header-full > .head-main-1 .vertical-align {
    gap: 0;
  }
}
header .header-full > .head-main-1 .vertical-align::before, header .header-full > .head-main-1 .vertical-align::after {
  display: none;
}
header .header-full > .head-main-1 .vertical-align > div {
  width: auto;
}
header .header-full > .head-main-1 .logo img {
  width: 215px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
@media only screen and (max-width: 991px) {
  header .header-full > .head-main-1 .logo img {
    width: 175px !important;
  }
}
header .header-full > .head-main-1 .search_container {
  flex-grow: 1;
}
header .header-full > .head-main-1 .search_container section.search {
  font-size: 1rem;
}
header .header-full > .head-main-1 .search_container section.search .search-form .form-group input {
  background-color: var(--theme-colour-white, #fff);
  border: 0;
  border-radius: 30px;
  height: 55px;
  padding: 5px 50px 5px 25px;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 400;
  line-height: 150%; /* 21px */
  font-size: 0.875em;
}
@media only screen and (max-width: 991px) {
  header .header-full > .head-main-1 .search_container section.search .search-form .form-group input {
    padding: 5px 40px 5px 15px;
  }
}
header .header-full > .head-main-1 .search_container section.search .search-form .form-group input::placeholder {
  color: var(--theme-colour-grey, #8c8c8c);
}
header .header-full > .head-main-1 .search_container section.search .search-form .form-group input:focus {
  border-color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
header .header-full > .head-main-1 .search_container section.search .search-form button[type=submit] {
  right: 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  header .header-full > .head-main-1 .search_container section.search .search-form button[type=submit] {
    right: 10px;
  }
}
header .header-full > .head-main-1 .search_container section.search .search-form button[type=submit] i.fa-search::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23078BA6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9999 21L16.6499 16.65' stroke='%23078BA6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 991px) {
  header .header-full > .head-main-1 .shoppingtools_container {
    padding: 0;
  }
}
@media only screen and (max-width: 1099px) {
  header .header-full > .head-main-1 .shoppingtools_container .toolbar {
    padding: 0;
  }
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert {
  flex-direction: row;
  gap: 15px;
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:hover, header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:focus-visible {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:hover > i, header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:focus-visible > i {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:hover > i::before, header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:focus-visible > i::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 26.25V23.75C25 22.4239 24.4732 21.1521 23.5355 20.2145C22.5979 19.2768 21.3261 18.75 20 18.75H10C8.67392 18.75 7.40215 19.2768 6.46447 20.2145C5.52678 21.1521 5 22.4239 5 23.75V26.25' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 13.75C17.7614 13.75 20 11.5114 20 8.75C20 5.98858 17.7614 3.75 15 3.75C12.2386 3.75 10 5.98858 10 8.75C10 11.5114 12.2386 13.75 15 13.75Z' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:hover > span .line1, header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:focus-visible > span .line1 {
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:hover > span .line2, header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert:focus-visible > span .line2 {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > i {
  background: transparent;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > i::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 26.25V23.75C25 22.4239 24.4732 21.1521 23.5355 20.2145C22.5979 19.2768 21.3261 18.75 20 18.75H10C8.67392 18.75 7.40215 19.2768 6.46447 20.2145C5.52678 21.1521 5 22.4239 5 23.75V26.25' stroke='%23078BA6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 13.75C17.7614 13.75 20 11.5114 20 8.75C20 5.98858 17.7614 3.75 15 3.75C12.2386 3.75 10 5.98858 10 8.75C10 11.5114 12.2386 13.75 15 13.75Z' stroke='%23078BA6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > span {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: start;
  font-size: 1rem;
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > span .arrow-your-account {
  display: none;
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > span .line1 {
  color: var(--theme-colour-grey, #8c8c8c);
  font-size: 0.75rem;
  line-height: 150%;
  font-weight: 400;
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > span br {
  display: none;
}
header .header-full > .head-main-1 .shoppingtools_container a.account-btn.btn-outlined-invert > span .line2 {
  display: block;
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.14px;
}
header .header-full > .head-main-1 .toolbar .cart-btn {
  margin: 0;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn {
  padding: 0;
  gap: 15px;
  background: transparent !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn:hover, header .header-full > .head-main-1 .toolbar .cart-btn > .btn:focus-visible {
  background: transparent !important;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn:hover > i, header .header-full > .head-main-1 .toolbar .cart-btn > .btn:focus-visible > i {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn:hover > i::before, header .header-full > .head-main-1 .toolbar .cart-btn > .btn:focus-visible > i::before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.25 11.25H24.5L20.5 4.24998C20.125 3.62498 19.375 3.37498 18.75 3.74998C18.125 4.12498 18 4.87498 18.25 5.49998L21.625 11.25H8.375L11.625 5.49998C12 4.87498 11.875 4.12498 11.25 3.74998C10.625 3.37498 9.875 3.62498 9.5 4.24998L5.5 11.25H3.75C3 11.25 2.5 11.75 2.5 12.5C2.5 12.625 2.5 12.75 2.5 12.875L6 25.75C6.25 26.875 7.25 27.625 8.375 27.625H21.5C22.625 27.625 23.625 26.875 23.875 25.75L27.5 12.875C27.625 12.25 27.25 11.5 26.625 11.375C26.5 11.25 26.375 11.25 26.25 11.25ZM21.5 25H8.5L5.375 13.75H24.625L21.5 25Z' fill='%23ffffff'/%3E%3Cpath d='M12.5 16.25C13.25 16.25 13.75 16.75 13.75 17.5V21.25C13.75 22 13.25 22.5 12.5 22.5C11.75 22.5 11.25 22 11.25 21.25V17.5C11.25 16.75 11.75 16.25 12.5 16.25ZM17.5 16.25C18.25 16.25 18.75 16.75 18.75 17.5V21.25C18.75 22 18.25 22.5 17.5 22.5C16.75 22.5 16.25 22 16.25 21.25V17.5C16.25 16.75 16.75 16.25 17.5 16.25Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn:hover .minicart_total, header .header-full > .head-main-1 .toolbar .cart-btn > .btn:focus-visible .minicart_total {
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn:hover .minicart_total::after, header .header-full > .head-main-1 .toolbar .cart-btn > .btn:focus-visible .minicart_total::after {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn:hover .minicart_total::before, header .header-full > .head-main-1 .toolbar .cart-btn > .btn:focus-visible .minicart_total::before {
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn i {
  margin: 0;
  background: transparent;
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn i::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.25 11.25H24.5L20.5 4.24998C20.125 3.62498 19.375 3.37498 18.75 3.74998C18.125 4.12498 18 4.87498 18.25 5.49998L21.625 11.25H8.375L11.625 5.49998C12 4.87498 11.875 4.12498 11.25 3.74998C10.625 3.37498 9.875 3.62498 9.5 4.24998L5.5 11.25H3.75C3 11.25 2.5 11.75 2.5 12.5C2.5 12.625 2.5 12.75 2.5 12.875L6 25.75C6.25 26.875 7.25 27.625 8.375 27.625H21.5C22.625 27.625 23.625 26.875 23.875 25.75L27.5 12.875C27.625 12.25 27.25 11.5 26.625 11.375C26.5 11.25 26.375 11.25 26.25 11.25ZM21.5 25H8.5L5.375 13.75H24.625L21.5 25Z' fill='%23078BA6'/%3E%3Cpath d='M12.5 16.25C13.25 16.25 13.75 16.75 13.75 17.5V21.25C13.75 22 13.25 22.5 12.5 22.5C11.75 22.5 11.25 22 11.25 21.25V17.5C11.25 16.75 11.75 16.25 12.5 16.25ZM17.5 16.25C18.25 16.25 18.75 16.75 18.75 17.5V21.25C18.75 22 18.25 22.5 17.5 22.5C16.75 22.5 16.25 22 16.25 21.25V17.5C16.25 16.75 16.75 16.25 17.5 16.25Z' fill='%23078BA6'/%3E%3C/svg%3E");
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn .minicart_count {
  right: auto;
  left: 40px;
  top: 0;
  height: 15px;
  width: auto;
  border-radius: 15px;
  padding: 0 4px;
  background: var(--theme-colour-dark, #222220);
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 150%;
  font-size: 0.625em;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn .minicart_total {
  display: grid;
  grid-template-columns: auto 1fr;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 400;
  line-height: 150%; /* 18px */
  font-size: 0.75em;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn .minicart_total::after {
  content: "your basket";
  grid-column: 1/-1;
  grid-row: 1;
  text-transform: capitalize;
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.14px;
}
header .header-full > .head-main-1 .toolbar .cart-btn > .btn .minicart_total::before {
  content: "Total:";
  margin-right: 4px;
  grid-column: 1;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 400;
  font-size: 1em;
  line-height: 150%;
}
header .header-full > .head-main-1 .toolbar .cart-btn:hover > .btn, header .header-full > .head-main-1 .toolbar .cart-btn:focus-visible > .btn, header .header-full > .head-main-1 .toolbar .cart-btn:focus-within > .btn {
  background: transparent !important;
}
header .header-full > .head-main-1 .toolbar .no-price {
  font-size: 0;
  line-height: 0;
  max-width: 60px;
}
header .header-full > .head-main-1 .toolbar .no-price::after {
  content: "Login for pricing";
  color: var(--theme-colour-dark, #222220);
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: -0.14px;
  width: 100%;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  text-wrap: balance;
}

header .header-full div.head-nav-1 {
  position: relative;
  padding: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 1650px) {
  header .header-full div.head-nav-1 {
    border-radius: 0;
  }
}
header .header-full div.head-nav-1 .menulinks_container {
  width: 100%;
  padding: 5px 0;
}
header .header-full div.head-nav-1 .shop-all-wrapper .verticalmenu {
  display: flex;
  align-items: center;
}
header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper:hover, header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper:focus-visible {
  background-color: transparent;
}
header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper .cd-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background-color: transparent;
  padding: 12px 20px;
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-size: 0.875em;
}
header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper .cd-dropdown-trigger:hover, header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper .cd-dropdown-trigger:focus-visible, header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper .cd-dropdown-trigger.dropdown-is-active {
  color: var(--theme-colour-white, #fff);
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}
header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper .cd-dropdown-trigger::after {
  display: none;
}
header .header-full div.head-nav-1 .shop-all-wrapper .cd-dropdown-wrapper .cd-dropdown-trigger::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  right: 0;
  top: 0;
  position: relative;
  transform: none;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 13.833V14.5L3 14.5V13.833L17 13.833ZM17 9.66699V10.333L3 10.333L3 9.66699L17 9.66699ZM17 5.5V6.16699L3 6.16699V5.5L17 5.5Z' fill='white' stroke='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent;
  margin: 0;
}

header.sticky {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
header.sticky .header-full .head-topbar-1 {
  display: none;
}
header.sticky .header-full .head-main-1 {
  position: fixed;
  width: 100%;
  z-index: 999;
}
header.sticky .header-full .head-nav-1 {
  top: 170px;
  border-radius: 1px 1px 80px 80px;
  width: 100%;
  min-height: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1650px) {
  header.sticky .header-full .head-nav-1 {
    border-radius: 0;
  }
}
header.sticky .header-full .head-nav-1.show-head-nav {
  visibility: visible;
  opacity: 1;
  min-height: 54px;
  position: absolute;
}

header .header-mobile {
  background: var(--theme-colour-lightgrey, #f5f5f5);
}
header .header-mobile a.cd-dropdown-trigger-mobile > i {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6)) !important;
}
header .header-mobile .header-account a {
  padding: 20px 15px;
}
header .header-mobile .header-account a::after {
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 26.25V23.75C25 22.4239 24.4732 21.1521 23.5355 20.2145C22.5979 19.2768 21.3261 18.75 20 18.75H10C8.67392 18.75 7.40215 19.2768 6.46447 20.2145C5.52678 21.1521 5 22.4239 5 23.75V26.25' stroke='%23078BA6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 13.75C17.7614 13.75 20 11.5114 20 8.75C20 5.98858 17.7614 3.75 15 3.75C12.2386 3.75 10 5.98858 10 8.75C10 11.5114 12.2386 13.75 15 13.75Z' stroke='%23078BA6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .header-mobile .header-account a i {
  display: none;
}
header .header-mobile .header-cart a .minicart_count {
  background-color: var(--theme-colour-dark, #222220);
}
header .header-mobile .header-cart a .minicart_icon::after {
  content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.25 11.25H24.5L20.5 4.25005C20.125 3.62505 19.375 3.37504 18.75 3.75005C18.125 4.12505 18 4.87505 18.25 5.50005L21.625 11.25H8.375L11.625 5.50005C12 4.87505 11.875 4.12505 11.25 3.75005C10.625 3.37504 9.875 3.62505 9.5 4.25005L5.5 11.25H3.75C3 11.25 2.5 11.75 2.5 12.5C2.5 12.625 2.5 12.75 2.5 12.875L6 25.75C6.25 26.875 7.25 27.625 8.375 27.625H21.5C22.625 27.625 23.625 26.875 23.875 25.75L27.5 12.875C27.625 12.25 27.25 11.5 26.625 11.375C26.5 11.25 26.375 11.25 26.25 11.25ZM21.5 25H8.5L5.375 13.75H24.625L21.5 25Z' fill='%23078BA6'/%3E%3Cpath d='M12.5 16.25C13.25 16.25 13.75 16.75 13.75 17.5V21.25C13.75 22 13.25 22.5 12.5 22.5C11.75 22.5 11.25 22 11.25 21.25V17.5C11.25 16.75 11.75 16.25 12.5 16.25ZM17.5 16.25C18.25 16.25 18.75 16.75 18.75 17.5V21.25C18.75 22 18.25 22.5 17.5 22.5C16.75 22.5 16.25 22 16.25 21.25V17.5C16.25 16.75 16.75 16.25 17.5 16.25Z' fill='%23078BA6'/%3E%3C/svg%3E");
}
header .header-mobile .header-cart a .minicart_icon i {
  display: none;
}
header .header-mobile .header-search .relsearch button {
  right: 20px;
}
header .header-mobile .header-search .relsearch button i {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
header .header-mobile .header-search .relsearch input {
  background-color: var(--theme-colour-white, #fff);
  border-radius: 30px;
  height: 55px;
  padding: 5px 50px 5px 25px;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 400;
  line-height: 150%;
  font-size: 0.875em;
}

.splide ul.splide__pagination {
  max-width: 1450px;
  width: 100%;
  padding: 0 15px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  justify-content: center;
  flex-direction: row;
}
.splide ul.splide__pagination li {
  margin: 0;
}
.splide ul.splide__pagination li .splide__pagination__page {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), var(--theme-colour-midgrey, #c5c5c5);
  opacity: 1;
  transform: none;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.splide ul.splide__pagination li .splide__pagination__page.is-active {
  width: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  opacity: 1;
}
.splide ul.splide__pagination li .splide__pagination__page:hover, .splide ul.splide__pagination li .splide__pagination__page:focus {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--theme-colour-midgrey, #c5c5c5);
}
.splide ul.splide__pagination li .splide__pagination__page:hover.is-active, .splide ul.splide__pagination li .splide__pagination__page:focus.is-active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}

.rounded-borders {
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1469px) {
  .rounded-borders {
    border-radius: 0;
  }
}

.rounded-borders-top {
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 1469px) {
  .rounded-borders-top {
    border-radius: 0;
  }
}

.rounded-borders-bottom {
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1469px) {
  .rounded-borders-bottom {
    border-radius: 0;
  }
}

.wide-container {
  max-width: calc(100% - 160px);
  margin-inline: auto;
}
@media screen and (max-width: 1650px) {
  .wide-container .container {
    width: 100%;
  }
}
.wide-container.page-content {
  overflow: clip;
}
.wide-container.rounded-borders {
  border-radius: 80px;
  overflow: hidden;
}
@media screen and (max-width: 1469px) {
  .wide-container.rounded-borders {
    border-radius: 0;
  }
}
.wide-container.rounded-borders-top {
  border-radius: 80px 80px 0 0;
}
.wide-container.rounded-borders-bottom {
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 1469px) {
  .wide-container {
    max-width: 100%;
    width: 100%;
  }
}

footer.footer {
  font-size: 1rem;
  color: var(--theme-colour-white, #fff);
  background-color: transparent;
}
footer.footer > .footer-main-1 {
  padding: 60px 0;
}
footer.footer > .footer-main-1 [role=row-wrapper] > .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer.footer > .footer-main-1 [role=row-wrapper] > .row {
    flex-direction: column;
    gap: 0;
  }
}
footer.footer > .footer-main-1 [role=row-wrapper] > .row > * {
  width: fit-content;
}
@media (max-width: 768px) {
  footer.footer > .footer-main-1 [role=row-wrapper] > .row > * {
    width: 100%;
  }
}
footer.footer > .footer-main-1 [role=row-wrapper] > .row::before, footer.footer > .footer-main-1 [role=row-wrapper] > .row::after {
  display: none;
}
footer.footer > .footer-main-1 .dealerdetails_container {
  max-width: 380px;
}
@media (max-width: 768px) {
  footer.footer > .footer-main-1 .dealerdetails_container {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
footer.footer > .footer-main-1 .dealerdetails_container .logo {
  text-align: center;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
footer.footer > .footer-main-1 .dealerdetails_container .logo img {
  max-width: 215px;
}
footer.footer > .footer-main-1 .dealerdetails_container p {
  color: var(--theme-colour-mediumgrey, #eee);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 0;
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-colour-darkgrey, #60605f);
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a i,
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a svg {
  display: none;
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a[alt=Facebook]::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23214 0.100446V2.31027H5.91797C5.43806 2.31027 5.1144 2.41071 4.94699 2.61161C4.77958 2.8125 4.69587 3.11384 4.69587 3.51562V5.09766H7.14844L6.82199 7.57533H4.69587V13.9286H2.13449V7.57533H0V5.09766H2.13449V3.27288C2.13449 2.23493 2.42466 1.42997 3.00502 0.85798C3.58538 0.285993 4.35826 0 5.32366 0C6.14397 0 6.78013 0.0334821 7.23214 0.100446Z' fill='%239FC3D1'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a[alt=Instagram]::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.64284 7.49986C9.64284 6.90834 9.43358 6.40332 9.01505 5.98479C8.59652 5.56627 8.0915 5.357 7.49998 5.357C6.90846 5.357 6.40344 5.56627 5.98492 5.98479C5.56639 6.40332 5.35713 6.90834 5.35713 7.49986C5.35713 8.09138 5.56639 8.5964 5.98492 9.01493C6.40344 9.43345 6.90846 9.64272 7.49998 9.64272C8.0915 9.64272 8.59652 9.43345 9.01505 9.01493C9.43358 8.5964 9.64284 8.09138 9.64284 7.49986ZM10.798 7.49986C10.798 8.41504 10.4771 9.1935 9.83536 9.83524C9.19362 10.477 8.41516 10.7979 7.49998 10.7979C6.5848 10.7979 5.80634 10.477 5.1646 9.83524C4.52286 9.1935 4.20199 8.41504 4.20199 7.49986C4.20199 6.58468 4.52286 5.80622 5.1646 5.16448C5.80634 4.52274 6.5848 4.20187 7.49998 4.20187C8.41516 4.20187 9.19362 4.52274 9.83536 5.16448C10.4771 5.80622 10.798 6.58468 10.798 7.49986ZM11.702 4.06794C11.702 4.27999 11.6267 4.46136 11.476 4.61203C11.3253 4.7627 11.144 4.83803 10.9319 4.83803C10.7198 4.83803 10.5385 4.7627 10.3878 4.61203C10.2371 4.46136 10.1618 4.27999 10.1618 4.06794C10.1618 3.85589 10.2371 3.67453 10.3878 3.52386C10.5385 3.37319 10.7198 3.29785 10.9319 3.29785C11.144 3.29785 11.3253 3.37319 11.476 3.52386C11.6267 3.67453 11.702 3.85589 11.702 4.06794ZM7.49998 2.22642C7.46092 2.22642 7.24747 2.22503 6.85964 2.22224C6.4718 2.21945 6.17744 2.21945 5.97654 2.22224C5.77565 2.22503 5.5064 2.2334 5.16879 2.24735C4.83118 2.2613 4.54379 2.2892 4.30662 2.33105C4.06946 2.37291 3.86996 2.42453 3.70813 2.48591C3.42911 2.59752 3.18358 2.75935 2.97152 2.9714C2.75947 3.18345 2.59764 3.42899 2.48603 3.70801C2.42465 3.86984 2.37303 4.06934 2.33118 4.3065C2.28932 4.54367 2.26142 4.83105 2.24747 5.16867C2.23352 5.50628 2.22515 5.77553 2.22236 5.97642C2.21957 6.17732 2.21957 6.47168 2.22236 6.85951C2.22515 7.24735 2.22654 7.4608 2.22654 7.49986C2.22654 7.53892 2.22515 7.75237 2.22236 8.14021C2.21957 8.52804 2.21957 8.8224 2.22236 9.0233C2.22515 9.22419 2.23352 9.49344 2.24747 9.83105C2.26142 10.1687 2.28932 10.4561 2.33118 10.6932C2.37303 10.9304 2.42465 11.1299 2.48603 11.2917C2.59764 11.5707 2.75947 11.8163 2.97152 12.0283C3.18358 12.2404 3.42911 12.4022 3.70813 12.5138C3.86996 12.5752 4.06946 12.6268 4.30662 12.6687C4.54379 12.7105 4.83118 12.7384 5.16879 12.7524C5.5064 12.7663 5.77565 12.7747 5.97654 12.7775C6.17744 12.7803 6.4718 12.7803 6.85964 12.7775C7.24747 12.7747 7.46092 12.7733 7.49998 12.7733C7.53904 12.7733 7.75249 12.7747 8.14033 12.7775C8.52816 12.7803 8.82253 12.7803 9.02342 12.7775C9.22431 12.7747 9.49356 12.7663 9.83118 12.7524C10.1688 12.7384 10.4562 12.7105 10.6933 12.6687C10.9305 12.6268 11.13 12.5752 11.2918 12.5138C11.5709 12.4022 11.8164 12.2404 12.0284 12.0283C12.2405 11.8163 12.4023 11.5707 12.5139 11.2917C12.5753 11.1299 12.6269 10.9304 12.6688 10.6932C12.7106 10.4561 12.7385 10.1687 12.7525 9.83105C12.7664 9.49344 12.7748 9.22419 12.7776 9.0233C12.7804 8.8224 12.7804 8.52804 12.7776 8.14021C12.7748 7.75237 12.7734 7.53892 12.7734 7.49986C12.7734 7.4608 12.7748 7.24735 12.7776 6.85951C12.7804 6.47168 12.7804 6.17732 12.7776 5.97642C12.7748 5.77553 12.7664 5.50628 12.7525 5.16867C12.7385 4.83105 12.7106 4.54367 12.6688 4.3065C12.6269 4.06934 12.5753 3.86984 12.5139 3.70801C12.4023 3.42899 12.2405 3.18345 12.0284 2.9714C11.8164 2.75935 11.5709 2.59752 11.2918 2.48591C11.13 2.42453 10.9305 2.37291 10.6933 2.33105C10.4562 2.2892 10.1688 2.2613 9.83118 2.24735C9.49356 2.2334 9.22431 2.22503 9.02342 2.22224C8.82253 2.21945 8.52816 2.21945 8.14033 2.22224C7.75249 2.22503 7.53904 2.22642 7.49998 2.22642ZM13.9286 7.49986C13.9286 8.77776 13.9146 9.66225 13.8867 10.1533C13.8309 11.314 13.4849 12.2125 12.8488 12.8486C12.2126 13.4848 11.3142 13.8308 10.1534 13.8866C9.66237 13.9145 8.77788 13.9284 7.49998 13.9284C6.22208 13.9284 5.33759 13.9145 4.84652 13.8866C3.68581 13.8308 2.78737 13.4848 2.15121 12.8486C1.51505 12.2125 1.16907 11.314 1.11326 10.1533C1.08536 9.66225 1.07141 8.77776 1.07141 7.49986C1.07141 6.22196 1.08536 5.33747 1.11326 4.8464C1.16907 3.68569 1.51505 2.78725 2.15121 2.15109C2.78737 1.51493 3.68581 1.16895 4.84652 1.11314C5.33759 1.08524 6.22208 1.07129 7.49998 1.07129C8.77788 1.07129 9.66237 1.08524 10.1534 1.11314C11.3142 1.16895 12.2126 1.51493 12.8488 2.15109C13.4849 2.78725 13.8309 3.68569 13.8867 4.8464C13.9146 5.33747 13.9286 6.22196 13.9286 7.49986Z' fill='%239FC3D1'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a[alt=Twitter]::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14163 5.08118L11.6089 0H10.5503L6.67137 4.41192L3.57328 0H0L4.68492 6.6716L0 12H1.05866L5.15491 7.34086L8.42672 12H12L7.14137 5.08118H7.14163ZM5.69165 6.73038L5.21697 6.06604L1.44011 0.779808H3.06615L6.11412 5.04596L6.5888 5.71031L10.5508 11.2557H8.92476L5.69165 6.73063V6.73038Z' fill='%239FC3D1'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a[alt=LinkedIn]::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99273 5.23151V13.5267H1.23045V5.23151H3.99273ZM4.16851 2.67013C4.17409 3.0775 4.03319 3.4179 3.7458 3.69134C3.45841 3.96477 3.08034 4.10149 2.61159 4.10149H2.59485C2.13726 4.10149 1.76896 3.96477 1.48994 3.69134C1.21092 3.4179 1.07141 3.0775 1.07141 2.67013C1.07141 2.25718 1.21511 1.91539 1.50249 1.64474C1.78988 1.37409 2.16516 1.23877 2.62833 1.23877C3.0915 1.23877 3.46259 1.37409 3.74161 1.64474C4.02063 1.91539 4.16293 2.25718 4.16851 2.67013ZM13.9286 8.77225V13.5267H11.1746V9.09033C11.1746 8.50439 11.0616 8.04541 10.8356 7.71338C10.6096 7.38135 10.2567 7.21533 9.77677 7.21533C9.42521 7.21533 9.13084 7.31159 8.89368 7.50412C8.65651 7.69664 8.47933 7.9352 8.36215 8.2198C8.30076 8.38721 8.27007 8.61321 8.27007 8.89781V13.5267H5.51617C5.52733 11.3002 5.53291 9.49491 5.53291 8.11098C5.53291 6.72705 5.53012 5.90116 5.52454 5.6333L5.51617 5.23151H8.27007V6.43687H8.25333C8.36494 6.2583 8.47933 6.10205 8.59652 5.96812C8.71371 5.83419 8.87136 5.6891 9.06946 5.53285C9.26756 5.3766 9.51031 5.25523 9.79769 5.16874C10.0851 5.08224 10.4046 5.03899 10.7561 5.03899C11.7104 5.03899 12.4777 5.35568 13.058 5.98905C13.6384 6.62242 13.9286 7.55015 13.9286 8.77225Z' fill='%239FC3D1'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:hover, footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:focus-visible {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:hover[alt=Facebook]::after, footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:focus-visible[alt=Facebook]::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.23214 0.100446V2.31027H5.91797C5.43806 2.31027 5.1144 2.41071 4.94699 2.61161C4.77958 2.8125 4.69587 3.11384 4.69587 3.51562V5.09766H7.14844L6.82199 7.57533H4.69587V13.9286H2.13449V7.57533H0V5.09766H2.13449V3.27288C2.13449 2.23493 2.42466 1.42997 3.00502 0.85798C3.58538 0.285993 4.35826 0 5.32366 0C6.14397 0 6.78013 0.0334821 7.23214 0.100446Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:hover[alt=Instagram]::after, footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:focus-visible[alt=Instagram]::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.64284 7.49986C9.64284 6.90834 9.43358 6.40332 9.01505 5.98479C8.59652 5.56627 8.0915 5.357 7.49998 5.357C6.90846 5.357 6.40344 5.56627 5.98492 5.98479C5.56639 6.40332 5.35713 6.90834 5.35713 7.49986C5.35713 8.09138 5.56639 8.5964 5.98492 9.01493C6.40344 9.43345 6.90846 9.64272 7.49998 9.64272C8.0915 9.64272 8.59652 9.43345 9.01505 9.01493C9.43358 8.5964 9.64284 8.09138 9.64284 7.49986ZM10.798 7.49986C10.798 8.41504 10.4771 9.1935 9.83536 9.83524C9.19362 10.477 8.41516 10.7979 7.49998 10.7979C6.5848 10.7979 5.80634 10.477 5.1646 9.83524C4.52286 9.1935 4.20199 8.41504 4.20199 7.49986C4.20199 6.58468 4.52286 5.80622 5.1646 5.16448C5.80634 4.52274 6.5848 4.20187 7.49998 4.20187C8.41516 4.20187 9.19362 4.52274 9.83536 5.16448C10.4771 5.80622 10.798 6.58468 10.798 7.49986ZM11.702 4.06794C11.702 4.27999 11.6267 4.46136 11.476 4.61203C11.3253 4.7627 11.144 4.83803 10.9319 4.83803C10.7198 4.83803 10.5385 4.7627 10.3878 4.61203C10.2371 4.46136 10.1618 4.27999 10.1618 4.06794C10.1618 3.85589 10.2371 3.67453 10.3878 3.52386C10.5385 3.37319 10.7198 3.29785 10.9319 3.29785C11.144 3.29785 11.3253 3.37319 11.476 3.52386C11.6267 3.67453 11.702 3.85589 11.702 4.06794ZM7.49998 2.22642C7.46092 2.22642 7.24747 2.22503 6.85964 2.22224C6.4718 2.21945 6.17744 2.21945 5.97654 2.22224C5.77565 2.22503 5.5064 2.2334 5.16879 2.24735C4.83118 2.2613 4.54379 2.2892 4.30662 2.33105C4.06946 2.37291 3.86996 2.42453 3.70813 2.48591C3.42911 2.59752 3.18358 2.75935 2.97152 2.9714C2.75947 3.18345 2.59764 3.42899 2.48603 3.70801C2.42465 3.86984 2.37303 4.06934 2.33118 4.3065C2.28932 4.54367 2.26142 4.83105 2.24747 5.16867C2.23352 5.50628 2.22515 5.77553 2.22236 5.97642C2.21957 6.17732 2.21957 6.47168 2.22236 6.85951C2.22515 7.24735 2.22654 7.4608 2.22654 7.49986C2.22654 7.53892 2.22515 7.75237 2.22236 8.14021C2.21957 8.52804 2.21957 8.8224 2.22236 9.0233C2.22515 9.22419 2.23352 9.49344 2.24747 9.83105C2.26142 10.1687 2.28932 10.4561 2.33118 10.6932C2.37303 10.9304 2.42465 11.1299 2.48603 11.2917C2.59764 11.5707 2.75947 11.8163 2.97152 12.0283C3.18358 12.2404 3.42911 12.4022 3.70813 12.5138C3.86996 12.5752 4.06946 12.6268 4.30662 12.6687C4.54379 12.7105 4.83118 12.7384 5.16879 12.7524C5.5064 12.7663 5.77565 12.7747 5.97654 12.7775C6.17744 12.7803 6.4718 12.7803 6.85964 12.7775C7.24747 12.7747 7.46092 12.7733 7.49998 12.7733C7.53904 12.7733 7.75249 12.7747 8.14033 12.7775C8.52816 12.7803 8.82253 12.7803 9.02342 12.7775C9.22431 12.7747 9.49356 12.7663 9.83118 12.7524C10.1688 12.7384 10.4562 12.7105 10.6933 12.6687C10.9305 12.6268 11.13 12.5752 11.2918 12.5138C11.5709 12.4022 11.8164 12.2404 12.0284 12.0283C12.2405 11.8163 12.4023 11.5707 12.5139 11.2917C12.5753 11.1299 12.6269 10.9304 12.6688 10.6932C12.7106 10.4561 12.7385 10.1687 12.7525 9.83105C12.7664 9.49344 12.7748 9.22419 12.7776 9.0233C12.7804 8.8224 12.7804 8.52804 12.7776 8.14021C12.7748 7.75237 12.7734 7.53892 12.7734 7.49986C12.7734 7.4608 12.7748 7.24735 12.7776 6.85951C12.7804 6.47168 12.7804 6.17732 12.7776 5.97642C12.7748 5.77553 12.7664 5.50628 12.7525 5.16867C12.7385 4.83105 12.7106 4.54367 12.6688 4.3065C12.6269 4.06934 12.5753 3.86984 12.5139 3.70801C12.4023 3.42899 12.2405 3.18345 12.0284 2.9714C11.8164 2.75935 11.5709 2.59752 11.2918 2.48591C11.13 2.42453 10.9305 2.37291 10.6933 2.33105C10.4562 2.2892 10.1688 2.2613 9.83118 2.24735C9.49356 2.2334 9.22431 2.22503 9.02342 2.22224C8.82253 2.21945 8.52816 2.21945 8.14033 2.22224C7.75249 2.22503 7.53904 2.22642 7.49998 2.22642ZM13.9286 7.49986C13.9286 8.77776 13.9146 9.66225 13.8867 10.1533C13.8309 11.314 13.4849 12.2125 12.8488 12.8486C12.2126 13.4848 11.3142 13.8308 10.1534 13.8866C9.66237 13.9145 8.77788 13.9284 7.49998 13.9284C6.22208 13.9284 5.33759 13.9145 4.84652 13.8866C3.68581 13.8308 2.78737 13.4848 2.15121 12.8486C1.51505 12.2125 1.16907 11.314 1.11326 10.1533C1.08536 9.66225 1.07141 8.77776 1.07141 7.49986C1.07141 6.22196 1.08536 5.33747 1.11326 4.8464C1.16907 3.68569 1.51505 2.78725 2.15121 2.15109C2.78737 1.51493 3.68581 1.16895 4.84652 1.11314C5.33759 1.08524 6.22208 1.07129 7.49998 1.07129C8.77788 1.07129 9.66237 1.08524 10.1534 1.11314C11.3142 1.16895 12.2126 1.51493 12.8488 2.15109C13.4849 2.78725 13.8309 3.68569 13.8867 4.8464C13.9146 5.33747 13.9286 6.22196 13.9286 7.49986Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:hover[alt=Twitter]::after, footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:focus-visible[alt=Twitter]::after {
  content: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14163 5.08118L11.6089 0H10.5503L6.67137 4.41192L3.57328 0H0L4.68492 6.6716L0 12H1.05866L5.15491 7.34086L8.42672 12H12L7.14137 5.08118H7.14163ZM5.69165 6.73038L5.21697 6.06604L1.44011 0.779808H3.06615L6.11412 5.04596L6.5888 5.71031L10.5508 11.2557H8.92476L5.69165 6.73063V6.73038Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:hover[alt=LinkedIn]::after, footer.footer > .footer-main-1 .dealerdetails_container .nSocial a:focus-visible[alt=LinkedIn]::after {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.99273 5.23151V13.5267H1.23045V5.23151H3.99273ZM4.16851 2.67013C4.17409 3.0775 4.03319 3.4179 3.7458 3.69134C3.45841 3.96477 3.08034 4.10149 2.61159 4.10149H2.59485C2.13726 4.10149 1.76896 3.96477 1.48994 3.69134C1.21092 3.4179 1.07141 3.0775 1.07141 2.67013C1.07141 2.25718 1.21511 1.91539 1.50249 1.64474C1.78988 1.37409 2.16516 1.23877 2.62833 1.23877C3.0915 1.23877 3.46259 1.37409 3.74161 1.64474C4.02063 1.91539 4.16293 2.25718 4.16851 2.67013ZM13.9286 8.77225V13.5267H11.1746V9.09033C11.1746 8.50439 11.0616 8.04541 10.8356 7.71338C10.6096 7.38135 10.2567 7.21533 9.77677 7.21533C9.42521 7.21533 9.13084 7.31159 8.89368 7.50412C8.65651 7.69664 8.47933 7.9352 8.36215 8.2198C8.30076 8.38721 8.27007 8.61321 8.27007 8.89781V13.5267H5.51617C5.52733 11.3002 5.53291 9.49491 5.53291 8.11098C5.53291 6.72705 5.53012 5.90116 5.52454 5.6333L5.51617 5.23151H8.27007V6.43687H8.25333C8.36494 6.2583 8.47933 6.10205 8.59652 5.96812C8.71371 5.83419 8.87136 5.6891 9.06946 5.53285C9.26756 5.3766 9.51031 5.25523 9.79769 5.16874C10.0851 5.08224 10.4046 5.03899 10.7561 5.03899C11.7104 5.03899 12.4777 5.35568 13.058 5.98905C13.6384 6.62242 13.9286 7.55015 13.9286 8.77225Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
footer.footer > .footer-main-1 .dealerdetails_container .info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
footer.footer > .footer-main-1 .title {
  text-transform: none;
  margin-bottom: 15px;
  font-size: 1em;
}
footer.footer > .footer-main-1 .quicklinks {
  margin-bottom: 0;
}
footer.footer > .footer-main-1 .quicklinks li {
  margin: 0 0 5px;
}
footer.footer > .footer-main-1 .quicklinks a {
  color: var(--theme-colour-mediumgrey, #eee);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  font-size: 0.875em;
}
footer.footer > .footer-main-1 .quicklinks a:hover, footer.footer > .footer-main-1 .quicklinks a:focus-visible {
  color: var(--theme-colour-white, #fff);
  text-decoration: underline;
}
@media (max-width: 768px) {
  footer.footer > .footer-main-1 .quicklinks {
    border-bottom: 1px solid #e0e0e0;
    border-top: 0;
  }
  footer.footer > .footer-main-1 .quicklinks .title {
    margin: 0;
  }
  footer.footer > .footer-main-1 .quicklinks .title::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
  }
}
footer.footer .get-in-touch {
  text-align: left;
}
@media (max-width: 768px) {
  footer.footer .get-in-touch {
    margin-top: 15px;
  }
}
footer.footer .get-in-touch__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer.footer .get-in-touch__content__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 768px) {
  footer.footer .get-in-touch__content__row {
    flex-direction: column;
    gap: 0;
  }
}
footer.footer .get-in-touch__content__left {
  min-width: 120px;
}
footer.footer .get-in-touch__content__right {
  flex: 1;
  font-weight: 700;
}
footer.footer .get-in-touch__content__right p {
  font-weight: 700;
}
footer.footer .get-in-touch__content h5 {
  color: var(--theme-colour-mediumgrey, #eee);
  font-weight: 400;
  margin: 0;
  text-transform: capitalize;
  line-height: 150%;
  letter-spacing: -0.14px;
  font-size: 0.875em;
}
footer.footer .get-in-touch__content p {
  line-height: 150%;
  letter-spacing: -0.14px;
  font-weight: 700;
  color: var(--theme-colour-lightgreen, #bfd7a2);
  font-size: 0.875em;
}
footer.footer .get-in-touch__content a {
  color: var(--theme-colour-lightgreen, #bfd7a2);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
  font-size: 0.875em;
}
footer.footer .get-in-touch__content a i {
  color: var(--theme-colour-lightgreen, #bfd7a2);
  font-size: 0.625em;
}
footer.footer .get-in-touch__content a:hover, footer.footer .get-in-touch__content a:focus-visible {
  color: var(--theme-colour-lightgreen, #bfd7a2);
  text-decoration: underline;
}
footer.footer .get-in-touch__content a:hover i, footer.footer .get-in-touch__content a:focus-visible i {
  color: var(--theme-colour-lightgreen, #bfd7a2);
}
footer.footer .get-in-touch__content > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
footer.footer .get-in-touch .footer-text {
  color: var(--theme-colour-mediumgrey, #eee);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin: 0;
  font-size: 0.875em;
}
@media screen and (max-width: 768px) {
  footer.footer .associations-and-affiliations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
}
footer.footer .associations-and-affiliations .logos {
  display: flex;
  gap: 10px;
  max-width: 206px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer.footer .associations-and-affiliations .logos {
    max-width: 100%;
  }
}

.accordion-tab + .accordion-tab {
  border-top: 1px solid var(--theme-text-col, var(--theme-colour-dark, #222220));
  padding-top: 20px;
  margin-top: 25px;
}
.accordion-tab[data-title=""] {
  display: none;
  visibility: hidden;
}
.accordion-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  transition: color 0.35s, margin-bottom 0.35s;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion-title::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 6px);
  font-size: 12px;
  right: 10px;
}
.accordion-title.nActive, .accordion-title:hover, .accordion-title:focus {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.accordion-title.nActive {
  margin-bottom: 25px;
}
.accordion-title.nActive::after {
  content: "\f077";
}
.accordion-title.nActive + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-panel {
  transition: grid-template-rows 0.35s;
  display: grid;
  grid-template-rows: 0fr;
}
.accordion-panel .inner {
  overflow: hidden;
}

.module-accordion.theme-dark {
  color: #fff;
}
.module-accordion.theme-dark h2,
.module-accordion.theme-dark h3,
.module-accordion.theme-dark p {
  color: #fff;
}
.module-accordion.theme-dark .accordion-tab {
  border-color: #fff;
}

/* stylelint-disable no-duplicate-selectors */
header .header-full > .head-topbar-1 {
  padding: 0;
}

.topbar-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.topbar-1 .left-section {
  display: flex;
  gap: 60px;
}
.topbar-1 .left-section .phone-wrapper a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  transition: 0.35s ease;
  font-size: 0.875em;
}
.topbar-1 .left-section .phone-wrapper a:hover, .topbar-1 .left-section .phone-wrapper a:focus-visible {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.topbar-1 .left-section .phone-wrapper i::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.55676 2.63782H4.78235C5.25013 2.63782 5.64006 2.98529 5.69543 3.45032L5.90051 5.23352C5.93275 5.51444 5.83625 5.78802 5.63977 5.9845L4.3302 7.29504L4.07336 7.55188L4.23743 7.87512C5.30571 9.98186 7.02616 11.6942 9.12415 12.7618L9.44836 12.9269L9.7052 12.67L11.0079 11.3663C11.2043 11.17 11.4782 11.0744 11.7589 11.1066H11.7599L13.5568 11.3107V11.3116C14.024 11.3673 14.3667 11.7576 14.3624 12.212V13.4425C14.3624 13.9734 13.921 14.391 13.4269 14.3605C7.6364 14.0007 2.99968 9.37043 2.63977 3.57336C2.60916 3.07925 3.02598 2.638 3.55676 2.63782Z' fill='%23078BA6' stroke='%23078BA6'/%3E%3C/svg%3E");
}
.topbar-1 .socials {
  display: flex;
  gap: 24px;
}
.topbar-1 .socials a {
  font-size: 1rem !important;
  transition: 0.35s ease;
}
.topbar-1 .socials a i,
.topbar-1 .socials a svg {
  display: none;
}
.topbar-1 .socials a[alt=Facebook]::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9341_7367)'%3E%3Cpath d='M8 0C3.58176 0 0 3.58176 0 8C0 11.7517 2.58304 14.8998 6.06752 15.7645V10.4448H4.41792V8H6.06752V6.94656C6.06752 4.22368 7.29984 2.9616 9.97312 2.9616C10.48 2.9616 11.3546 3.06112 11.7123 3.16032V5.37632C11.5235 5.35648 11.1955 5.34656 10.7882 5.34656C9.47648 5.34656 8.9696 5.84352 8.9696 7.13536V8H11.5827L11.1338 10.4448H8.9696V15.9414C12.9309 15.463 16.0003 12.0902 16.0003 8C16 3.58176 12.4182 0 8 0Z' fill='%23222220'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9341_7367'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.topbar-1 .socials a[alt=Instagram]::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9341_7371)'%3E%3Cpath d='M8 1.44062C10.1375 1.44062 10.3906 1.45 11.2312 1.4875C12.0125 1.52187 12.4344 1.65313 12.7156 1.7625C13.0875 1.90625 13.3562 2.08125 13.6344 2.35937C13.9156 2.64062 14.0875 2.90625 14.2312 3.27813C14.3406 3.55937 14.4719 3.98437 14.5063 4.7625C14.5437 5.60625 14.5531 5.85938 14.5531 7.99375C14.5531 10.1312 14.5437 10.3844 14.5063 11.225C14.4719 12.0063 14.3406 12.4281 14.2312 12.7094C14.0875 13.0813 13.9125 13.35 13.6344 13.6281C13.3531 13.9094 13.0875 14.0813 12.7156 14.225C12.4344 14.3344 12.0094 14.4656 11.2312 14.5C10.3875 14.5375 10.1344 14.5469 8 14.5469C5.8625 14.5469 5.60938 14.5375 4.76875 14.5C3.9875 14.4656 3.56562 14.3344 3.28437 14.225C2.9125 14.0813 2.64375 13.9062 2.36562 13.6281C2.08437 13.3469 1.9125 13.0813 1.76875 12.7094C1.65937 12.4281 1.52813 12.0031 1.49375 11.225C1.45625 10.3813 1.44687 10.1281 1.44687 7.99375C1.44687 5.85625 1.45625 5.60312 1.49375 4.7625C1.52813 3.98125 1.65937 3.55937 1.76875 3.27813C1.9125 2.90625 2.0875 2.6375 2.36562 2.35937C2.64687 2.07812 2.9125 1.90625 3.28437 1.7625C3.56562 1.65313 3.99063 1.52187 4.76875 1.4875C5.60938 1.45 5.8625 1.44062 8 1.44062ZM8 0C5.82812 0 5.55625 0.009375 4.70312 0.046875C3.85313 0.084375 3.26875 0.221875 2.7625 0.41875C2.23438 0.625 1.7875 0.896875 1.34375 1.34375C0.896875 1.7875 0.625 2.23438 0.41875 2.75938C0.221875 3.26875 0.084375 3.85 0.046875 4.7C0.009375 5.55625 0 5.82812 0 8C0 10.1719 0.009375 10.4437 0.046875 11.2969C0.084375 12.1469 0.221875 12.7312 0.41875 13.2375C0.625 13.7656 0.896875 14.2125 1.34375 14.6562C1.7875 15.1 2.23438 15.375 2.75938 15.5781C3.26875 15.775 3.85 15.9125 4.7 15.95C5.55312 15.9875 5.825 15.9969 7.99687 15.9969C10.1687 15.9969 10.4406 15.9875 11.2937 15.95C12.1438 15.9125 12.7281 15.775 13.2344 15.5781C13.7594 15.375 14.2062 15.1 14.65 14.6562C15.0937 14.2125 15.3687 13.7656 15.5719 13.2406C15.7687 12.7312 15.9062 12.15 15.9438 11.3C15.9812 10.4469 15.9906 10.175 15.9906 8.00313C15.9906 5.83125 15.9812 5.55937 15.9438 4.70625C15.9062 3.85625 15.7687 3.27187 15.5719 2.76562C15.375 2.23437 15.1031 1.7875 14.6562 1.34375C14.2125 0.9 13.7656 0.625 13.2406 0.421875C12.7312 0.225 12.15 0.0875 11.3 0.05C10.4437 0.009375 10.1719 0 8 0Z' fill='%23222220'/%3E%3Cpath d='M8 3.89062C5.73125 3.89062 3.89062 5.73125 3.89062 8C3.89062 10.2688 5.73125 12.1094 8 12.1094C10.2688 12.1094 12.1094 10.2688 12.1094 8C12.1094 5.73125 10.2688 3.89062 8 3.89062ZM8 10.6656C6.52813 10.6656 5.33437 9.47188 5.33437 8C5.33437 6.52813 6.52813 5.33437 8 5.33437C9.47188 5.33437 10.6656 6.52813 10.6656 8C10.6656 9.47188 9.47188 10.6656 8 10.6656Z' fill='%23222220'/%3E%3Cpath d='M13.2312 3.72805C13.2312 4.2593 12.8 4.68743 12.2719 4.68743C11.7406 4.68743 11.3125 4.25618 11.3125 3.72805C11.3125 3.1968 11.7438 2.76868 12.2719 2.76868C12.8 2.76868 13.2312 3.19993 13.2312 3.72805Z' fill='%23222220'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9341_7371'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.topbar-1 .socials a[alt=LinkedIn]::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9341_7375)'%3E%3Cpath d='M14.8156 0H1.18125C0.528125 0 0 0.515625 0 1.15313V14.8438C0 15.4813 0.528125 16 1.18125 16H14.8156C15.4688 16 16 15.4813 16 14.8469V1.15313C16 0.515625 15.4688 0 14.8156 0ZM4.74687 13.6344H2.37188V5.99687H4.74687V13.6344ZM3.55938 4.95625C2.79688 4.95625 2.18125 4.34062 2.18125 3.58125C2.18125 2.82188 2.79688 2.20625 3.55938 2.20625C4.31875 2.20625 4.93437 2.82188 4.93437 3.58125C4.93437 4.3375 4.31875 4.95625 3.55938 4.95625ZM13.6344 13.6344H11.2625V9.92188C11.2625 9.0375 11.2469 7.89687 10.0281 7.89687C8.79375 7.89687 8.60625 8.8625 8.60625 9.85938V13.6344H6.2375V5.99687H8.5125V7.04063H8.54375C8.85938 6.44063 9.63438 5.80625 10.7875 5.80625C13.1906 5.80625 13.6344 7.3875 13.6344 9.44375V13.6344Z' fill='%23222220'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9341_7375'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.topbar-1 .socials a[alt=Twitter]::after {
  content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2175 1.26929H14.4665L9.5531 6.88495L15.3333 14.5266H10.8075L7.26265 9.89198L3.20659 14.5266H0.956247L6.21158 8.52002L0.666626 1.26929H5.30737L8.51156 5.50551L12.2175 1.26929ZM11.4282 13.1805H12.6744L4.63022 2.54471H3.29293L11.4282 13.1805Z' fill='%23222220'/%3E%3C/svg%3E");
}
.topbar-1 .right-section {
  display: flex;
  align-items: center;
  gap: 36px;
}
.topbar-1 .quick-order-wrapper > a,
.topbar-1 .quick-order-wrapper span,
.topbar-1 .vuequicklistdropdown_elem > a,
.topbar-1 .vuequicklistdropdown_elem span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar-1 .quick-order-wrapper > a:hover span, .topbar-1 .quick-order-wrapper > a:focus-visible span,
.topbar-1 .quick-order-wrapper span:hover span,
.topbar-1 .quick-order-wrapper span:focus-visible span,
.topbar-1 .vuequicklistdropdown_elem > a:hover span,
.topbar-1 .vuequicklistdropdown_elem > a:focus-visible span,
.topbar-1 .vuequicklistdropdown_elem span:hover span,
.topbar-1 .vuequicklistdropdown_elem span:focus-visible span {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.topbar-1 .quick-order-wrapper > a i::before,
.topbar-1 .quick-order-wrapper span i::before,
.topbar-1 .vuequicklistdropdown_elem > a i::before,
.topbar-1 .vuequicklistdropdown_elem span i::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.topbar-1 .quick-order-wrapper > a span,
.topbar-1 .quick-order-wrapper span span,
.topbar-1 .vuequicklistdropdown_elem > a span,
.topbar-1 .vuequicklistdropdown_elem span span {
  color: var(--theme-text-col, var(--theme-colour-dark, #222220));
  font-weight: 600;
  line-height: 140%;
  transition: 0.35s ease;
  font-size: 0.875em;
}
.topbar-1 .quickordertoggle i::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8334 6.99996C12.8334 10.22 10.2201 12.8333 7.00008 12.8333C3.78008 12.8333 1.16675 10.22 1.16675 6.99996C1.16675 3.77996 3.78008 1.16663 7.00008 1.16663C10.2201 1.16663 12.8334 3.77996 12.8334 6.99996Z' stroke='%23078BA6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16418 8.85503L7.35585 7.77586C7.04085 7.58919 6.78418 7.14003 6.78418 6.77253V4.38086' stroke='%23078BA6' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.topbar-1 .vuequicklistdropdown_elem > a > i::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 10.5625C1.96549 10.5625 2.17185 10.6484 2.32422 10.8008C2.47659 10.9532 2.5625 11.1595 2.5625 11.375C2.5625 11.5905 2.47659 11.7968 2.32422 11.9492C2.17185 12.1016 1.96549 12.1875 1.75 12.1875C1.53451 12.1875 1.32815 12.1016 1.17578 11.9492C1.02341 11.7968 0.9375 11.5905 0.9375 11.375C0.9375 11.1595 1.02341 10.9532 1.17578 10.8008C1.32815 10.6484 1.53451 10.5625 1.75 10.5625ZM5.25 11H13.125C13.3328 11 13.5 11.1672 13.5 11.375C13.5 11.5828 13.3328 11.75 13.125 11.75H5.25C5.04216 11.75 4.875 11.5828 4.875 11.375C4.875 11.1672 5.04216 11 5.25 11ZM1.75 6.1875C1.85654 6.1875 1.9621 6.20831 2.06055 6.24902C2.15912 6.28986 2.24877 6.35033 2.32422 6.42578C2.39967 6.50123 2.46014 6.59088 2.50098 6.68945C2.54169 6.7879 2.5625 6.89346 2.5625 7C2.5625 7.10654 2.54169 7.2121 2.50098 7.31055C2.46014 7.40912 2.39967 7.49877 2.32422 7.57422C2.24877 7.64967 2.15912 7.71014 2.06055 7.75098C1.9621 7.79169 1.85654 7.8125 1.75 7.8125C1.64346 7.8125 1.5379 7.79169 1.43945 7.75098C1.34088 7.71014 1.25123 7.64967 1.17578 7.57422C1.10033 7.49877 1.03986 7.40912 0.999023 7.31055C0.958312 7.2121 0.9375 7.10654 0.9375 7L0.941406 6.91992C0.949237 6.84085 0.968548 6.76315 0.999023 6.68945C1.03986 6.59088 1.10033 6.50123 1.17578 6.42578C1.25123 6.35033 1.34088 6.28986 1.43945 6.24902C1.5379 6.20831 1.64346 6.1875 1.75 6.1875ZM5.25 6.625H13.125C13.3328 6.625 13.5 6.79216 13.5 7C13.5 7.20784 13.3328 7.375 13.125 7.375H5.25C5.04216 7.375 4.875 7.20784 4.875 7C4.875 6.79216 5.04216 6.625 5.25 6.625ZM1.75 1.8125C1.96549 1.8125 2.17185 1.89841 2.32422 2.05078C2.47659 2.20315 2.5625 2.40951 2.5625 2.625C2.5625 2.84049 2.47659 3.04685 2.32422 3.19922C2.17185 3.35159 1.96549 3.4375 1.75 3.4375C1.53451 3.4375 1.32815 3.35159 1.17578 3.19922C1.02341 3.04685 0.9375 2.84049 0.9375 2.625L0.941406 2.54492C0.959829 2.35884 1.0424 2.18416 1.17578 2.05078C1.30916 1.9174 1.48384 1.83483 1.66992 1.81641L1.75 1.8125ZM5.25 2.25H13.125C13.3328 2.25 13.5 2.41716 13.5 2.625C13.5 2.83284 13.3328 3 13.125 3H5.25C5.04216 3 4.875 2.83284 4.875 2.625C4.875 2.41716 5.04216 2.25 5.25 2.25Z' fill='%23078BA6' stroke='%23078BA6'/%3E%3C/svg%3E");
}
.topbar-1 .vuequicklistdropdown_elem > a span {
  font-size: 0;
  line-height: 140%;
}
.topbar-1 .vuequicklistdropdown_elem > a span::after {
  content: "Quick List";
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 600;
}

.hero-section-1 .hero-section .splide {
  border-radius: 0 0 80px 80px;
  overflow: hidden;
}
@media screen and (max-width: 1469px) {
  .hero-section-1 .hero-section .splide {
    border-radius: 0;
  }
}
.hero-section-1 .hero-section .splide ul.splide__pagination {
  bottom: 30px;
  justify-content: flex-end;
}
.hero-section-1 .hero-section .splide ul.splide__pagination li .splide__pagination__page.is-active {
  background: var(--theme-colour-white, #fff);
}
.hero-section-1 .hero-section .splide ul.splide__pagination li .splide__pagination__page:hover.is-active, .hero-section-1 .hero-section .splide ul.splide__pagination li .splide__pagination__page:focus.is-active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}
.hero-section-1 .hero-section__slide {
  height: 100%;
}
.hero-section-1 .hero-section__element {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}
.hero-section-1 .hero-section__element .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section-1 .hero-section__element .image-wrapper::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-section-1 .hero-section__element .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section-1 .hero-section__element__content {
  position: relative;
  max-width: 726px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(7.5px);
  padding: 60px;
  border-radius: 20px;
}
.hero-section-1 .hero-section__element__content > * {
  color: #fff;
}
.hero-section-1 .hero-section__element__kicker {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 0.875em;
}
.hero-section-1 .hero-section__element__title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
  font-size: 2.5em;
}
.hero-section-1 .hero-section__element__description {
  font-weight: 500;
  margin: 0;
  font-size: 1.125em;
}
.hero-section-1 .hero-section__element .btn-custom {
  margin-top: 30px;
}

/* stylelint-disable max-nesting-depth */
@media (max-width: 768px) {
  .category-section-2 .menulinks_container .quicklinks {
    border-top: 0;
    margin-bottom: 0;
  }
  .category-section-2 .menulinks_container .quicklinks ul {
    max-height: none;
    overflow: visible;
    align-items: stretch;
  }
  .category-section-2 .menulinks_container .quicklinks li a {
    opacity: 1;
    visibility: visible;
  }
}
.category-section-2 .hasSubmenus {
  display: none !important;
}
.category-section-2 .splide {
  padding: 0 0.5vw;
}
.category-section-2 .splide .splide__slide {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
}
.category-section-2 .splide .splide__slide > a {
  position: relative;
  margin: 0;
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 150%;
  transition: font-size 0.35s;
  width: fit-content;
  letter-spacing: -0.24px;
  font-size: 1.5em;
}
.category-section-2 .splide .splide__slide > a:hover, .category-section-2 .splide .splide__slide > a:focus-visible {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.category-section-2 .splide .splide__slide .image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-section-2 .splide .splide__slide .image-wrapper::before {
  content: "";
  background: linear-gradient(180deg, rgba(7, 139, 166, 0) 50%, rgba(7, 139, 166, 0.4) 84.62%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 84.62%), rgba(0, 0, 0, 0);
  backdrop-filter: blur(0);
  transition: 0.35s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.category-section-2 .splide .splide__slide .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-section-2 .splide .splide__slide > ul {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
}
.category-section-2 .splide .splide__slide > ul > a {
  position: relative;
  margin: -5px 0 0;
  color: var(--theme-colour-white, #fff);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
  gap: 5px;
  font-weight: 500;
  line-height: 150%;
  padding-right: 10px;
  transition: padding 0.35s ease;
  font-size: 0.875em;
}
@media (max-width: 991px) {
  .category-section-2 .splide .splide__slide > ul > a {
    font-size: 1em;
  }
}
.category-section-2 .splide .splide__slide > ul > a::after {
  content: "\f105";
  color: inherit;
  font-family: FontAwesome;
  font-size: 0.625em;
}
.category-section-2 .splide .splide__slide > ul > a:hover, .category-section-2 .splide .splide__slide > ul > a:focus {
  color: var(--theme-colour-white, #fff);
  text-decoration: underline;
  padding-right: 0;
  padding-left: 10px;
}
.category-section-2 .splide .splide__slide > ul > a:hover::before, .category-section-2 .splide .splide__slide > ul > a:focus::before {
  text-decoration: underline;
}
.category-section-2 .splide .splide__slide li:not(.cat-bg-img) {
  opacity: 0;
  position: relative;
  line-height: 0;
  transition: opacity 0.35s, line-height 0.35s;
  margin: 0;
}
.category-section-2 .splide .splide__slide li:not(.cat-bg-img) a {
  color: var(--theme-colour-white, #fff);
  position: relative;
  display: inline-block;
  margin: 0;
  padding-right: 10px;
  transition: padding 0.35s ease;
  font-size: 0.875em;
}
@media (max-width: 991px) {
  .category-section-2 .splide .splide__slide li:not(.cat-bg-img) a {
    font-size: 1em;
  }
}
.category-section-2 .splide .splide__slide li:not(.cat-bg-img) a::after {
  content: "\f105";
  color: inherit;
  font-weight: 700;
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 0.625em;
}
.category-section-2 .splide .splide__slide li:not(.cat-bg-img) a:hover, .category-section-2 .splide .splide__slide li:not(.cat-bg-img) a:focus {
  color: var(--theme-colour-white, #fff);
  text-decoration: underline;
  padding-right: 0;
  padding-left: 10px;
}
.category-section-2 .splide .splide__slide li.cat-bg-img {
  display: none !important;
}
.category-section-2 .splide .splide__slide:hover .image-wrapper::before, .category-section-2 .splide .splide__slide:focus .image-wrapper::before, .category-section-2 .splide .splide__slide:focus-within .image-wrapper::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 84.62%), rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(25px);
}
.category-section-2 .splide .splide__slide:hover li:not(.cat-bg-img), .category-section-2 .splide .splide__slide:focus li:not(.cat-bg-img), .category-section-2 .splide .splide__slide:focus-within li:not(.cat-bg-img) {
  opacity: 1;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .category-section-2 .splide .splide__slide:hover li:not(.cat-bg-img), .category-section-2 .splide .splide__slide:focus li:not(.cat-bg-img), .category-section-2 .splide .splide__slide:focus-within li:not(.cat-bg-img) {
    line-height: 1.7;
  }
}
.category-section-2 .splide .splide__slide:hover li:not(.cat-bg-img) a::after, .category-section-2 .splide .splide__slide:focus li:not(.cat-bg-img) a::after, .category-section-2 .splide .splide__slide:focus-within li:not(.cat-bg-img) a::after {
  opacity: 1;
}
.category-section-2 .splide .splide__slide:hover ul > a, .category-section-2 .splide .splide__slide:focus ul > a, .category-section-2 .splide .splide__slide:focus-within ul > a {
  margin: 3px 0 0;
  font-weight: 700;
}
.category-section-2 .splide .splide__slide:hover .shop-now, .category-section-2 .splide .splide__slide:focus .shop-now, .category-section-2 .splide .splide__slide:focus-within .shop-now {
  font-size: 0;
}
.category-section-2 .splide .splide__slide:hover .shop-now::before, .category-section-2 .splide .splide__slide:focus .shop-now::before, .category-section-2 .splide .splide__slide:focus-within .shop-now::before {
  content: "Shop All Products";
  color: var(--theme-colour-white, #fff);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.category-section-2 .splide .splide__slide:hover .shop-now::after, .category-section-2 .splide .splide__slide:focus .shop-now::after, .category-section-2 .splide .splide__slide:focus-within .shop-now::after {
  display: none;
}
@media (max-width: 600px) {
  .category-section-2 .splide .splide__slide li:not(.cat-bg-img) {
    opacity: 1;
    line-height: 1.5;
  }
}
@media (max-width: 600px) and (max-width: 991px) {
  .category-section-2 .splide .splide__slide li:not(.cat-bg-img) {
    line-height: 1.7;
  }
}
@media (max-width: 600px) {
  .category-section-2 .splide .splide__slide li:not(.cat-bg-img) a::after {
    opacity: 1;
  }
  .category-section-2 .splide .splide__slide ul > a {
    margin: 3px 0 0;
    font-weight: 700;
  }
}
.category-section-2:has(.splide__pagination) .splide__track {
  padding-bottom: 50px;
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 1220px) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .info-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-cards .info-card {
  position: relative;
  height: 550px;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .info-cards .info-card {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .info-cards .info-card {
    height: 400px;
  }
}
.info-cards .info-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-cards .info-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-cards .info-card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 84.62%), rgba(0, 0, 0, 0.25);
}
.info-cards .info-card__content {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.info-cards .info-card__title {
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 2em;
}
.info-cards .info-card__text {
  color: var(--theme-colour-white, #fff);
  line-height: 150%;
  font-weight: 500;
  margin: 0;
  font-size: 1em;
}
.info-cards .info-card__button {
  margin: 30px 0 0;
}
.info-cards .info-card__button.blue {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 0.875em);
  line-height: var(--theme-btn-line-height, 140%);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-btn-border-radius, 25px);
  padding: var(--theme-btn-padding, 14px 25px);
  width: fit-content;
  text-transform: uppercase;
}
.info-cards .info-card__button.blue:hover, .info-cards .info-card__button.blue:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-colour-darkblue, #275a6b));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-colour-darkblue, #275a6b));
}
.info-cards .info-card__button.blue:focus {
  outline: none;
}
.info-cards .info-card__button.blue:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.info-cards .info-card__button.blue.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.info-cards .info-card__button.blue.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.info-cards .info-card__button.blue.action-icon {
  font-size: 0;
  line-height: 0;
}
.info-cards .info-card__button.blue.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.info-cards .info-card__button.blue.action-link {
  text-align: center;
}
.info-cards .info-card__button.blue.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.info-cards .info-card__button.green {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 0.875em);
  line-height: var(--theme-btn-line-height, 140%);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-btn-border-radius, 25px);
  padding: var(--theme-btn-padding, 14px 25px);
  width: fit-content;
  text-transform: uppercase;
}
.info-cards .info-card__button.green:hover, .info-cards .info-card__button.green:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-colour-darkblue, #275a6b));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-colour-darkblue, #275a6b));
}
.info-cards .info-card__button.green:focus {
  outline: none;
}
.info-cards .info-card__button.green:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.info-cards .info-card__button.green.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.info-cards .info-card__button.green.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.info-cards .info-card__button.green.action-icon {
  font-size: 0;
  line-height: 0;
}
.info-cards .info-card__button.green.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.info-cards .info-card__button.green.action-link {
  text-align: center;
}
.info-cards .info-card__button.green.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.info-cards .info-card__button.green {
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)));
  border: var(--theme-btn-secondary-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)));
}
.info-cards .info-card__button.green:hover, .info-cards .info-card__button.green:focus-visible {
  color: var(--theme-btn-secondary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-hover-bg, var(--theme-colour-darkgreen, #427131));
  border: var(--theme-btn-secondary-hover-border, 1px solid var(--theme-colour-darkgreen, #427131));
}

.item-merch-3 {
  min-height: 555px;
}
.item-merch-3 .flex-custom {
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.item-merch-3__tab-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .item-merch-3__tab-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.item-merch-3__tab-wrapper .header {
  flex-shrink: 0;
}
.item-merch-3__tab-wrapper .header .kicker {
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0;
  font-size: 0.875em;
}
.item-merch-3__tab-wrapper .header .title {
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin: 0;
  font-size: 2em;
}
.item-merch-3__tab-wrapper .header .description {
  color: var(--theme-colour-dark, #222220);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  font-size: 1.125em;
}
.item-merch-3__tab-wrapper .tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 5px;
}
@media screen and (max-width: 390px) {
  .item-merch-3__tab-wrapper .tabs {
    flex-direction: column;
    overflow-x: unset;
    padding-bottom: 0;
  }
}
.item-merch-3__tab-wrapper__tab {
  display: block;
  flex-shrink: 0;
  padding: 14px 20px;
  border-radius: 25px;
  background-color: var(--theme-colour-white, #fff);
  color: var(--theme-colour-darkgrey, #60605f);
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  text-transform: uppercase;
  transition: 0.35s ease;
  font-size: 0.875em;
}
@media screen and (max-width: 390px) {
  .item-merch-3__tab-wrapper__tab {
    text-align: center;
    padding: 10px;
    font-size: 0.75em;
  }
}
.item-merch-3__tab-wrapper__tab:hover, .item-merch-3__tab-wrapper__tab:focus-visible {
  background-color: var(--theme-colour-lightgreen, #bfd7a2);
  color: var(--theme-colour-darkgreen, #427131);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.item-merch-3__tab-wrapper__tab.active {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  color: var(--theme-colour-white, #fff);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.item-merch-3__content-wrapper {
  width: 100%;
}
.item-merch-3__tab-content {
  display: none;
}
.item-merch-3__tab-content.active {
  display: block;
}
.item-merch-3 .splide {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .item-merch-3 .splide {
    flex-direction: column;
  }
}
.item-merch-3 .splide__pagination {
  bottom: 0;
}
.item-merch-3__banner-wrapper {
  position: relative;
  width: 320px;
  flex-shrink: 0;
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .item-merch-3__banner-wrapper {
    width: 100%;
  }
}
.item-merch-3__banner-wrapper__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
}
.item-merch-3__banner-wrapper__image::before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item-merch-3__banner-wrapper__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-merch-3__banner-wrapper__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
.item-merch-3__banner-wrapper__content__kicker {
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  font-size: 0.875em;
}
.item-merch-3__banner-wrapper__content__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 150%; /* 54px */
  letter-spacing: -0.36px;
  font-size: 2.25em;
}
.item-merch-3__banner-wrapper__content__description {
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 150%; /* 24px */
  font-size: 1em;
}
.item-merch-3__banner-wrapper__content .btn-custom {
  margin-top: 20px;
}
.item-merch-3__track {
  flex: 1;
}
.item-merch-3 .tileparent {
  border: 0;
  padding: 0;
}
.item-merch-3 .tileparent .tile {
  height: 100%;
  border-radius: 20px;
  border: 2px solid var(--theme-colour-lightgrey, #f5f5f5);
  background: var(--theme-colour-white, #fff);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  padding: 20px;
}
.item-merch-3 .tileparent .tile .product-tile-image .text-center {
  position: relative;
}
.item-merch-3 .tileparent .tile .imgthumbnail {
  height: 160px;
  padding: 20px;
  margin-bottom: 10px;
}
.item-merch-3 .tileparent .tile .imgthumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-merch-3 .tileparent .tile .brand-label,
.item-merch-3 .tileparent .tile .indicators-grid,
.item-merch-3 .tileparent .tile .product-category,
.item-merch-3 .tileparent .tile .addtoquicklist-wrapper,
.item-merch-3 .tileparent .tile .product-compare-action,
.item-merch-3 .tileparent .tile .tier-pricing,
.item-merch-3 .tileparent .tile .price-label-inc-vat,
.item-merch-3 .tileparent .tile .uom,
.item-merch-3 .tileparent .tile .multiple-uom {
  display: none;
}
.item-merch-3 .tileparent .tile .product-name {
  margin-bottom: 10px;
}
.item-merch-3 .tileparent .tile .product-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--theme-colour-dark, #222220);
  font-weight: 600;
  line-height: 160%; /* 25.6px */
  font-size: 0.875em;
}
.item-merch-3 .tileparent .tile .product-sku {
  display: none;
  margin-bottom: 10px;
  color: #3b3b3b;
  font-weight: 400;
  line-height: normal;
  font-size: 0.8125em;
}
.item-merch-3 .tileparent .tile .product-sku strong {
  color: #868686;
  font-weight: 400;
  font-size: 1em;
}
.item-merch-3 .tileparent .tile .footer-wrapper-price {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item-merch-3 .tileparent .tile .footer-wrapper-price .price-label {
  color: #3b3b3b;
  font-weight: 700;
  line-height: normal;
  font-size: 1.25em;
}
.item-merch-3 .tileparent .tile .footer-wrapper-price .rrp {
  margin-left: 10px;
}
.item-merch-3 .tileparent .tile .footer-wrapper-price .rrp span {
  color: #939393;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  font-size: 1em;
}
.item-merch-3 .tileparent .tile .footer-wrapper-price .rrp .save {
  display: none;
}
.item-merch-3 .tileparent .tile .live-inventory-v2-add-to-cart-wrapper {
  max-width: 100%;
  width: 100%;
}
.item-merch-3 .tileparent .tile .buttons.group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media only screen and (max-width: 1469px) {
  .item-merch-3 .tileparent .tile .buttons.group {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.item-merch-3 .tileparent .tile .buttons.group::before, .item-merch-3 .tileparent .tile .buttons.group::after {
  display: none;
}
.item-merch-3 .tileparent .tile .buttons.group input {
  display: none;
  margin: 0;
  height: 45px;
  width: 45px;
  border-radius: 25px;
}
.item-merch-3 .tileparent .tile .buttons.group .live-inventory-v2-wrapper {
  display: none !important;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart {
  flex: 1;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 0.875em);
  line-height: var(--theme-btn-line-height, 140%);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-btn-border-radius, 25px);
  padding: var(--theme-btn-padding, 14px 25px);
  width: fit-content;
  text-transform: uppercase;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart:hover, .item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-colour-darkblue, #275a6b));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-colour-darkblue, #275a6b));
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart:focus {
  outline: none;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart.action-icon {
  font-size: 0;
  line-height: 0;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart.action-link {
  text-align: center;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.item-merch-3 .tileparent .tile .buttons.group .btn-add-to-cart {
  margin: 0;
  height: fit-content;
  width: 100%;
}
.item-merch-3 .tileparent .btn-sm {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 0.875em);
  line-height: var(--theme-btn-line-height, 140%);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #078ba6)));
  border-radius: var(--theme-btn-border-radius, 25px);
  padding: var(--theme-btn-padding, 14px 25px);
  width: fit-content;
  text-transform: uppercase;
}
.item-merch-3 .tileparent .btn-sm:hover, .item-merch-3 .tileparent .btn-sm:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-colour-darkblue, #275a6b));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-colour-darkblue, #275a6b));
}
.item-merch-3 .tileparent .btn-sm:focus {
  outline: none;
}
.item-merch-3 .tileparent .btn-sm:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.item-merch-3 .tileparent .btn-sm.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.item-merch-3 .tileparent .btn-sm.btn-right-icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.item-merch-3 .tileparent .btn-sm.action-icon {
  font-size: 0;
  line-height: 0;
}
.item-merch-3 .tileparent .btn-sm.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.item-merch-3 .tileparent .btn-sm.action-link {
  text-align: center;
}
.item-merch-3 .tileparent .btn-sm.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.item-merch-3 .tileparent .btn-sm {
  margin: 0;
}
.item-merch-3__loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 400px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item-merch-3__loader__spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4a4a4a;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.item-merch-3__loader__text {
  margin-top: 16px;
  font-size: 14px;
  color: #4a4a4a;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.testimonials-1 .flex-custom {
  margin: 0 0 30px;
  flex-wrap: wrap;
  align-items: end;
  gap: 30px;
}
.testimonials-1__title-wrapper {
  margin-bottom: 30px;
}
.testimonials-1__title-wrapper__kicker {
  margin: 0 0 10px;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 600;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  font-size: 0.875em;
}
.testimonials-1__title-wrapper__title {
  margin: 0 0 10px;
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.4px;
  font-size: 2.5em;
}
.testimonials-1__title-wrapper__description {
  margin: 0;
  color: var(--theme-colour-dark, #222220);
  font-weight: 500;
  line-height: 150%; /* 27px */
  font-size: 1.125em;
}
.testimonials-1 .splide {
  padding-bottom: 50px;
}
.testimonials-1__testimonial {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  border-radius: 20px;
  background: var(--theme-colour-white, #fff);
  padding: 30px;
  transition: 0.35s ease;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
}
.testimonials-1__testimonial:hover, .testimonials-1__testimonial:focus-visible {
  background-color: var(--theme-colour-dark, #222220);
}
.testimonials-1__testimonial:hover .testimonials-1__testimonial__title,
.testimonials-1__testimonial:hover .testimonials-1__testimonial__author, .testimonials-1__testimonial:focus-visible .testimonials-1__testimonial__title,
.testimonials-1__testimonial:focus-visible .testimonials-1__testimonial__author {
  color: var(--theme-colour-paleblue, #d1e4eb);
}
.testimonials-1__testimonial:hover .testimonials-1__testimonial__text, .testimonials-1__testimonial:focus-visible .testimonials-1__testimonial__text {
  color: var(--theme-colour-white, #fff);
}
.testimonials-1__testimonial__stars {
  display: flex;
  gap: 10px;
}
.testimonials-1__testimonial__stars svg {
  width: 30px;
  height: 30px;
}
.testimonials-1__testimonial__title {
  margin: 0 0 10px;
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: -0.2px;
  transition: 0.35s ease;
  font-size: 1.25em;
}
.testimonials-1__testimonial__text {
  margin: 0;
  color: var(--theme-colour-dark, #222220);
  font-weight: 400;
  line-height: 150%; /* 27px */
  transition: 0.35s ease;
  display: block;
  overflow: hidden;
  max-height: 10.5em;
  font-size: 1em;
}
@supports (-webkit-line-clamp: 1) {
  .testimonials-1__testimonial__text {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    max-height: none;
  }
}
.testimonials-1__testimonial__author {
  margin: auto 0 0;
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%; /* 27px */
  transition: 0.35s ease;
  font-size: 1em;
}

.testimonials-1__testimonial.is-truncated {
  cursor: pointer;
}

.testimonials-1__lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.testimonials-1__lightbox.is-active {
  display: flex;
}

.testimonials-1__lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.testimonials-1__lightbox__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 80px;
  background: var(--theme-colour-white, #fff);
  padding: 60px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.testimonials-1__lightbox__close {
  position: absolute;
  top: 60px;
  right: 60px;
  border: 0;
  background: transparent;
  color: var(--theme-colour-grey, #8c8c8c);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}

.testimonials-1__lightbox__close:hover,
.testimonials-1__lightbox__close:focus-visible {
  color: var(--theme-colour-dark, #222220);
}

.testimonials-1__lightbox__stars {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.testimonials-1__lightbox__stars svg {
  width: 30px;
  height: 30px;
}

.testimonials-1__lightbox__title {
  margin: 0 0 10px;
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.2px;
  font-size: 1.25em;
}

.testimonials-1__lightbox__text {
  margin: 0 0 20px;
  color: var(--theme-colour-dark, #222220);
  font-weight: 400;
  line-height: 150%;
  font-size: 1em;
}

.testimonials-1__lightbox__author {
  margin: 0;
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%;
  font-size: 1em;
}

body.testimonials-1__lightbox-open {
  overflow: hidden;
}

.brands-3 {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.brands-3 .brands__slider {
  width: 100%;
}
.brands-3 .brands__slider .splide {
  width: 100%;
}
.brands-3 .brands__slider .splide__track {
  overflow: hidden;
  padding-bottom: 0;
  height: 100%;
  width: 100%;
}
.brands-3 .brands__slider .splide__list {
  display: flex;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.brands-3 .brands__slider .splide__slide {
  flex-shrink: 0;
  list-style: none;
}
@media (max-width: 400px) {
  .brands-3 .brands__slider .splide__pagination {
    display: none !important;
  }
}
.brands-3 .brands__slider__slide__item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 15px;
  border: 2px solid var(--theme-colour-lightgrey, #f5f5f5);
  background: var(--theme-colour-white, #fff);
  padding: 10px 20px;
  transition: border-color 0.3s ease-in-out;
}
.brands-3 .brands__slider__slide__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brands-3 .brands__slider__slide__item:hover, .brands-3 .brands__slider__slide__item:focus-visible, .brands-3 .brands__slider__slide__item:focus {
  outline: none;
  border-color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.brands-3 .brands__slider.is-initialized .splide__list {
  opacity: 1;
}
.brands-3 .no-results,
.brands-3 .loading-state {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 500;
  line-height: 150%; /* 27px */
  flex: 1;
}

.about-us {
  position: relative;
  padding: 60px 0;
}
.about-us__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.about-us__content {
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .about-us__content {
    flex-direction: column;
  }
}
.about-us__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px;
}
.about-us__left .header .kicker {
  color: var(--theme-colour-white, #fff);
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
  font-size: 0.875em;
}
.about-us__left .header .title {
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  text-align: center;
  margin: 0 0 10px;
  font-size: 2.5em;
}
.about-us__left .header .description {
  color: var(--theme-colour-white, #fff);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin: 0;
  font-size: 1.125em;
}
.about-us__left .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 1300px) {
  .about-us__left .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about-us__left .content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-us__left .content {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.about-us__left .content__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about-us__left .content__item .icon {
  flex-shrink: 0;
}
.about-us__left .content__text {
  max-width: 319px;
}
.about-us__left .content__text .title {
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  font-size: 1em;
}
.about-us__left .content__text .description {
  color: var(--theme-colour-white, #fff);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  font-size: 1em;
}
.about-us__right {
  padding: 60px;
  border-radius: 40px;
}
.about-us__right .kicker {
  color: var(--theme-colour-white, #fff);
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 0.875em;
}
.about-us__right .title {
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.4px;
  margin: 0 0 10px;
  font-size: 2.5em;
}
.about-us__right .description {
  color: var(--theme-colour-white, #fff);
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.125em;
}
.about-us__right .actions {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .about-us__right .actions {
    flex-direction: column;
    gap: 10px;
  }
}
.about-us__right .actions a {
  display: block;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .about-us__right .actions a {
    width: 100%;
  }
}
.about-us__right .actions button {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .about-us__right .actions button {
    width: 100%;
  }
}
.about-us__right:hover {
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(7.5px);
}

.ex-loggedin .about-us__right {
  display: none;
}

footer.footer .footer-bottom {
  background: var(--theme-colour-darkgrey, #60605f);
}
footer.footer .footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px clamp(10px, 4vw, 60px);
  font-size: 0.875em;
}
footer.footer .footer-bottom__inner__left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer.footer .footer-bottom__inner__right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 10px;
}
footer.footer .footer-bottom p,
footer.footer .footer-bottom span {
  color: var(--theme-colour-white, #fff);
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
  font-size: 0.875em;
}
footer.footer .footer-bottom a {
  color: var(--theme-colour-white, #fff);
  font-weight: 400;
  line-height: 150%;
  opacity: 0.5;
  font-size: 0.875em;
}
footer.footer .footer-bottom a:hover, footer.footer .footer-bottom a:focus-visible {
  text-decoration: underline;
}

/* stylelint-disable max-nesting-depth */
.locations-widget .splide__slide .location-item {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .locations-widget .splide__slide .location-item {
    flex-direction: column;
    gap: 20px;
  }
}
.locations-widget .splide__slide .location-item__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .locations-widget .splide__slide .location-item__left {
    width: 100%;
  }
}
.locations-widget .splide__slide .location-item__header .kicker {
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__header .title {
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  margin: 0 0 10px;
  font-size: 2.5em;
}
.locations-widget .splide__slide .location-item__header .description {
  color: var(--theme-colour-dark, #222220);
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  font-size: 1em;
}
.locations-widget .splide__slide .location-item__content {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 550px) {
  .locations-widget .splide__slide .location-item__content {
    flex-direction: column;
    gap: 20px;
  }
}
.locations-widget .splide__slide .location-item__info__row {
  display: flex;
  gap: 6px;
}
.locations-widget .splide__slide .location-item__info__row--left {
  min-width: 80px;
}
.locations-widget .splide__slide .location-item__info__row--left h5 {
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin: 0;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__info__row--right {
  max-width: 184px;
  text-wrap: balance;
}
.locations-widget .splide__slide .location-item__info__row--right a {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__info__row--right a:hover, .locations-widget .splide__slide .location-item__info__row--right a:focus-visible {
  text-decoration: underline;
}
.locations-widget .splide__slide .location-item__opening-hours h5 {
  color: var(--theme-colour-dark, #222220);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
  margin: 0 0 6px;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__opening-hours .opening-hour {
  display: flex;
  gap: 6px;
  margin: 0;
}
.locations-widget .splide__slide .location-item__opening-hours .opening-hour__day {
  display: block;
  min-width: 120px;
  color: var(--theme-colour-grey, #8c8c8c);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.14px;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__opening-hours .opening-hour__hours {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.14px;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__opening-hours .showroom-info {
  color: var(--theme-colour-dark, #222220);
  font-weight: 400;
  line-height: 150%;
  margin: 6px 0 0;
  font-size: 0.875em;
}
.locations-widget .splide__slide .location-item__right {
  display: flex;
  gap: 20px;
  max-height: 440px;
  height: 440px;
  width: 55%;
}
.locations-widget .splide__slide .location-item__right.is-expanded .location-item__map {
  width: 20%;
}
.locations-widget .splide__slide .location-item__right.is-expanded .location-item__image {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .locations-widget .splide__slide .location-item__right {
    width: 100%;
  }
}
.locations-widget .splide__slide .location-item__map {
  width: 80%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  transition: width 0.3s ease;
}
.locations-widget .splide__slide .location-item__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-widget .splide__slide .location-item__image {
  width: 20%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  transition: width 0.3s ease;
}
.locations-widget .splide__slide .location-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-widget .locations-actions,
.locations-widget .location-item__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 12px;
  padding-right: 36px;
  -webkit-overflow-scrolling: touch;
  mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 36px), transparent 100%);
}
@media only screen and (max-width: 550px) {
  .locations-widget .locations-actions,
  .locations-widget .location-item__actions {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    mask-image: none;
  }
}
.locations-widget .locations-actions__button,
.locations-widget .location-item__actions__button {
  flex-shrink: 0;
}
@media only screen and (max-width: 550px) {
  .locations-widget .locations-actions__button,
  .locations-widget .location-item__actions__button {
    width: 100%;
  }
}
.locations-widget .locations-actions__button.is-active,
.locations-widget .location-item__actions__button.is-active {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  border-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}

/* stylelint-disable selector-class-pattern */
/* stylelint-disable max-nesting-depth */
.headersection-3 {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.headersection-3 .menulinks_container {
  flex: 1;
  position: unset;
}

.row-3 {
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
}

.cd-dropdown-wrapper:hover {
  background-color: transparent !important;
}

.cd-dropdown-content > li.has-children > a {
  pointer-events: initial;
}

.cd-dropdown-trigger {
  padding: 14px 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--theme-colour-white, #fff) !important;
  border-radius: 0;
  font-weight: 700;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875em;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  display: none;
}
.cd-dropdown-trigger:hover, .cd-dropdown-trigger.dropdown-is-active {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  border-radius: 10px;
}

.cd-dropdown {
  border-radius: 0 0 25px 25px;
}
.cd-dropdown:has(.cd-dropdown-content > li > a:hover, .cd-dropdown-content > li > a:focus-within, .cd-dropdown-content > li > ul:hover, .cd-dropdown-content > li > ul:focus-visible) {
  border-radius: 0 0 0 25px;
}

.cd-dropdown-content {
  height: auto !important;
}
.cd-dropdown-content > li:not(.go-back-mobile) {
  border: 0 !important;
  font-size: 1em;
  margin-top: -1px;
}
.cd-dropdown-content > li:not(.go-back-mobile):hover > a {
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  border: 0 !important;
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.cd-dropdown-content > li:not(.go-back-mobile):hover > a::before {
  left: -7px;
}
.cd-dropdown-content > li:not(.go-back-mobile):hover > a::after {
  transform: translateX(10px);
  filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(6532%) hue-rotate(187deg) brightness(97%) contrast(101%);
}
.cd-dropdown-content > li:not(.go-back-mobile).no-secondary-menu .cd-secondary-dropdown {
  display: none !important;
}
.cd-dropdown-content > li:not(.go-back-mobile).no-arrow > a::after {
  display: none;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a {
  box-shadow: none !important;
  display: flex !important;
  padding: 10px 20px;
  margin: 0;
  transition: all 0.3s;
  line-height: 1.5;
  font-weight: 700;
  color: #5a5968;
  overflow: hidden !important;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)) !important;
  border-radius: 50%;
  transition: all 0.3s;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a:hover {
  color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  background-color: #eee;
  border-radius: 5px;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a:hover::before {
  left: -7px;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a:hover h5::after, .cd-dropdown-content > li:not(.go-back-mobile) > a:hover::after,
.cd-dropdown-content > li:not(.go-back-mobile) > a:hover a::after {
  transform: translateX(10px);
  filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(6532%) hue-rotate(187deg) brightness(97%) contrast(101%);
}
.cd-dropdown-content > li:not(.go-back-mobile) > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%235a5968' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' class='feather feather-arrow-right' viewBox='2.57 2.57 18.87 18.87' width='11' height='11'%3E%3Cpath d='M5 12h14m-7-7 7 7-7 7'%3E%3C/path%3E%3C/svg%3E") no-repeat center center !important;
  width: 11px;
  height: 11px;
  display: block;
  transform: rotate(0) translateX(0);
  transform-origin: 0;
  transition: transform 0.3s;
  position: relative;
  right: unset;
  top: unset;
  margin-top: 0;
  margin-left: auto;
}
.cd-dropdown-content > li:not(.go-back-mobile) > a img {
  margin-right: 10px;
  width: 30px;
  object-fit: contain;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(47%) sepia(67%) saturate(6834%) hue-rotate(169deg) brightness(95%) contrast(94%));
}
.cd-dropdown-content .cd-secondary-dropdown {
  max-width: 1150px;
  flex-flow: row wrap !important;
  overflow: scroll;
  padding: 40px 2vw;
  cursor: default;
  border-radius: 0 0 25px 0;
}
.cd-dropdown-content .cd-secondary-dropdown > li {
  margin: 0 0 30px;
  padding: 0;
  font-size: 1em;
  border: 0 !important;
  width: 23%;
  cursor: default;
}
.cd-dropdown-content .cd-secondary-dropdown > li.tier-one-background-image {
  display: none;
}
.cd-dropdown-content .cd-secondary-dropdown > li > a {
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
  margin: 0 0 10px;
  font-size: 1.125em;
}
.cd-dropdown-content .cd-secondary-dropdown > li ul li {
  font-size: 1em;
  padding-top: 10px !important;
}
.cd-dropdown-content .cd-secondary-dropdown > li ul li a {
  color: #5a5968;
  font-size: 0.875em;
}
.cd-dropdown-content .cd-secondary-dropdown > li ul li a:hover {
  color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)) !important;
}
.cd-dropdown-content .cd-secondary-dropdown > li ul li.shop-all a {
  font-weight: 700;
}
.cd-dropdown-content .cd-secondary-dropdown > li ul li.shop-all a svg {
  margin-left: 10px;
}
.cd-dropdown-content .cd-secondary-dropdown.active {
  visibility: visible !important;
}
.cd-dropdown-content .banners-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
}
.cd-dropdown-content .banners-wrapper img {
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: auto;
  display: none;
}
.cd-dropdown-content .banners-wrapper img.active {
  display: block;
}

.horizontal-nav > ul.hasSubmenus {
  font-size: 1em;
  gap: 3vw;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-nav > ul.hasSubmenus > li {
  margin: 0;
}
.horizontal-nav > ul.hasSubmenus > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  padding: 17px 1vw;
  transition: all 0.3s;
  font-size: 0.875em;
}
.horizontal-nav > ul.hasSubmenus > li > a:hover {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  border-radius: 10px;
}
@media (min-width: 1920px) {
  .horizontal-nav > ul.hasSubmenus > li > a {
    white-space: nowrap;
  }
}
.horizontal-nav > ul.hasSubmenus > li > ul {
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  z-index: 15;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  margin: 0 !important;
  flex-wrap: wrap;
  font-size: 1em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-nav > ul.hasSubmenus > li .splide.is-initialized {
  visibility: hidden;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul {
  width: 100%;
  font-size: 1em;
  padding: 0;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li {
  width: 16.6666666667%;
  margin: 0;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.splide {
  width: 100%;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.splide .splide__arrows svg {
  width: auto !important;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.splide .splide__arrow {
  background: rgba(0, 101, 164, 0.5) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-3.55 -3.55 30.9 30.9' width='16' height='16'%3E%3Cpath d='m11.9 21.3 9.4-9.4-9.4-9.4m-9.4 9.4h18.8' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-radius: 50%;
  border: 3px solid #0065a4;
  top: calc(50% - 15px);
  background-size: 80%;
  opacity: 0.8;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.splide .splide__arrow:hover {
  opacity: 1;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.splide .splide__arrow svg {
  display: none;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.splide .splide__arrow--prev {
  transform: rotate(180deg);
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li a {
  margin: 0;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) a {
  padding: 40px 2vw 20px;
  flex-direction: column;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) a:hover img {
  border-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) a:hover span {
  font-size: 1em;
  margin-top: 10px;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) a:hover svg {
  width: auto;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) img {
  width: 125px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 5px solid transparent;
  transition: all 0.3s;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) h4 {
  font-weight: 700;
  text-align: center;
  margin: 0;
  max-width: 125px;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) span {
  font-size: 0;
  transition: all 0.3s;
  color: #6d6d6e;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li:not(.menu-banner) svg {
  width: 0;
  transition: all 0.3s;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.menu-banner {
  width: 100%;
}
.horizontal-nav > ul.hasSubmenus > li.wide-menu > ul > li.menu-banner img {
  width: 100%;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) {
  position: relative;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul {
  width: 270px;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 0;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li {
  width: 100%;
  margin: 0;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a {
  padding: 10px 20px;
  margin: 0;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden !important;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a::before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42)) !important;
  border-radius: 50%;
  transition: all 0.3s;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a:hover {
  color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  background-color: #eee;
  border-radius: 5px;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a:hover::before {
  left: -7px;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a:hover h5::after, .horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a:hover::after,
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a:hover a::after {
  transform: translateX(10px);
  filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(6532%) hue-rotate(187deg) brightness(97%) contrast(101%);
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a:hover h5 {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6));
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li a img {
  margin-right: 20px;
}
.horizontal-nav > ul.hasSubmenus > li:not(.wide-menu) > ul > li h5 {
  color: #5a5968;
  margin: 0;
  font-weight: 700;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.horizontal-nav > ul.hasSubmenus > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.horizontal-nav > ul.hasSubmenus > li:hover .splide.is-initialized {
  visibility: visible;
}

.header-contact {
  gap: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-contact p {
  margin: 0;
}
.header-contact p a {
  padding: 13px 1vw;
  transition: all 0.3s;
  display: block;
}
.header-contact p a:hover {
  background-color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
  border-radius: 10px;
}
.header-contact a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875em;
}
.header-contact .nSocial {
  gap: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header-contact .nSocial i {
  color: #fff;
}
.header-contact .nSocial svg {
  width: 15px;
  height: 15px;
}
.header-contact .nSocial a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-contact .nSocial a:hover i {
  color: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}
.header-contact .nSocial a:hover svg {
  fill: var(--theme-brand-secondary, var(--theme-colour-green, #7aaf42));
}

.header-mobile .cd-dropdown-content > li > a {
  color: #fff;
}
.header-mobile .cd-dropdown-content > li > a:hover {
  color: var(--theme-brand-default, var(--theme-colour-blue, #078ba6)) !important;
}

.menu .additional_linkslist li.menuitem {
  margin: 0;
  padding: 0;
}
.menu .additional_linkslist li.menuitem > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 !important;
  padding: 14px 1vw;
  transition: all 0.3s;
  font-size: 0.875em;
  display: block;
}

/*# sourceMappingURL=nexustheme.css.map*/