@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap");

:root {
  --blue-colour: #124e88;
  --peach-colour: #f6967d;
}

body {
  font-family: "Work Sans", sans-serif;
  color: #585858;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .lg-container {
    max-width: 1550px;
  }
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

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

.text-black {
  color: #000000;
}

.text-blue {
  color: var(--blue-colour);
}

a {
  text-decoration: none;
  color: var(--peach-colour);
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  transition: 0.3s;
  color: var(--blue-colour);
}

a.dead-link {
  color: red;
}

body.disable-scroll {
  position: fixed;
  width: 100%;
}

.p100 {
  padding: 100px 0;
}

.p125 {
  padding: 125px 0;
}

.page-title {
  font-weight: 600;
  font-size: 36px;
}

.banner-title {
  font-size: 48px;
  line-height: 46px;
}

.banner-title .banner-title-l1 {
  font-weight: 300;
}

.banner-title .banner-title-l2 {
  font-weight: 700;
}

.text-secondary {
  color: #585858 !important;
}

.btn {
  border-radius: 30px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.btn-thin {
  padding: 5px 20px;
}

.btn-primary {
  color: #000000;
  border: 1px solid #000000;
  background: none;
}

.btn-primary:hover {
  color: #000000;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}

.btn-primary:focus,
.btn-primary:focus:active,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: none;
  border-color: var(--peach-colour);
  outline: none;
  color: var(--peach-colour);
  box-shadow: 0 0 0 0.25rem rgb(246 150 125 / 50%);
  -webkit-box-shadow: 0 0 0 0.25rem rgb(246 150 125 / 50%);
  box-shadow: 0 0 0 0.25rem rgb(246 150 125 / 50%);
}

.btn-blue {
  color: #ffffff;
  border: 1px solid var(--blue-colour);
  background: var(--blue-colour);
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.btn-blue:hover {
  background: none;
  border-color: var(--blue-colour);
  color: var(--blue-colour);
}

.btn-blue:focus {
  background: none;
  border-color: var(--blue-colour);
  color: var(--blue-colour);
  outline: none;
  box-shadow: none;
}

.btn-outline {
  color: var(--blue-colour);
  border: 1px solid var(--blue-colour);
  background: none;
}

.btn-outline:hover {
  color: #ffffff;
  border: 1px solid var(--blue-colour);
  background: var(--blue-colour);
}

.btn-outline:focus {
  background: var(--orange-colour);
  border-color: var(--orange-colour);
  outline: none;
  box-shadow: none;
}

.btn-white {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}

.btn-white:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

.btn-white:focus {
  background: #fff;
  border-color: #fff;
  color: #000;
  outline: none;
  box-shadow: none;
}

.btn-white-filled {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

.btn-white-filled:hover {
  color: #000;
  border: 1px solid #fff;
  background: #fff;
}

.btn-white-filled:focus {
  background: #fff;
  border-color: #fff;
  color: #000;
  outline: none;
  box-shadow: none;
}

.back-btn {
  color: var(--blue-colour);
  border-radius: 999px;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}

.btn-md {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 30px;
  font-weight: 700;
  border-radius: 12px;
}

.primary-input {
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 0;
  transition: 0.3s;
}

select.primary-input {
  text-align-last: center;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px;
  background: none;
  z-index: 5;
}

.primary-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999da8;
}

.primary-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999da8;
}

.primary-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999da8;
}

.primary-input:-moz-placeholder {
  /* Firefox 18- */
  color: #999da8;
}

.primary-input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid var(--peach-colour);
}

.rounded-input {
  border-radius: 50px;
}

.blue-input {
  border-color: var(--blue-colour);
  font-weight: 500;
}

.noselect {
  -webkit-user-select: none; /* Safari */
  -webkit-touch-callout: none; /* iOS Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -moz-user-select: none; /* Old versions of Firefox */
  user-select: none; /* Non-prefixed version*/
}

input:focus-visible {
  outline: none;
}

.bg-blue {
  background: var(--blue-colour);
}

.bg-peach {
  background: var(--peach-colour);
}

.bg-grey {
  background: #f7f7f7;
}

.error {
  background: #ff6060;
  border-color: #ff6060;
  color: #ffffff;
  transition: 0.3s;
}

