body.custom-storefront .homepage h2 {
  color: #4E565A;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  body.custom-storefront .homepage h2 {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  body.custom-storefront .homepage h2 {
    font-size: 32px;
  }
}
body.custom-storefront .homepage p {
  color: #4E565A;
}
body.custom-storefront .homepage p a {
  color: #4E565A;
}
body.custom-storefront .homepage a.container-fluid {
  display: block;
}
body.custom-storefront .homepage a.container-fluid:hover {
  text-decoration: none;
}
body.custom-storefront .homepage .trustpilot-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding: 0 5px;
  line-height: 1;
  margin: 20px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .trustpilot-section {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
}
body.custom-storefront .homepage .trustpilot-section .trustpilot-left {
  display: none;
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .trustpilot-section .trustpilot-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 15px;
  }
}
body.custom-storefront .homepage .trustpilot-section .trustpilot-left span {
  color: #4E565A;
}
body.custom-storefront .homepage .trustpilot-section .trustpilot-widget {
  position: relative;
  height: 20px;
}
body.custom-storefront .homepage .trustpilot-section .trustpilot-widget:empty {
  display: none;
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .trustpilot-section .trustpilot-widget {
    border-left: 1px solid #4E565A;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
  }
}
body.custom-storefront .homepage .trustpilot-section .flag {
  width: 20px;
  height: 15px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .trustpilot-section .flag {
    width: 27px;
    height: 20px;
  }
}
body.custom-storefront .homepage .category-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .category-grid {
    margin-bottom: 30px;
  }
}
body.custom-storefront .homepage .category-grid a h3.cta-text {
  font-size: 16px;
  color: #4E565A;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 1024px) {
  body.custom-storefront .homepage .category-grid a h3.cta-text {
    padding: 0 12px;
  }
}
body.custom-storefront .homepage .category-grid picture {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 12px;
}
body.custom-storefront .homepage .category-grid picture img {
  margin-bottom: 10px;
  border-radius: 5px;
}
body.custom-storefront .homepage .hero-ban-container {
  background-color: #D0C9BA;
  position: relative;
  display: block;
}
body.custom-storefront .homepage .hero-ban-container::before {
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
body.custom-storefront .homepage .hero-ban-container .hero-banner {
  max-width: 1920px;
}
@media (min-width: 1920px) {
  body.custom-storefront .homepage .hero-ban-container .hero-banner {
    min-width: 1280px;
    max-height: 500px;
  }
}
body.custom-storefront .homepage .hero-ban-container .hero-banner picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
body.custom-storefront .homepage .hero-ban-container.app-banner {
  display: none;
}
body.custom-storefront .homepage .hero-ban-container.std-banner {
  display: block;
}
body.custom-storefront .homepage .secondary-ban-container {
  background-color: #F6F6F6;
}
body.custom-storefront .homepage .secondary-ban-container .secondary-banner h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #4E565A;
  margin-top: 15px;
}
@media (min-width: 640px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner h2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner h2 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner h2 {
    font-size: 30px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner h2 {
    font-size: 34px;
  }
}
body.custom-storefront .homepage .secondary-ban-container .secondary-banner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner p {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
body.custom-storefront .homepage .secondary-ban-container .secondary-banner img {
  max-height: 22px;
  height: 100%;
  width: auto;
  margin: 10px auto 0;
}
@media (min-width: 640px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner img {
    max-height: 16px;
    margin: 0 auto 0;
  }
}
@media (min-width: 768px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner img {
    max-height: 22px;
  }
}
@media (min-width: 1024px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner img {
    max-height: 26px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1280px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner img {
    max-height: 32px;
    margin: 0 auto 30px;
  }
}
body.custom-storefront .homepage .secondary-ban-container .secondary-banner .button {
  background-color: #847A64;
  color: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  min-height: 34px;
  padding: 10px 20px;
  max-width: 230px;
}
@media (min-width: 1280px) {
  body.custom-storefront .homepage .secondary-ban-container .secondary-banner .button {
    font-size: 20px;
    max-width: 270px;
    min-height: 44px;
  }
}
body.custom-storefront .homepage .max-w-1260 {
  max-width: 1260px !important;
}
body.custom-storefront .homepage .max-w-910 {
  max-width: 910px !important;
}
body.custom-storefront .homepage .max-w-236 {
  max-width: 236px !important;
}
body.custom-storefront .homepage .max-w-90 {
  max-width: 90px !important;
}
body.custom-storefront .homepage a.container-fluid.app-only {
  display: none;
}
body.custom-storefront .homepage a.container-fluid.web-only {
  display: block;
}
body.custom-storefront .homepagerecs h2 {
  color: #4E565A;
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  body.custom-storefront .homepagerecs h2 {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  body.custom-storefront .homepagerecs h2 {
    font-size: 32px;
  }
}

body.custom-storefront header.homepage {
  left: unset;
  -webkit-transition: unset;
  transition: unset;
  margin-top: 10px;
  padding-top: 0;
}
@media (min-width: 768px) {
  body.custom-storefront header.homepage {
    margin-top: 0;
  }
}

body cx-storefront app-custom-breadcrumb {
  display: none !important;
}

body.nisbetsApp .homepage a.container-fluid.app-only,
body.iOS .homepage a.container-fluid.app-only {
  display: block;
}
body.nisbetsApp .homepage a.container-fluid.web-only,
body.iOS .homepage a.container-fluid.web-only {
  display: none;
}