@import url(https://use.typekit.net/utk4ucn.css);
@charset "UTF-8";
/* ============================================ *
 * Reset
 * ============================================ */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: black(0);
  /* Prevent tap highlight on iOS/Android */
  -webkit-text-size-adjust: 100%;
  /* Prevent automatic scaling on iOS */
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: "";
}

input:focus,
input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search] {
  -webkit-appearance: none;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}

a:hover {
  text-decoration: none;
}

.btn {
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
  line-height: 1.6;
  font-size: 1rem;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #238826;
  border-color: #1e7420;
  font-weight: 500;
}
.btn-primary:hover {
  background-color: #195f1b;
  border-color: #134b15;
}
.btn-primary:focus {
  background-color: #289c2c;
  border-color: #238826;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
.btn-primary:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary.disabled {
  background-color: #43ce47;
  border-color: #f29478;
}

.btn-outline-primary {
  color: #EC663E;
  border-color: #EC663E;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover {
  background-color: #238826;
  border-color: #EC663E;
  color: #FFFFFF;
}
.btn-outline-primary.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3);
}

.btn-light:hover {
  background-color: #D6D7D8;
  border-color: #a3a8ae;
}

.btn-outline-primary:hover, .btn-outline-primary.active {
  color: #FFFFFF;
}

.alert > div *:last-child {
  margin-bottom: 0;
}

.form-text {
  line-height: 1.4;
}

.form-control,
.form-select,
.input-group-text {
  border-radius: 0.5rem;
}

.nav-tabs {
  flex-wrap: nowrap;
}
.nav-tabs .nav-item {
  flex: 1;
}
.nav-tabs .nav-link {
  width: 100%;
  color: #374043;
  border-color: #dee2e6 #dee2e6;
  font-family: "urw-din", sans-serif;
}
.nav-tabs .nav-link.active {
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 600;
  color: #EC663E;
}

.accordion-item {
  border-bottom: 0;
}

.accordion-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.valid-feedback,
.invalid-feedback {
  line-height: 1.5;
  font-weight: 600;
  font-size: 1rem;
}

.valid-feedback.light {
  color: #5cff69;
}

.invalid-feedback {
  line-height: 1.5;
}
.invalid-feedback.light {
  color: #fff876;
}

.tooltip-inner {
  background: #374043;
}

.slick-prev {
  left: -13px;
}

.slick-next {
  right: -13px;
}

.slick-prev:before,
.slick-next:before {
  color: #EC663E;
}

.slick-slide {
  padding: 0 8px;
}
.slick-slide img {
  max-width: 100%;
  max-height: 100%;
}

.slick-slider {
  padding-bottom: 2px;
}

.klarna-promotion-wide {
  max-width: 728px;
  margin-inline: auto;
}

.klarna-credit-promotion-auto-size {
  padding-block: 1rem !important;
}
.klarna-credit-promotion-auto-size klarna-placement::part(osm-container) {
  background: transparent;
  border: none;
}

.klarna-container-cart {
  grid-column: 1/3;
  grid-row: auto;
  justify-self: end;
}
.klarna-container-cart klarna-placement::part(osm-container) {
  border: none;
  background: transparent;
}

#_68625 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#_68625 iframe {
  position: fixed;
}

html {
  font-size: 14px;
}

body {
  font-family: "urw-din", sans-serif;
  color: #374043;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 300;
  letter-spacing: -1px;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: -1px;
}

h3, .h3 {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  font-weight: 400;
  letter-spacing: -1px;
}

h4, .h4 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #374043;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

li {
  font-size: 1rem;
  line-height: 1.4;
  color: #374043;
}

a {
  color: #EC663E;
  text-decoration: underline;
}
a:hover {
  color: #EC663E;
}
a:active {
  color: #374043;
}
a:focus {
  color: #EC663E;
}
a.plain {
  color: #374043;
  text-decoration: none;
}
a.no-decoration {
  text-decoration: none;
}

.intro {
  font-size: 1.2rem;
  line-height: 1.4;
}

address {
  line-height: 1.4;
}

.info-note {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.info-note::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  margin-right: 6px;
}

.strong {
  font-weight: 600;
}

.highlight {
  color: #EC663E;
}

.cta {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
}
.cta:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  font-size: 150%;
  color: #EC663E;
  margin-left: 4px;
  transition: margin-left 0.3s;
}
.cta:hover {
  color: #374043;
}
.cta:hover:after {
  color: #374043;
  margin-left: 8px;
}

.small {
  font-size: 75%;
}

.small {
  font-size: 75%;
}

blockquote {
  margin: 20px auto;
  padding: 0 14%;
  font-size: 2rem;
  font-style: italic;
  font-weight: 100;
  text-align: center;
  position: relative;
}
blockquote::before, blockquote::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  color: #374043;
  opacity: 0.1;
  font-size: 10vw;
}
blockquote::before {
  content: "";
  left: 0;
  top: -6px;
}
blockquote::after {
  content: "";
  right: 0;
  top: -6px;
}

.select-dropdown select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 1rem;
}
.select-dropdown select:focus {
  border-color: #f6b39f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.select-dropdown select:disabled {
  background-color: #e9ecef;
}
.select-dropdown select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

input.prominent,
select.prominent {
  border-color: #374043;
}

.columns-1,
.columns-2,
.columns-3,
.columns-4 {
  -moz-columns: 1;
       columns: 1;
}

.code {
  font-family: "Courier New", "Courier", monospace;
  padding: 1rem 1.5rem;
  background: #D6D7D8;
  font-weight: 600;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border: 2px solid #a2a4a6;
  overflow: hidden;
  display: inline-block;
  line-height: 1.4;
}

.formula__first {
  color: #963232;
}
.formula__second {
  color: #3c6e3c;
}
.formula__answer {
  color: #323264;
}

.white {
  color: #FFFFFF;
}

.statement {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1.3;
}

@media (min-width: 576px) {
  blockquote::before, blockquote::after {
    font-size: 200%;
  }
}
@media (min-width: 768px) {
  blockquote {
    padding: 0 17%;
  }
  blockquote::before, blockquote::after {
    font-size: 150%;
  }

  .columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 992px) {
  blockquote {
    padding: 0 13%;
  }
}
@media (min-width: 1200px) {
  blockquote {
    padding: 0 10%;
    width: 75%;
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol.numeric,
ol.decimal {
  counter-reset: item;
  overflow: hidden;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
ol.numeric > li,
ol.decimal > li {
  padding-left: 28px;
  padding-bottom: 1.5rem;
  font-size: 1.1rem;
}
ol.numeric > li:before,
ol.decimal > li:before {
  content: counter(item);
  counter-increment: item;
  color: #EC663E;
  margin-left: -27px;
  margin-right: 6px;
  width: 20px;
  display: inline-block;
}
ol.numeric > li ul,
ol.decimal > li ul {
  margin-top: 10px;
}
ol.numeric.fancy > li,
ol.decimal.fancy > li {
  display: flex;
  align-items: center;
}
ol.numeric.fancy > li:before,
ol.decimal.fancy > li:before {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.6rem;
  background-color: #f7c2b2;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.bullets {
  list-style-type: disc;
  margin: 10px 0 20px 20px;
}
ul.bullets li {
  padding: 2px 0 12px 0;
}

ul.branded-bullets {
  list-style: none;
  margin: 10px 0 20px 20px;
}
ul.branded-bullets li {
  padding: 2px 0 12px 0;
}
ul.branded-bullets li::before {
  content: "•";
  color: #EC663E;
  font-weight: bold;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}

ul.tick {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
ul.tick.inline {
  margin-left: 0;
}
ul.tick > li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
ul.tick > li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  color: #EC663E;
  margin-right: 1rem;
}
ul.tick.top > li {
  align-items: flex-start;
}
ul.tick.top > li:before {
  padding-top: 10px;
}
ul.tick.extra-margin > li:before {
  margin-right: 20px;
}
ul.tick.spaced > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

ul.coins {
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
}
ul.coins > li {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}
ul.coins > li:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  color: #EC663E;
  margin-right: 1rem;
}

dl dt {
  margin-bottom: 0.75rem;
}
dl dd {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
dl dd::last-of-type {
  margin-bottom: 0;
}

dl.green-tick dt,
dl.grey-tick dt,
dl.orange-tick dt,
dl.red-tick dt {
  display: flex;
  font-weight: 700;
  line-height: 1.8;
}
dl.green-tick dt:before,
dl.grey-tick dt:before,
dl.orange-tick dt:before,
dl.red-tick dt:before {
  color: #EC663E;
  flex: 0 0 28px;
  font-size: 1.6rem;
  line-height: 1.2;
}
dl.green-tick dd,
dl.grey-tick dd,
dl.orange-tick dd,
dl.red-tick dd {
  margin-left: 28px;
  margin-bottom: 20px;
}

dl.tick > dt:before {
  color: #EC663E;
}

dl.on-dark-background dt {
  color: #EC663E;
}
dl.on-dark-background dd {
  color: #FFFFFF;
}

table {
  border-collapse: collapse;
  margin: 0 0 20px 0;
}

td,
th {
  padding: 8px 13px;
  text-align: left;
  border-left: 1px solid #D6D7D8;
  font-size: 13px;
  line-height: 1.4;
}

th {
  color: #374043;
  border-bottom: 2px solid #D6D7D8;
}

td {
  font-size: 12px;
  border-top: 1px solid #D6D7D8;
}

tr th:first-of-type,
tr td:first-of-type {
  border-left: none;
}

td.blank,
th.blank {
  border: none;
}

thead th {
  font-weight: bold;
  border-left: 1px solid #D6D7D8;
  border-right: 1px solid #D6D7D8;
}

thead th:first-of-type {
  border-left: none !important;
}

thead th:last-of-type {
  border-right: none;
}

thead th[colspan="2"],
thead th[colspan="3"],
thead th[colspan="4"],
thead th[colspan="5"] {
  text-align: center;
}

table.full-width {
  width: 100%;
}

table.centre th,
table.centre td {
  text-align: center;
}

table.side th {
  text-align: right;
  border-right: 2px solid #D6D7D8;
  border-left: none;
  border-top: 1px solid #D6D7D8;
  border-bottom: none;
  vertical-align: middle;
}

table.side tr:first-of-type th,
table.side tr:first-of-type td {
  border-top: none;
}

table.top-and-side thead th {
  border-left: 1px solid #D6D7D8;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid #bcbebf;
}
table.top-and-side thead th:first-of-type {
  border-right: 2px solid #bcbebf;
  border-left: none !important;
}
table.top-and-side thead th .blank {
  border: none;
}
table.top-and-side thead .heading th {
  font-size: 22px;
  font-weight: 100;
  border: none !important;
}
table.top-and-side tbody th {
  border-right: 2px solid #bcbebf;
  border-bottom: 1px solid #D6D7D8;
}
table.top-and-side tbody tr:last-of-type th {
  border-bottom: 0px solid #FFFFFF;
}

table.soft {
  width: 100%;
}
table.soft *:first-of-type,
table.soft th,
table.soft td {
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  text-align: center;
  border: 1px solid #f18b6c;
}
table.soft th {
  font-weight: 400;
  background-color: #fce7e1;
}
table.soft td {
  background-color: #FFFFFF;
}

@media (min-width: 768px) {
  table.soft *:first-of-type,
table.soft th,
table.soft td {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
.grid-column-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.grid-column-3 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.grid-column-4 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 576px) {
  .grid-column-2 {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-column-3 {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-column-4 {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-column-2 {
    gap: 2rem;
  }

  .grid-column-3 {
    gap: 2rem;
  }

  .grid-column-4 {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .grid-column-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-column-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@keyframes neon-flicker {
  from {
    opacity: 1;
  }
  4% {
    opacity: 0.9;
  }
  6% {
    opacity: 0.85;
  }
  8% {
    opacity: 0.95;
  }
  10% {
    opacity: 0.9;
  }
  11% {
    opacity: 0.922;
  }
  12% {
    opacity: 0.9;
  }
  14% {
    opacity: 0.95;
  }
  16% {
    opacity: 0.98;
  }
  17% {
    opacity: 0.9;
  }
  19% {
    opacity: 0.93;
  }
  20% {
    opacity: 0.99;
  }
  24% {
    opacity: 1;
  }
  26% {
    opacity: 0.94;
  }
  28% {
    opacity: 0.98;
  }
  37% {
    opacity: 0.93;
  }
  38% {
    opacity: 0.5;
  }
  39% {
    opacity: 0.96;
  }
  42% {
    opacity: 1;
  }
  44% {
    opacity: 0.97;
  }
  46% {
    opacity: 0.94;
  }
  56% {
    opacity: 0.9;
  }
  58% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.99;
  }
  68% {
    opacity: 1;
  }
  70% {
    opacity: 0.9;
  }
  72% {
    opacity: 0.95;
  }
  93% {
    opacity: 0.93;
  }
  95% {
    opacity: 0.95;
  }
  97% {
    opacity: 0.93;
  }
  to {
    opacity: 1;
  }
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter, .slide-fade-leave-to {
  transform: translateY(-3rem);
  opacity: 0;
}

.fade-enter-active {
  transition: opacity 0.3s ease;
}

.fade-leave-active {
  transition: opacity 0.8s ease;
}

.fade-enter, .slide-fade-leave-to {
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
body.iphone input[type=color],
body.iphone input[type=date],
body.iphone input[type=datetime],
body.iphone input[type=datetime-local],
body.iphone input[type=email],
body.iphone input[type=month],
body.iphone input[type=number],
body.iphone input[type=password],
body.iphone input[type=search],
body.iphone input[type=tel],
body.iphone input[type=text],
body.iphone input[type=time],
body.iphone input[type=url],
body.iphone input[type=week],
body.iphone select:focus,
body.iphone textarea {
  font-size: 16px;
}

html {
  scroll-behaviour: smooth;
  scroll-padding-top: var(--scroll-padding, 191px);
}

body {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.show-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0.5rem;
  justify-content: center;
}
.show-icon:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 100%;
  color: inherit;
}
.show-icon.inline {
  display: inline-flex;
}

[href^=tel].show-icon:before {
  content: "";
}

[href^=mailto].show-icon:before {
  content: "";
}

[href*=Tawk_API].show-icon:before {
  content: "";
}
[href*=Tawk_API].show-icon.btn-primary:before {
  color: #FFFFFF;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-20deg);
  }
  30% {
    transform: rotate(20deg);
  }
  45% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-20deg);
  }
  90% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.btn.show-icon:hover:before {
  animation: shake 0.5s;
}

.positive-strip {
  background: #D4E9DC;
}

.warning-strip {
  background: #F3E5D8;
}

svg:not(.bi) {
  fill: none;
}

.background-xlight {
  background-color: #FFFFFF;
}

.background-light {
  background-color: #f5f5f5;
}

.background-grey {
  background-color: #D6D7D8;
}

.background-dark {
  background-color: #374043;
}

.background-xdark {
  background-color: #000000;
}

.background-highlight {
  background-color: #EC663E;
}

.background-highlight-light {
  background-color: #FEF2EC;
}

.no-animation {
  transition: none;
}

.fs-300 {
  font-size: 1rem !important;
}

.fs-400 {
  font-size: 1.125rem !important;
}

.fs-500 {
  font-size: 1.563rem !important;
}

.fs-600 {
  font-size: 1.953rem !important;
}

.fs-700 {
  font-size: 2.441rem !important;
}

.fs-800 {
  font-size: 3.052rem !important;
}

footer {
  background: #374043;
  color: #FFFFFF;
}
footer p {
  color: #D6D7D8;
}
footer h5 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
footer a {
  color: #c9cacc;
}
footer a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
footer a:not(.underline) {
  text-decoration: none;
}
footer .h3 {
  color: #FFFFFF;
}

.footer-tel {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.footer-tel:before {
  color: #EC663E !important;
  font-size: 80% !important;
}

.footer-button-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.footer-button-wrapper .btn-primary {
  background: #238826;
  border-color: #238826;
}

.footer-links h4 {
  font-weight: 600;
}

.copyright p {
  font-size: 0.9rem;
}

.christmas footer {
  position: relative;
}
.christmas footer > .container {
  position: relative;
  z-index: 2;
}
.christmas footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.1;
  background-image: url("/storage/images/footer-snow-flakes.png");
  background-position: center top;
  background-repeat: repeat-x;
}

.association-icons {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 1rem;
  max-height: 70px;
  max-width: 290px;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .footer-button-wrapper {
    align-items: flex-start;
  }

  .footer-links a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .footer-links a {
    font-size: 1rem;
  }
}
#footer-ctas .footer-panel {
  background: white;
  background: linear-gradient(129deg, #fafafa 35%, #a5a5a5 100%);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
}
#footer-ctas .footer-panel:hover {
  background: linear-gradient(129deg, #fafafa 35%, #919191 100%);
}
#footer-ctas h4 {
  color: #374043;
  font-size: 1.9rem;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 500;
}
#footer-ctas p {
  color: #95979a;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1rem;
}
#footer-ctas .image {
  position: absolute;
  z-index: 1;
}
#footer-ctas .image img {
  max-width: initial;
}
#footer-ctas .content {
  position: relative;
  z-index: 2;
}
#footer-ctas .corner-banner {
  position: absolute;
  z-index: 3;
  bottom: 17px;
  right: -92px;
  background: #EC663E;
  color: #FFFFFF;
  padding: 0.65rem 0 0.75rem 0;
  width: 300px;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-30deg);
}
#footer-ctas .awards .image {
  top: 20px;
  right: 20px;
}
#footer-ctas .request-a-quote .image {
  bottom: 0;
  right: 0;
  height: 90%;
}
#footer-ctas .request-a-quote .image img {
  height: 100%;
}
#footer-ctas .price-match-promise .image {
  top: 3px;
  right: -33px;
}

@media (min-width: 576px) {
  #footer-ctas .awards .image {
    top: 20px;
    right: 63px;
  }
  #footer-ctas .request-a-quote .image {
    right: 70px;
  }
  #footer-ctas .price-match-promise .image {
    right: 10px;
  }
}
@media (min-width: 768px) {
  #footer-ctas .awards .image {
    right: -94px;
  }
  #footer-ctas .request-a-quote .image {
    height: 70%;
    right: -60px;
    bottom: 50px;
  }
  #footer-ctas .price-match-promise .image {
    right: -164px;
    top: 20px;
  }
}
@media (min-width: 992px) {
  #footer-ctas .awards .image {
    right: -25px;
  }
  #footer-ctas .request-a-quote .image {
    height: 90%;
    right: -26px;
    bottom: 0;
  }
  #footer-ctas .price-match-promise .image {
    right: -91px;
  }
}
@media (min-width: 1200px) {
  #footer-ctas .awards .image {
    right: 10px;
  }
  #footer-ctas .request-a-quote .image {
    right: 0;
  }
  #footer-ctas .price-match-promise .image {
    right: -36px;
  }
}
footer [class^=icon-]:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-size: 150%;
  color: #FFFFFF;
  margin-left: 1rem;
}
footer .icon-facebook:hover:before {
  color: #4267B2;
}
footer .icon-facebook:before {
  content: "";
}
footer .icon-twitter:hover:before {
  color: #1DA1F2;
}
footer .icon-twitter:before {
  content: "";
}
footer .icon-instagram:hover:before {
  color: #8a3ab9;
}
footer .icon-instagram:before {
  content: "";
}
footer .icon-linkedin:hover:before {
  color: #0e76a8;
}
footer .icon-linkedin:before {
  content: "";
}
footer .icon-youtube:hover:before {
  color: #FF0000;
}
footer .icon-youtube:before {
  content: "";
}

.footer-awards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.footer-award {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.6rem;
  border: 1px solid #D6D7D8;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .footer-awards {
    grid-template-columns: repeat(6, 1fr);
  }

  .footer-award {
    padding: 0.4rem;
  }
}
@media (min-width: 992px) {
  .footer-award {
    padding: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .footer-award {
    padding: 1rem;
  }
}
#footer-accordion .accordion-header {
  border-color: #a3a8ae;
}
#footer-accordion .accordion-item {
  border: none;
  background-color: transparent;
}
#footer-accordion .accordion-button {
  background-color: transparent;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 1.2rem 1.25rem;
  color: #FFFFFF;
}
#footer-accordion .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background-color: transparent;
  box-shadow: none;
}
#footer-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EC663E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#footer-accordion .accordion-button:focus {
  box-shadow: none;
}
#footer-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a3a8ae'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#footer-accordion .accordion-body li {
  padding: 0.5rem 0;
}

.payment-logos-wrapper {
  border-top: 1px dotted #afb1b3;
  border-bottom: 1px dotted #afb1b3;
  padding: 1.5rem 0;
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
}

.payment-logos {
  display: flex;
  justify-content: center;
  row-gap: 1.5rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.payment-logos img {
  max-height: 30px;
}
.payment-logos img[data-height="20"] {
  max-height: 20px;
}
.payment-logos img[data-height="40"] {
  max-height: 40px;
}

@media (min-width: 992px) {
  .payment-logos-wrapper {
    padding: 2rem 0;
    margin: 2rem 0;
  }

  .payment-logos {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .payment-logos-wrapper {
    margin: 3rem 0;
  }

  .payment-logos {
    max-width: initial;
  }
}
#main-header {
  background: #FFFFFF;
  transition: box-shadow 0.3s ease-in-out;
  z-index: 1030;
  position: relative;
}
#main-header::after {
  content: "";
  height: 0.5rem;
  width: 100%;
  display: block;
  background: #e80807;
  background: linear-gradient(132deg, #e80807 0%, #fc6e00 34%, #e80807 100%);
}
#main-header.sticky-header {
  position: sticky;
  top: 0;
}

.desktop-header {
  background: #FFFFFF;
}

.christmas #main-header {
  background: url("/storage/images/garland.png") center top repeat-x #FFFFFF;
  padding-top: 30px;
}

#header-login input[type=submit] {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
}
#header-login input[type=submit]:hover {
  color: #212529;
}
#header-login input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
#header-login input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.65;
}
#header-login input[type=submit]:hover, #header-login input[type=submit]:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
#header-login input[type=submit]:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
#header-login input[type=submit]:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
#header-login input[type=submit]:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
#header-login input[type=submit]:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
#header-login input[type=text],
#header-login input[type=password] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#header-login input[type=text]:focus,
#header-login input[type=password]:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f6b39f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
#header-login input[type=text]::-moz-placeholder, #header-login input[type=password]::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
#header-login input[type=text]::-moz-placeholder, #header-login input[type=text]:-ms-input-placeholder, #header-login input[type=text]::placeholder,
#header-login input[type=password]::-moz-placeholder,
#header-login input[type=password]:-ms-input-placeholder,
#header-login input[type=password]::placeholder {
  color: #6c757d;
  opacity: 1;
}
#header-login input[type=text]:disabled,
#header-login input[type=password]:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

#header-popout-menu {
  z-index: 10000;
}

.header-popout-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 0 0 9px 9px;
  padding-bottom: 1rem;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
}

#header-contact .plain {
  font-size: 1.4rem;
}
#header-contact .plain:before {
  color: #EC663E;
}

.logo {
  fill: #EC663E !important;
  stroke: none;
  width: 100%;
}