.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.error:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.custom-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.custom-popup-div {
  width: 900px;
  background: #ffffff;
  z-index: 0;
  border-radius: 4px;
  padding: 40px;
  margin: 20px;
  position: relative;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.custom-popup .close-popup-btn {
  font-size: 36px;
  cursor: pointer;
  color: #818181;
  position: absolute;
  top: 10px;
  right: 16px;
}

@media screen and (max-width: 2000px) {
  .custom-popup .close-popup-btn {
    font-size: 26px;
  }
}

.page-banner {
  background: url("/assets/images/banner-1.webp");
  background-size: cover;
  background-position: center;
  padding: 1.5rem 0;
}

.page-banner h1 {
  font-size: 48px;
  line-height: 46px;
}

@media screen and (max-width: 576px) {
  .page-banner {
    padding: 1.5rem 0;
  }
  .page-banner h1 {
    font-size: 32px;
    line-height: 30px;
  }
  .page-banner-landing {
    padding: 0.5rem 0;
  }
}

@media screen and (max-width: 400px) {
  .page-banner h1 {
    font-size: 24px;
    line-height: 23px;
  }
}

/* .hero {
  height: calc(100vh - 442px);
} */

.hero-banner {
  position: relative;
}

.hero-cta {
  background: var(--peach-colour);
  position: absolute;
  left: 0;
  top: 52px;
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  transition: all 0.5s ease;
}

.hero-cta.active {
  height: 52px;
}

.white-link {
  color: #fff;
  transition: all 0.3s ease;
}

.white-link:hover {
  color: var(--blue-colour);
}

.slick-arrow {
  position: absolute;
  top: 30%;
  background: url(/assets/images/chevron-w.svg) center no-repeat;
  background-size: contain;
  color: #fff;
  border: none;
  width: 2rem;
  height: 3rem;
  text-indent: -10000px;
  white-space: nowrap;
  overflow: hidden;
  margin-top: -16px;
  z-index: 2;
  background-color: var(--blue-colour);
  transform: rotate(180deg);
}

.slick-arrow.slick-next {
  right: 28px;
  transform: rotate(0deg);
}

.VideoLink {
  cursor: pointer;
}

.videoPopup {
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000ad;
  margin: 0 auto;
}

#videoPopup iframe {
  width: 100%;
  margin: 0 auto;
}

.product_select {
  border-color: var(--peach-colour);
  font-weight: 600;
  z-index: 2;
  background: none;
}

.product_select_chevron {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1;
}

.product_select_chevron svg {
  height: 30px;
}

.slide .slide-content {
  position: relative;
  width: 90%;
}

.video-thumb {
  width: 100%;
}

.image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
}

.image-overlay img {
  width: 100px;
}

.slide .video-description p {
  margin-bottom: 5px;
}

@media screen and (max-width: 1399px) {
  .slick-arrow {
    top: 33%;
  }
  .slick-arrow.slick-next {
    right: 36px;
  }
}

@media screen and (max-width: 1199px) {
  .slick-arrow {
    top: 30%;
  }
  .slick-arrow.slick-next {
    right: 30px;
  }
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    top: 30%;
  }
  .slick-arrow.slick-next {
    right: 35px;
  }
}

section.services {
  padding: 20px 0;
  background: #464646;
}

section.services ul {
  color: #ffffff;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0;
  padding: 0;
}

section.services li:last-of-type:after {
  display: none;
}

@media screen and (max-width: 1199px) {
  section.services ul {
    text-align: center;
    flex-direction: column;
  }
  section.services li:after {
    display: none;
  }
}

.list-items-col {
  transition: all 0.3s ease;
  background: #ffffff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 20px;
  border-radius: 7px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #fff;
  min-height: 140px;
  position: relative;
}

.list-items-col .pdf-link {
  position: absolute;
  left: 5px;
  top: 5px;
}

.list-items-col:hover {
  border: 1px solid var(--peach-colour);
}

.list-items-col img {
  transition: all 0.5s ease;
  width: 50%;
  transform: scale(2.25);
  opacity: 0.1;
  filter: grayscale(100%);
  position: absolute;
  left: 10px;
}

.list-items-col:hover img {
  transition: all 0.5s ease;
  transform: scale(1);
  z-index: 1;
  opacity: 1;
  filter: grayscale(0%);
}

.list-items-col .accessory-text {
  transition: all 0.5s ease;
  z-index: 2;
}

.install-guides .list-items-col h5 {
  font-size: 15px !important;
}

.list-items-col:hover .accessory-text {
  transition: all 0.5s ease;
  margin-left: 50%;
}

.list-items-col a {
  font-size: 14px;
}

.list-items-col .pdf-icon {
  font-size: 26px;
}

.list-items-col:hover {
  border: 1px solid var(--peach-colour);
}

.accessory-list-items .list-items-col img {
  transition: all 0.5s ease;
  transform: scale(0.9);
  z-index: 1;
  opacity: 1;
  filter: grayscale(0%);
}

.accessory-list-items .list-items-col .accessory-text {
  transition: all 0.5s ease;
  margin-left: 50%;
}

.mattress-list-items .list-items-col img {
  transition: all 0.5s ease;
  transform: scale(1);
  z-index: 1;
  opacity: 1;
  filter: grayscale(0%);
}

.mattress-list-items .list-items-col .accessory-text {
  transition: all 0.5s ease;
  margin-left: 50%;
}

section.mattresses .mattress-col {
  background: #ffffff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  text-align: center;
  padding: 20px;
  border-radius: 7px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.mattress-images,
.mattress-images td,
.mattress-images th {
  border: none;
}

section.mattresses .mattress-col img {
  width: 200px;
  height: 150px;
  padding: 20px 0;
}

section.mattresses .mattress-col i {
  font-size: 24px;
  transition: 0.3s;
}

section.mattresses .mattress-col h5 {
  font-size: 32px;
}

section.mattresses .mattress-col a {
  font-size: 14px;
}

.mattress-col-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.mattresses h6 {
  color: var(--blue-colour);
  text-transform: uppercase;
  font-weight: 600;
}

.mattress-col-content .mattress-bullet-points .mattress-bullet-point {
  display: flex;
  align-items: flex-start;
}

.mattress-col-content .mattress-bullet-points .mattress-bullet-point p {
  margin-left: 15px;
  font-weight: 300;
}

section.product h4 {
  font-weight: 300;
}

section.product .product-image {
  padding: 20px;
  position: sticky;
  top: 200px;
}

section.product .product-image img {
  width: 100%;
}

.img-reflect {
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.1)));
}

section.product .product-image-select ul {
  list-style: none;
  padding-top: 20px;
}

section.product .product-image-select .product-select-thumbnail {
  display: inline-block;
  cursor: pointer;
}

section.product .product-image-select .product-select-thumbnail img {
  width: 100px;
}

.product-quantity-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.product-quantity-element {
  display: flex;
  align-items: center;
}

.product-quantity-element .change-quantity {
  border: 1px solid #a7a7a7;
  color: #a7a7a7;
  margin: 0;
  padding: 20px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 12px;
  width: 12px;
  cursor: pointer;
}

.product-quantity-element .product-quantity,
.product-quantity-element .product-mattress-quantity {
  border: 1px solid #a7a7a7;
  color: #000;
  margin: 0;
  padding: 12px 12px;
  margin: 0 10px;
  width: 40px;
  display: flex;
  justify-content: center;
}

.error-box,
.stock-box {
  background: var(--peach-colour);
  display: block;
  margin-left: 12px;
  height: 105px;
  display: none;
  z-index: 1;
  border-radius: 4px;
  position: absolute;
}

.error-box-inner,
.stock-box-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}

.error {
  background: #ff6060 !important;
  border-color: #ff6060;
  color: #ffffff;
}

.error-text {
  color: #ff6060;
}

.v-none {
  opacity: 0;
  transition: 0.3s;
}

section.headboards .headboard-col {
  background: #ffffff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  text-align: center;
  padding: 20px;
  border-radius: 7px;
}

section.headboards .headboard-col img {
  width: 100%;
}

.custom-radio input[type="radio"]:checked + label,
.custom-radio input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  padding-top: 1px;
  cursor: pointer;
  line-height: 15px;
  display: block;
  color: #000;
  border: none;
  font-size: 13px;
}

.custom-radio input[type="radio"]:checked + label:before,
.custom-radio input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.custom-radio input[type="radio"]:checked + label:after,
.custom-radio input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #000000;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio input[type="radio"] {
  display: none;
  padding: 0;
}

.custom-radio input[type="radio"] + label {
  padding: 10px;
}

/* Base for label styling */
.custom-checkbox:not(:checked),
.custom-checkbox:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.custom-checkbox:not(:checked) + label,
.custom-checkbox:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
.custom-checkbox:not(:checked) + label:before,
.custom-checkbox:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
.custom-checkbox:not(:checked) + label:after,
.custom-checkbox:checked + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  display: inline-block;
  transform: rotate(90deg);
  height: 16px;
  width: 8px;
  border-bottom: 3px solid var(--peach-colour);
  border-right: 3px solid var(--peach-colour);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* checked mark aspect changes */
.custom-checkbox:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(90deg);
  transform: scale(0) rotate(90deg);
}

.custom-checkbox:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

/* Disabled checkbox */
.custom-checkbox:disabled:not(:checked) + label:before,
.custom-checkbox:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

.custom-checkbox:disabled:checked + label:after {
  color: #777;
}