#ekm_minicart_item_count {
  position: absolute;
  font-family: "urw-din", sans-serif;
  color: #FFFFFF;
  background: #EC663E;
  padding: 0.3rem 0.45rem 0.3rem 0.45rem;
  border-radius: 0.8rem;
  font-size: 0.7rem;
  line-height: 1;
  top: -0.95rem;
  left: 50%;
  transform: translateX(0.5rem);
}

.search-form .ekmps-search-field {
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5;
  font-size: 0.9rem;
  padding: 0.75rem 0 0.75rem 1rem;
}
.search-form__button {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 0 0.5rem 0.5rem 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 40px;
  flex-wrap: inherit;
  cursor: pointer;
}
.search-form__button .fa-solid {
  color: #546164;
}
.search-form__button .ekmps-search-button {
  right: 1.55rem;
  position: absolute;
  left: 1.55rem;
  border: none;
  background: none;
}

#header-notice a {
  background: #D4E9DC;
  color: #046039;
  transition: background 0.5s;
}
#header-notice a:hover {
  background: #b9dbc6;
}

@media (min-width: 768px) {
  #main header {
    margin-bottom: 0 !important;
  }

  #header-logo {
    position: relative;
    display: block;
    top: -0.2rem;
  }
  #header-logo img {
    width: 100%;
  }

  .header-popout-menu {
    max-width: 440px;
  }

  .christmas #main-header {
    background: none;
    padding-top: 0;
  }
  .christmas .top-header {
    background-image: url("/storage/images/garland.png");
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 20px;
  }
}
.desktop-header {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding-block: 0.6rem;
  gap: 1rem;
}
.desktop-header__logo {
  flex: 0 0 130px;
  position: relative;
  top: -0.4rem;
}
.desktop-header__search {
  flex: auto;
}
.desktop-header__mini-cart a {
  color: #374043;
  text-decoration: none;
}
.desktop-header__mini-cart .fas {
  font-size: 1rem;
}
.desktop-header__mini-cart .wording {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}

.call-block {
  color: #374043;
  text-decoration: none;
  display: flex;
  gap: 0.5rem;
  position: relative;
  z-index: 2000;
  overflow: hidden;
}
.call-block .fas:before {
  color: #374043;
  font-size: 1.8rem;
}
.call-block:hover {
  color: #374043;
  text-decoration: none;
  overflow: visible;
}
.call-block:hover .call-block__text-wrapper {
  background-color: #FFFFFF;
}
.call-block:hover .call-block__overlay {
  visibility: visible;
  opacity: 1;
}
.call-block__overlay {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s, visiblity 0.1s;
}
.call-block__overlay.show {
  visibility: visible;
  opacity: 1;
}
.call-block__text-wrapper {
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1rem;
  position: relative;
  z-index: 20;
}
.call-block__wording {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.9rem;
}
.call-block__wording .title {
  font-weight: 600;
  display: block;
}
.call-block__panel {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 300px;
  display: flex;
  z-index: 21;
}
.call-block__panel-title {
  font-weight: 600;
}
.call-block__panel-status {
  color: #238826;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.call-block__panel-status::before {
  content: "•";
  font-size: 2rem;
}
.call-block__panel-message {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.call-block__panel-message p {
  margin: 0;
}
.call-block__panel-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: stretch;
}
.call-block__panel-buttons a {
  text-transform: uppercase;
  font-size: 0.9rem;
}
.call-block__panel-buttons .knowledge-hub-link {
  justify-content: center;
}
.call-block__panel-buttons .knowledge-hub-link::before {
  content: url("/storage/images/icon-knowledge-hub.svg");
  width: 20px;
  height: 20px;
}

.mini-cart-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .desktop-header {
    gap: 2rem;
  }
  .desktop-header__logo {
    flex: 0 0 180px;
  }
  .desktop-header__search {
    padding-left: 2rem;
  }
}
.mobile-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-header__logo {
  flex: 0 0 auto;
  width: 32%;
  max-width: 124px;
  padding: 0.75rem 0 0.75rem 0.75rem;
}
.mobile-header__trustpilot {
  flex: 0 0 auto;
  width: 68%;
  max-width: 300px;
}

@media (min-width: 768px) {
  .mobile-header {
    display: none;
  }
}
.btn-header {
  font-size: 0.9rem;
}

.top-header {
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.05), 0px 0px 4px 0 rgba(0, 0, 0, 0.09), 0px 0px 12px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
.top-header__content {
  display: flex;
  align-items: center;
  padding-block: 0.5rem;
}
.top-header__trustpilot {
  flex: 0 0 280px;
}
.top-header__links {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.top-header__divider {
  width: 1px;
  border-right: 1px solid #D6D7D8;
}
.top-header__link a {
  font-size: 0.9rem;
  font-weight: 400;
  color: #374043;
  text-decoration: none;
}
.top-header__link a.show-icon:before,
.top-header__link a .fas:before {
  color: #EC663E;
  font-size: 75%;
}
.top-header__link a .fas:before {
  font-size: 85%;
}
.top-header__link a:hover {
  color: #EC663E;
}
.top-header__link .knowledge-hub-link__header {
  gap: 0.5rem;
}
.top-header__link .knowledge-hub-link__header::before {
  width: 18px;
  height: 18px;
}

.fast-trade-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.fast-trade-link .fa-solid {
  color: #EC663E;
  font-size: 110%;
}

@media (min-width: 992px) {
  .top-header__content {
    justify-content: flex-end;
    padding-block: 0.75rem;
  }
}
.hp-category {
  height: 100%;
  padding: 1rem;
  position: relative;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp-category:hover {
  box-shadow: 0.1rem 0.1rem 0.6rem 0.3rem rgba(0, 0, 0, 0.14);
}
.hp-category__title {
  font-size: 3.4vw;
  margin-bottom: 0.75rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
}
.hp-category__title a {
  text-decoration: none;
  color: #374043;
}
.ribbon.right + .hp-category__title {
  padding-right: 20%;
}
.ribbon.left + .hp-category__title {
  padding-left: 20%;
}
.hp-category__image {
  margin-bottom: 0.5rem;
  position: relative;
}
.hp-category__image img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
.hp-category__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5rem;
}
.hp-category__price-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.5rem;
  align-self: stretch;
}
.hp-category__price {
  font-size: 1.8rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
}
.hp-category__price .from-and-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}
.hp-category__price .u-font-weight--regular {
  font-size: 50%;
}
.hp-category__price .vat {
  font-size: 50%;
  font-weight: 300;
  padding-bottom: 0.25rem;
}
.hp-category__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hp-category__buttons .shop-now {
  margin-bottom: 0.5rem;
}
.hp-category__buttons .more-info a {
  color: #a3a8ae;
  font-size: 0.8rem;
}
.hp-category__buttons .more-info .fa-solid {
  margin-right: 0.25rem;
}

.christmas .hp-category {
  padding-top: 2.5rem;
}
.christmas .hp-category .snow {
  position: absolute;
  width: calc(100% + 6px);
  top: -2px;
  left: -3px;
  max-width: initial;
}

@media (min-width: 576px) {
  .hp-category__title {
    font-size: 1.2rem;
  }
  .hp-category__content {
    align-items: flex-start;
  }
  .hp-category__price-wrapper {
    flex-direction: row;
  }
  .hp-category__price {
    flex-direction: column;
    align-items: flex-start;
  }
  .hp-category__price .from-and-price {
    flex-direction: column;
    line-height: 1.2;
  }
}
.best-sellers {
  background: #F5F5F5;
}

#best-sellers-slider {
  width: 100%;
  overflow: hidden;
  height: 350px;
}
#best-sellers-slider .panel {
  width: 242px;
}

.ios .usp .icon {
  width: 46px;
  height: 100%;
  position: relative;
}
.ios .usp .col {
  position: relative;
  padding-right: 0.25rem;
}
.ios .usp svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.ios .usp.delivery svg {
  height: auto;
  width: 37px;
  left: -6px;
}
.ios .usp.rated svg {
  height: auto;
  width: 31px;
}

.system-panel {
  border-radius: 4px;
}
.system-panel.water svg {
  stroke: #66C3FF;
}
.system-panel.electric svg {
  stroke: #EC663E;
}
.system-panel .title {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.2;
}
.system-panel .icon {
  margin-left: -54px;
}
.system-panel svg {
  height: 60px;
}

.list-button {
  background: none;
  border: none;
  color: #374043;
  font-weight: regular;
}
.list-button.active, .list-button:hover {
  color: #EC663E;
  font-weight: 600;
}

#v-pills-tab li {
  border-bottom: 1px solid #D6D7D8;
}

.why-choose__title {
  font-weight: 500;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .system-panel .image img {
    height: 100%;
    max-width: initial;
  }
}
.showroom-promo__header {
  background: #EC663E;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  color: #FFFFFF;
  font-weight: 100;
}
.showroom-promo__wrapper {
  background-image: url("/storage/images/about-customers-in-showroom.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
}
.showroom-promo__wrapper::before {
  content: "";
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.showroom-promo__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.showroom-promo__title {
  font-size: 1.8rem;
  line-height: 1.3;
}
.showroom-promo__body {
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 576px) {
  .showroom-promo::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%);
  }
}
@media (min-width: 768px) {
  .showroom-promo::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
}
@media (min-width: 992px) {
  .showroom-promo {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .showroom-promo::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.1) 60%);
  }
  .showroom-promo__wrapper {
    flex: auto;
  }
  .showroom-promo__content {
    padding: 2rem;
    gap: 1rem;
    height: 100%;
    justify-content: space-between;
  }
  .showroom-promo__title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  .showroom-promo {
    background-position: center 30%;
  }
  .showroom-promo::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 50%);
  }
}
@media (min-width: 1400px) {
  .showroom-promo::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0) 50%);
  }
  .showroom-promo__title {
    font-size: 1.8rem;
  }
}
.product-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  gap: 1rem;
  position: relative;
}
.product-images__title {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: -1px;
  line-height: 1.2;
}
.product-images__main-image-wrapper {
  position: relative;
  padding-top: 1rem;
}
.product-images__main-image {
  position: relative;
  max-height: 520px;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
.product-images__main-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-images__thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding-bottom: 2rem;
}
.product-images__thumbnails:empty {
  display: none;
}
.product-images__thumbnail:not(.ekm-extra-image-empty) {
  display: flex;
  align-items: center;
}
.product-images__thumbnail:not(.ekm-extra-image-empty) img {
  height: auto !important;
}

.ekm-extra-image-empty {
  display: none;
}

.rrp-and-saving {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 0.25rem;
}

.rrp {
  display: flex;
  gap: 0.3rem;
}
.rrp__label, .rrp__price {
  text-decoration: line-through;
  font-size: 1.3rem;
  font-weight: 300;
  color: #bcbebf;
}

.saving {
  display: flex;
  gap: 0.3rem;
  background: #da1a2b;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
}
.saving__label, .saving__price {
  font-size: 1.1rem;
  color: white;
}

.product-details {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  background-color: #f7f7f7;
}
.product-details__widget {
  padding-inline: 1rem;
  padding-block: 1.75rem;
  border-top: 1px solid #D6D7D8;
}
.product-details__title {
  display: none;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 500;
}
.product-details__short-description {
  display: none;
}
.product-details__short-description :last-child {
  margin-bottom: 0;
}
.product-details__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.product-details__options:empty {
  display: none;
}
.product-details__option {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
}
.product-details__option-label {
  font-size: min(3.7vw, 1.2rem);
}
.product-details__option-item {
  flex: 0 0 calc(100% - 120px);
}
.product-details__price-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  padding-inline: 0;
  padding-block: 1.75rem;
}
.product-details__prices {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.product-details__prices .our-price,
.product-details__prices .total-price {
  display: flex;
}
.product-details__prices .our-price .price,
.product-details__prices .total-price .price {
  color: #EC663E;
  margin-right: 0.25rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
.product-details__prices .our-price .price-each,
.product-details__prices .our-price .price-vat,
.product-details__prices .total-price .price-each,
.product-details__prices .total-price .price-vat {
  display: flex;
  align-items: baseline;
}
.product-details__prices .our-price .vat,
.product-details__prices .total-price .vat {
  font-weight: 300;
}
.product-details__prices .our-price {
  flex-direction: column;
  font-size: 3rem;
}
.product-details__prices .our-price .label {
  font-size: 0.35em;
}
.product-details__prices .our-price .price-each {
  margin-bottom: 0.25rem;
}
.product-details__prices .our-price .each {
  font-size: 0.35em;
}
.product-details__prices .our-price .vat {
  font-size: 0.3em;
}
.product-details__quantity > span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product-details__total-price {
  font-size: 1.6rem;
  flex-direction: row;
  align-items: center;
}
.product-details__total-price-label {
  font-size: 0.55em;
  margin-right: 0.3rem;
  font-weight: 600;
}
.product-details__total-price-vat {
  font-size: 0.45em;
}
.product-details .product-usps {
  justify-content: center;
  padding-block: 2rem;
}
.product-details__add-to-cart input[type=submit] {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
  padding: 0.9rem 1.7rem 0.9rem 3.3rem;
  font-size: 1.2rem;
  background-color: #459c27;
  border-color: #3c8822;
}
.product-details__add-to-cart input[type=submit]:hover {
  color: #212529;
}
.product-details__add-to-cart input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.product-details__add-to-cart input[type=submit]:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.product-details__add-to-cart input[type=submit]:hover, .product-details__add-to-cart input[type=submit]:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
.product-details__add-to-cart input[type=submit]:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.product-details__add-to-cart input[type=submit]:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
.product-details__add-to-cart input[type=submit]:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
.product-details__add-to-cart input[type=submit]:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.product-details__add-to-cart input[type=submit]:hover, .product-details__add-to-cart input[type=submit]:focus, .product-details__add-to-cart input[type=submit]:active {
  background-color: #4eb02c;
  border-color: #459c27;
  color: #FFFFFF;
  box-shadow: none;
}
.product-details__add-to-cart-icon {
  color: #FFFFFF;
  left: 18px;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-46%);
}
.product-details__add-to-cart-button {
  position: relative;
}
.product-details__add-to-cart-button:has(+ [style="display: none;"]) {
  display: none;
}
.product-details__delivery-times {
  text-align: center;
}

#product-details {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#product-details .accordion-button {
  font-size: 1.4rem;
}
#product-details .accordion-button::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background-image: none;
  color: #EC663E;
  content: "";
}
#product-details .accordion-button:not(.collapsed) {
  color: #EC663E;
  background-color: #FFFFFF;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
#product-details .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.component-panel .image-wrapper {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.component-panel .image-wrapper img {
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-accordion__item-title {
  display: none;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 1.5rem 0 1rem 0;
}

.description-banner {
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 480px) {
  .product-details__price-block {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  #product-details .accordion-body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .product-details__widget {
    padding-inline: 2rem;
  }
  .product-details__price-block {
    padding-inline: 0;
  }
}
@media (min-width: 768px) {
  #product-details {
    border-top: none;
  }

  .product-details__add-to-cart {
    margin-bottom: 2rem;
  }

  .product-images__main-image .sale-tag {
    top: 1rem;
    right: 1rem;
  }
}
@media (min-width: 992px) {
  .product-images__title {
    display: none;
  }
  .product-images__main-image {
    max-height: 570px;
  }
  .product-images__main-image .sale-tag {
    top: 0;
    right: 0;
  }
  .product-images__thumbnails {
    justify-content: flex-start;
  }

  .product-details__title {
    display: block;
  }
  .product-details__widget {
    padding-inline: 1rem;
  }
  .product-details__price-block {
    padding-inline: 0;
  }

  .product-accordion__item-title {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-details {
    padding: 3rem;
  }
  .product-details__price-block {
    padding-inline: 0;
  }
}
.product-thumbnail > a {
  border: 1px solid #D6D7D8;
  margin: 0.35rem;
  border-radius: 0.35rem;
  display: block;
  overflow: hidden;
}

figure {
  border: 1px solid #D6D7D8;
  padding: 0.5rem;
  border-radius: 0.35rem;
  overflow: hidden;
}
figure figcaption {
  text-align: center;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  background-color: #F5F5F5;
  margin: 0.5rem -0.5rem -0.5rem -0.5rem;
}
figure.schematic {
  max-width: min(80%, 470px);
}
figure.inset {
  margin: 0 1rem 1.5rem;
}

.specification-columns {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
}

.ekmps-product-add-to-cart {
  padding-left: 40px;
}

.trustpilot-product-widget {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  figure.schematic {
    max-width: min(60%, 350px);
  }
  figure.inset {
    float: right;
    clear: right;
    margin: 0 0 1rem 1rem;
  }
  figure.inset.large {
    max-width: min(55%, 450px);
  }
  figure.left {
    float: none;
    clear: none;
  }

  .specification-columns {
    justify-content: flex-start;
  }
}
#area-calculator .floor {
  border-top: 1px solid #D6D7D8;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#area-calculator .calculator-total {
  text-align: right;
  font-size: 1.4rem;
}

#total-area {
  border-top: 1px solid #D6D7D8;
}
#total-area span {
  font-weight: 600;
}

@media (min-width: 992px) {
  #area-calculator .calculator-total {
    text-align: left;
  }
}
.ekm-bulk-discount {
  font-size: inherit !important;
  font-family: inherit !important;
  color: #374043 !important;
  border: none !important;
  max-width: 93%;
}
.ekm-bulk-discount tr {
  background: none !important;
}
.ekm-bulk-discount th, .ekm-bulk-discount td {
  font-size: 0.9rem !important;
  background: none !important;
  padding: 5px 6px !important;
  text-align: center !important;
}
.ekm-bulk-discount td {
  font-size: 1rem !important;
}
.ekm-bulk-discount td.ekm-bulk-discount-unit-price {
  color: #EC663E !important;
  line-height: 1.1;
}
.ekm-bulk-discount td.ekm-bulk-discount-unit-price:after {
  content: "inc vat";
  display: block;
  color: #374043;
  font-weight: 300;
  font-size: 75%;
  margin-left: 0.15rem;
}

@media (min-width: 576px) {
  .ekm-bulk-discount th, .ekm-bulk-discount td {
    font-size: 1rem !important;
    padding: 8px 13px !important;
  }
  .ekm-bulk-discount td {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 768px) {
  .ekm-bulk-discount th, .ekm-bulk-discount td {
    font-size: 0.9rem !important;
    padding: 5px 6px !important;
  }
  .ekm-bulk-discount td {
    font-size: 1rem !important;
  }
}
@media (min-width: 992px) {
  .ekm-bulk-discount th, .ekm-bulk-discount td {
    font-size: 1rem !important;
    padding: 8px 13px !important;
  }
  .ekm-bulk-discount td {
    font-size: 1.2rem !important;
  }
}
.product-documents {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 1.25rem;
}
.product-documents__title {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  background: #374043;
  color: #FFFFFF;
  border: 1px solid #374043;
  border-radius: 0.35rem 0.35rem 0 0;
}
.product-documents__documents {
  padding: 0 1.5rem;
  border: 1px solid #cccfd1;
  border-radius: 0 0 0.35rem 0.35rem;
}
.product-documents__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #374043;
  text-decoration: none;
  border-bottom: 1px solid #cccfd1;
}
.product-documents__link:last-child {
  border: none;
}
.product-documents__link:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  font-size: 150%;
  color: #EC663E;
  margin-right: 0;
  transition: margin-right 0.3s;
}
.product-documents__link:hover {
  color: #374043;
}
.product-documents__link:hover:after {
  color: #374043;
  margin-right: -4px;
}
.product-documents .fas:before {
  color: #EC663E;
}