.custom-checkbox:disabled + label {
  color: #aaa;
}

/* Accessibility */
.custom-checkbox:checked:focus + label:before,
.custom-checkbox:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
    0 0 0 6px rgba(245, 160, 35, 0.2);
}

.bed-images {
  visibility: hidden;
}

section.install-guides .guides-col {
  background: #ffffff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  text-align: center;
  padding: 20px;
  border-radius: 7px;
}

section.install-guides h3 {
  font-weight: 300;
  padding: 20px 0;
}

section.install-guides i {
  font-size: 48px;
}

section.install-guides p {
  line-height: 1.2;
}

section.video-guides .video-col {
  background: #ffffff;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  text-align: center;
  padding: 0;
  border-radius: 7px;
}

section.video-guides .video-col p {
  padding: 10px 0;
  border-radius: 7px;
}

.video-div {
  position: relative;
}

.video-title {
  background: #ffffff;
}

.basket-item {
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
}

.basket-item-custom-bed {
  align-items: flex-start;
}

.basket-item-img-div {
  width: 15%;
}

.basket-item-info-div {
  width: 45%;
}

.basket-item-quantity {
  width: 20%;
  display: flex;
  justify-content: center;
}

.basket-item-price-div {
  width: 10%;
  display: flex;
  justify-content: center;
}

.basket-item-delete-div {
  width: 10%;
  display: flex;
  justify-content: center;
}

.basket-item-delete-div i {
  font-size: 24px;
}

.basket-item .basket-item-img-div img {
  max-width: 100%;
}

.basket-item-info-div {
  padding-left: 10px;
}

.basket-item-info-div h3 {
  font-weight: 400;
  font-size: 18px;
}

.basket-item-info-div ul {
  font-size: 14px;
  padding-left: 10px;
}

.basket-item-img-div-bed {
  width: 50%;
}

.basket-item-bed-summary {
  width: 50%;
  height: 100%;
}

.basket-item-bed-summary .basket-item-bed-summary-content {
  background: #eaeaea;
  padding: 30px;
}

.basket-item-bed-summary h3 {
  font-size: 20px;
  font-weight: 400;
}

.basket-item-bed-summary ul {
  font-size: 12px;
  padding-top: 10px;
}

@media screen and (max-width: 1199px) {
  .basket-item-img-div {
    width: 20%;
  }
  .basket-item-img-div-bed {
    width: 50%;
  }
  h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .basket-item-img-div {
    display: none;
  }
  .basket-item-info-div {
    width: 60%;
  }

  .basket-item-quantity {
    width: 25%;
  }

  .basket-item-price-div {
    width: 20%;
  }
  .basket-item-delete-div {
    width: 10%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .basket-item-info-div {
    width: 60%;
  }
  .basket-item-info-div h3 {
    font-size: 14px;
  }
  .basket-item-img-div-bed {
    width: 100%;
  }
  .basket-item-bed-summary {
    width: 100%;
  }
  .basket-item-custom-bed {
    flex-direction: column;
  }
  .basket-item-quantity {
    width: 25%;
  }

  .basket-item-price-div {
    width: 20%;
  }
  .basket-item-delete-div {
    width: 10%;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .basket-item-info-div {
    width: 35%;
  }
  .basket-item-info-div h3 {
    font-size: 14px;
  }
  .basket-item-quantity {
    width: 35%;
  }

  .basket-item-price-div {
    width: 20%;
  }
  .basket-item-delete-div {
    width: 10%;
    display: flex;
    justify-content: center;
  }
}

.close-div {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.mdiv {
  height: 25px;
  width: 2px;
  margin-left: 12px;
  background-color: #848484;
  transform: rotate(45deg);
  z-index: 1;
}

.md {
  height: 25px;
  width: 2px;
  background-color: #848484;
  transform: rotate(90deg);
  z-index: 2;
}

.basket-total {
  font-size: 24px;
}

.item-details {
  width: 100%;
}

.remove-basket-item-btn i,
.remove-double-basket-item-btn i,
.remove-single-basket-item-btn i,
.remove-mattress-basket-item-btn i {
  font-size: 24px;
  cursor: pointer;
}

section.faq {
  background: #f7f7f7;
}

.faq .nav {
  justify-content: center;
}

.faq .tab-content {
  text-align: center;
  font-size: 18px;
}

.faq .tab-content .nav-pills button {
  color: var(--peach-colour);
}

.faq .tab-content .nav-pills button.active {
  background: var(--peach-colour);
  color: #fff;
}

.nav-link {
  color: var(--peach-colour);
}

#faq-tabs {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#faq-tabs li {
  width: 33.3%;
}

#faq-tabs button {
  margin: 10px 10px 0 0;
  width: 98%;
}

#faq-tabs button.active {
  box-shadow: none;
}

.findaddress-popup-content {
  max-height: 400px;
  overflow: auto;
  padding: 20px;
  margin-top: 10px;
}

.postcodechoice {
  padding: 20px;
  box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
  font-size: 20px;
  border-radius: 7px;
  margin-bottom: 10px;
}

.postcodechoice:hover {
  background: #f7f7f7;
  transition: all 0.3s ease;
}

.postcodechoice i {
  padding-right: 10px;
}

.global-spinner,
.pageload {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1002;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ebebeb4d;
}

.pageload {
  background: #ffffff;
}

.basket-item-delete-div {
  cursor: pointer;
}

.mattress-tables-section {
  padding-left: 5px;
}

.mattress-tables {
  margin-top: 10px;
}

.mattress-tables .mattress-table-content {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.mattress-tables .mattress-table-content p {
  margin: 0;
  padding-left: 10px;
}

.mattress-tables .mattress-table-content img {
  height: 30px;
  width: 30px !important;
}

.mattress-type-select {
  text-align: center;
  transition: all ease 0.3s;
  padding: 20px;
  border-radius: 4px;
}

.mattress-type-select:hover {
  background: #f7f7f7;
}

.mattress-type-select img {
  height: 150px;
  margin-bottom: 30px;
}

.payment-message {
  max-height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  font-size: 10px;
  margin: 0 auto;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(
    left,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(
    left,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: linear-gradient(
    to right,
    #ffffff 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #124e88;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pdf-link-button {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 2px;
  transition: all 0.3s ease;
  filter: grayscale(0%);
}

.pdf-link-button:hover {
  filter: grayscale(100%);
}

.pdf-link-button .pdf-link-button-text {
  padding: 0 10px;
  display: flex;
  justify-content: center;
  color: #fa0f00;
}

.page-hero {
  height: 30vh;
  width: 100%;
  position: relative;
}

.adjustable-beds hr {
  background: rgba(0, 0, 0, 0.2);
}

.adjustable-beds .adjustable-bed {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 9px;
  transition: 0.3s all ease;
}

.adjustable-beds .adjustable-bed:hover {
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 9px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.adjustable-beds .adjustable-bed-content {
  padding: 20px;
}

.adjustable-beds .hover-img {
  position: relative;
  display: inline-block;
}

.adjustable-beds .hover-img .img-top {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s ease all;
}

.adjustable-bed .hover-img .img-top.active {
  opacity: 100;
}

.adjustable-beds .adjustable-bed-image img {
  width: 100%;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.adjustable-beds .adjustable-bed-header h3 {
  color: #172039;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 22px;
  margin-bottom: -3px;
}

.adjustable-beds .adjustable-bed-header small {
  color: #000;
}

.adjustable-beds .adjustable-bed-pricing .adjustable-bed-price {
  color: var(--blue-colour);
  font-size: 24px;
  font-weight: 700;
  margin-right: 7px;
}

.adjustable-beds .adjustable-bed-info ul {
  font-size: 0.8rem;
  padding-left: 15px;
}

.adjustable-beds .adjustable-bed-info ul li {
  margin-bottom: 5px;
}

.adjustable-beds .adjustable-bed-info ul li:last-child {
  margin-bottom: 0px;
}

.adjustable-beds .adjustable-bed-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 0 10px;
}

.adjustable-beds .adjustable-bed-button a {
  width: 100%;
  border-radius: 50px;
}

.adjustable-beds .adjustable-bed-delivery {
  display: flex;
  gap: 5px;
  font-size: 0.8rem;
}

.white-box {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  border-radius: 9px;
}

#faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#faq .accordion-item:last-of-type {
  border: none;
}

#faq .accordion-item:first-of-type,
#faq .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

#faq .accordion-item:last-of-type,
#faq .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}

#faq .accordion-button {
  padding: 25px;
}

#faq .accordion-button:not(.collapsed) {
  color: #212529;
  box-shadow: none;
  background: #fef1ee;
}

#faq .accordion-item:last-of-type .accordion-button:not(.collapsed) {
  border-radius: 0px;
}

#faq .accordion-item p {
  margin-bottom: 0px;
}

#faq .accordion-item ul li {
  margin-bottom: 10px;
}

#faq .accordion-item ul li:last-child {
  margin-bottom: 0px;
}

#faq .accordion-item .faq-accordian-content {
  padding: 20px;
}