.document-search-results {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  font-size: 1.1rem;
}
.document-search-results__link {
  height: 100%;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  background-color: #F5F5F5;
  text-decoration: none;
  color: #374043;
  font-size: 1em;
  line-height: 1.4;
  transition: background-color 100ms ease-in, color 100ms ease-in;
}
.document-search-results__link:hover {
  background-color: #EC663E;
  color: #FFFFFF;
}
.document-search-results__link:hover .fa-solid {
  color: #FFFFFF;
}
.document-search-results__link:hover .document-search-results__pseudo-link {
  color: #FFFFFF;
}
.document-search-results__link .fa-solid {
  margin-bottom: 1rem;
  color: #a3a8ae;
  font-size: 2em;
}
.document-search-results__title {
  flex: 1;
  text-align: center;
}
.document-search-results__pseudo-link {
  color: #EC663E;
  font-size: 0.8em;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .document-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .product-documents {
    padding: 0;
  }
  .product-documents__title {
    font-size: 1.1rem;
  }

  .document-search-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .product-documents__title {
    font-size: 1.2rem;
  }

  .document-search-results {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .document-search-results {
    grid-template-columns: repeat(5, 1fr);
  }
}
.product-pages {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 1.25rem;
}
.product-pages__title {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  background: #374043;
  color: #FFFFFF;
  border: 1px solid #374043;
  border-radius: 0.35rem 0.35rem 0 0;
}
.product-pages__groups {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid #cccfd1;
  border-radius: 0 0 0.35rem 0.35rem;
}
.product-pages__group__title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.product-pages__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-pages__link {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #374043;
  text-decoration: none;
}
.product-pages__link span {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-pages__link:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  font-size: 120%;
  color: #EC663E;
  margin-left: 0;
  margin-right: 0.75rem;
  position: relative;
  transition: margin-left 0.3s, margin-right 0.3s;
}
.product-pages__link:hover {
  color: #374043;
}
.product-pages__link:hover:before {
  color: #374043;
  margin-left: 0.3rem;
  margin-right: 0.45rem;
}
.product-pages .fas:before {
  color: #EC663E;
}

@media (min-width: 768px) {
  .product-pages {
    padding: 0;
  }
  .product-pages__title {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .product-pages__title {
    font-size: 1.2rem;
  }
}
.product-videos {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 1.25rem;
}
.product-videos__title {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  background: #374043;
  color: #FFFFFF;
  border: 1px solid #374043;
  border-radius: 0.35rem 0.35rem 0 0;
}
.product-videos__videos {
  display: grid;
  gap: 2rem;
  padding: 1.5rem;
  border: 1px solid #cccfd1;
  border-radius: 0 0 0.35rem 0.35rem;
}
.product-videos__link {
  display: grid;
  grid-template-columns: 1.2fr 1.3fr auto;
  grid-template-rows: auto auto;
  align-items: center;
  gap: 3vw;
  font-size: max(2.8vw, 1rem);
  line-height: 1.2;
  color: #374043;
  text-decoration: none;
  scale: 1;
  transition: scale 0.3s;
}
.product-videos__link:hover {
  color: #374043;
  scale: 1.03;
}
.product-videos__link:hover .product-videos__link__button {
  color: #374043;
  margin-right: -4px;
  margin-left: 4px;
}
.product-videos__link__thumbnail {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: start;
}
.product-videos__link__title {
  grid-column: 2/4;
  grid-row: 1/2;
}
.product-videos__link__duration {
  grid-column: 2/3;
  grid-row: 2/3;
}
.product-videos__link__button {
  font-size: 150%;
  color: #EC663E;
  transition: all 0.3s;
  grid-column: 3/4;
  grid-row: 2/3;
}

@media (min-width: 576px) {
  .product-videos__link {
    font-size: 1.1rem;
  }
  .product-videos__videos {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 1.5rem;
  }
  .product-videos__link {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    font-size: 0.9rem;
    gap: 1rem;
  }
  .product-videos__link__thumbnail {
    grid-column: 1/3;
    grid-row: 1/2;
    align-self: start;
  }
  .product-videos__link__title {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 1rem;
  }
  .product-videos__link__duration {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .product-videos__link__button {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media (min-width: 768px) {
  .product-videos {
    padding: 0;
  }
  .product-videos__videos {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-videos__title {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .product-videos__videos {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .product-videos__title {
    font-size: 1.2rem;
  }
  .product-videos__link {
    grid-template-columns: 1.2fr 1.3fr auto;
    grid-template-rows: auto auto;
    gap: 0.75;
    scale: 1;
    transition: scale 0.3s;
  }
  .product-videos__link__thumbnail {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: start;
  }
  .product-videos__link__title {
    grid-column: 2/4;
    grid-row: 1/2;
    font-size: 0.9rem;
  }
  .product-videos__link__duration {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .product-videos__link__button {
    grid-column: 3/4;
    grid-row: 2/3;
  }
}
.related-products {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem 1.25rem;
}
.related-products__title {
  font-size: 1.3rem;
}
.related-products__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.related-products__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #374043;
}
.related-products__image {
  flex: 0 0 min(35%, 135px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-products__image img {
  max-height: 90px;
  max-width: 90%;
}
.related-products__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.related-products__item-title {
  font-size: min(3.7vw, 1.1rem);
  line-height: 1.3;
}
.related-products__price {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  font-size: min(4.3vw, 1.7rem);
  font-weight: 600;
  color: #EC663E;
}
.related-products__price [class^=u-font],
.related-products__price .vat {
  color: #374043;
  font-weight: 300;
  font-size: 65%;
}

#related-products {
  background-color: #F3F3F3;
}
@media (min-width: 768px) {
  .related-products {
    padding: 0;
  }
  .related-products__content {
    gap: 0.5rem;
  }
  .related-products__item-title {
    font-size: 0.8rem;
  }
  .related-products__price {
    font-size: 1.2rem;
  }
  .related-products__image img {
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  .related-products__content {
    gap: 0.75rem;
  }
  .related-products__item-title {
    font-size: 1rem;
  }
  .related-products__price {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .related-products__content {
    gap: 0.5rem;
  }
  .related-products__item-title {
    font-size: 0.9rem;
  }
  .related-products__price {
    font-size: 1.3rem;
  }
}
@media (min-width: 1400px) {
  .related-products__content {
    gap: 0.75rem;
  }
  .related-products__item-title {
    font-size: 1rem;
  }
  .related-products__price {
    font-size: 1.4rem;
  }
}
.product-badges {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  justify-items: end;
  gap: 0.8rem;
  z-index: 10;
}

[class^=product-badge__] {
  height: 38px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.6));
}
[class^=product-badge__] img {
  max-width: initial;
  width: auto;
  height: 100%;
}

.big-boards-calculator {
  padding-inline: 1.25rem;
}
.big-boards-calculator__message {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.big-boards-calculator__total-message, .big-boards-calculator__num-boards {
  font-size: 1.5rem;
  line-height: 1.3;
}
.big-boards-calculator__total, .big-boards-calculator__total-boards {
  font-weight: 600;
  color: #EC663E;
}
.big-boards-calculator__wastage {
  font-size: 1.1rem;
  display: flex;
  align-items: flex-end;
  gap: 0.75rem;
}
.big-boards-calculator__areas {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.big-boards-calculator__area {
  display: grid;
  grid-template-columns: 1fr 1fr 16px;
  grid-template-rows: auto;
  grid-template-areas: "area-name area-width area-delete" "area-length area-total area-delete";
  align-items: center;
  gap: 1rem;
}
.big-boards-calculator__area:not(:first-of-type) {
  padding-top: 2rem;
  border-top: 1px solid #D6D7D8;
}
.big-boards-calculator__area__name {
  grid-area: area-name;
}
.big-boards-calculator__area__width {
  grid-area: area-width;
}
.big-boards-calculator__area__length {
  grid-area: area-length;
}
.big-boards-calculator__area__total {
  grid-area: area-total;
}
.big-boards-calculator__area__delete {
  padding-top: 16px;
  grid-area: area-delete;
}

@media (min-width: 576px) {
  .big-boards-calculator {
    padding-inline: 0;
  }
}
@media (min-width: 992px) {
  .big-boards-calculator {
    padding-inline: 0;
  }
  .big-boards-calculator__areas {
    gap: 1rem;
  }
  .big-boards-calculator__area {
    grid-template-columns: repeat(4, 1fr) 30px;
    grid-template-areas: "area-name area-width area-length area-total area-delete";
  }
  .big-boards-calculator__area:not(:first-of-type) {
    padding-top: 0;
    border-top: none;
  }

  #area-calculator .accordion-body {
    padding-right: 0;
  }
}
.product-details__adhesive-calculator {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.product-details__adhesive-calculator__title {
  color: #374043;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.product-details__adhesive-calculator__intro {
  padding-bottom: 1rem;
  line-height: 1.3;
}
.product-details__adhesive-calculator__fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.product-details__adhesive-calculator__message {
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
  line-height: 1.3;
}

.boards-calculator__container {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: auto;
}
.boards-calculator__title {
  color: #374043;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
}
.boards-calculator__intro {
  padding-bottom: 1rem;
}
.boards-calculator__fields {
  display: grid;
  align-items: center;
  grid-template-columns: minMax(100px, 150px) auto 60px;
  gap: 1rem;
}
.boards-calculator__message {
  margin: 1rem 0 0 0;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 992px) {
  .boards-calculator__fields {
    grid-template-columns: 120px auto 60px;
  }
}
.product-details__cta {
  display: grid;
  align-items: center;
  --button-size: 38px;
  grid-template-columns: repeat(2, min-content);
  justify-content: space-between;
  gap: 1rem;
}
.product-details__cta__quantity {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: var(--button-size) auto var(--button-size);
  justify-self: end;
}
.product-details__cta__quantity input[type=number] {
  height: var(--button-size);
  text-align: center;
  vertical-align: middle;
  border-radius: 0;
  border: none;
  background-color: #FFFFFF;
  padding: 0 0.5rem;
  width: 100%;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin: 0;
}
.product-details__cta__quantity input[type=number]::-webkit-inner-spin-button, .product-details__cta__quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-details__cta__quantity-button {
  width: var(--button-size);
  height: var(--button-size);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.6rem;
}
.product-details__cta__quantity-button:hover {
  cursor: pointer;
}
.product-details__cta__quantity-button.decrease {
  background-color: #D6D7D8;
  border-radius: 0.4rem 0 0 0.4rem;
}
.product-details__cta__quantity-button.decrease:hover {
  background-color: #a3a8ae;
}
.product-details__cta__quantity-button.increase {
  background-color: #374043;
  border-radius: 0 0.4rem 0.4rem 0;
}
.product-details__cta__quantity-button.increase:hover {
  background-color: #000000;
}
.product-details__cta__add-to-cart {
  grid-column: 2/3;
}
.product-details__cta__add-to-cart__button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0 1rem;
  height: 100%;
  font-size: 1.1rem;
  background-color: #459c27;
  border-color: #3c8822;
  color: #FFFFFF;
}
.product-details__cta__add-to-cart__button:hover {
  color: #212529;
}
.product-details__cta__add-to-cart__button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.product-details__cta__add-to-cart__button:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.product-details__cta__add-to-cart__button:hover, .product-details__cta__add-to-cart__button:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
.product-details__cta__add-to-cart__button:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.product-details__cta__add-to-cart__button:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
.product-details__cta__add-to-cart__button:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
.product-details__cta__add-to-cart__button:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.product-details__cta__add-to-cart__button:hover, .product-details__cta__add-to-cart__button:focus, .product-details__cta__add-to-cart__button:active {
  background-color: #4eb02c;
  border-color: #459c27;
  color: #FFFFFF;
  box-shadow: none;
}
.product-details__cta__add-to-cart__button:has(+ [style="display: none;"]) {
  display: none;
}
.product-details__cta__add-to-cart__button .ekmps-product-add-to-cart {
  background: none;
  border: none;
  padding: 0;
  color: #FFFFFF;
}

.ekmps-product-add-to-cart {
  padding-left: 40px;
}

@media (min-width: 480px) {
  .product-details__cta {
    --button-size: 40px;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .product-details__add-to-cart {
    margin-bottom: 2rem;
  }
}
.product-details__delivery__title {
  color: #238826;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.product-details__delivery__content p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.product-details__delivery__content-link {
  color: #374043;
  font-size: 1rem;
  text-decoration: underline;
}
.product-details__delivery__countdown {
  font-weight: 600;
}
.product-details__delivery__countdown.closeToEnd {
  color: #da1a2b;
}

@media (min-width: 768px) {
  .product-details__delivery__content p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .product-details__delivery__content p {
    font-size: 1.1rem;
  }
}
.product-details__trustpilot {
  display: flex;
  justify-content: center;
}
.product-details__trustpilot a {
  text-decoration: none;
  color: #374043;
}

.accordion-clickable {
  display: flex;
  justify-content: space-between;
  color: #444;
  padding: 1.5rem 0rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  cursor: default;
  align-items: center;
  vertical-align: middle;
  gap: 0.5rem;
}
.accordion-clickable p {
  font-weight: 500;
  padding: 0rem 0rem 0rem 1.25rem;
  font-size: 1.3rem;
  margin-bottom: 0;
}

.accordion-clickable.active P {
  color: #ec663e;
}

.accordion-content {
  max-height: 0;
  transition: padding 0.3s ease-in-out, max-height 0.4s ease-in;
  overflow: hidden;
  padding: 0rem 1.25rem;
}

.accordion-content.active {
  padding: 1.2rem;
  max-height: 1000px;
}

.accordion-clickable::after {
  font-family: FontAwesome;
  content: "";
  transition: transform 0.3s ease-in;
  font-size: 140%;
  color: #444;
  padding: 0rem 1.25rem;
}

.accordion-clickable.active::after {
  font-family: FontAwesome;
  content: "";
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in;
  font-size: 140%;
  color: #ec663e;
  padding: 0rem 1.25rem;
}

.icons-inline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
  padding: 2.5rem 0rem 0rem 0rem;
}

.icon {
  width: 65%;
  display: flex;
  justify-content: center;
}
.icon img {
  max-width: 100%;
  max-height: 70px;
}
.icon a {
  display: flex;
  width: 100%;
  justify-content: center;
}

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

@media (min-width: 576px) {
  .icons-inline {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .icon {
    width: clamp(120px, 170px, 180px);
  }
}
#sidebar {
  order: 2;
  padding-bottom: 20px;
  display: flex;
}

#category-content {
  order: 1;
  margin-bottom: 30px;
}
#category-content .flexslider {
  border: 0;
}
#category-content h3 {
  margin-bottom: 20px;
}

#category-description {
  padding: 1.5rem;
}
#category-description h1 {
  font-size: 1.4rem;
  font-weight: 600;
}
#category-description p:last-child {
  margin-bottom: 0;
}

#paypal-credit-strip {
  background: #F0F9FF;
}

.stat-type {
  position: absolute;
  top: -21px;
  right: -43px;
  font-size: 1rem;
  transform: rotate(45deg);
  z-index: 10;
  text-align: center;
  padding: 30px 0 9px;
  width: 112px;
  color: #FFFFFF;
  line-height: 1;
}
.stat-type.water {
  background-color: #66C3FF;
}
.stat-type.electric {
  background-color: #EC663E;
}

@media (min-width: 992px) {
  #sidebar {
    order: 1;
  }

  #category-content {
    order: 2;
  }
}
.category-banner {
  position: relative;
  color: #FFFFFF;
}
.category-banner .content-wrapper {
  position: absolute;
  top: 3.3vw;
  left: 8vw;
  z-index: 5;
  max-width: 45%;
}
.category-banner h1 {
  font-size: 4.5vw;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
.category-banner .price {
  color: #EC663E;
  font-size: 3.8vw;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.category-banner .price [class^=u-font] {
  color: #FFFFFF !important;
  font-size: 75%;
  font-weight: 300;
  margin-right: 6px;
}
.category-banner .price .vat {
  font-size: 55%;
  color: #FFFFFF !important;
  font-weight: 300;
}
.category-banner .strapline {
  display: none;
}
.category-banner.light {
  color: #374043;
}
.category-banner.light .price [class^=u-font],
.category-banner.light .price .vat {
  color: #374043;
}

#category-banner + #category-title {
  display: none;
}

@media (min-width: 576px) {
  .category-banner .content-wrapper {
    top: 22px;
    left: 40px;
  }
  .category-banner .content-wrapper.single {
    top: 29px;
  }
  .category-banner h1 {
    font-size: 1.6rem;
  }
  .category-banner .price {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .category-banner {
    margin-top: 1rem;
  }
  .category-banner .content-wrapper {
    top: 30px;
    left: 50px;
  }
  .category-banner .content-wrapper.single {
    top: 30px;
  }
  .category-banner .price {
    font-size: 1.6rem;
  }
  .category-banner .strapline {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  .category-banner .content-wrapper {
    top: 37px;
    max-width: 44%;
  }
  .category-banner .content-wrapper.single {
    top: 37px;
  }
  .category-banner .content-wrapper > * {
    margin-bottom: 1rem !important;
  }
  .category-banner h1 {
    font-size: 2.1rem;
  }
  .category-banner .price {
    font-size: 1.7rem;
  }
  .category-banner .strapline {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .category-banner .content-wrapper {
    top: 50px;
    left: 70px;
    max-width: 44%;
  }
  .category-banner .content-wrapper.single {
    top: 50px;
  }
  .category-banner .content-wrapper > * {
    margin-bottom: 1.3rem !important;
  }
  .category-banner h1 {
    font-size: 2.3rem;
  }
  .category-banner .price {
    font-size: 1.9rem;
  }
  .category-banner .strapline {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media (min-width: 1400px) {
  .category-banner .content-wrapper {
    top: 70px;
    left: 90px;
    max-width: 40%;
  }
  .category-banner .content-wrapper > * {
    margin-bottom: 2rem !important;
  }
  .category-banner h1 {
    font-size: 2.7rem;
  }
  .category-banner .price {
    font-size: 2.2rem;
  }
  .category-banner .strapline {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.category-list-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.category-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 100%;
}
.category-panel-grid.categories {
  grid-template-columns: repeat(3, 1fr);
}
.category-panel-grid .panel__image {
  position: relative;
}
.category-panel-grid .panel__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.category-panel-grid .panel__image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-panel-grid .panel__image-wrapper img {
  max-height: 100%;
}
.category-panel-grid .panel__price {
  font-size: 1rem;
  color: #374043;
  font-weight: initial;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.category-panel-grid .panel .rrp-and-saving {
  gap: 0.5rem;
  flex-wrap: nowrap;
}
.category-panel-grid .panel .rrp__label, .category-panel-grid .panel .rrp__price {
  font-size: min(2.7vw, 1.1rem);
}
.category-panel-grid .panel .saving__label, .category-panel-grid .panel .saving__price {
  font-size: min(2.5vw, 1rem);
}

.category-list-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #D6D7D8;
  padding-bottom: 2rem;
}
.category-list-item__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.category-list-item__image a {
  max-width: 375px;
}
.category-list-item__image__promos {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.category-list-item__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.category-list-item__title {
  font-size: min(5.7vw, 1.6rem);
  line-height: 1.2;
  font-weight: 500;
}
.category-list-item__title a {
  text-decoration: none;
  color: #374043;
}
.category-list-item__body a {
  color: #374043;
  text-decoration: none;
}
.category-list-item__cta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.category-list-item__cta .price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #EC663E;
}
.category-list-item__cta .price .vat {
  font-size: 60%;
  font-weight: 300;
  color: #374043;
}
.category-list-item__cta [class^=u-font] {
  color: #374043;
  font-weight: 400;
  font-size: 60%;
}
.category-list-item .price-and-rrp-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.category-list-item .rrp-and-saving {
  gap: 0.5rem;
}
.category-list-item .rrp__label, .category-list-item .rrp__price {
  font-size: min(3.3vw, 1.1rem);
}
.category-list-item .saving__label, .category-list-item .saving__price {
  font-size: min(3.1vw, 1rem);
}
.category-list-item__price-and-buttons {
  display: flex;
  justify-content: space-around;
}
.category-list-item__usps {
  display: flex;
  justify-content: center;
}
.category-list-item .sale-tag {
  align-self: flex-start;
}

.category-product-panel {
  grid-template-rows: min-content auto min-content min-content;
}
.category-product-panel__link-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: #374043;
}
.category-product-panel__link-wrapper:hover {
  color: #374043;
}
.category-product-panel .panel__title {
  font-weight: 400;
  font-size: 1.2rem;
}
.category-product-panel .panel__cta {
  align-self: end;
}
.category-product-panel .panel__cta.full-width {
  text-align: center;
  gap: 1.5rem;
}
.category-product-panel__buttons {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.category-product-panel__usps {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem 0.75rem;
}
.category-product-panel__usps:empty {
  display: none;
}

@media (min-width: 576px) {
  .category-panel-grid .panel .rrp-and-saving {
    gap: 1.25rem;
  }
  .category-panel-grid .panel .rrp__label, .category-panel-grid .panel .rrp__price {
    font-size: 1.1rem;
  }
  .category-panel-grid .panel .saving__label, .category-panel-grid .panel .saving__price {
    font-size: 1rem;
  }

  .category-product-panel__usps {
    display: flex;
  }
}
@media (min-width: 768px) {
  .category-list-item {
    flex-direction: row;
    padding-bottom: 1rem;
  }
  .category-list-item__image {
    flex: 1 0 25%;
    align-self: flex-start;
  }
  .category-list-item__content {
    text-align: left;
  }
  .category-list-item__title {
    font-size: 1.2rem;
  }
  .category-list-item__cta {
    flex: 1 0 140px;
  }
  .category-list-item__cta .price {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .category-list-item__price-and-buttons {
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
  }
  .category-list-item__usps {
    justify-content: flex-start;
  }

  .category-panel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .category-panel-grid.categories {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .category-list-item {
    gap: 3rem;
  }
}
@media (min-width: 1400px) {
  .category-list-item__image {
    flex: 1 0 30%;
  }

  .category-panel-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .category-panel-grid.categories {
    grid-template-columns: repeat(6, 1fr);
  }
}
.sidebar-promos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.sidebar-promo {
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
  width: 100%;
}
.sidebar-promo__gradient-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(to right, #f4f4f4 40%, rgba(244, 244, 244, 0));
}
.sidebar-promo__title {
  position: relative;
}
.sidebar-promo__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sidebar-promo__title {
  line-height: 1.2;
  font-size: min(5.3vw, 2rem);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sidebar-promo__title-icon {
  width: min(20%, 50px);
}
.sidebar-promo__image {
  flex: 0 0 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sidebar-promo__image img {
  bottom: -2rem;
  position: relative;
}
.sidebar-promo__message {
  padding: 2rem 1rem;
  display: flex;
  gap: 3vw;
  flex-direction: column;
  align-items: flex-start;
}
.sidebar-promo__body {
  color: #FFFFFF;
  font-size: min(3.3vw, 1.1rem);
}
.sidebar-promo__body > :last-child {
  margin-bottom: 0;
}
.sidebar-promo.raq {
  padding: 1.5rem;
  background-image: url("/storage/images/side-raq-background.jpg");
}
.sidebar-promo.klarna {
  background: transparent;
  margin-inline: auto;
}

.sidebar-usps {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: space-around;
}

.trustpilot-category-widget {
  padding: 1rem 2em 0 2rem;
  border: 1px solid #D6D7D8;
  border-radius: 4px;
  margin: 1.5rem 0;
}

@media (min-width: 768px) {
  .sidebar-promo.md-50 {
    width: calc((100% - 1.5rem)/2);
  }
  .sidebar-promo.raq .sidebar-promo__content {
    gap: 2rem;
    padding: 1rem;
  }
  .sidebar-promo.klarna {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  .sidebar-promos .system-panel__content {
    padding: 0.5rem;
  }
  .sidebar-promos .system-panel__image {
    display: none;
  }
  .sidebar-promos .system-panel__title {
    font-size: 1.3rem;
    margin-left: 50px;
  }
  .sidebar-promos .system-panel__body {
    font-size: 0.9rem;
  }
  .sidebar-promos .system-panel.water {
    background: #1a9dd9;
  }
  .sidebar-promos .system-panel.electric {
    background: #ec663e;
  }

  .sidebar-promo.md-50 {
    width: 100%;
  }
  .sidebar-promo__title {
    line-height: 1.2;
    font-size: 1.4rem;
    max-width: 75%;
    flex-direction: column;
    align-items: flex-start;
  }
  .sidebar-promo.raq .sidebar-promo__content {
    gap: 0.5rem;
    padding: 0;
  }

  .sidebar-usps {
    flex-direction: column;
    align-items: stretch;
  }
  .sidebar-usps .usp {
    border-bottom: 1px solid #D6D7D8;
    padding: 0 0 1rem 10%;
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .sidebar-promo__title {
    align-items: center;
  }
  .sidebar-promo.raq .sidebar-promo__title {
    flex-direction: row;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .sidebar-promos .system-panel__content {
    padding: 0;
  }
  .sidebar-promos .system-panel__image {
    display: block;
    flex-basis: 50%;
  }
  .sidebar-promos .system-panel__title {
    margin-left: 0;
  }
  .sidebar-promos .system-panel__message {
    gap: 0.6rem;
  }
  .sidebar-promos .system-panel__body {
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .sidebar-promos .system-panel.water {
    background: radial-gradient(circle at 18% 78%, white 0%, #6bc0e6 33%, #1a9dd9 100%);
  }
  .sidebar-promos .system-panel.electric {
    background: radial-gradient(circle at 18% 78%, white 0%, #f18f71 33%, #ec663e 100%);
  }
}
.shopui-grid__column--span-6 {
  width: 100% !important;
}

.shopui {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  font-family: "urw-din", sans-serif !important;
}
@media (min-width: 576px) {
  .shopui {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .shopui {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .shopui {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .shopui {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .shopui {
    max-width: 1320px;
  }
}

.shopui-section {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.shopui-section__content {
  padding: 0 0 20px 0 !important;
}

.shopui-breadcrumb {
  font-size: 0.9rem !important;
  color: #374043 !important;
}
.shopui-breadcrumb a {
  color: #EC663E !important;
}

.shopui-breadcrumb__item,
.shopui-breadcrumb__divider {
  line-height: 1.3 !important;
}

.shopui-section__header {
  padding: 0 0 0 0 !important;
  margin-bottom: 20px;
}
.shopui-section__header .u-margin-bottom {
  margin-bottom: 10px !important;
}

.shopui-account__logout {
  float: left;
  margin-top: 10px;
}

.shopui-account {
  display: none !important;
}

.shopui-account__name {
  display: none !important;
}

.shopui-section__footer {
  background: none !important;
  padding: 0 !important;
}

.shopui-message {
  padding: 14px !important;
  border: none !important;
  border-radius: 6px !important;
  line-height: 1.5 !important;
}

.shopui-form-row {
  flex-direction: column !important;
}

.shopui-form-row__details {
  margin-bottom: 1rem;
}
.shopui-form-row__details label {
  margin-bottom: 0.5rem;
}

.shopui-text-field {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shopui-text-field:focus {
  color: #212529;
  background-color: #fff;
  border-color: #f6b39f;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.shopui-text-field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.shopui-text-field::-moz-placeholder, .shopui-text-field:-ms-input-placeholder, .shopui-text-field::placeholder {
  color: #6c757d;
  opacity: 1;
}
.shopui-text-field:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.shopui-password-field__button {
  margin-top: -11px;
}

.shopui-password-field__field--text {
  display: none !important;
}

.shopui-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shopui-button:hover {
  color: #212529;
}
.shopui-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.shopui-button:disabled {
  pointer-events: none;
  opacity: 0.65;
}

.shopui-button--primary {
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
}
.shopui-button--primary:hover, .shopui-button--primary:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
.shopui-button--primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.shopui-button--primary:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
.shopui-button--primary:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
.shopui-button--primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}

@media (min-width: 576px) {
  .shopui-grid__column--span-6 {
    width: 50% !important;
  }

  .shopui-account__logout {
    float: none;
    margin-top: 0;
  }

  .shopui-form-row {
    flex-direction: row !important;
  }

  .shopui-form-row__details {
    margin: 0 20px 0 0 !important;
  }
}
@media (min-width: 992px) {
  .ekm-account-login {
    max-width: 800px;
    padding-left: 30px;
    padding-bottom: 0;
    border: 1px solid #D6D7D8;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.shopui-nav-box {
  flex: 0 0 calc(50% - 20px) !important;
  max-width: initial !important;
  margin: 10px !important;
  border: 1px solid #D6D7D8 !important;
  border-radius: 4px;
}
.shopui-nav-box:hover {
  background: #f5f5f5 !important;
}

.shopui-nav-section {
  margin: 0 !important;
  flex-direction: row !important;
}

@media (min-width: 576px) {
  .shopui-grid__column--span-6 {
    width: 50% !important;
  }

  .shopui-account__logout {
    float: none;
    margin-top: 0;
  }

  .shopui-nav-box {
    flex: 1 1 auto !important;
  }

  .shopui-nav-section {
    flex-direction: row !important;
  }
}
.shopui-order-item__review-link {
  display: none;
}

.shopui-order-item__name {
  font-size: 0.8rem !important;
  line-height: 1.2;
}
.shopui-order-item__name a {
  color: #EC663E !important;
}

@media (min-width: 576px) {
  .shopui-order-summary__actions {
    display: flex;
  }
  .shopui-order-summary__actions .shopui-button {
    flex: 1;
    margin: 0 10px 0 0 !important;
    padding: 12px 20px !important;
  }
}
@media (min-width: 768px) {
  .shopui-order-summary__actions {
    flex-direction: column;
    justify-content: space-evenly;
  }
  .shopui-order-summary__actions .shopui-button {
    flex: initial;
  }
}
.shopui-product-item__details a {
  color: #EC663E !important;
  line-height: 1.3;
  font-size: 0.8rem;
}

.shopui-product-item__availability--available {
  color: #238826 !important;
}

.shopui-product-list-toolbar {
  flex-direction: column;
}

.shopui-product-list-toolbar__section {
  margin: 10px 0;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.shopui-product-list-toolbar__section .shopui-button {
  margin: 0 0 20px 0;
}
.shopui-product-list-toolbar__section .shopui-button:last-of-type {
  margin-bottom: 0;
}

.shopui-product-item {
  flex-wrap: wrap;
}

.shopui-product-item__image,
.shopui-product-item__details {
  flex: 1;
}

.shopui-product-item__details {
  margin-bottom: 10px;
}

.shopui-product-item__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 100%;
  min-width: initial !important;
  max-width: initial !important;
}
.shopui-product-item__actions .shopui-button {
  max-width: 160px;
}

@media (min-width: 576px) {
  .shopui-product-item__actions {
    flex: 1;
    align-items: flex-end !important;
  }

  .shopui-product-list-toolbar__section {
    flex-direction: row;
  }
  .shopui-product-list-toolbar__section .shopui-button {
    margin: 0 10px;
  }

  .shopui-product-list-toolbar {
    flex-direction: row;
    justify-content: space-between !important;
  }
}
@media (min-width: 768px) {
  .shopui-product-item__details a {
    font-size: 1rem;
  }
}
.ekmpscart-wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .ekmpscart-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ekmpscart-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ekmpscart-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ekmpscart-wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .ekmpscart-wrapper {
    max-width: 1320px;
  }
}

.ekmpscart-header {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 1rem !important;
  justify-content: center;
  text-align: center;
}
.ekmpscart-header .ekmpscart-checkout-button {
  float: none !important;
  margin: 0 !important;
  text-align: center;
}
.ekmpscart-header .ekmpscart-checkout-button a {
  display: inline-block !important;
}

.ekmpscart-contents {
  border: none !important;
}

.ekmpscart-title {
  font-size: 2rem !important;
  margin: 0 !important;
  float: none !important;
}

.ekmpscart-cart-items-column-header {
  display: none !important;
}

.ekmpscart-cart-items-product {
  padding: 1.5rem !important;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 1rem;
}

.ekmpscart-cart-items-product-image {
  width: 100% !important;
  margin: 0 !important;
  grid-column: 1/2;
  grid-row: 1/2;
}
.ekmpscart-cart-items-product-image img {
  border-radius: 0;
  width: auto !important;
  margin: 0 !important;
}

.ekmpscart-cart-items-product-image-inner-border {
  display: none;
}

@media screen and (max-width: 660px) {
  .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-information {
    display: grid !important;
    gap: 1rem;
    margin: 0 !important;
    padding: 0 !important;
  }
  .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-information .ekmpscart-cart-items-product-name {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
  }
}
.ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-information {
  display: grid !important;
  gap: 1rem;
  grid-column: 2/3;
  grid-row: 1/2;
  margin: 0 !important;
  padding: 0 !important;
}
.ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-information .ekmpscart-cart-items-product-name {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

.ekmpscart-cart-items-product-name a {
  text-decoration: none;
  color: #374043 !important;
}
.ekmpscart-cart-items-product-name span {
  display: block;
}
.ekmpscart-cart-items-product-name span.product-name {
  margin-bottom: 1rem;
}
.ekmpscart-cart-items-product-name span.option {
  font-size: 80%;
}
.ekmpscart-cart-items-product-name span.option-name {
  font-weight: 600;
}
.ekmpscart-cart-items-product-name span.option-value {
  margin-bottom: 1rem;
}

.ekmpscart-cart-items-product-actions {
  margin: 0 !important;
  font-size: inherit !important;
}

.ekmpscart-cart-items-product-action-remove {
  color: #374043 !important;
}

.ekmpscart-cart-items-product-qty-update {
  grid-column: 1/4;
  grid-row: 2/3;
  display: inline !important;
  opacity: 1;
  background-color: #EC663E !important;
  border-radius: 0.4rem !important;
}

@media screen and (max-width: 660px) {
  .ekmpscart-cart-items-product-qty {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: 0 !important;
    width: auto !important;
  }
  .ekmpscart-cart-items-product-qty form {
    display: grid;
    align-items: center;
    grid-template-columns: 16px auto 16px;
    gap: 0.3rem;
    justify-content: start;
  }
}
.ekmpscart-cart-items-product-qty {
  margin: 0 !important;
  width: auto !important;
}
.ekmpscart-cart-items-product-qty form {
  display: grid;
  align-items: center;
  grid-template-columns: 16px auto 16px;
  gap: 0.3rem;
  justify-content: start;
}

.ekmpscart-cart-items-product-qty-up,
.ekmpscart-cart-items-product-qty-down {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 14px !important;
  height: 14px !important;
}

.ekmpscart-cart-items-product-qty-up {
  grid-column: 1/2;
  grid-row: 1/2;
}

.ekmpscart-cart-items-product-qty-down {
  grid-column: 3/4;
  grid-row: 1/2;
}

.ekmpscart-cart-items-product-qty-box {
  grid-column: 2/3;
  grid-row: 1/2;
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 20px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

@media screen and (max-width: 660px) {
  .ekmpscart-cart-items-product-price {
    margin-left: 0 !important;
  }
}
.ekmpscart-cart-items-product-price {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 1.75rem;
  display: flex !important;
  gap: 0.5rem;
  align-items: flex-end;
  flex-direction: column;
}

.ekmpscart-cart-items-product-price-subtotal {
  margin: 0 !important;
  line-height: 1;
}

.sub-price-wrapper {
  order: 1;
}

.ekmpscart-cart-items-product-price-tax,
.ekmpscart-cart-items-product-price-normal {
  font-size: 50% !important;
  text-align: right;
}

.ekmpscart-cart-items-product-price-tax {
  margin: 0 !important;
}

.ekmpscart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  font-size: 1.6rem !important;
}

.ekmpscart-total-label,
.ekmpscart-total-value {
  width: auto !important;
}

.delivery-estimate-label {
  font-size: 1.6rem !important;
  opacity: 1 !important;
}

.delivery-estimate-method-label {
  font-size: 1rem !important;
  opacity: 0.7;
}

.ekmpscart-checkout-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 660px) {
  .ekmpscart-checkout-button a {
    display: initial !important;
    padding: 0 !important;
  }

  .ekmpscart-checkout-button-continue {
    display: inline-block !important;
    float: left;
  }
}
.ekm-softcart-links a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
}
.ekm-softcart-links a:hover {
  color: #212529;
}
.ekm-softcart-links a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.ekm-softcart-links a:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.ekm-softcart-links a:hover, .ekm-softcart-links a:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
.ekm-softcart-links a:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.ekm-softcart-links a:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
.ekm-softcart-links a:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
.ekm-softcart-links a:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}

.ekmpscart-checkout-express-gateways {
  padding-top: 1rem !important;
}
.ekmpscart-checkout-express-gateways .ekmpscart-checkout-gateway-buttons {
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 1rem;
  zoom: initial !important;
  max-width: initial !important;
}
.ekmpscart-checkout-express-gateways .ekmpscart-checkout-gateway-button {
  grid-column: 2/3;
}
.ekmpscart-checkout-express-gateways .ekmpscart-checkout-gateway-button td {
  border: none;
}

.ekmpscart-checkout-button {
  margin-top: 2rem !important;
}
.ekmpscart-checkout-button a {
  display: initial !important;
  padding: 0 !important;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout, .ekmpscart-checkout-button.ekmpscart-checkout-button-continue {
  font-size: 1rem !important;
  background: none !important;
  border-radius: 0 !important;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a, .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.5rem 1.5rem !important;
  color: #FFFFFF !important;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:hover, .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:hover {
  color: #212529;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:focus, .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:disabled, .ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a {
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
  background-color: #238826 !important;
  border-color: #238826 !important;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:hover, .ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-checkout a:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:hover {
  color: #fff;
  background-color: #41464b;
  border-color: #363b3f;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:focus {
  color: #fff;
  background-color: #41464b;
  border-color: #363b3f;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:active {
  color: #fff;
  background-color: #363b3f;
  border-color: #2b2f32;
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.ekmpscart-checkout-button.ekmpscart-checkout-button-continue a:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

@media (min-width: 576px) {
  .ekmpscart-cart-items-product {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ekmpscart-cart-items-product > div {
    flex: 1 1 50%;
  }

  .ekmpscart-cart-items-product-image {
    width: auto !important;
    margin: 0 !important;
    padding-right: 1rem !important;
  }

  .ekmpscart-cart-items-product-price {
    width: auto !important;
    align-items: flex-end;
    padding-left: 1rem;
    flex-direction: column;
    align-self: initial;
  }

  .ekmpscart-totals {
    font-size: inherit !important;
    width: 100% !important;
    float: none;
  }

  .ekmpscart-checkout-buttons {
    flex-direction: row;
    justify-content: space-between;
  }
  .ekmpscart-checkout-buttons::before, .ekmpscart-checkout-buttons::after {
    content: none !important;
  }

  .ekmpscart-checkout-express-gateways .ekmpscart-checkout-gateway-buttons {
    grid-template-columns: auto min-content;
  }
  .ekmpscart-checkout-express-gateways .ekmpscart-checkout-gateway-button {
    grid-column: 2/3;
  }
}
@media (min-width: 768px) {
  .ekmpscart-cart-items-product {
    flex-wrap: nowrap;
  }
  .ekmpscart-cart-items-product > div {
    flex: auto;
    align-self: center;
  }
  .ekmpscart-cart-items-product > div.ekmpscart-cart-items-product-price {
    flex: 0 0 150px;
    align-items: flex-end;
    padding-left: 0;
  }

  .ekmpscart-cart-items-product-image {
    flex: 0 0 220px !important;
  }

  .price-wrapper {
    flex: 0 0 170px !important;
  }

  .ekmpscart-cart-items-product-price {
    flex-direction: column;
  }

  .ekmpscart-cart-items-product-price-subtotal {
    order: 1;
    margin: 1rem 0 1rem 0 !important;
  }

  .sub-price-wrapper {
    order: 2;
  }
}
@media (min-width: 992px) {
  .ekmpscart-header:has(.ekmpscart-checkout-button) {
    grid-template-columns: 1fr 200px;
  }
  .ekmpscart-header::before, .ekmpscart-header::after {
    display: none !important;
  }
  .ekmpscart-header .ekmpscart-checkout-button {
    text-align: right;
  }

  .ekmpscart-cart-items-product {
    grid-template-columns: 120px auto 100px 130px;
  }

  .ekmpscart-cart-items-product-qty {
    grid-column: 3/4;
  }

  .ekmpscart-cart-items-product-price {
    grid-column: 4/5;
    grid-row: 1/2;
  }

  .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-information {
    height: 100%;
    grid-template-rows: auto min-content;
  }
  .ekmpscart-cart-items .ekmpscart-cart-items-product .ekmpscart-cart-items-product-information .ekmpscart-cart-items-product-name {
    align-self: center;
  }
}
.shopui-section--login {
  padding: 1rem 1rem 0 1rem;
}
.shopui-section--login .shopui-section__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.shopui-section--login .shopui-section__title {
  font-weight: 500;
}
.shopui-section--login .shopui-section__description {
  font-size: 1rem;
  line-height: 1.3;
}

div.ekm-search-predicted-results {
  box-shadow: 9px 12px 10px 0px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity 300ms;
}
div.ekm-search-predicted-results.hide-during-scroll {
  opacity: 0;
}

div.ekm-search-predicted-result {
  gap: 1rem;
  padding: 9px 9px 9px 15px;
  position: relative;
}
div.ekm-search-predicted-result::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  color: #EC663E;
  font-size: 1.6rem;
}

div.ekm-search-predicted-result-img {
  background: #FFFFFF;
  margin-right: 0;
}

div.ekm-search-predicted-result-name {
  font-size: 1.1rem !important;
  font-weight: 400;
  line-height: 1.3;
}

a.ekm-search-predicted-result-name-a {
  color: #374043;
  text-decoration: none;
  padding-right: 2rem;
}

div.ekm-search-predicted-result-price {
  color: #EC663E;
  font-size: 1.2rem !important;
}

div.ekm-search-predicted-results-all-text {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  div.ekm-search-predicted-results {
    min-width: 500px !important;
  }
}
@media (min-width: 1200px) {
  div.ekm-search-predicted-results {
    min-width: 600px !important;
  }
}
.ekm-search-page * {
  box-sizing: border-box;
}

.ekm-search-page {
  padding: 1rem 0;
}

.ekm-search-page-search-box {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}
.ekm-search-page-search-box__label {
  display: block;
  margin-bottom: 10px;
}
.ekm-search-page-search-box__field {
  display: inline-block;
  width: 79%;
  padding: 10px;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.2);
}
.ekm-search-page-search-box__button {
  display: inline-block;
  width: 20%;
  padding: 10px;
  margin-left: 1%;
}
.ekm-search-page-search-box__field, .ekm-search-page-search-box__button {
  font-weight: 500;
  font-family: inherit;
  line-height: 20px;
  font-size: 16px;
}

.ekm-search-page-no-results {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
}
.ekm-search-page-no-results__title {
  font-size: 18px;
  font-weight: bold;
}
.ekm-search-page-no-results__description {
  margin-top: 5px;
}

.ekm-search-page-intro {
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.ekm-search-page-item__wrapper {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 5px;
  text-align: center;
  margin-top: 10px;
}
.ekm-search-page-item__image {
  margin-bottom: 10px;
}
.ekm-search-page-item__image.ekm-search-page-item__image--empty {
  padding-top: 100%;
  height: 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.05);
}
.ekm-search-page-item__image img {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.ekm-search-page-item__name {
  margin-top: 5px;
}
.ekm-search-page-item__name a {
  text-decoration: none;
}
.ekm-search-page-item__price {
  margin-top: 5px;
  font-weight: bold;
}

.ekm-search-page-pagination {
  text-align: center;
  margin-top: 20px;
}
.ekm-search-page-pagination ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ekm-search-page-pagination li {
  display: inline-block;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-right: 0;
}
.ekm-search-page-pagination li:last-child {
  border-right: solid 2px rgba(0, 0, 0, 0.1);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ekm-search-page-pagination li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ekm-search-page-pagination li a {
  display: block;
  text-decoration: none;
}
.ekm-search-page-pagination li a, .ekm-search-page-pagination__page--ellipsis {
  padding: 10px;
}
.ekm-search-page-pagination__page--selected {
  background-color: rgba(0, 0, 0, 0.1);
}

div.ekm-search-page-items {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 3rem;
  padding-inline: 1rem;
}

div.ekm-search-page-item {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

div.ekm-search-page-item-img {
  overflow: initial;
  background: #FFFFFF;
}
div.ekm-search-page-item-img::before {
  display: none;
}
div.ekm-search-page-item-img img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
  flex-shrink: initial;
}

.ekm-search-page-item-info {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

div.ekm-search-page-item-name {
  margin: 0;
}
div.ekm-search-page-item-name a {
  display: block;
  color: #374043;
  text-align: center;
  text-decoration: none;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.3;
}

div.ekm-search-page-item-price {
  font-size: 1.5rem !important;
  padding: 0;
  margin: 0;
  border: none;
}

a.ekm-search-page-item-atc {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
}
a.ekm-search-page-item-atc:hover {
  color: #212529;
}
a.ekm-search-page-item-atc:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
a.ekm-search-page-item-atc:disabled {
  pointer-events: none;
  opacity: 0.65;
}
a.ekm-search-page-item-atc:hover, a.ekm-search-page-item-atc:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
a.ekm-search-page-item-atc:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
a.ekm-search-page-item-atc:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
a.ekm-search-page-item-atc:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
a.ekm-search-page-item-atc:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}

span.ekm-search-page-pagination-loadmore-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #FFFFFF;
  background-color: #EC663E;
  border-color: #EC663E;
}
span.ekm-search-page-pagination-loadmore-button:hover {
  color: #212529;
}
span.ekm-search-page-pagination-loadmore-button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
}
span.ekm-search-page-pagination-loadmore-button:disabled {
  pointer-events: none;
  opacity: 0.65;
}
span.ekm-search-page-pagination-loadmore-button:hover, span.ekm-search-page-pagination-loadmore-button:focus {
  color: #000;
  background-color: #f4a38b;
  border-color: #f29478;
}
span.ekm-search-page-pagination-loadmore-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}
span.ekm-search-page-pagination-loadmore-button:disabled {
  color: #000;
  background-color: #EC663E;
  border-color: #EC663E;
}
span.ekm-search-page-pagination-loadmore-button:active {
  color: #000;
  background-color: #f6b39f;
  border-color: #f29478;
}
span.ekm-search-page-pagination-loadmore-button:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
}

@media (min-width: 768px) {
  div.ekm-search-page-body {
    grid-template-areas: "s" "f" "p" "c";
    grid-template-columns: 100%;
    grid-template-rows: initial;
    gap: 4px;
    margin: 0;
  }

  div.ekm-search-page-attributes {
    display: none;
  }

  div.ekm-search-page-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .ekm-search-page {
    padding: 2rem 0;
  }

  div.ekm-search-page-body {
    grid-template-areas: "s" "f" "p" "c";
    grid-template-columns: 100%;
    grid-template-rows: initial;
    gap: 4px;
    margin: 0;
  }

  div.ekm-search-page-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  div.ekm-search-page-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1400px) {
  div.ekm-search-page-items {
    grid-template-columns: repeat(6, 1fr);
  }
}
.ekm-softcart {
  margin-bottom: 0 !important;
  height: 100%;
}

.ekm-softcart-close {
  text-decoration: none;
  font-weight: 700;
}

.ekm-softcart-header {
  padding: 1.8rem 0 !important;
}
.ekm-softcart-header h1 {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  margin-bottom: 0;
}

.ekm-softcart-items {
  padding: 0 1rem;
}

.ekm-softcart-item {
  flex-wrap: wrap;
  padding: 1rem 0 !important;
  border-top: 1px solid #D6D7D8;
}
.ekm-softcart-item:first-of-type {
  border-top: none;
}

.ekm-softcart-item-img {
  flex: 1 1 100% !important;
  margin: 0.75rem 0 !important;
}
.ekm-softcart-item-img img {
  max-width: initial !important;
  max-height: initial !important;
}

.ekm-softcart-item-name-options {
  flex: 1 1 100% !important;
}

.ekm-softcart-item-name a {
  font-size: 1rem !important;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ekm-softcart-item-name a:hover {
  text-decoration: none !important;
}
.ekm-softcart-item-name a .cart-option {
  margin-top: 0.5rem;
}
.ekm-softcart-item-name a .product-name {
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.ekm-softcart-item-name a .title,
.ekm-softcart-item-name a .value {
  font-size: 80%;
}
.ekm-softcart-item-name a .title {
  text-transform: capitalize;
}
.ekm-softcart-item-name a .value {
  color: #8c8c8c;
  font-weight: 300;
  display: block;
}

.ekm-softcart-item-qty {
  margin-top: 0.5rem;
}

.ekm-softcart-item-cost {
  font-size: 1.5rem !important;
  margin-top: -1.3rem;
}

.ekm-softcart-totals {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ekm-softcart-subtotal {
  font-size: 1.1rem !important;
  font-weight: 300 !important;
  line-height: 1.4;
}
.ekm-softcart-subtotal span {
  font-size: 150% !important;
  font-weight: 600 !important;
}

.ekm-softcart-links {
  padding: 1rem 1.8rem !important;
}
.ekm-softcart-links a {
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  text-align: center !important;
  text-decoration: none !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  padding: 0.5rem 1.5rem !important;
  font-size: 1rem !important;
  border-radius: 8px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.ekm-softcart-links a.ekm-softcart-gotocheckout {
  color: #FFFFFF !important;
  background: #238826 !important;
  border-color: #238826 !important;
}
.ekm-softcart-links a.ekm-softcart-continue {
  color: #EC663E !important;
  border-color: #EC663E !important;
}

.cart-options-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cart-options-wrapper .cart-option {
  flex: 1;
}

.ekm-softcart-footer {
  height: initial !important;
  flex: 0 1 auto;
  padding: 0 1rem 1rem 1rem;
}

.ekm-softcart-footer-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.8rem;
  text-align: center;
}

@media (min-width: 480px) {
  .ekm-softcart {
    width: 100% !important;
  }

  .ekm-softcart-item {
    flex-wrap: nowrap !important;
    margin: 0 !important;
  }

  .ekm-softcart-item-name a {
    font-size: 1rem !important;
    line-height: 1.2;
  }

  .ekm-softcart-item-img {
    flex: 0 0 130px !important;
    margin: 0 !important;
  }

  .ekm-softcart-item-name-options {
    flex: 1 1 auto !important;
  }

  .ekm-softcart-item-qty {
    min-width: initial !important;
    flex: 0 0 60px !important;
    margin: 0 !important;
  }

  .ekm-softcart-item-cost {
    font-size: 1.3rem !important;
    margin-top: 0;
    padding: 0 !important;
    flex: 0 0 15% !important;
  }

  .ekm-softcart-totals,
.ekm-softcart-links {
    padding: 1rem 1.6rem !important;
  }
}
@media (min-width: 576px) {
  .ekm-softcart-item-name a {
    font-size: 1.1rem !important;
  }

  .ekm-softcart-header h1 {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  .ekm-softcart {
    height: initial !important;
    width: 700px !important;
  }

  .ekm-softcart-items {
    padding: 0 1.6rem !important;
  }
}
@media (min-width: 1200px) {
  .ekm-softcart {
    width: 900px !important;
  }
}
.blog-post-grid {
  grid-template-areas: "title" "byline" "content" "side" !important;
  max-width: 1320px !important;
  row-gap: 1rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
  margin: 0 2rem !important;
}
.blog-post-title {
  font-size: 2.4rem !important;
  font-weight: 500 !important;
  padding: 3rem 0 0 0 !important;
  line-height: 1.4 !important;
  margin: 0 !important;
}
.blog-post-byline {
  padding: 0 0 1rem 0 !important;
  margin: 0 !important;
}
.blog-post-content {
  padding: 0 !important;
  margin: 0 !important;
}
.blog-post-content > img {
  margin-top: 0 !important;
  padding: 0 0 2rem 2rem !important;
}
.blog-post-content p {
  font-size: 1.2rem !important;
}
.blog-post-content p > a {
  color: #EC663E !important;
}
.blog-post-content h2 {
  font-size: 1.8rem !important;
}
.blog-post-content h3 {
  font-size: 1.6rem !important;
}
.blog-post-content ul {
  margin-bottom: 1rem;
  list-style: disc;
  padding-left: 2rem;
}
.blog-post-content :is(h1, h2, h3, h4, h5) > strong {
  font-weight: 500 !important;
}
.blog-filters {
  display: block !important;
  grid-area: side;
  width: 100%;
  padding: 1rem 1.35rem !important;
  margin: 0 !important;
}
.blog-filter-title {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  line-height: 1.4;
  margin-bottom: 1rem !important;
  padding-bottom: 0.25rem !important;
  border-color: #D6D7D8 !important;
}
.blog-filter-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.blog-filter-item a {
  text-decoration: none;
  margin: 0 !important;
  line-height: 1.4;
}
.blog-filter-item a:hover {
  text-decoration: none !important;
  color: #EC663E !important;
}

@media (min-width: 768px) {
  .blog-post-grid {
    grid-template-areas: "title title title" "byline byline byline" "content content side" !important;
    margin-inline: 3rem !important;
  }
  .blog-post-content > img {
    float: right !important;
  }
}
@media (min-width: 1400px) {
  .blog-post-grid {
    margin-inline: auto !important;
  }
}
h1.blog-title {
  font-family: "urw-din";
  font-size: 2.4rem !important;
  font-weight: 300 !important;
  margin: 4rem auto 2rem auto !important;
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: 2rem;
  position: relative;
  padding-bottom: 5rem;
}
.blog-posts-grid {
  max-width: 1320px !important;
  margin: auto;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, auto);
  grid-template-areas: "posts" "sidebar" !important;
  gap: 2rem;
  padding-inline: 2rem;
}
.blog-posts-item {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0.6rem;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  max-width: initial !important;
  gap: 2rem !important;
  grid-template-rows: 250px auto;
}
.blog-posts-item-img {
  overflow: hidden;
  display: flex;
}
.blog-posts-item-img img {
  max-height: initial !important;
}
.blog-posts-item-details {
  gap: 1rem;
  padding: 0 2rem 2rem 2rem;
}
.blog-posts-item-topic {
  text-transform: unset !important;
  margin-bottom: 0 !important;
}
.blog-posts-item-topic a {
  text-decoration: none;
}
.blog-posts-item-topic a:hover {
  text-decoration: none;
}
.blog-posts-item-title {
  line-height: 1.2;
}
.blog-posts-item-title > a {
  text-decoration: none;
  margin-bottom: 0 !important;
  font-size: 1.6rem !important;
}
.blog-posts-item-title > a:hover {
  text-decoration: none;
}
.blog-posts-item-summary {
  margin: 0 !important;
  line-height: 1.4;
}
.blog-posts-item-link a {
  color: #FFFFFF !important;
  background-color: #238826 !important;
  border-color: #e94a1b;
  border-radius: 20px;
  text-decoration: none;
}
.blog-posts-item-link a:hover {
  background-color: #ca3e14 !important;
  border-color: #ca3e14 !important;
  text-decoration: none !important;
}
.blog-posts-item-link a:focus {
  background-color: #ee7855 !important;
  border-color: #f18b6c !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3);
}
.blog-posts-item-link a:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.blog-posts-item-link a > svg {
  fill: #FFFFFF !important;
}

.blogs-pagination {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .blog-posts-item {
    grid-template-columns: 1fr !important;
  }
  .blog-posts-item-img img {
    height: initial !important;
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .blog-posts-item {
    max-width: initial !important;
  }
}
.blog-posts-grid > .blog-sidebar {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  margin: 0 !important;
  padding: 2rem 0 7rem 0 !important;
  position: relative;
}
.blog-posts-grid > .blog-sidebar .blog-sidebar-title {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  line-height: 1.4;
  margin-bottom: 1rem !important;
  padding-bottom: 0.25rem !important;
  border-color: #D6D7D8 !important;
}
.blog-posts-grid > .blog-sidebar .blog-sidebar-item a {
  text-decoration: none;
  line-height: 1.4;
}
.blog-posts-grid > .blog-sidebar .blog-sidebar-item a:hover {
  text-decoration: none !important;
  color: #EC663E !important;
}
.blog-posts-grid > .blog-sidebar .blog-sidebar {
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  width: 100%;
  grid-area: initial !important;
  display: block !important;
}
.blog-posts-grid > .blog-sidebar .blog-sidebar-section {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .blog-sidebar {
    max-width: initial !important;
  }
}
.ekm-edit-button-wrapper {
  pointer-events: none;
}

.ekm-edit-button-wrapper * {
  pointer-events: all;
}

.ekm-etf-modal {
  z-index: 10000;
}

#_EKM_PRODUCTQTY_CONTAINER .ekmps-product-qty {
  width: 70px;
  display: inline-block;
}

#shopui-instalmentPlans {
  margin: 0 !important;
  width: initial !important;
  max-width: initial !important;
}
#shopui-instalmentPlans .instalmentplan {
  display: flex !important;
  gap: 1rem !important;
  justify-content: center;
}
#shopui-instalmentPlans .instalmentplan img {
  width: initial !important;
}
#shopui-instalmentPlans .instalmentplan .js-instalmentplan-widget {
  min-height: initial !important;
}

.ekm-softcart-inner {
  padding-bottom: 1rem;
}

.ekm-softcart-upsell {
  padding-top: 2rem;
}

.ekmpscart-upsell-products.container {
  padding: 0px 20px !important;
}
.ekmpscart-upsell-products h2 {
  font-size: 1.8rem;
}

.ekmpscart-upsell-product-item {
  width: calc(50% - 13.3333px) !important;
  display: grid !important;
  grid-template-rows: 200px min-content auto;
  gap: 0.75rem;
}
.ekmpscart-upsell-product-item_footer, .ekmpscart-upsell-product-item_body {
  text-align: center !important;
}
.ekmpscart-upsell-product-item_body .ekmpscart-upsell-product-name a {
  font-size: 1.2rem !important;
  font-weight: 600;
  color: var(--body_text);
}
.ekmpscart-upsell-product-item_price {
  color: #a8a8a8 !important;
  font-size: 1.2rem !important;
  text-decoration: line-through !important;
  margin: 0 !important;
  padding: 0;
  line-height: 1;
}
.ekmpscart-upsell-product-item_price--rpp {
  color: #EC663E !important;
  font-weight: 600 !important;
  font-size: 1.7rem !important;
  text-decoration: none !important;
  opacity: 1 !important;
  margin: 0 !important;
  line-height: 1;
}
.ekmpscart-upsell-product-item_price--rpp:after {
  content: " Inc VAT";
  color: #111112 !important;
  font-weight: 300 !important;
  font-size: 1.1rem !important;
  display: block;
}
.ekmpscart-upsell-product-item_footer {
  border-top: 0px solid #D6D6D6 !important;
  margin: 0 !important;
  align-self: end;
}
.ekmpscart-upsell-product-item_footer > .flex {
  display: grid !important;
  grid-template-rows: repeat(2, min-content);
  gap: 0.5rem;
}
.ekmpscart-upsell-product-item_review {
  display: none !important;
}
.ekmpscart-upsell-product-item_review p {
  display: none !important;
}

.ekmpscart-upsell-product-name {
  margin: 0 !important;
}
.ekmpscart-upsell-product-name a {
  font-weight: 500 !important;
  color: #111112 !important;
  text-decoration: none !important;
}

.stock-indicator,
.vat-price-wrapper {
  display: none !important;
}

.rating-wrapper {
  display: none !important;
}

@media (min-width: 576px) {
  .ekmpscart-upsell-product-item {
    width: calc(33.33333% - 13.3333px) !important;
  }
}
@media (min-width: 768px) {
  .ekmpscart-upsell-product-item {
    width: calc(25% - 13.3333px) !important;
  }
}
.order-wrapper {
  display: flex;
  flex-direction: column;
}

.about-us-usps {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.about-us-usps .usp-container {
  flex: 0 0 30%;
  background: #f5f5f5;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-usps .usp {
  padding: 0;
}

.trustpilot-logo {
  width: 100px;
  margin: -9px 5px 0 1px;
}
.trustpilot-logo #type {
  stroke: none;
  fill: #191919;
}
.trustpilot-logo #star {
  stroke: none;
  fill: #00b67a;
}
.trustpilot-logo .shadow {
  fill: #005128;
}

.policy-document dt {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.policy-document dd {
  margin-left: 1.2rem;
}
.policy-document ol,
.policy-document ul {
  margin-bottom: 20px;
}
.policy-document ol li,
.policy-document ul li {
  margin-bottom: 20px;
  line-height: 1.6;
  margin-left: 20px;
}
.policy-document ol {
  list-style: decimal outside;
}
.policy-document ol.no-numbers {
  list-style: none;
}
#quote-carousel .content {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}
#quote-carousel .content p {
  font-size: 1.4rem;
}

#floor-coverings {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  color: #FFFFFF;
}
#floor-coverings h5 {
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 50%;
}
#floor-coverings p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1;
}
#floor-coverings p span {
  font-size: 0.9rem;
}
#floor-coverings > div {
  background-position: center center;
  background-size: cover;
  position: relative;
}
#floor-coverings > div svg {
  height: 100%;
}
#floor-coverings > div .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centre-icon {
  position: relative;
}
.centre-icon .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  padding: 10px;
  background: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-30px, -30px);
  text-align: center;
}
.centre-icon .icon svg {
  height: 100%;
}

.buying-guide-thumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 300px;
}

#pmp-declaration {
  text-align: center;
}
#pmp-declaration .body {
  background: #FEF2EC;
}

#pmp-stamp-large .circle {
  stroke-width: 28.811;
  stroke-miterlimit: 10;
}
#pmp-stamp-large .tick {
  stroke-width: 21.608;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}
#pmp-stamp-large .white {
  stroke: none;
}

#warranty-stamp {
  max-width: 163px;
}
#warranty-stamp .star {
  stroke-width: 10.14;
  stroke-miterlimit: 10;
}
#warranty-stamp .circle {
  stroke-width: 18.72;
}