.adjustable-bed-faq h4 {
  font-weight: 700;
}

.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}

.text-divider::before,
.text-divider::after {
  content: "";
  height: 1px;
  background-color: silver;
  flex-grow: 1;
}

.text-divider::before {
  margin-right: var(--text-divider-gap);
}

.text-divider::after {
  margin-left: var(--text-divider-gap);
}

.finance-cta {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  box-shadow: rgb(0 18 46 / 18%) 0px 2px 20px 0px;
  border: 3px solid #7d3cff;
  z-index: 100;
}

.finance-cta .finance-cta-icon {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  background-color: #7d3cff;
  border: 3px solid #fff;
  border-radius: 999px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.finance-cta .finance-cta-content {
  padding-top: 10px;
  font-weight: 700;
  color: #7d3cff;
}

.finance-cta-mobile {
  background-color: #7d3cff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  border: 3px solid #7d3cff;
  z-index: 100;
  padding: 10px;
  width: 100%;
}

.finance-cta-mobile .financne-cta-mobile-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.finance-cta-mobile .financne-cta-mobile-content img {
  filter: contrast(0) brightness(10);
  width: 90px;
}

.mattress-table td {
  width: 33%;
}

.mattress-table .mattress-info-row td:nth-child(2) {
  background-color: #f6fbff;
}

.mattress-table .mattress-info-row td:nth-child(3) {
  background-color: #e2effb;
}

.mattress-rating i {
  color: #ffc107;
}

.mattress-table-cell-separator-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.mattress-table-cell-separator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 0.5px;
  background-color: rgba(0, 0, 0, 0.25);
}

.mattress-selection-container {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 15px;
}

.mattress-selection-container hr {
  margin: 0 !important;
}

.mattress-selection-header {
  padding: 15px;
  text-align: center;
}

.mattress-selection-header h4 {
  margin-bottom: 0px;
}

.mattress-selection-header small {
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}

.mattress-selection-header .matress-selection-price {
  color: var(--blue-colour);
  font-weight: 600;
  font-size: 24px;
  margin-top: -5px;
}

.mattress-selection-content-section {
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 766px) {
  .slick-arrow {
    top: 35%;
  }
  .slick-arrow.slick-next {
    right: 16px;
  }
  .slide .slide-content {
    width: 96%;
  }
  .videoPopup {
    padding: 20px;
  }
  .adjustable-beds .adjustable-bed-info ul {
    font-size: 1rem;
    padding-left: 15px;
  }
}

.phone-number a {
  color: #fff !important;
}

.phone-number:hover {
  color: #fff !important;
}

.basket-extras .basket-extra {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #ffffff;
}

.basket-extras .basket-extra.selected {
  border: 2px solid #67b736;
}

.basket-extra-tick {
  position: absolute;
  bottom: 2px;
  right: 5px;
  display: none;
}

.basket-extras .basket-extra.selected .basket-extra-tick {
  display: block;
}

.basket-extra-tick i {
  color: #67b736;
  font-size: 20px;
}

.basket-extras .basket-extra:hover {
  background: #f7f7f7;
}

.basket-extras .basket-extra-img {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  height: 200px;
}

.basket-extras .basket-extra-img img {
  width: 200px;
}

.basket-extras .basket-extra-info {
  padding: 10px 0;
  text-align: center;
}

.basket-extras .basket-extra-info h5 {
  color: #000;
  font-weight: 700;
}

.basket-extras .more-info {
  transition: 0.3s;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--blue-colour);
  margin-top: -10px;
}

.basket-extras .more-info i {
  margin-right: 5px;
}

.basket-extras .basket-extra-info span {
  font-weight: 400;
  font-size: 20px;
  color: var(--blue-colour);
}

.selected-badge {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -83%);
}

.selected-badge div {
  background: #67b736;
  color: #fff;
  padding: 5px 8px;
  border-radius: 10px;
  font-weight: 500;
}

.bed-sizes-info {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 20px;
  background-color: #fff;
}

.bed-sizes-info .bed-sizes-info-header h6 {
  font-size: 1.2rem;
  font-weight: 500;
}

.bed-sizes-info .bed-sizes-info-header p {
  font-size: 0.8rem;
  font-weight: 400;
}

.bed-sizes-info-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.bed-sizes-info-content .content-border {
  border-right: 1px solid #eaeaea;
}

@media screen and (max-width: 766px) {
  .bed-sizes-info-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .bed-sizes-info-content .content-border {
    border-top: 1px solid #eaeaea;
    border-right: none;
  }
}

.bed-sizes-info .bed-sizes-info-content-size {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.bed-sizes-info .bed-sizes-info-content h6 {
  margin: 0;
  color: var(--blue-colour);
}

.bed-sizes-info .bed-sizes-info-content-text {
  padding: 10px;
}

.bed-sizes-info .bed-sizes-info-content-text p {
  margin: 0;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: all 0.3s ease;
}

.slider-item {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}

.slider-navigation {
  display: flex;
  width: 100%;
  gap: 4px;
  margin-top: 5px;
}

.slider-navigation button {
  border: 0px;
  border-top: 4px solid rgba(18 78 136 / 0.2);
  width: 100%;
  background: #fff;
  position: relative;
  padding: 5px 0 0 0;
}

.slider-navigation button.active {
  border-color: var(--blue-colour);
}

.discount-ribbon {
  width: 125px;
  position: absolute;
  right: 35px;
  top: 0;
}

.features-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.features-block .features-img {
  padding: 20px;
  border-radius: 999px;
  background: rgba(18, 78, 136, 0.2);
  height: 125px;
  width: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 700px) {
  .discount-ribbon {
    width: 75px;
  }
}

.product-info h2 {
  font-weight: 700;
  margin: 0;
}

.product-description h1 {
  font-size: 32px;
}

.product-description h2 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 5px;
}

.product-description h3 {
  font-size: 22px;
  font-weight: 500;
}

.add-to-basket-accessories-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.slider-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.upgrade-addon-box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 30px;
  background-color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.upgrade-addon-box .upgrade-addon-box-img {
  background: #f4f4f4;
  border-radius: 20px;
  height: 140px;
  width: 100%;
}

.upgrade-addon-box .upgrade-addon-box-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.btn-close-popover {
  position: absolute;
  right: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 1;
  cursor: pointer;
}

.btn-close-popover:before,
.btn-close-popover:after {
  position: absolute;
  left: 0;
  content: " ";
  height: 15px;
  width: 2px;
  background-color: #000;
}
.btn-close-popover:before {
  transform: rotate(45deg);
}
.btn-close-popover:after {
  transform: rotate(-45deg);
}

.review-banner {
  height: 52px;
  display: flex;
  align-items: center;
}

.review-banner .review-banner-grid {
  display: grid;
  grid-template-columns: 40% 1fr 1fr 1fr;
}

a.review-banner-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

a.review-banner-feature:hover {
  opacity: 0.8;
}

.review-banner .review-banner-feature .features-img-small {
  border-radius: 999px;
  background: #d0dce7;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-banner .review-banner-feature .features-img-small img {
  width: 20px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .review-banner .review-banner-grid {
    grid-template-columns: 1fr;
  }
  .review-banner-feature-column {
    display: none;
  }
}

.majestic-bed-sizes-container h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}

.majestic-bed-sizes-container p {
  color: #ffffff;
  font-weight: 300;
  font-size: 18px;
}

.cta-banner {
  background-color: #d8d3c8;
}

.mattress-exchange-banner {
  background-image: url("../../assets/images/woman-on-adjustable-bed.jpg");
  background-repeat: no-repeat;
  background-position: bottom -100px right;
  height: 350px;
}

.virtual-showrooom-banner {
  background-image: url("../../assets/images/woman-on-tablet.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 550px;
  padding: 40px 0;
  background-color: #ebebeb;
}

.cta-banner .container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .cta-banner {
    background-image: none;
  }
  .cta-banner .container {
    justify-content: center;
    text-align: center;
  }
}

.bed-product-page-content h2 {
  font-size: 2rem;
}

.bg-e9e9e9 {
  background-color: #e9e9e9;
}

.radius-15 {
  border-radius: 15px;
}

#newsletter-signup-popup h3 {
  font-size: 3rem;
}

/* ---------------------------------------- Custom Colour ---------------------------------------- */

.apply-custom-colour.custom-colour-red-velvet img {
  filter: invert(29%) sepia(53%) saturate(258%) hue-rotate(295deg)
    brightness(57%) contrast(200%);
}

.apply-custom-colour.custom-colour-mustard-yellow img {
  filter: invert(27%) sepia(53%) saturate(230%) hue-rotate(364deg)
    brightness(80%) contrast(200%);
}

.apply-custom-colour.custom-colour-moss-velvet img {
  filter: invert(14%) sepia(41%) saturate(220%) hue-rotate(22deg)
    brightness(68%) contrast(136%);
}

.apply-custom-colour.custom-colour-forest-velvet img {
  filter: invert(11%) sepia(70%) saturate(101%) hue-rotate(108deg)
    brightness(57%) contrast(180%);
}