#pipe-warranty-stamp {
  max-width: 100%;
}
#pipe-warranty-stamp .star {
  stroke: #ec663e;
  stroke-width: 10.14;
  stroke-miterlimit: 10;
}
#pipe-warranty-stamp .circle {
  stroke-width: 18.72;
}

.money-back-tick {
  max-width: 60px;
}

.money-back-icon {
  width: 40px;
}
.money-back-icon img {
  max-width: 100%;
}

#returns-notice-strip p {
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 300;
}

.captcha-left-details {
  float: none !important;
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  transition: opacity 0.5s;
}
#back-to-top.show {
  opacity: 1;
}
#back-to-top a {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  text-decoration: none;
  color: rgba(173, 173, 173, 0.5);
  font-size: 4rem;
}
#back-to-top a:before {
  content: "";
}
#back-to-top a:hover {
  color: rgba(143, 143, 143, 0.5);
}

.breadcrumb a {
  text-decoration: none;
}
.breadcrumb .delimiter {
  color: #999999;
  margin: 0 0.25rem;
}

@media (min-width: 576px) {
  .about-us-usps .usp-container {
    flex: 0 0 31%;
  }
}
@media (min-width: 768px) {
  .about-us-usps .usp-container {
    flex: 0 0 18%;
    padding: 1rem;
  }
  .about-us-usps .usp {
    flex-direction: column;
  }
  .about-us-usps .usp__icon {
    flex: 0 0 60px;
    width: 40px;
  }
  .about-us-usps .usp__content {
    text-align: center;
  }
}
.page-banner.approved-installer {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("/storage/images/banner-approved-installers.jpg");
}
.page-banner.approved-installer h1, .page-banner.approved-installer p {
  color: #FFFFFF;
}
.page-banner.approved-installer h1 {
  font-weight: 900;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  padding-block: 2rem;
}
.category-list a {
  text-decoration: none;
  color: #374043;
}
.category-list [class*=level] {
  display: flex;
  flex-direction: column;
}
.category-list__level-0 {
  gap: 1.5rem;
  padding-left: 0;
}
.category-list__level-0 > a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #EC663E;
}
.category-list__level-1 {
  gap: 0.5rem;
  padding-left: 2rem;
}
.category-list__level-1 > a {
  font-size: 1.1rem;
  font-weight: 500;
}
.category-list__level-2 {
  gap: 0.5rem;
  padding-left: 2rem;
}
.category-list__level-2 > a {
  font-size: 1rem;
}
.category-list__children {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-banner.installer-landing-page {
  background: #6a6a6a;
  position: relative;
}
.page-banner.installer-landing-page h1, .page-banner.installer-landing-page p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.page-banner .background-image-left,
.page-banner .background-image-right {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-banner .background-image-left {
  left: 0;
  right: 45%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/storage/images/lp-install-hero-left.jpg");
  background-position: center center, 75% 85%;
  background-size: cover, 230%;
  -webkit-mask-image: linear-gradient(90deg, black 75%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(90deg, black 75%, rgba(0, 0, 0, 0) 100%);
}
.page-banner .background-image-right {
  left: 45%;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/storage/images/lp-install-hero-right.jpg");
  background-position: center center, 20% center;
  background-size: cover, 170%;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 25%);
          mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, black 25%);
}
.page-banner .content {
  position: relative;
  z-index: 10;
}

.install-map {
  background-color: #f2f2f2;
  background-image: url("/storage/images/install-map.svg");
  background-position: 60% 80%;
  background-size: 150%;
}
.install-map__notice {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #a2a4a6;
  font-size: 1rem;
}

.become-installer {
  background-color: #f6f6f6;
  background-image: linear-gradient(90deg, #f6f6f6 50%, rgba(246, 246, 246, 0) 82%), url("/storage/images/install-builder.jpg");
  background-size: cover, cover;
  background-position: center center, 46% top;
  background-repeat: no-repeat, no-repeat;
}
.become-installer .message-panel__title {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

@media (min-width: 576px) {
  .page-banner .background-image-left {
    background-position: center center, 93% 85%;
    background-size: cover, 170%;
  }
  .page-banner .background-image-right {
    background-position: center center, right center;
    background-size: cover, 125%;
  }

  .install-map {
    background-size: 130%;
    background-position: 50% 80%;
  }

  .become-installer {
    background-image: linear-gradient(90deg, #f6f6f6 55%, rgba(246, 246, 246, 0) 82%), url("/storage/images/install-builder.jpg");
    background-size: cover, 105%;
    background-position: center center, -50% top;
  }
}
@media (min-width: 768px) {
  .install-map {
    background-size: 100%, 100%;
    background-position: 5rem 89%, left top;
    background-image: url(/storage/images/install-map.svg), linear-gradient(18deg, #eaeaea, white 80%);
  }

  .become-installer {
    background-size: cover, 70%;
    background-position: center center, 105% top;
  }
}
@media (min-width: 992px) {
  .page-banner .background-image-left {
    background-position: center center, 100% 85%;
    background-size: cover, 115%;
  }
  .page-banner .background-image-right {
    background-size: cover, 100%;
  }

  .install-map {
    background-size: 90%, 100%;
    background-position: 13rem 86%, left top;
  }

  .become-installer {
    background-size: cover, 50%;
  }
  .become-installer .message-panel__title {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .install-map {
    background-size: 77%, 100%;
    background-position: 23rem 80%, left top;
  }

  .become-installer {
    background-image: linear-gradient(90deg, #f6f6f6 65%, rgba(246, 246, 246, 0) 82%), url("/storage/images/install-builder.jpg");
    background-size: cover, 46%;
  }
  .become-installer .message-panel__title {
    width: 70%;
  }
}
.page-banner.request-a-quote-page {
  background-image: url("/storage/images/request-a-quote-header.jpg");
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.page-banner.request-a-quote-page .content {
  text-align: center;
  max-width: 700px;
}
.page-banner.request-a-quote-page h1 {
  font-weight: 700;
}
.page-banner.request-a-quote-page h1,
.page-banner.request-a-quote-page p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-banner.request-a-quote-page p {
  color: #FFFFFF;
}

.quote-guide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  background: #e8e8e8;
  padding: 2rem;
  border-radius: 1rem;
}
.quote-guide__title h2, .quote-guide__title__sub {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.quote-guide__title__main {
  color: #EC663E;
}
.quote-guide__what-we-need {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.quote-guide__video-wrapper {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.quote-guide__unsure-notice {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  background-color: #374043;
  padding: 2rem;
  border-radius: 1rem;
  width: 100%;
}
.quote-guide__unsure-notice__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.quote-guide__unsure-notice__content h4, .quote-guide__unsure-notice__content p {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
.quote-guide__unsure-notice__content h4 {
  font-size: 1.3rem;
}
.quote-guide__unsure-notice__cta a {
  background-color: #65767b;
  padding: 0.75rem 1.5rem;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: no-wrap;
  text-decoration: none;
  border-radius: 0.75rem;
}

.numbered-pill {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
  background-color: #D6D7D8;
  border-radius: 1rem;
}
.numbered-pill__number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #EC663E;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  width: 24px;
  height: 24px;
}
.numbered-pill__words {
  color: #374043;
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .quote-guide {
    padding: 3rem;
  }
  .quote-guide__unsure-notice {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }
  .quote-guide__unsure-notice__content {
    text-align: left;
    gap: 0;
  }
  .quote-guide__unsure-notice__cta a {
    padding: 1rem 3rem;
  }
}
@media (min-width: 992px) {
  .page-banner.request-a-quote-page h1 {
    font-size: 3.5rem;
  }

  .quote-guide {
    padding: 4rem;
  }
  .quote-guide__unsure-notice__content {
    gap: 0.5rem;
  }
  .quote-guide__unsure-notice__cta a {
    padding: 1.5rem 4rem;
  }
  .quote-guide__video-wrapper {
    padding-inline: 3rem;
  }
}
@media (min-width: 1200px) {
  .quote-guide {
    padding: 5rem;
  }
  .quote-guide__video-wrapper {
    padding-inline: 5rem;
  }

  .page-banner.request-a-quote-page {
    min-height: 370px;
  }
}
@media (min-width: 1400px) {
  .quote-guide__video-wrapper {
    padding-inline: 8rem;
  }
}
.little-havens {
  color: #4273ab;
}
.little-havens p {
  color: #4273ab;
}

.page-banner.little-havens-banner {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.page-banner.little-havens-banner h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: 400;
  font-size: 1.9rem;
}
.page-banner.little-havens-banner .content {
  position: relative;
  z-index: 20;
}
.page-banner.little-havens-banner .background-image {
  position: absolute;
  z-index: 10;
  background-image: url(/storage/images/little-havens-header-image.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clip-path: url(#little-havens-logo-path);
  width: 77%;
  top: 50%;
  right: 50%;
  transform: translate(91%, -29%);
}
.page-banner.little-havens-banner .background-image:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.page-banner.little-havens-banner .background-colour {
  position: absolute;
  z-index: 5;
  inset: 0;
  background-color: #4273ab;
}

.little-havens-banner__logo {
  max-width: 140px;
}

.little-havens-letters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 0;
}

.little-havens-letter {
  background: #f6f8fb;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 150px;
  transition: background-color 300ms ease-in-out;
}
.little-havens-letter:hover {
  background-color: #e8edf5;
}
.little-havens-letter__logo {
  width: 100%;
}
.little-havens-letter__lines {
  width: 100%;
}
.little-havens-letter .line {
  width: 100%;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #cddbec;
  display: block;
}
.little-havens-letter .line.short {
  width: 80%;
}
.little-havens-letter__link {
  text-decoration: underline;
  color: #4273ab;
}

.little-havens-sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding-bottom: 2rem;
}

.little-havens-standing-order {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #fdc546;
  padding: 1.5rem;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.little-havens-standing-order__statement {
  font-size: min(4.4vw, 1.6rem);
  text-align: center;
  line-height: 1.2;
}
.little-havens-standing-order__value {
  font-weight: 600;
  font-size: min(8vw, 3.2rem);
  text-align: center;
}

.little-havens-strapline {
  grid-column: 2/3;
  grid-row: 1/2;
  background-color: #f6f8fb;
  padding: 1.5rem;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.little-havens-strapline__logo {
  width: 90%;
}
.little-havens-strapline__body {
  width: 65%;
}

.little-havens-about {
  grid-column: 1/3;
  grid-row: 2/3;
}
.little-havens-about a {
  color: #4273ab;
}

.little-havens-events {
  display: grid;
  grid-template-columns: 340px;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.little-havens-event {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.little-havens-event__title {
  font-weight: 600;
  font-size: 1.1rem;
}
.little-havens-event__content {
  line-height: 1.3;
}

@media (min-width: 576px) {
  .page-banner.little-havens-banner .background-image {
    width: 65%;
    transform: translate(87%, -30%);
  }

  .little-havens-strapline {
    padding: 2.5rem;
  }

  .little-havens-events {
    grid-template-columns: unset;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .page-banner.little-havens-banner .background-image {
    width: 509px;
    transform: translate(87%, -38%);
  }

  .little-havens-letter {
    min-width: 140px;
  }

  .little-havens-sidebar {
    grid-template-columns: 1fr;
  }

  .little-havens-standing-order {
    grid-column: 1;
    grid-row: 1/2;
  }

  .little-havens-strapline {
    grid-column: 1;
    grid-row: 2/3;
    padding: 2rem;
  }
  .little-havens-strapline__body {
    width: 85%;
  }

  .little-havens-about {
    grid-column: 1;
    grid-row: 3/4;
  }
  .little-havens-about:not(.main-column) p {
    font-size: 0.8rem;
    line-height: 1.2;
    margin-bottom: 0.85rem;
  }
}
@media (min-width: 992px) {
  .page-banner.little-havens-banner .background-image {
    width: 630px;
    transform: translate(82%, -38%);
  }

  .little-havens-strapline {
    padding: 2.5rem;
  }
  .little-havens-strapline__logo {
    width: 80%;
  }
  .little-havens-strapline__body {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .page-banner.little-havens-banner .background-image {
    width: 720px;
    transform: translate(84%, -42%);
  }

  .little-havens-letter {
    min-width: 130px;
  }
}
@media (min-width: 1400px) {
  .page-banner.little-havens-banner .background-image {
    width: 880px;
    transform: translate(78%, -42%);
  }
}
.page-banner {
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner h1 {
  font-size: 2.2rem;
  font-weight: 500;
}
.page-banner .dark-background h1, .page-banner .dark-background p, .page-banner .dark-background a {
  color: #FFFFFF;
}
.page-banner a {
  text-decoration: none;
}
.page-banner .with-shadow > * {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.page-banner .content {
  padding: 6vw;
}
.page-banner > .container {
  background: no-repeat center center scroll;
  background-size: cover;
}
.page-banner.buying-guide {
  background-image: url("/storage/images/banner-floor-cutaway-water.jpg");
}
.page-banner.about-us {
  background-image: url("/storage/images/about-hero.jpg");
}
.page-banner.delivery {
  background: #001f5e;
  background: url("/storage/images/banner-delivery-to-europe.svg"), radial-gradient(circle at 80%, #001f5e 11%, #003399 58%);
  background-size: 90%, cover;
  background-position: 630% 60%, center;
  background-repeat: no-repeat, no-repeat;
}
.page-banner.delivery h1, .page-banner.delivery p, .page-banner.delivery a {
  color: #FFFFFF;
}
.page-banner.awards {
  background-color: #e9e9e9;
  background-image: url("/storage/images/banner-awards.jpg");
  background-position-x: 63%;
}
.page-banner.price-match-promise {
  background-color: #dfdfdf;
}
.page-banner.price-match-promise h1 {
  margin-bottom: 1rem;
}
.page-banner.price-match-promise p {
  margin-bottom: 1.3rem;
}
.page-banner.price-match-promise .body {
  position: relative;
  padding: 26px 0 26px 16px;
}
.page-banner.price-match-promise .image {
  position: absolute;
  right: -0.75rem;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.page-banner.price-match-promise .image img {
  position: relative;
  height: 110%;
  top: -5%;
}
.page-banner.price-match-promise .content {
  width: 58%;
  z-index: 10;
  position: relative;
  padding: 0;
}
.page-banner.money-back, .page-banner.lifetime-warranty {
  background-color: #dfdfdf;
  overflow: hidden;
}
.page-banner.money-back img,
.page-banner.money-back svg, .page-banner.lifetime-warranty img,
.page-banner.lifetime-warranty svg {
  height: 100%;
  position: relative;
  bottom: -6%;
  overflow: visible;
}
.page-banner.money-back img .star,
.page-banner.money-back svg .star, .page-banner.lifetime-warranty img .star,
.page-banner.lifetime-warranty svg .star {
  stroke-width: 21.3845;
  stroke-miterlimit: 10;
}
.page-banner.money-back img .circle,
.page-banner.money-back svg .circle, .page-banner.lifetime-warranty img .circle,
.page-banner.lifetime-warranty svg .circle {
  stroke-width: 39.4791;
}
.page-banner.money-back .body, .page-banner.lifetime-warranty .body {
  position: relative;
  padding: 26px 0 26px 16px;
}
.page-banner.money-back .image, .page-banner.lifetime-warranty .image {
  position: absolute;
  left: 63%;
  margin-right: -42%;
  bottom: 0;
  height: 100%;
  z-index: 5;
}
.page-banner.money-back .content, .page-banner.lifetime-warranty .content {
  width: 60%;
  z-index: 10;
  position: relative;
  padding: 0;
}
.page-banner.lifetime-warranty .image {
  left: 55%;
}
.page-banner.btcc h1 {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
}
.page-banner.install-tools {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url("/storage/images/banner-install-tools.jpg");
  background-position: center center, center center;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding-block: 1rem;
}
.page-banner.install-tools h1, .page-banner.install-tools p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.install-tools .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.svg-shadow {
  filter: drop-shadow(0px 0px 50px white) drop-shadow(0px 0px 20px white);
}

@media (min-width: 576px) {
  .page-banner .content {
    padding: 36px 30px;
  }
  .page-banner.price-match-promise .image {
    right: 0.75rem;
  }
  .page-banner.lifetime-warranty .image {
    right: -4rem;
  }
  .page-banner.money-back .image {
    right: -4rem;
  }
  .page-banner.delivery {
    background-size: 63%, cover;
    background-position: 170% 60%, center;
  }
}
@media (min-width: 768px) {
  .page-banner h1,
.page-banner p {
    margin-bottom: 2rem;
  }
  .page-banner h1 {
    font-size: 2.7rem;
    font-weight: 400;
  }
  .page-banner p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .page-banner.price-match-promise .body {
    padding: 6% 0 6% 7%;
  }
  .page-banner.price-match-promise .image {
    right: 8%;
  }
  .page-banner.price-match-promise h1 {
    font-weight: 600;
  }
  .page-banner.money-back .image, .page-banner.lifetime-warranty .image {
    margin-right: initial;
    left: auto;
    right: 0;
  }
  .page-banner.buying-guide .content {
    width: 75%;
  }
  .page-banner.awards h1 {
    font-weight: 500;
  }
  .page-banner.delivery {
    background-size: 430px, cover;
    background-position: calc(50% + 300px) 60%, center;
  }
  .page-banner.install-tools {
    padding-block: 3rem;
  }
}
@media (min-width: 992px) {
  .page-banner .content {
    padding: 38px 60px;
  }
  .page-banner p {
    font-size: 1.2rem;
  }
  .page-banner.buying-guide {
    background-image: none;
  }
  .page-banner.buying-guide > .container {
    background-image: url("/storage/images/banner-floor-cutaway-water.jpg");
  }
  .page-banner.buying-guide .content {
    width: 60%;
  }
  .page-banner.about-us {
    background-image: linear-gradient(90deg, #1c0800 35%, rgba(28, 8, 0, 0) 53%), url("/storage/images/about-hero.jpg");
    background-position: left center, right center;
    background-size: cover, 71%;
    background-repeat: no-repeat, no-repeat;
  }
  .page-banner.delivery {
    background-image: none;
  }
  .page-banner.delivery > .container {
    background: #001f5e;
    background: url("/storage/images/banner-delivery-to-europe.svg"), radial-gradient(circle, #001f5e 11%, #003399 58%);
    background-size: 550px, cover;
    background-position: calc(50% + 280px) 70%, center;
    background-repeat: no-repeat, no-repeat;
  }
  .page-banner.awards {
    background-image: none;
  }
  .page-banner.awards > .container {
    background-image: url("/storage/images/banner-awards.jpg");
  }
  .page-banner.price-match-promise {
    background-image: none;
  }
  .page-banner.price-match-promise .content {
    width: 50%;
  }
  .page-banner.money-back, .page-banner.lifetime-warranty {
    background-image: none;
  }
  .page-banner.money-back .body, .page-banner.lifetime-warranty .body {
    padding: 46px 0 26px 76px;
  }
  .page-banner.water-landing-page {
    background-image: url("/storage/images/lp-water-hero.jpg");
  }
}
@media (min-width: 1200px) {
  .page-banner.money-back .image, .page-banner.lifetime-warranty .image {
    right: 5rem;
  }
  .page-banner.money-back .body, .page-banner.lifetime-warranty .body {
    padding: 56px 0 36px 76px;
  }
  .page-banner.delivery > .container {
    background-size: 660px, cover;
    background-position: calc(50% + 280px) 68%, center;
  }
  .page-banner.delivery .content {
    padding-left: 90px;
  }
  .page-banner.about-us {
    background-image: linear-gradient(90deg, #1c0800 34%, rgba(28, 8, 0, 0) 54%), url("/storage/images/about-hero.jpg");
    background-size: cover, 77%;
  }
  .page-banner.install-tools {
    padding-block: 5rem;
  }
}
@media (min-width: 1400px) {
  .page-banner.price-match-promise .body {
    padding: 6% 0 6% 12%;
  }
  .page-banner.price-match-promise .image {
    right: 12%;
  }
  .page-banner.money-back .image, .page-banner.lifetime-warranty .image {
    right: 8rem;
  }
  .page-banner.money-back .body, .page-banner.lifetime-warranty .body {
    padding: 66px 0 36px 96px;
  }
  .page-banner.delivery .content {
    padding-left: 130px;
  }
  .page-banner.install-tools {
    background-image: none;
    padding: 0;
  }
  .page-banner.install-tools > .container {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url("/storage/images/banner-install-tools.jpg");
    background-position: center center, center center;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    padding-block: 5rem;
  }
}
.page-banner.awards-individual {
  background-image: url("/storage/images/banner-awards-individual.jpg");
  background-position: center center;
  background-size: cover;
}
.page-banner.awards-individual h1,
.page-banner.awards-individual p {
  color: #FFFFFF;
  text-align: center;
}

.individual-award {
  background: #FFFFFF;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.individual-award__logo {
  text-align: center;
}
.individual-award__logo img {
  max-height: 300px;
  margin: 0 auto;
}
.individual-award__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.individual-award__title-item {
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  gap: 0.5rem;
  color: #EC663E;
  align-items: center;
}
.individual-award__title-item .label {
  font-weight: 600;
  color: #374043;
}
.individual-award__title {
  display: flex;
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
  row-gap: 0.5rem;
  flex-wrap: wrap;
}
.individual-award__intro {
  font-size: 1.4rem;
  line-height: 1.3;
}
.individual-award__body p:last-child {
  margin-bottom: 0;
}
.individual-award__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.individual-award__prev a, .individual-award__next a {
  text-decoration: none;
}
.individual-award__prev .sm, .individual-award__next .sm {
  display: none;
}
.individual-award__prev a:hover {
  color: #374043;
}
#awards-list .image {
  max-width: 80%;
}
#awards-list p {
  font-size: 14px;
  line-height: 1.3;
}

.award-thumbnail {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  text-decoration: none;
  padding: 1.5rem;
  border: 1px solid #FFFFFF;
}
.award-thumbnail:hover {
  border-color: #D6D7D8;
}
.award-thumbnail__image {
  flex: 1;
  display: flex;
  align-items: center;
}
.award-thumbnail__image img {
  width: 100%;
}
.award-thumbnail__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.award-thumbnail__title, .award-thumbnail__award, .award-thumbnail__result {
  font-size: 1rem;
  text-align: center;
  color: #374043;
  line-height: 1.2;
}
.award-thumbnail__award {
  font-weight: 600;
}
.award-thumbnail__result {
  color: #EC663E;
  font-weight: 600;
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .individual-award {
    padding: 5rem;
  }
  .individual-award__prev .sm, .individual-award__next .sm {
    display: inline;
  }
}
.about-tv-logos {
  display: flex;
  gap: 3rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-showroom {
  background-image: url("/storage/images/about-customers-in-showroom.jpg");
}

.about-awards {
  background-image: url("/storage/images/about-accepting-award.jpg");
}

.about-usps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.about-usp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}
.about-usp__icon {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-usp__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-decoration: none;
  color: #374043;
}
.about-usp__title {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.about-usp__strapline {
  font-size: 0.9rem;
  text-align: center;
}

.instagram-promo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
}
.instagram-promo__image {
  position: relative;
}
.instagram-promo__image:hover::before {
  font-family: "Font Awesome 6 Brands";
  font-size: 2rem;
  content: "";
  color: #FFFFFF;
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 576px) {
  .about-usps {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .instagram-promo {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 992px) {
  .about-awards {
    background-position-y: top;
  }
}
@media (min-width: 1400px) {
  .about-showroom {
    background-position-y: 30%;
  }
}
.page-banner.contact-us {
  padding-inline: 0;
}

#contact-us-map {
  width: 100%;
  height: 300px;
}

#contact-details-wrapper h3 {
  font-weight: 600;
  font-size: 1rem;
}
#contact-details-wrapper a {
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.65rem;
}
#contact-details-wrapper a::before {
  color: #EC663E;
}
#contact-details-wrapper address {
  font-size: 1.2rem;
}

.page-banner.fast-trade {
  background-image: url("/storage/images/banner-fast-trade.jpg");
  color: #FFFFFF;
}
.page-banner.fast-trade p {
  color: #FFFFFF;
  font-size: 1.5rem;
}
.page-banner.fast-trade__logo {
  width: min(200px, 60%);
}

.fast-trade-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fast-trade-banner__logo {
  width: min(200px, 60%);
  margin: auto;
}
.fast-trade-banner__body {
  font-size: 1.2rem;
  line-height: 1.4;
}

.lifestyle-button__image.price-match-promise {
  background-image: url("/storage/images/lifestyle-button-price-smash-promise.jpg");
}
.lifestyle-button__image.bespoke-quotes {
  background-image: url("/storage/images/lifestyle-button-cad-design.jpg");
}
.lifestyle-button__image.discount {
  background-image: url("/storage/images/lifestyle-button-mat-kit.jpg");
}
.lifestyle-button__image.delivery {
  background-image: url("/storage/images/lifestyle-button-delivery-van.jpg");
}
.lifestyle-button__image.credit-account {
  background-image: url("/storage/images/lifestyle-button-taking-payment.jpg");
}
.lifestyle-button__image.account-manager {
  background-image: url("/storage/images/lifestyle-button-man-on-phone.jpg");
  background-position: center 20%;
}
.lifestyle-button__image.showroom {
  background-image: url("/storage/images/lifestyle-button-showroom.jpg");
}

.fast-trade-sign-up-form {
  background-color: #EC663E;
  padding: 3rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  border-radius: 0.4rem;
}
.fast-trade-sign-up-form__required-notice {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.fast-trade-sign-up-form__title {
  font-size: 2rem;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1rem;
}
.fast-trade-sign-up-form__sub-title {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.fast-trade-sign-up-form__form .btn-secondary {
  background-color: #30383b;
  border-color: #30383b;
  width: 100%;
}
.fast-trade-sign-up-form__form-title {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e98a6e;
}
.fast-trade-sign-up-form .form-label {
  color: #FFFFFF;
  font-size: 1.2rem;
}
.fast-trade-sign-up-form .valid-feedback {
  color: #b1fda9;
}
.fast-trade-sign-up-form .invalid-feedback {
  color: #590305;
}
.fast-trade-sign-up-form .invalid-feedback,
.fast-trade-sign-up-form .valid-feedback {
  font-size: 1rem;
  font-weight: 500;
}

.fast-trade__thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 4rem 0;
}
.fast-trade__thank-you__image {
  color: #FFFFFF;
  font-size: 6rem;
}
.fast-trade__thank-you__message {
  text-align: center;
}
.fast-trade__thank-you__message p {
  color: #FFFFFF;
}

.fast-trade-usps__title {
  text-align: center;
}

.fast-trade-usp {
  padding-block: 1.5rem;
  border-bottom: 2px solid #D6D7D8;
}
.fast-trade-usp:last-child {
  border-bottom: none;
}
.fast-trade-usp__title {
  display: flex;
  align-items: center;
}
.fast-trade-usp__title-icon {
  width: 90px;
}
.fast-trade-usp__title-icon img {
  width: 45%;
  margin: auto;
}
.fast-trade-usp__title-words {
  font-size: 1.6rem;
  line-height: 1.3;
}
.fast-trade-usp__body {
  font-size: 1rem;
  line-height: 1.3;
  padding-left: 90px;
}

@media (min-width: 768px) {
  .fast-trade-sign-up-form {
    margin-top: -4rem;
  }
  .fast-trade-sign-up-form__title {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .fast-trade-sign-up-form__form-title {
    font-size: 1.4rem;
  }
  .fast-trade-sign-up-form .form-label {
    font-size: 1.1rem;
  }

  .fast-trade-usps {
    margin-top: 1rem;
    padding: 1rem;
  }
  .fast-trade-usps__title {
    text-align: left;
  }

  .fast-trade-usp__title-icon {
    width: 70px;
  }
  .fast-trade-usp__title-words {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .fast-trade-usp__body {
    padding-left: 70px;
  }
}
@media (min-width: 992px) {
  .fast-trade-sign-up-form__title {
    font-size: 1.9rem;
    line-height: 1.3;
  }
  .fast-trade-sign-up-form__form-title {
    font-size: 1.7rem;
  }
  .fast-trade-sign-up-form .form-label {
    font-size: 1.2rem;
  }

  .fast-trade-usps {
    padding: 1rem 2rem 1rem 0;
  }
}
@media (min-width: 1400px) {
  .fast-trade-sign-up-form__title {
    font-size: 2.2rem;
  }
}
.btcc-logo-strip {
  background: url("/storage/images/btcc-texture.jpg");
  background-size: cover;
  background-position: top center;
}
.btcc-logo-strip__content {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.btcc-logo-strip__logo {
  flex: auto;
  max-width: 200px;
}
.btcc-logo-strip__logo img {
  max-height: 80px;
}
.btcc-logo-strip__divider .fa-thin {
  font-size: 1.3rem;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .btcc-logo-strip__content {
    gap: 1rem;
  }
  .btcc-logo-strip__divider .fa-thin {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .btcc-logo-strip__content {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .btcc-logo-strip__content {
    gap: 2rem;
  }
}
.btcc-section {
  padding-block: 4rem;
}
.btcc-section__text, .btcc-section__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 4rem;
}
.btcc-section__text {
  gap: 2rem;
}
.btcc-section__title {
  font-size: 2rem;
  line-height: 1.3;
}
.btcc-section__content {
  font-size: 1.1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .btcc-section {
    padding-block: 2rem;
  }
  .btcc-section__text, .btcc-section__image {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .btcc-section__text, .btcc-section__image {
    padding-inline: 3rem;
  }
}
@media (min-width: 1200px) {
  .btcc-section__image {
    padding-inline: 3rem;
  }
  .btcc-section__text {
    padding-inline: 6rem;
  }
}
.btcc-usps {
  background-image: url("/storage/images/btcc-usp-background.jpg");
  background-size: cover;
  background-position: center center;
}
.btcc-usps__content {
  display: grid;
  padding-block: 4rem;
  gap: 3rem;
}
.btcc-usps__title {
  grid-row: 1;
  font-size: 2.7rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}
.btcc-usps__logo-strip {
  grid-row: 2;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.btcc-usps__logo-strip__logo {
  flex: auto;
  max-width: 180px;
}
.btcc-usps__logo-strip__logo img {
  max-height: 70px;
}
.btcc-usps__logo-strip__divider .fa-thin {
  font-size: 1.3rem;
  color: #FFFFFF;
}
.btcc-usps__usp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.btcc-usps__usp.commitment {
  grid-row: 3;
}
.btcc-usps__usp.innovation {
  grid-row: 4;
}
.btcc-usps__usp.performance {
  grid-row: 5;
}
.btcc-usps__usp.efficiency {
  grid-row: 6;
}
.btcc-usps__usp__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.btcc-usps__usp__title {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FFFFFF;
}
.btcc-usps__usp__body {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .btcc-usps__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .btcc-usps__title {
    font-size: 2.8rem;
    line-height: 1.4;
    grid-column: 1/3;
    grid-row: 1;
  }
  .btcc-usps__logo-strip {
    grid-column: 1/3;
    gap: 1rem;
  }
  .btcc-usps__usp.commitment {
    grid-column: 1/2;
    grid-row: 3;
  }
  .btcc-usps__usp.innovation {
    grid-column: 2/3;
    grid-row: 3;
  }
  .btcc-usps__usp.performance {
    grid-column: 1/2;
    grid-row: 4;
  }
  .btcc-usps__usp.efficiency {
    grid-column: 2/3;
    grid-row: 4;
  }
}
@media (min-width: 768px) {
  .btcc-usps__title {
    max-width: 450px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .btcc-usps__content {
    grid-template-columns: repeat(4, 1fr);
  }
  .btcc-usps__title {
    text-align: left;
    max-width: initial;
    margin: initial;
  }
  .btcc-usps__logo-strip {
    grid-column: 3/5;
    grid-row: 1;
  }
  .btcc-usps__usp.commitment {
    grid-column: 1/2;
    grid-row: 2;
  }
  .btcc-usps__usp.innovation {
    grid-column: 2/3;
    grid-row: 2;
  }
  .btcc-usps__usp.performance {
    grid-column: 3/4;
    grid-row: 2;
  }
  .btcc-usps__usp.efficiency {
    grid-column: 4/5;
    grid-row: 2;
  }
}
.btcc-join-us {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.btcc-join-us__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  max-width: 540px;
  text-align: center;
  padding-block: 1rem;
}
.btcc-join-us__title {
  font-size: 1.6rem;
  line-height: 1.3;
}
.btcc-join-us__body {
  font-size: 1.1rem;
  line-height: 1.6;
}
.btcc-join-us__lifestyle {
  background-image: url("/storage/images/btcc-footer-background.jpg");
  background-size: cover;
  background-position: center center;
  padding: 2rem;
  display: grid;
  gap: 1rem;
}
.btcc-join-us__lifestyle__title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #FFFFFF;
  grid-row: 1;
}
.btcc-join-us__lifestyle__logo-strip {
  grid-row: 2;
}
.btcc-join-us__lifestyle__logo-strip .btcc-logo-strip__content {
  gap: 1rem;
}

@media (min-width: 768px) {
  .btcc-join-us__content {
    padding-bottom: 3rem;
  }
  .btcc-join-us__lifestyle {
    grid-template-columns: auto 50%;
    grid-template-rows: auto 60px;
    padding: 3rem;
  }
  .btcc-join-us__lifestyle__title {
    grid-column: 2/3;
    grid-row: 1;
  }
  .btcc-join-us__lifestyle__logo-strip {
    grid-column: 2/3;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .btcc-join-us {
    gap: 4rem;
  }
  .btcc-join-us__content {
    padding-block: 3rem;
  }
  .btcc-join-us__lifestyle {
    grid-template-columns: auto 40%;
    padding-right: 8rem;
  }
}
@media (min-width: 1200px) {
  .btcc-join-us__lifestyle {
    grid-template-columns: auto 30%;
    padding-right: 8rem;
  }
}
.page-banner.btcc {
  background-image: url("/storage/images/btcc-hero.jpg");
  color: #FFFFFF;
}
.page-banner.btcc .h1 {
  font-size: 2.5rem;
}
.page-banner.btcc p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.porsche-logo-strip {
  background: url("/storage/images/btcc-texture.jpg");
  background-size: cover;
  background-position: top center;
}
.porsche-logo-strip__content {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.porsche-logo-strip__logo {
  flex: auto;
  max-width: 200px;
}
.porsche-logo-strip__logo img {
  max-height: 80px;
}
.porsche-logo-strip__divider .fa-thin {
  font-size: 1.3rem;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .porsche-logo-strip__content {
    gap: 1rem;
  }
  .porsche-logo-strip__divider .fa-thin {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .porsche-logo-strip__content {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .porsche-logo-strip__content {
    gap: 2rem;
  }
}
.porsche-section {
  padding-block: 4rem;
}
.porsche-section__text, .porsche-section__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline: 4rem;
}
.porsche-section__text {
  gap: 2rem;
}
.porsche-section__title {
  font-size: 2rem;
  line-height: 1.3;
}
.porsche-section__content {
  font-size: 1.1rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .porsche-section {
    padding-block: 2rem;
  }
  .porsche-section__text, .porsche-section__image {
    padding-inline: 2rem;
  }
}
@media (min-width: 992px) {
  .porsche-section__text, .porsche-section__image {
    padding-inline: 3rem;
  }
}
@media (min-width: 1200px) {
  .porsche-section__image {
    padding-inline: 3rem;
  }
  .porsche-section__text {
    padding-inline: 6rem;
  }
}
.porsche-usps {
  background-image: url("/storage/images/btcc-usp-background.jpg");
  background-size: cover;
  background-position: center center;
}
.porsche-usps__content {
  display: grid;
  padding-block: 4rem;
  gap: 3rem;
}
.porsche-usps__title {
  grid-row: 1;
  font-size: 2.7rem;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
}
.porsche-usps__logo-strip {
  grid-row: 2;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.porsche-usps__logo-strip__logo {
  flex: auto;
  max-width: 180px;
}
.porsche-usps__logo-strip__logo img {
  max-height: 70px;
}
.porsche-usps__logo-strip__divider .fa-thin {
  font-size: 1.3rem;
  color: #FFFFFF;
}
.porsche-usps__usp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.porsche-usps__usp.commitment {
  grid-row: 3;
}
.porsche-usps__usp.innovation {
  grid-row: 4;
}
.porsche-usps__usp.performance {
  grid-row: 5;
}
.porsche-usps__usp.efficiency {
  grid-row: 6;
}
.porsche-usps__usp__icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.porsche-usps__usp__title {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FFFFFF;
}
.porsche-usps__usp__body {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
}

@media (min-width: 576px) {
  .porsche-usps__content {
    grid-template-columns: repeat(2, 1fr);
  }
  .porsche-usps__title {
    font-size: 2.8rem;
    line-height: 1.4;
    grid-column: 1/3;
    grid-row: 1;
  }
  .porsche-usps__logo-strip {
    grid-column: 1/3;
    gap: 1rem;
  }
  .porsche-usps__usp.commitment {
    grid-column: 1/2;
    grid-row: 3;
  }
  .porsche-usps__usp.innovation {
    grid-column: 2/3;
    grid-row: 3;
  }
  .porsche-usps__usp.performance {
    grid-column: 1/2;
    grid-row: 4;
  }
  .porsche-usps__usp.efficiency {
    grid-column: 2/3;
    grid-row: 4;
  }
}
@media (min-width: 768px) {
  .porsche-usps__title {
    max-width: 450px;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .porsche-usps__content {
    grid-template-columns: repeat(4, 1fr);
  }
  .porsche-usps__title {
    text-align: left;
    max-width: initial;
    margin: initial;
  }
  .porsche-usps__logo-strip {
    grid-column: 3/5;
    grid-row: 1;
  }
  .porsche-usps__usp.commitment {
    grid-column: 1/2;
    grid-row: 2;
  }
  .porsche-usps__usp.innovation {
    grid-column: 2/3;
    grid-row: 2;
  }
  .porsche-usps__usp.performance {
    grid-column: 3/4;
    grid-row: 2;
  }
  .porsche-usps__usp.efficiency {
    grid-column: 4/5;
    grid-row: 2;
  }
}
.porsche-join-us {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.porsche-join-us__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  max-width: 540px;
  text-align: center;
  padding-block: 1rem;
}
.porsche-join-us__title {
  font-size: 1.6rem;
  line-height: 1.3;
}
.porsche-join-us__body {
  font-size: 1.1rem;
  line-height: 1.6;
}
.porsche-join-us__lifestyle {
  background-image: url("/storage/images/porsche-footer-background.jpg");
  background-size: cover;
  background-position: center center;
  padding: 2rem;
  display: grid;
  gap: 1rem;
}
.porsche-join-us__lifestyle__title {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #FFFFFF;
  grid-row: 1;
}
.porsche-join-us__lifestyle__logo-strip {
  grid-row: 2;
}
.porsche-join-us__lifestyle__logo-strip .porsche-logo-strip__content {
  gap: 1rem;
}

@media (min-width: 768px) {
  .porsche-join-us__content {
    padding-bottom: 3rem;
  }
  .porsche-join-us__lifestyle {
    grid-template-columns: auto 50%;
    grid-template-rows: auto 60px;
    padding: 3rem;
  }
  .porsche-join-us__lifestyle__title {
    grid-column: 2/3;
    grid-row: 1;
  }
  .porsche-join-us__lifestyle__logo-strip {
    grid-column: 2/3;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .porsche-join-us {
    gap: 4rem;
  }
  .porsche-join-us__content {
    padding-block: 3rem;
  }
  .porsche-join-us__lifestyle {
    grid-template-columns: auto 40%;
    padding-right: 8rem;
  }
}
@media (min-width: 1200px) {
  .porsche-join-us__lifestyle {
    grid-template-columns: auto 30%;
    padding-right: 8rem;
  }
}
.page-banner.porsche {
  background-image: url("/storage/images/porsche-hero.jpg");
  color: #FFFFFF;
}
.page-banner.porsche .h1 {
  font-size: 2.5rem;
}
.page-banner.porsche p {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.delivery-info {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: start;
}
.delivery-info__content {
  order: 2;
  display: grid;
  gap: 2rem;
}
.delivery-info__content__section p:last-child {
  margin: 0;
}
.delivery-info__special-dates {
  order: 1;
}

@media (min-width: 768px) {
  .delivery-info {
    gap: 4rem;
  }
  .delivery-info:has(.delivery-info__special-dates) {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery-info__content {
    order: 1;
  }
  .delivery-info__special-dates {
    order: 2;
  }
  .delivery-info:not(:has(.delivery-info__special-dates)) .delivery-info__content {
    row-gap: 2rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-banner.knowledge-hub-index-page {
  background-image: url("/storage/images/hub-index-header.jpg");
  background-size: 230%;
  background-position: 40% 31%;
  margin-bottom: 0;
}
.page-banner.knowledge-hub-index-page h1, .page-banner.knowledge-hub-index-page p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.knowledge-hub-index-page .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hub-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.hub-panel__image img {
  width: 100%;
}
.hub-panel__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background-color: #F5F5F5;
  flex: 1;
}
.hub-panel__title {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  font-weight: 400;
}
.hub-panel__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.hub-panel__body-content :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.hub-panel__cta-wrapper {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hub-panel__links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.hub-panel__links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.hub-panel__links a:hover {
  text-decoration: underline;
}
.hub-panel__links a:after {
  content: "→";
}
.hub-panel__links a.disabled {
  color: #f5b09b;
  cursor: initial;
}
.hub-panel__links a.disabled:hover {
  text-decoration: none;
}
.hub-panel__title-icon {
  color: #EC663E;
  margin-right: 0.5rem;
}
.hub-panel__total {
  font-size: 1.8rem;
}
.hub-panel__total.orange {
  color: #EC663E;
}
.hub-panel__total.green {
  color: #238826;
}

@media (min-width: 576px) {
  .page-banner.knowledge-hub-index-page {
    background-size: 160%;
    background-position: 28% 31%;
  }

  .hub-panel__title {
    font-size: 1.1rem;
  }
  .hub-panel__links a {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .page-banner.knowledge-hub-index-page {
    background-size: 140%;
    background-position: 13% 31%;
  }

  .hub-panel__title {
    font-size: 1.3rem;
  }
  .hub-panel__links {
    gap: 0.5rem;
  }
  .hub-panel__links a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .page-banner.knowledge-hub-index-page {
    background-size: 130%;
  }
  .page-banner.knowledge-hub-index-page .content {
    padding-block: 55px;
  }
}
@media (min-width: 1400px) {
  .page-banner.knowledge-hub-index-page {
    background-image: none;
  }
  .page-banner.knowledge-hub-index-page > .container {
    background-image: url("/storage/images/hub-index-header.jpg");
    background-size: 150%;
    background-position: 20% 23%;
  }
  .page-banner.knowledge-hub-index-page .content {
    padding-block: 80px;
  }
}
.page-banner.measuring-up {
  background-image: url("/storage/images/measuring-up-header.jpg");
  background-size: 180%;
  background-position: 67% 90%;
  margin-bottom: 0;
}
.page-banner.measuring-up h1, .page-banner.measuring-up p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.measuring-up .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.measuring-panels {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.measuring-panel__image {
  background-color: #ebebeb;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.measuring-panel__image img {
  max-width: 60%;
}

.unheatable-area:nth-child(n+2) {
  border-top: 1px solid #D6D7D8;
  padding-top: 2rem;
}
.unheatable-area .delete {
  font-size: 1.2rem;
  color: #bcbebf;
}
.unheatable-area .delete.disabled {
  color: #D6D7D8;
}
.unheatable-area .delete:not(.disabled) {
  cursor: pointer;
}
.unheatable-area .delete:not(.disabled):hover {
  color: #da1a2b;
}

.total-unheatable-area,
.total-heatable-area {
  font-weight: 300;
  display: inline-block;
  line-height: 1.4;
  margin-right: 0.5rem;
}

.total-unheatable-area {
  font-size: 1.4rem;
}

.total-heatable-area {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}

.room-calculator__total.heatable, .room-calculator__total.unheatable {
  color: #EC663E;
  font-weight: 500;
}

.consider-tip__title {
  font-size: 0.9rem;
  color: #EC663E;
  line-height: 1.6;
}
.consider-tip__body {
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 576px) {
  .page-banner.measuring-up {
    background-size: 230%;
    background-position: 73% 80%;
  }

  .measuring-panels {
    grid-template-columns: repeat(2, 1fr);
  }

  .measuring-panel__image img {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .page-banner.measuring-up {
    background-size: 1400px;
  }

  .measuring-panels {
    grid-template-columns: repeat(3, 1fr);
  }

  .unheatable-area:nth-child(n+2) {
    border-top: none;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .measuring-panel__image img {
    max-width: 70%;
  }
}
@media (min-width: 1200px) {
  .page-banner.measuring-up .content {
    padding: 4rem 60px;
  }
}
@media (min-width: 1400px) {
  .page-banner.measuring-up {
    background-image: none;
  }
  .page-banner.measuring-up > .container {
    background-image: url("/storage/images/measuring-up-header.jpg");
    background-size: cover;
    background-position: center 80%;
  }
  .page-banner.measuring-up .content {
    padding-block: 80px;
  }
}
.page-banner.cable-coverage-guide {
  background-image: url("/storage/images/cable-coverage-header.jpg");
  background-position: center center;
  margin-bottom: 0;
}
.page-banner.cable-coverage-guide h1, .page-banner.cable-coverage-guide p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.cable-coverage-guide .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.cable-spacing-illustrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
}

.cable-spacing {
  position: relative;
  padding-left: 0.75rem;
}
.cable-spacing__arrow {
  width: 1px;
  border: 0.5px solid #da1a2b;
  position: absolute;
  left: 0;
  bottom: 2px;
  top: 2px;
}
.cable-spacing__arrow::before, .cable-spacing__arrow::after {
  font-family: "Font Awesome 6 Free";
  font-size: 0.6rem;
  content: "";
  color: #da1a2b;
  position: absolute;
  left: 50%;
}
.cable-spacing__arrow::before {
  top: -4px;
  transform: translateX(-50%) rotate(-90deg);
}
.cable-spacing__arrow::after {
  bottom: -4px;
  transform: translateX(-50%) rotate(90deg);
}
.cable-spacing__wrapper {
  border: 1px solid #da1a2b;
  border-left: none;
  border-radius: 0 100vw 100vw 0;
  padding-right: 1.75rem;
}
.cable-spacing__wrapper.size-50 {
  padding-block: 0.25rem;
}
.cable-spacing__wrapper.size-60 {
  padding-block: 0.6rem;
}
.cable-spacing__wrapper.size-65 {
  padding-block: 0.8rem;
}
.cable-spacing__wrapper.size-75 {
  padding-block: 1.25rem;
}
.cable-spacing__wrapper.size-100 {
  padding-block: 1.75rem;
}
.cable-spacing__size, .cable-spacing__title, .cable-spacing__power {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 0.8rem;
}
.cable-spacing__size {
  font-weight: 600;
}
.cable-spacing__power {
  color: #da1a2b;
}

.cable-coverage-table {
  margin: 0 auto;
}
.cable-coverage-table__heading-top th {
  background-color: #fad4c9;
  border: none;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.cable-coverage-table__heading-top th.blank {
  background: none;
}
.cable-coverage-table__heading-sub th {
  background-color: #fce7e1;
  border-left: 1px solid #FFFFFF;
  border-right: none;
  border-bottom: none;
}
.cable-coverage-table__heading-sub th::first-child {
  border-left: none;
}
.cable-coverage-table thead tr {
  border-bottom: 2px solid #FFFFFF;
}
.cable-coverage-table thead th[colspan="5"] {
  display: none;
}
.cable-coverage-table tbody tr:hover {
  background-color: #F5F5F5;
}
.cable-coverage-table tbody tr:hover td.selected {
  background-color: #D6D7D8;
}
.cable-coverage-table tbody td.selected {
  background-color: #F5F5F5;
}
.cable-coverage-table .hidden {
  display: none;
}
.cable-coverage-table .pulse {
  animation-name: pulse;
  animation-duration: 500ms;
  animation-timing-function: ease-in;
  animation-delay: 300ms;
}

@keyframes pulse {
  0% {
    background-color: #f5b09b;
  }
  100% {
    background-color: #fce7e1;
  }
}
@media (min-width: 576px) {
  .page-banner.cable-coverage-guide {
    background-size: cover;
    background-position: center center;
  }
  .page-banner.cable-coverage-guide .content {
    padding-block: 4rem;
  }
}
@media (min-width: 768px) {
  .cable-coverage-table thead th[colspan="1"] {
    display: none;
  }
  .cable-coverage-table thead th[colspan="5"] {
    display: table-cell;
  }
  .cable-coverage-table .hidden {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .page-banner.cable-coverage-guide {
    background-position: center 62%;
  }
}
@media (min-width: 1400px) {
  .page-banner.cable-coverage-guide {
    background-image: none;
  }
  .page-banner.cable-coverage-guide > .container {
    background-image: url("/storage/images/cable-coverage-header.jpg");
    background-size: cover;
    background-position: center 60%;
  }
  .page-banner.cable-coverage-guide .content {
    padding-block: 80px;
  }
}
.page-banner.complete-guide {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%), url("/storage/images/banner-complete-guide.jpg");
  background-position: center center, center center;
  background-attachment: scroll, scroll;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding-block: 2rem;
}
.page-banner.complete-guide h1, .page-banner.complete-guide p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.complete-guide .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.complete-guide__montage__inline {
  float: right;
  margin: 1rem 0 1rem 1rem;
  width: 55%;
}

.complete-guide-montage {
  position: relative;
  height: 100%;
}
.complete-guide-montage [class*=image-] {
  position: absolute;
}
.complete-guide-montage [class*=image-] img {
  max-height: 100%;
}
.complete-guide-montage__image-1 {
  top: 0;
  left: 2%;
  height: 55%;
}
.complete-guide-montage__image-2 {
  top: 25%;
  left: 40%;
  height: 47%;
}
.complete-guide-montage__image-3 {
  top: 59%;
  left: 19%;
  height: 41%;
}

@media (min-width: 576px) {
  .complete-guide__montage__inline {
    margin-right: -2rem;
  }
}
@media (min-width: 768px) {
  .complete-guide__montage__inline {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-banner.complete-guide {
    padding-block: 4rem;
  }
}
.page-banner[class*=floor-covering-guide-] {
  background-position: center center;
  color: #FFFFFF;
}
.page-banner[class*=floor-covering-guide-] h1,
.page-banner[class*=floor-covering-guide-] p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-banner[class*=floor-covering-guide-] p {
  color: #FFFFFF;
}
.page-banner.floor-covering-guide-mats {
  background-image: url("/storage/images/floor-covering-mats-header.jpg");
}
.page-banner.floor-covering-guide-foil {
  background-image: url("/storage/images/floor-covering-foil-header.jpg");
}
.page-banner .content {
  position: relative;
  z-index: 10;
}

.max-temp-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.max-temps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: space-between;
}
.max-temps.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
}

.max-temp {
  --base-font-size: 1rem;
  position: relative;
  width: 100%;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  border-radius: 0.4rem;
  overflow: hidden;
  flex: 0 0 50%;
}
.max-temp:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.max-temp.wood {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 70%), url("/storage/images/floor-covering-temp-wood.jpg");
}
.max-temp.carpet {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 70%), url("/storage/images/floor-covering-temp-carpet.jpg");
}
.max-temp.vinyl {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 70%), url("/storage/images/floor-covering-temp-vinyl.jpg");
}
.max-temp.tile {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 70%), url("/storage/images/floor-covering-temp-tiles.jpg");
}
.max-temp__content {
  position: absolute;
  inset: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  color: #FFFFFF;
}
.max-temp__title {
  flex: auto;
  font-size: calc(var(--base-font-size) * 1.6);
}
.max-temp__label {
  font-size: calc(var(--base-font-size) * 1);
}
.max-temp__temp {
  font-size: calc(var(--base-font-size) * 2);
}

.floor-finishes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}
.floor-finishes.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.floor-finish {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.floor-finish__image {
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.floor-finish__title {
  text-align: center;
  line-height: 1.2;
}
.floor-finish__title small {
  display: block;
  font-size: 80%;
}

@media (min-width: 576px) {
  .floor-finishes {
    grid-template-columns: repeat(2, 1fr);
  }

  .max-temps {
    grid-template-columns: repeat(4, 1fr);
  }

  .max-temp {
    --base-font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .floor-finishes {
    grid-template-columns: repeat(3, 1fr);
  }

  .max-temp-container {
    flex-direction: row;
  }

  .max-temps {
    grid-template-columns: repeat(2, 1fr);
  }
  .max-temps.grid-col-3 .max-temp:after {
    padding-bottom: 100%;
  }

  .max-temp {
    --base-font-size: 0.8rem;
  }
  .max-temp:after {
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  .max-temps {
    grid-template-columns: repeat(4, 1fr);
  }

  .max-temp {
    --base-font-size: 0.9rem;
  }
  .max-temp:after {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .max-temp {
    --base-font-size: 1rem;
  }
}
.page-banner.knowledge-hub-faq {
  background-image: url("/storage/images/faq-header.jpg");
  background-size: max(100%, 532px);
  background-position: 36% bottom;
  margin-bottom: 0;
}
.page-banner.knowledge-hub-faq h1 {
  font-weight: 400;
  font-size: 1.9rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-banner.knowledge-hub-faq h1, .page-banner.knowledge-hub-faq p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.knowledge-hub-faq p {
  line-height: 1.2;
}
.page-banner.knowledge-hub-faq .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.page-banner.knowledge-hub-faq .content {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 7rem 0 2rem 10px;
}
.page-banner.knowledge-hub-faq .content:before {
  content: url(/storage/images/icon-knowledge-hub-orange.svg);
  flex: 0 0 60px;
}

.faqs-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.faqs-sidebar__title {
  font-size: 1.8rem;
  padding: 1rem;
}
.faqs-sidebar__mobile-toc {
  padding: 1rem;
  background-color: #F5F5F5;
}
.faqs-sidebar__item-trigger {
  background: none;
  border: none;
  font-size: 1rem;
  padding: 1rem;
  -webkit-appearance: unset;
  text-align: left;
  color: #EC663E;
}
.faqs-sidebar__item-trigger.collapsed {
  color: #374043;
}
.faqs .accordion-item {
  border: none;
  border-top: 1px solid #D6D7D8;
}
.faqs .accordion-button {
  background: none;
  border: none;
  color: #374043;
  padding: 1.4rem;
  line-height: 1.3;
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: initial;
}
.faqs .accordion-button:after {
  background-image: url("/storage/images/icon-plus.svg");
  background-position: right center;
  content: "";
  flex: 0 0 30px;
}
.faqs .accordion-button:not(.collapsed) {
  box-shadow: none;
  font-weight: 600;
}
.faqs .accordion-button:not(.collapsed):after {
  background-image: url("/storage/images/icon-minus-orange.svg");
  background-position: right center;
  content: "";
  flex: 0 0 30px;
  transform: translateX(44%) rotate(-180deg);
}

@media (min-width: 576px) {
  .page-banner.knowledge-hub-faq {
    background-size: 118%;
    background-position: 0% 43%;
  }
  .page-banner.knowledge-hub-faq .content {
    padding: 3rem 1rem;
  }
  .page-banner.knowledge-hub-faq .content-wrapper {
    gap: 0.5rem;
  }
}
@media (min-width: 768px) {
  .page-banner.knowledge-hub-faq {
    background-size: 118%;
    background-position: 0% 47%;
  }
  .page-banner.knowledge-hub-faq .content {
    padding-block: 3rem;
  }

  .faqs-wrapper {
    grid-template-columns: 1fr 2fr;
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .page-banner.knowledge-hub-faq {
    background-size: 114%;
    background-position: 0% 51%;
  }
  .page-banner.knowledge-hub-faq .content {
    padding-left: 3rem;
  }

  .faqs-wrapper {
    grid-template-columns: auto 1fr;
    gap: 3rem;
  }
}
@media (min-width: 1400px) {
  .page-banner.knowledge-hub-faq {
    background-image: none;
  }
  .page-banner.knowledge-hub-faq .content {
    padding: 4rem 0 4rem 8rem;
  }
  .page-banner.knowledge-hub-faq > .container {
    background-image: url("/storage/images/faq-header.jpg");
    background-size: 114%;
    background-position: 0% 51%;
  }

  .faqs-wrapper {
    gap: 4rem;
  }
}
.page-banner.videos-page {
  background-image: url("/storage/images/video-page-header.jpg");
  background-size: 115%;
  background-position: 40% 31%;
  margin-bottom: 0;
}
.page-banner.videos-page h1, .page-banner.videos-page p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.videos-page .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.thumbnail-group {
  padding-bottom: 3rem;
}
.thumbnail-group__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 2rem;
}
.thumbnail-group__thumbnails {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.thumbnail-group__thumbnails.documents {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.thumbnail-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  color: #374043;
  padding: 1.25rem;
  border: 1px solid #D6D7D8;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  transition: border-color 0.1s ease-in, background-color 0.1s ease-in;
}
.thumbnail-panel:hover {
  border-color: #bcbebf;
  background-color: #F5F5F5;
  color: #374043;
}
.thumbnail-panel__image {
  position: relative;
  flex: 1;
}
.thumbnail-panel__image img {
  margin: 0 auto;
}
.thumbnail-panel__content {
  display: flex;
  flex-direction: column;
  flex: 1 0 40px;
  gap: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
.thumbnail-panel__title {
  font-size: 1em;
  font-weight: 500;
}
.thumbnail-panel__time {
  font-size: 0.9em;
  color: #a2a4a6;
}
.thumbnail-panel.document {
  padding: 0.75rem;
}
.thumbnail-panel.document .thumbnail-panel__content {
  font-size: 1rem;
}
.thumbnail-panel.video:hover .thumbnail-panel__image .fa-brands {
  color: #DF001F;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.thumbnail-panel.video .thumbnail-panel__image {
  position: relative;
}
.thumbnail-panel.video .thumbnail-panel__image .fa-brands {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .page-banner.videos-page {
    background-size: 110%;
    background-position: 28% 31%;
  }

  .thumbnail-panel.video .thumbnail-panel__content {
    font-size: 1rem;
  }

  .thumbnail-group__thumbnails {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page-banner.videos-page {
    background-size: 110%;
    background-position: 13% 31%;
  }
  .page-banner.videos-page .content {
    padding: 4rem 3rem;
  }

  .thumbnail-panel {
    padding: 0.75rem;
  }
  .thumbnail-panel.document .thumbnail-panel__title {
    padding-inline: 1rem;
  }
  .thumbnail-panel__content {
    font-size: 1rem;
  }

  .thumbnail-group__thumbnails {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  .thumbnail-group__thumbnails.documents {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .page-banner.videos-page {
    background-size: 103%;
    background-position: 13% 47%;
  }
  .page-banner.videos-page .content {
    padding-block: 55px;
  }

  .thumbnail-panel__title {
    font-size: 1.1rem;
  }

  .thumbnail-group__thumbnails {
    gap: 3rem;
  }
  .thumbnail-group__thumbnails.documents {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .thumbnail-group__thumbnails {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .thumbnail-group__thumbnails.documents {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .page-banner.videos-page {
    background-image: none;
  }
  .page-banner.videos-page > .container {
    background-image: url("/storage/images/video-page-header.jpg");
    background-size: cover;
    background-position: 20% 44%;
  }
  .page-banner.videos-page .content {
    padding-block: 6rem;
    padding-left: 7rem;
  }

  .thumbnail-panel__title {
    font-size: 1.2rem;
  }
}
.page-banner.how-much-adhesive {
  background-image: url("/storage/images/how-much-adhesive-header.jpg");
  margin-bottom: 0;
}
.page-banner.how-much-adhesive h1, .page-banner.how-much-adhesive p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.how-much-adhesive .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.depth-panels {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.depth-panel__depth {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -2px;
  border-color: currentColor;
  border-bottom-style: solid;
  text-align: center;
  padding: 0 1rem 0.25rem 1rem;
  width: calc(100% - 2rem);
  transform: translateX(-50%);
}
.depth-panel__depth.mm3 {
  border-bottom-width: 10px;
}
.depth-panel__depth.mm7 {
  border-bottom-width: 26px;
}
.depth-panel__depth.mm5 {
  border-bottom-width: 18px;
}
.depth-panel__depth.mm10 {
  border-bottom-width: 36px;
}

@media (min-width: 576px) {
  .page-banner.how-much-adhesive {
    background-size: 140%;
    background-position: 67% 20%;
  }

  .depth-panels {
    grid-template-columns: repeat(2, 1fr);
  }

  .depth-panel__depth {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .page-banner.how-much-adhesive {
    background-position: 67% 50%;
  }
}
@media (min-width: 992px) {
  .depth-panel__depth {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-banner.how-much-adhesive .content {
    padding: 4rem 60px;
  }
}
@media (min-width: 1400px) {
  .page-banner.how-much-adhesive {
    background-image: none;
  }
  .page-banner.how-much-adhesive > .container {
    background-image: url("/storage/images/how-much-adhesive-header.jpg");
    background-size: cover;
    background-position: center 80%;
  }
  .page-banner.how-much-adhesive .content {
    padding-block: 80px;
  }
}
.page-banner.how-much-leveller {
  background-image: url("/storage/images/how-much-leveller-header.jpg");
  margin-bottom: 0;
}
.page-banner.how-much-leveller h1, .page-banner.how-much-leveller p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.how-much-leveller .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.depth-panels {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

.depth-panel__depth {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: -2px;
  border-color: currentColor;
  border-bottom-style: solid;
  text-align: center;
  padding: 0 1rem 0.25rem 1rem;
  width: calc(100% - 2rem);
  transform: translateX(-50%);
}
.depth-panel__depth.mm3 {
  border-bottom-width: 10px;
}
.depth-panel__depth.mm7 {
  border-bottom-width: 26px;
}
.depth-panel__depth.mm5 {
  border-bottom-width: 18px;
}
.depth-panel__depth.mm10 {
  border-bottom-width: 36px;
}

@media (min-width: 576px) {
  .page-banner.how-much-leveller {
    background-size: 230%;
    background-position: 57% 80%;
  }

  .depth-panels {
    grid-template-columns: repeat(2, 1fr);
  }

  .depth-panel__depth {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .page-banner.how-much-leveller {
    background-size: 1400px;
  }
}
@media (min-width: 992px) {
  .depth-panel__depth {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-banner.how-much-leveller .content {
    padding: 4rem 60px;
  }
}
@media (min-width: 1400px) {
  .page-banner.how-much-leveller {
    background-image: none;
  }
  .page-banner.how-much-leveller > .container {
    background-image: url("/storage/images/how-much-leveller-header.jpg");
    background-size: cover;
    background-position: center 80%;
  }
  .page-banner.how-much-leveller .content {
    padding-block: 80px;
  }
}
.page-banner.how-much-insulation {
  background-image: url("/storage/images/how-much-insulation-header.jpg");
  margin-bottom: 0;
}
.page-banner.how-much-insulation h1, .page-banner.how-much-insulation p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.how-much-insulation .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.insulation-panel .image-panel__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e5e5e5;
  padding: 2rem;
}

.room {
  padding: 2rem 0 0.6rem 0;
  border-top: 1px solid #ccc;
}
.room:first-of-type {
  padding-top: 0;
  border: none;
}

@media (min-width: 576px) {
  .room {
    padding: 0;
    border: none;
  }
}
@media (min-width: 1200px) {
  .page-banner.how-much-insulation .content {
    padding: 4rem 60px;
  }
}
@media (min-width: 1400px) {
  .page-banner.how-much-insulation {
    background-image: none;
  }
  .page-banner.how-much-insulation > .container {
    background-image: url("/storage/images/how-much-insulation-header.jpg");
  }
  .page-banner.how-much-insulation .content {
    padding-block: 80px;
  }
}
.page-banner.running-costs {
  background-image: url("/storage/images/running-costs-header.jpg");
  margin-bottom: 0;
}
.page-banner.running-costs h1, .page-banner.running-costs p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.running-costs .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

@media (min-width: 992px) {
  .page-banner.running-costs {
    background-position: center 30%;
  }
  .page-banner.running-costs .content {
    padding: 4rem 5rem;
  }
}
@media (min-width: 1400px) {
  .page-banner.running-costs {
    background-image: none;
  }
  .page-banner.running-costs > .container {
    background-image: url("/storage/images/running-costs-header.jpg");
    background-size: cover;
    background-position: center 40%;
  }
}
.page-banner.what-is-underfloor-heating {
  background-image: url("/storage/images/what-is-header.jpg");
  margin-bottom: 0;
}
.page-banner.what-is-underfloor-heating h1, .page-banner.what-is-underfloor-heating p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.what-is-underfloor-heating .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

@media (min-width: 992px) {
  .page-banner.what-is-underfloor-heating {
    background-position: center 30%;
  }
  .page-banner.what-is-underfloor-heating .content {
    padding: 4rem 5rem;
  }
}
@media (min-width: 1400px) {
  .page-banner.what-is-underfloor-heating {
    background-image: none;
  }
  .page-banner.what-is-underfloor-heating > .container {
    background-image: url("/storage/images/what-is-header.jpg");
    background-size: cover;
    background-position: center 40%;
  }
}
.page-banner.which-electric-system-should-i-choose {
  background-image: url("/storage/images/which-electric-system-header.jpg");
  margin-bottom: 0;
}
.page-banner.which-electric-system-should-i-choose h1, .page-banner.which-electric-system-should-i-choose p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}
.page-banner.which-electric-system-should-i-choose .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.panel__bolt-icon {
  width: 40px;
}
.panel__cable-spacing-icon {
  width: 80px;
}
.panel.which-system {
  justify-content: flex-start;
}
.panel.which-system .panel__notice {
  display: flex;
  align-items: flex-end;
  flex: 1;
  color: #EC663E;
}

.floor-finishes.which-system {
  grid-template-columns: repeat(2, 1fr);
}

.which-system-product {
  position: relative;
}
.which-system-product__promo {
  position: absolute;
  width: min(30%, 150px);
  right: 0;
  top: 0;
}

.which-system-small-print p {
  color: #888e96;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.exploded-diagram {
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 2rem;
  height: 100%;
}
.exploded-diagram__image-wrapper {
  position: relative;
}
.exploded-diagram__product, .exploded-diagram__promo, .exploded-diagram__logos {
  position: absolute;
}
.exploded-diagram__product {
  top: 0;
  left: 0;
  width: min(41%, 230px);
}
.exploded-diagram__promo {
  top: 0;
  right: 0;
  width: 28%;
}
.exploded-diagram__logos {
  bottom: 0;
  right: 2rem;
  width: max(15%, 80px);
}
.exploded-diagram__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.5rem;
}
.exploded-diagram__title {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 500;
  padding-inline: 2rem;
}
.exploded-diagram__body {
  padding-inline: 2rem;
}
.exploded-diagram__body ul {
  margin-left: 0;
}

@media (min-width: 768px) {
  .floor-finishes.which-system {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .page-banner.which-electric-system-should-i-choose {
    background-position: center 30%;
  }
  .page-banner.which-electric-system-should-i-choose .content {
    padding: 4rem 5rem;
  }
}
@media (min-width: 1400px) {
  .page-banner.which-electric-system-should-i-choose {
    background-image: none;
  }
  .page-banner.which-electric-system-should-i-choose > .container {
    background-image: url("/storage/images/which-electric-system-header.jpg");
    background-size: cover;
    background-position: center 40%;
  }
}
.which-water__install-image {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 6px 6px 0 rgba(0, 0, 0, 0.08), 0px 2px 5px 0 rgba(0, 0, 0, 0.14);
}
.which-water__sub-title {
  color: #EC663E;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.which-water__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.pipework-diagrams {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.pipework-diagram {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.pipework-diagram__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
}
.pipework-diagram__label {
  font-size: 0.9rem;
}

@media (min-width: 992px) {
  .pipework-diagrams {
    gap: 3rem;
  }

  .pipework-diagram__image {
    width: 80px;
  }
}
.page-banner.benefits-of-electric {
  background-image: url("/storage/images/benefits-of-electric-header.jpg");
  margin-bottom: 0;
}
.page-banner.benefits-of-electric h1, .page-banner.benefits-of-electric p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.benefits-of-electric .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 576px) {
  .page-banner.benefits-of-electric {
    background-size: 230%;
    background-position: 57% 80%;
  }
}
@media (min-width: 768px) {
  .page-banner.benefits-of-electric {
    background-size: 1400px;
  }
}
@media (min-width: 1200px) {
  .page-banner.benefits-of-electric .content {
    padding: 4rem 60px;
  }
}
@media (min-width: 1400px) {
  .page-banner.benefits-of-electric {
    background-image: none;
  }
  .page-banner.benefits-of-electric > .container {
    background-image: url("/storage/images/benefits-of-electric-header.jpg");
    background-size: cover;
    background-position: center 80%;
  }
  .page-banner.benefits-of-electric .content {
    padding-block: 80px;
  }
}
.page-banner.benefits-of-water {
  background-image: url("/storage/images/benefits-of-water-header.jpg");
  margin-bottom: 0;
}
.page-banner.benefits-of-water h1, .page-banner.benefits-of-water p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.benefits-of-water .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1400px) {
  .page-banner.benefits-of-water {
    background-image: none;
  }
  .page-banner.benefits-of-water > .container {
    background-image: url("/storage/images/benefits-of-water-header.jpg");
    background-size: cover;
    background-position: center center;
  }
  .page-banner.benefits-of-water .content {
    padding-block: 60px;
  }
}
.page-banner.fitting-large-areas {
  background-image: url("/storage/images/fitting-large-areas-header.jpg");
  margin-bottom: 0;
}
.page-banner.fitting-large-areas h1, .page-banner.fitting-large-areas p {
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.page-banner.fitting-large-areas .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.pipe-panel .image-panel__image img {
  width: auto;
  height: 150px;
  margin: 0 auto;
}

.wattages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: stretch;
  width: 100%;
  margin-bottom: 2rem;
}

.wattage {
  padding: 0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: flex;
}
.wattage__size {
  flex: 1;
  padding: 0.5rem;
  border-right: 1px solid #D6D7D8;
  font-size: 1.6rem;
  color: #EC663E;
  font-weight: 500;
  text-align: center;
}
.wattage__description {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .wattage__size {
    flex: initial;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .wattage__size {
    flex: 1;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .page-banner.fitting-large-areas .content {
    padding: 4rem 60px;
  }
}
@media (min-width: 1400px) {
  .page-banner.fitting-large-areas {
    background-image: none;
  }
  .page-banner.fitting-large-areas > .container {
    background-image: url("/storage/images/fitting-large-areas-header.jpg");
  }
  .page-banner.fitting-large-areas .content {
    padding-block: 80px;
  }
}
#lp-toc {
  background: #F3E5D8;
}
#lp-toc a {
  border-top: 1px solid #f4b595;
}
#lp-toc a:hover {
  color: #EC663E;
}
#lp-toc a:hover .fas {
  color: #EC663E;
  margin-right: -5px;
}
#lp-toc a .fas {
  font-size: 80%;
  color: #4e5b5f;
  transition: margin-right 0.3s;
}

#lp-benefits {
  background-image: url("/storage/images/lp-benefits.jpg");
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
}
#lp-benefits .container {
  background: rgba(40, 40, 40, 0.7);
  padding: 40px;
}
#lp-benefits .image {
  width: 80%;
}
#lp-benefits p {
  color: #FFFFFF;
}

.lp-panel {
  background: #FFFFFF;
  padding: 20px;
  height: 100%;
}
.lp-panel .image {
  width: 40%;
}
.lp-panel .image.roll {
  width: 50%;
}
#lp-get-advice-panel {
  background-image: url("/storage/images/lp-advice.jpg");
  background-size: cover;
  background-position-x: 80%;
  padding: 130px 30px 30px 30px;
}
#lp-get-advice-panel .content {
  background: #EC663E;
  color: #FFFFFF;
  padding: 20px 30px;
}
#lp-get-advice-panel .content h3 {
  font-size: 1.9rem;
  line-height: 1.1;
}
#lp-get-advice-panel .content p {
  color: #FFFFFF;
}
#lp-get-advice-panel .content a {
  background: #FFFFFF;
  color: #EC663E;
}
#lp-get-advice-panel .content a:before {
  color: #EC663E;
}

#lp-kit-comparison table {
  border-top: 2px solid #EC663E;
  width: 100%;
}
#lp-kit-comparison table tr:nth-of-type(2n) td {
  background: #e8e8e8;
}
#lp-kit-comparison table td {
  text-align: center;
}

#lp-bespoke-panel {
  background-image: url("/storage/images/lp-consultant.jpg");
  background-size: cover;
  background-position: center center;
  padding: 30px 40px;
}
#lp-bespoke-panel h3 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}
#lp-bespoke-panel h3 strong {
  font-weight: 400;
}
#lp-bespoke-panel .content {
  background: #EC663E;
  color: #FFFFFF;
}
#lp-bespoke-panel .content p {
  color: #FFFFFF;
}
#lp-bespoke-panel .content a {
  background: #FFFFFF;
  color: #EC663E;
}

.modal-title img {
  width: 40px;
  margin-right: 10px;
}

.lp-manual .image {
  max-width: 60%;
}

#lp-pmp {
  position: relative;
  overflow: hidden;
  background: #cccccc;
  background: linear-gradient(129deg, #cccccc 0%, whitesmoke 65%, white 100%);
  padding: 20px;
}
#lp-pmp .image {
  position: relative;
}
#lp-pmp img {
  height: 28vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: initial;
  right: -14px;
}
#lp-pmp h4 {
  font-size: 1.8rem;
  margin-right: 6px;
}
#lp-pmp p {
  margin: 0;
}

.section-spacer {
  padding: 2.5rem 0;
}
.section-spacer[class*=background] {
  padding-block: 5rem;
  margin-block: 2.5rem;
}

.section-spacer-lg {
  padding: 2rem 0;
}
.section-spacer-lg[class*=background] {
  padding-block: 5rem;
  margin-block: 2.5rem;
}

.b-radius {
  border-radius: 2rem;
}

@media (min-width: 576px) {
  #lp-pmp img {
    height: 150px;
  }
}
@media (min-width: 768px) {
  #lp-benefits .container {
    padding: 40px 60px;
  }

  .lp-panel {
    padding: 30px;
  }

  #lp-get-advice-panel {
    padding: 60px;
    background-position: center center;
  }
  #lp-get-advice-panel .content {
    width: 60%;
    padding: 30px 40px;
  }
  #lp-get-advice-panel .content h3 {
    font-size: 2.1rem;
    line-height: 1.1;
  }

  #lp-bespoke-panel {
    padding: 20px 50px;
  }
  #lp-bespoke-panel h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.1;
  }
  #lp-bespoke-panel h3 strong {
    font-weight: 400;
  }

  .coloured-cta-panel {
    padding: 3rem 1rem;
  }

  .section-spacer-lg {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  #lp-pmp p {
    font-size: 1.2rem;
  }

  .section-spacer-lg {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  #lp-pmp p {
    font-size: 1.3rem;
  }

  .section-spacer-lg {
    padding: 4rem 0;
  }
}
@media (min-width: 1400px) {
  .section-spacer-lg {
    padding: 4rem 0;
  }
}
.page-banner.water-landing-page {
  background-image: url("/storage/images/lp-water-hero-0.75x.jpg");
  color: #FFFFFF;
}

.lp-water-install-panel h4 {
  font-weight: 600;
}

.page-banner.electric-landing-page {
  background-image: url("/storage/images/lp-electric-header-0.75x.jpg");
  color: #FFFFFF;
}

.electrical-body-logos {
  width: 140px;
}

.electric-cable-guarantee {
  position: absolute;
  width: min(22vw, 120px);
  right: 10%;
  top: 50%;
}

@media (min-width: 768px) {
  .page-banner.electric-landing-page {
    background-image: url("/storage/images/lp-electric-header.jpg");
  }

  .electric-cable-guarantee {
    width: 25%;
    right: 5%;
  }
}
@media (min-width: 992px) {
  #lp-get-advice-panel.electric {
    padding-top: 80px;
    background-position-y: top;
  }
  #lp-get-advice-panel.electric .content {
    width: 50%;
  }
  #lp-get-advice-panel.electric .content h3 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 100;
  }
}
@media (min-width: 1200px) {
  #lp-get-advice-panel.electric {
    padding-top: 120px;
  }
  #lp-get-advice-panel.electric .content {
    width: 40%;
  }
}
.page-banner.fixing-systems-landing-page {
  background-image: url("/storage/images/lp-fixing-systems-header-0.75x.jpg");
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .page-banner.fixing-systems-landing-page {
    background-image: url("/storage/images/lp-fixing-systems-header.jpg");
  }
}
.page-banner.adhesives-landing-page {
  background-image: url("/storage/images/lp-adhesives-header-0.75x.jpg");
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .page-banner.adhesives-landing-page {
    background-image: url("/storage/images/lp-adhesives-header.jpg");
  }
}
.page-banner.thermostats-landing-page {
  background-image: url("/storage/images/lp-thermostats-header-0.75x.jpg");
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .page-banner.thermostats-landing-page {
    background-image: url("/storage/images/lp-thermostats-header.jpg");
  }
}
.page-banner.ashp-landing-page {
  background-image: url("/storage/images/lp-ashp-header.jpg");
  background-position: 38% center;
  color: #FFFFFF;
}
.page-banner.ashp-landing-page h1,
.page-banner.ashp-landing-page p {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.page-banner.ashp-landing-page p {
  color: #FFFFFF;
}

.ashp-usp {
  background-image: url("/storage/images/ashp-lifestyle-panel.jpg");
  background-position: right center;
}

.ashp-cta {
  background-image: url("/storage/images/smiling-man.jpg");
  background-position: calc(100% + 20vw) center;
  padding-right: 19vw;
}

@media (min-width: 576px) {
  .ashp-cta {
    padding-right: 25%;
    background-position: 20% center;
  }
}
@media (min-width: 768px) {
  .page-banner.ashp-landing-page {
    background-image: url("/storage/images/lp-ashp-header.jpg");
    background-position: center center;
  }

  .ashp-cta {
    padding-right: 38%;
  }
}
.page-banner.green-homes-landing-page {
  background-image: url("/storage/images/lp-green-homes-header.jpg");
  background-position: 38% center;
  color: #FFFFFF;
  margin-bottom: 0;
}

.green-homes-panel .eco-range-logo {
  position: absolute;
  width: min(30%, 80px);
  top: 1rem;
  right: 1rem;
  z-index: 100;
}

.green-homes-cta-panel {
  background: #00b57a;
  background: radial-gradient(circle at 50% 65%, #00b57a -10%, #005229 80%);
}
.green-homes-cta-panel .cta-panel__content {
  color: #FFFFFF;
}
.green-homes-cta-panel [class^=question-mark] {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
}
.green-homes-cta-panel .question-mark-1 {
  transform: translate(-120%, -82%);
  width: 42%;
}
.green-homes-cta-panel .question-mark-2 {
  transform: translate(26%, -110%) rotate(26deg);
  width: 35%;
}

.icon-card.eco .icon-card__icon {
  background-color: #40b384;
}

.green-homes-hub-panel .hub-panel__title {
  font-size: 1.7rem;
}

@media (min-width: 576px) {
  .green-homes-hub-panel .hub-panel__title {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .page-banner.green-homes-landing-page {
    background-image: url("/storage/images/lp-green-homes-header.jpg");
    background-position: center center;
  }

  .green-homes-hub-panel .hub-panel__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .green-homes-cta-panel .cta-panel__image-container {
    bottom: -1rem;
  }
}
.page-banner.wetrooms-landing-page {
  background-image: url("/storage/images/lp-wetroom-header.jpg");
  background-position: top center;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-banner.wetrooms-landing-page {
    background-image: url("/storage/images/lp-wetroom-header.jpg");
  }
}