.apply-custom-colour.custom-colour-teal-velvet img {
  filter: invert(15%) sepia(45%) saturate(320%) hue-rotate(150deg)
    brightness(63%) contrast(135%);
}

.apply-custom-colour.custom-colour-blue-velvet img {
  filter: invert(25%) sepia(53%) saturate(280%) hue-rotate(165deg)
    brightness(54%) contrast(150%);
}

.apply-custom-colour.custom-colour-blush-velvet img {
  filter: invert(0%) sepia(20%) saturate(98%) hue-rotate(289deg)
    brightness(100%) contrast(95%);
}

.apply-custom-colour.custom-colour-burgundy-velvet img {
  filter: invert(30%) sepia(29%) saturate(240%) hue-rotate(302deg)
    brightness(60%) contrast(200%);
}

.apply-custom-colour.custom-colour-graphite-woven img {
  filter: invert(0%) sepia(120%) saturate(18%) hue-rotate(157deg)
    brightness(61%) contrast(110%);
}

/* ECOM STYLES */
.adjustable-bed-product-list-item {
  background: #e9eaec;
  border-radius: 9px;
  transition: 0.3s all ease;
}

.adjustable-bed-product-list-item .adjustable-bed-product-list-item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.customer-favourite-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--blue-colour);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.adjustable-bed-product-list-item-image {
  position: relative;
}

.adjustable-bed-product-list-item-image img {
  width: 100%;
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.adjustable-bed-product-list-item-header p {
  padding: 0;
  margin: 0;
}

.adjustable-beds .adjustable-bed-product-list-item-header h3 {
  color: #172039;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 22px;
  margin-bottom: -3px;
}

.adjustable-bed-product-list-item-pricing {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.adjustable-beds .adjustable-bed-product-list-item-price {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

.adjustable-bed-product-list-item-pricing small {
  font-size: 10px;
  color: #000;
}

.adjustable-bed-product-list-button a {
  padding: 5px 40px;
  border-radius: 50px;
  box-shadow: none;
}

.adjustable-bed-product-list-item .features-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.adjustable-bed-product-list-item .features-icon-list svg {
  width: 40px;
  height: 40px;
  stroke: #000;
}

.ecom-swatch-list-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ecom-swatch-list-row img {
  border-radius: 3px;
  width: 25px;
  height: 25px;
}

.ecom-swatch-list-row .empty-swatch-item {
  background: white;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 3px;
}

.bed-range-page-banner {
  position: relative;
  height: 550px;
  overflow: hidden;
  will-change: transform;
  transform: translateZ(0);
}

@media screen and (max-width: 991px) {
  .bed-range-page-banner {
    height: 400px;
  }
}

.bed-range-page-banner #bed-range-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}

.bed-range-page-banner .bed-range-page-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  will-change: opacity;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.bed-range-page-banner .bed-range-page-banner-content {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bed-range-page-banner .bed-range-page-banner-content h1 {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.bed-range-page-banner .bed-range-page-banner-content span {
  font-weight: 200;
}

.bed-range-page-banner .bed-range-page-banner-content img {
  filter: invert(1);
}

.bed-range-page-banner #bed-range-page-banner-grand-design-section span {
  color: #fff;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .bed-range-page-banner {
    height: 150px;
  }
  .bed-range-page-banner .bed-range-page-banner-content h1 {
    font-size: 2.5rem;
  }
}

/* .trustpilot-widget {
  height: 20px;
} */

.ecom-input {
  padding: 5px;
  border: 1px solid #c9c9c9;
  border-radius: 9px;
}

#payment-method-selection label {
  cursor: pointer;
  display: block;
}

#payment-method-selection label input {
  position: absolute;
  opacity: 0;
}

#payment-method-selection label .payment-method-selection-item {
  padding: 15px;
  border: 1px solid #c9c9c9;
  border-radius: 9px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-between;
  width: 100%;
  transition: all 0.3s ease;
}

#payment-method-selection label .payment-method-selection-item:hover {
  background-color: #f7f7f7;
}

#payment-method-selection label .payment-method-selection-item span {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 50%;
  position: relative;
}

#payment-method-selection label input + .payment-method-selection-item span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease;
}

#payment-method-selection label input:checked + .payment-method-selection-item span::after {
  transform: translate(-50%, -50%) scale(1);
}

#payment-method-selection label .payment-method-selection-item .payment-method-title {
  font-weight: 600;
  color: #000;
  line-height: 1.2;
}

#payment-method-selection label .payment-method-selection-item .payment-method-description {
  font-size: 14px;
  color: #555;
  margin: 0;
}