.header-carousel .carousel-item {
  height: 280px;
  align-content: center;
}
.header-carousel .carousel-item > .container {
  height: 100%;
}

.carousel-indicators {
  margin-bottom: 0.4rem;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

@media (min-width: 576px) {
  .header-carousel .carousel-item {
    height: 380px;
  }
}
.promo-banner.carousel-item,
.promo-banner .container {
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.promo-banner.with-shadow h1, .promo-banner.with-shadow p, .promo-banner.with-shadow .price {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.promo-banner.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.promo-banner.dark-background h1, .promo-banner.dark-background p, .promo-banner.dark-background li, .promo-banner.dark-background .price {
  color: #FFFFFF;
}
.promo-banner.dark-background .highlight {
  color: #EC663E;
}
.promo-banner.dark-background .price .vat,
.promo-banner.dark-background .price [class^=u-font] {
  color: #FFFFFF;
}
.promo-banner__content,
.promo-banner .content {
  padding: 0 10px;
  height: 100%;
  width: 100%;
  position: relative;
}
.promo-banner__content svg,
.promo-banner .content svg {
  fill: #EC663E;
  stroke: none;
  width: 100%;
  height: 100%;
}
.promo-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
  padding: 0;
}
.promo-banner h1 {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.promo-banner h1 strong {
  font-weight: 700;
}
.promo-banner h1 .big {
  font-size: 110%;
  font-weight: 600;
}
.promo-banner__title,
.promo-banner .title {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.promo-banner__title strong,
.promo-banner .title strong {
  font-weight: 700;
}
.promo-banner p {
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}
.promo-banner__price,
.promo-banner .price {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
}
.promo-banner__price .vat,
.promo-banner__price [class^=u-font],
.promo-banner .price .vat,
.promo-banner .price [class^=u-font] {
  font-size: 50%;
  color: #374043;
}
.promo-banner__price [class^=u-font],
.promo-banner .price [class^=u-font] {
  margin-right: 0.5rem;
}
.promo-banner__price span,
.promo-banner .price span {
  font-size: 50%;
  font-weight: 300;
}
.promo-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

@media (min-width: 576px) {
  .promo-banner h1 {
    font-size: 1.9rem;
    line-height: 1.2;
  }
  .promo-banner p {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .promo-banner__price,
  .promo-banner .price {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .promo-banner h1 {
    font-size: 2.5rem;
  }
  .promo-banner p {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media (min-width: 1200px) {
  .promo-banner {
    background-image: none;
  }
  .promo-banner h1 {
    font-size: 2.4rem;
  }
  .promo-banner .content {
    padding-left: 60px;
  }
}
@media (min-width: 1400px) {
  .promo-banner h1 {
    font-size: 3.4rem;
  }
  .promo-banner .content {
    padding-left: 60px !important;
  }
}
#hp-carousel .fast-range {
  background-color: #253134;
  background-image: radial-gradient(circle at 70vw, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 40%);
}
#hp-carousel .fast-range > .container {
  height: initial;
}
#hp-carousel .fast-range__container {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 0;
  position: relative;
  align-items: center;
  justify-items: center;
}
#hp-carousel .fast-range__lifestyle-image {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 33%;
  height: 100%;
  background-image: url("/storage/images/hp-banner-fast-range-lifestyle.webp");
  background-position: left center;
  background-size: cover;
  clip-path: url(#background-clip-path);
}
#hp-carousel .fast-range__content {
  display: grid;
  grid-template-columns: 50px auto;
  grid-template-rows: repeat(3, min-content);
  align-items: center;
  align-content: space-between;
  gap: 1rem;
  padding: 1rem 0 1rem 4vw;
}
#hp-carousel .fast-range__new {
  grid-column: 1/2;
  grid-row: 1/2;
}
#hp-carousel .fast-range__new img {
  transform: rotate(-10deg);
}
#hp-carousel .fast-range__fastwarm-logo {
  grid-column: 2/3;
  grid-row: 1/2;
  max-width: 114px;
}
#hp-carousel .fast-range__title {
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: clamp(1.7rem, 6.4vw, 2.7rem);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #FFFFFF;
}
#hp-carousel .fast-range__title span {
  display: block;
  color: #EC663E;
}
#hp-carousel .fast-range__cta {
  grid-column: 1/3;
  grid-row: 3/4;
}
#hp-carousel .fast-range__products {
  position: relative;
  z-index: 10;
}
#hp-carousel .fast-range__rosette {
  position: absolute;
  top: 6%;
  right: 0%;
  width: 29%;
  filter: drop-shadow(3px 3px 3px 3px rgba(0, 0, 0, 0.6));
}
#hp-carousel .fast-range__product {
  padding-top: 1rem;
}

@media (min-width: 576px) {
  #hp-carousel .fast-range__content {
    padding: 3rem 0 3rem 1rem;
  }
  #hp-carousel .fast-range__title {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  #hp-carousel .fast-range {
    background-image: radial-gradient(circle at 70%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 40%);
  }
  #hp-carousel .fast-range__container {
    grid-template-columns: 380px auto;
  }
  #hp-carousel .fast-range__title {
    font-size: 3.5rem;
  }
  #hp-carousel .fast-range__lifestyle-image {
    display: block;
    width: 24%;
  }
  #hp-carousel .fast-range__products {
    justify-self: start;
  }
}
@media (min-width: 992px) {
  #hp-carousel .fast-range {
    background-image: radial-gradient(circle at 58%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 40%);
  }
  #hp-carousel .fast-range__container {
    grid-template-columns: 400px auto;
  }
}
@media (min-width: 1200px) {
  #hp-carousel .fast-range {
    background-image: radial-gradient(circle at 49%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 250px);
  }
  #hp-carousel .fast-range__lifestyle-image {
    width: 41%;
  }
}
@media (min-width: 1400px) {
  #hp-carousel .fast-range {
    background-image: radial-gradient(circle at 45%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 250px);
  }
  #hp-carousel .fast-range__lifestyle-image {
    width: 44%;
  }
}
#hp-carousel .price-smash-promise {
  background-color: #e7e7e7;
  position: relative;
}
#hp-carousel .price-smash-promise::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(10deg) translate(-21%, -46%);
  background-image: url("/storage/images/hp-banner-price-smash-promise-image.png");
  background-position: center center;
  background-size: cover;
  height: 100%;
  aspect-ratio: 1.31/1;
}
#hp-carousel .price-smash-promise__container {
  max-width: 1320px;
  margin: auto;
  padding-left: 2rem;
}
#hp-carousel .price-smash-promise__content {
  width: 47%;
  max-width: 240px;
  display: grid;
  gap: 1rem;
  grid-template-rows: repeat(3, min-content);
}
#hp-carousel .price-smash-promise__title {
  display: flex;
  align-items: center;
}
#hp-carousel .price-smash-promise__title__icon {
  display: none;
}
#hp-carousel .price-smash-promise__title__wording {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.1;
}
#hp-carousel .price-smash-promise__title__wording strong {
  display: none;
}
#hp-carousel .price-smash-promise__strapline {
  font-size: 1rem;
  line-height: 1.4;
}
#hp-carousel .price-smash-promise__strapline br {
  display: none;
}
@media (min-width: 480px) {
  #hp-carousel .price-smash-promise__container {
    padding-left: 8vw;
  }
  #hp-carousel .price-smash-promise__content {
    width: 40%;
  }
}
@media (min-width: 576px) {
  #hp-carousel .price-smash-promise::before {
    transform: rotate(10deg) translate(-25%, -44%);
  }
  #hp-carousel .price-smash-promise__container {
    padding-left: 8vw;
  }
  #hp-carousel .price-smash-promise__content {
    max-width: 300px;
    width: 47%;
  }
  #hp-carousel .price-smash-promise__title__icon {
    display: none;
  }
  #hp-carousel .price-smash-promise__title__wording {
    font-size: 2.1rem;
    font-weight: 400;
  }
  #hp-carousel .price-smash-promise__title__wording strong {
    font-size: 3rem;
    line-height: 1;
    display: block;
    margin-bottom: 0.5rem;
  }
  #hp-carousel .price-smash-promise__strapline br {
    display: block;
  }
}
@media (min-width: 768px) {
  #hp-carousel .price-smash-promise::before {
    transform: rotate(8deg) translate(-25%, -44%);
    height: 140%;
  }
  #hp-carousel .price-smash-promise__content {
    max-width: initial;
    width: 44%;
  }
  #hp-carousel .price-smash-promise__strapline {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  #hp-carousel .price-smash-promise::before {
    transform: translate(-13%, -42%);
    height: 160%;
  }
  #hp-carousel .price-smash-promise__content {
    width: 100%;
  }
  #hp-carousel .price-smash-promise__title__wording {
    font-size: 2.4rem;
  }
  #hp-carousel .price-smash-promise__title__wording br {
    display: none;
  }
}
@media (min-width: 1200px) {
  #hp-carousel .price-smash-promise::before {
    transform: rotate(-3deg) translate(-7%, -45%);
    height: 180%;
  }
  #hp-carousel .price-smash-promise__container {
    padding-left: 6rem;
  }
  #hp-carousel .price-smash-promise__title__icon {
    display: block;
    margin: 0 -15px -20px -13px;
  }
  #hp-carousel .price-smash-promise__strapline {
    font-size: 1.4rem;
  }
}
@media (min-width: 1400px) {
  #hp-carousel .price-smash-promise::before {
    transform: rotate(-3deg) translate(-11%, -45%);
    height: 190%;
  }
  #hp-carousel .price-smash-promise__strapline {
    font-size: 1.5rem;
  }
}
#hp-carousel .trustpilot {
  align-content: start;
  --gradient-position: 48%;
  background-color: #e7e9e6;
  background-image: linear-gradient(121deg, rgb(0, 0, 51) var(--gradient-position), rgba(0, 0, 51, 0) var(--gradient-position)), url("/storage/images/hp-banner-trustpilot-background.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center center, right 50% center;
  background-size: cover, cover;
}
#hp-carousel .trustpilot__wrapper {
  display: flex;
  align-items: center;
}
#hp-carousel .trustpilot__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0 0 1.5rem;
  width: 230px;
}
#hp-carousel .trustpilot__title {
  color: #FFFFFF;
  font-size: clamp(1.4rem, 4.3vw, 2rem);
  line-height: 1.4;
  font-weight: 300;
}
#hp-carousel .trustpilot__title strong {
  font-weight: 500;
  display: inline;
}
#hp-carousel .trustpilot__sub-title {
  color: #FFFFFF;
  font-size: min(4.3vw, 1.3rem);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 50%;
}
#hp-carousel .trustpilot__sub-title .highlight {
  color: #00b67a;
  font-weight: 500;
}

@media (min-width: 480px) {
  #hp-carousel .trustpilot {
    --gradient-position: 45%;
  }
  #hp-carousel .trustpilot__content {
    width: 53%;
  }
  #hp-carousel .trustpilot__title strong {
    display: block;
  }
  #hp-carousel .trustpilot__sub-title {
    width: 130px;
  }
}
@media (min-width: 576px) {
  #hp-carousel .trustpilot {
    --gradient-position: 360px;
    background-position: center center, right 58% center;
  }
  #hp-carousel .trustpilot__content {
    width: 370px;
    padding: 3rem 0 0 2.5rem;
    gap: 3rem;
  }
  #hp-carousel .trustpilot__title {
    font-size: 2.1rem;
  }
  #hp-carousel .trustpilot__sub-title {
    width: 150px;
  }
}
@media (min-width: 768px) {
  #hp-carousel .trustpilot {
    --gradient-position: 390px;
  }
  #hp-carousel .trustpilot__title {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  #hp-carousel .trustpilot {
    --gradient-position: 480px;
  }
  #hp-carousel .trustpilot__content {
    width: 520px;
  }
  #hp-carousel .trustpilot__title {
    font-size: 2.8rem;
  }
  #hp-carousel .trustpilot__sub-title {
    width: 100%;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #hp-carousel .trustpilot {
    background-image: none;
    background-color: rgb(0, 0, 51);
  }
  #hp-carousel .trustpilot__wrapper {
    max-width: 1320px;
    margin: auto;
    height: 100%;
    --gradient-position: 520px;
    background-color: #e7e9e6;
    background-image: linear-gradient(121deg, rgb(0, 0, 51) var(--gradient-position), rgba(0, 0, 51, 0) var(--gradient-position)), url("/storage/images/hp-banner-trustpilot-background.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center center, right center;
    background-size: cover, cover;
  }
  #hp-carousel .trustpilot__content {
    padding: 0 0 0 3rem;
  }
}
@media (min-width: 1400px) {
  #hp-carousel .trustpilot__title {
    font-size: 2.7rem;
  }
}
#hp-carousel .find-approved-installer {
  position: relative;
  background-image: url("/storage/images/approved-installer-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hp-carousel .find-approved-installer__lifestyle, #hp-carousel .find-approved-installer__tick {
  display: none;
}
#hp-carousel .find-approved-installer__badge {
  position: absolute;
  top: 140px;
  right: 10px;
  transform: translate(-9%, -87%) rotate(-8deg);
  width: 35vw;
  z-index: 100;
}
#hp-carousel .find-approved-installer__badge img {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}
#hp-carousel .find-approved-installer__lifestyle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  height: 100%;
  transform: translate(100px, -50%);
  background-image: url("/storage/images/approved-installer-lifestyle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% center;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
}
#hp-carousel .find-approved-installer__tick {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-33%, -50%) rotate(343deg);
  background-image: url("/storage/images/approved-installer-tick.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 160%;
  aspect-ratio: 1/1;
  z-index: 1;
}
#hp-carousel .find-approved-installer__content {
  position: relative;
  z-index: 200;
  display: grid;
  justify-content: space-between;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  height: 100%;
  padding: 2rem 1rem;
}
#hp-carousel .find-approved-installer__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: 1/3;
}
#hp-carousel .find-approved-installer__title {
  font-size: 1.7em;
  font-weight: 900;
  color: #40b384;
}
#hp-carousel .find-approved-installer h1 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 400;
  width: 205px;
}
#hp-carousel .find-approved-installer__steps {
  grid-column: 1/2;
  display: flex;
  gap: 1.25rem;
}
#hp-carousel .find-approved-installer__steps__title {
  grid-column: 1/2;
  font-size: min(1rem, 4.4vw);
  line-height: 1.2;
}
#hp-carousel .find-approved-installer__steps__title__extra-word {
  display: none;
}
#hp-carousel .find-approved-installer__steps__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  padding: 0.4rem 0.4rem 0.65rem 0.4rem;
}
#hp-carousel .find-approved-installer__steps__step::before {
  content: url("/storage/images/approved-installer-tick.svg");
  position: absolute;
  width: 41%;
  bottom: -0.6rem;
  right: -0.6rem;
}
#hp-carousel .find-approved-installer__steps__step__icon {
  width: 18px;
  flex: auto;
  display: flex;
  align-items: center;
}
#hp-carousel .find-approved-installer__steps__step__label {
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
#hp-carousel .find-approved-installer__cta {
  grid-column: 2/3;
  align-self: center;
}
#hp-carousel .find-approved-installer__cta .btn {
  line-height: 1;
  padding: 3vw 5vw;
}

@media screen and (min-width: 480px) {
  #hp-carousel .find-approved-installer__badge {
    display: none;
  }
  #hp-carousel .find-approved-installer__lifestyle {
    display: block;
    transform: translate(77px, -50%);
    background-position: 30% center;
  }
  #hp-carousel .find-approved-installer__content {
    width: 335px;
    align-items: flex-start;
    grid-template-columns: 100px auto;
  }
  #hp-carousel .find-approved-installer__title,
  #hp-carousel .find-approved-installer h1 {
    text-align: left;
  }
  #hp-carousel .find-approved-installer h1 {
    width: auto;
  }
  #hp-carousel .find-approved-installer__steps {
    gap: 0.75rem;
    grid-column: 2/3;
  }
  #hp-carousel .find-approved-installer__steps__title {
    grid-column: 1/2;
    font-size: 1rem;
  }
  #hp-carousel .find-approved-installer__steps__title__extra-word {
    display: inline;
  }
  #hp-carousel .find-approved-installer__cta {
    grid-column: 1/3;
    align-self: center;
  }
  #hp-carousel .find-approved-installer__cta .btn {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  #hp-carousel .find-approved-installer__badge {
    display: block;
    width: 20vw;
    top: initial;
    left: 50%;
    bottom: 30%;
    transform: translate(90%, 50%) rotate(-8deg);
  }
  #hp-carousel .find-approved-installer__tick {
    display: block;
    transform: translate(-33%, -50%) rotate(343deg);
    height: 130%;
  }
  #hp-carousel .find-approved-installer__lifestyle {
    display: block;
    transform: translate(125px, -50%);
  }
  #hp-carousel .find-approved-installer__content {
    width: 66%;
    align-items: flex-start;
    padding: 2rem 0;
  }
  #hp-carousel .find-approved-installer__title {
    font-size: 3.6em;
  }
  #hp-carousel .find-approved-installer h1 {
    font-size: 1.4rem;
  }
  #hp-carousel .find-approved-installer__steps {
    width: 91%;
  }
  #hp-carousel .find-approved-installer__steps__step {
    background: rgb(216, 216, 216);
  }
  #hp-carousel .find-approved-installer__steps__step::before {
    top: -0.6rem;
    bottom: initial;
  }
  #hp-carousel .find-approved-installer__cta .btn {
    padding: 1rem 2rem;
  }
}
@media (min-width: 768px) {
  #hp-carousel .find-approved-installer__badge {
    transform: translate(60%, 50%) rotate(-8deg);
  }
  #hp-carousel .find-approved-installer__tick {
    display: block;
    transform: translate(-41%, -42%) rotate(336deg);
    height: 130%;
  }
  #hp-carousel .find-approved-installer__lifestyle {
    display: block;
    transform: translate(67px, -50%);
    width: 44vw;
  }
  #hp-carousel .find-approved-installer__content {
    padding: 1.5rem 0;
    width: 57%;
  }
  #hp-carousel .find-approved-installer__title-wrapper {
    gap: 0.75rem;
  }
  #hp-carousel .find-approved-installer h1 {
    font-size: 1.5rem;
  }
  #hp-carousel .find-approved-installer__steps {
    gap: 1.5rem;
  }
  #hp-carousel .find-approved-installer__steps__title {
    font-size: 1.1rem;
    line-height: 1.3;
    flex: 0 0 30%;
  }
  #hp-carousel .find-approved-installer__steps__icons {
    gap: 1rem;
  }
  #hp-carousel .find-approved-installer__steps__step {
    gap: 0.4rem;
    width: 70px;
    height: 70px;
    padding: 0.75rem 0.75rem 1rem 0.75rem;
  }
  #hp-carousel .find-approved-installer__steps__step::before {
    width: 41%;
    bottom: -0.6rem;
    right: -0.6rem;
  }
  #hp-carousel .find-approved-installer__steps__step__icon {
    width: 22px;
  }
  #hp-carousel .find-approved-installer__steps__step__label {
    font-size: 0.85rem;
  }
}
@media (min-width: 992px) {
  #hp-carousel .find-approved-installer__content {
    width: 53%;
    align-items: center;
    grid-template-columns: 183px auto;
  }
  #hp-carousel .find-approved-installer__tick {
    transform: translate(-44%, -37%) rotate(344deg);
    height: 160%;
  }
  #hp-carousel .find-approved-installer__lifestyle {
    transform: translate(117px, -50%);
    clip-path: polygon(125px 0, 100% 0, 100% 100%, 0 100%);
  }
  #hp-carousel .find-approved-installer__badge {
    display: block;
    transform: translate(-17%, -117%) rotate(-8deg);
    top: 50%;
    left: 50%;
    width: 240px;
    bottom: initial;
  }
  #hp-carousel .find-approved-installer__steps {
    width: 100%;
    justify-self: start;
  }
  #hp-carousel .find-approved-installer__steps__title {
    flex: initial;
    font-size: 1.2rem;
  }
  #hp-carousel .find-approved-installer__steps__step {
    width: 80px;
    height: 80px;
  }
  #hp-carousel .find-approved-installer__steps__step__label {
    font-size: 1.05rem;
  }
  #hp-carousel .find-approved-installer__steps__step__icon {
    width: 29px;
  }
  #hp-carousel .find-approved-installer__steps__step::before {
    top: initial;
  }
}
@media (min-width: 1200px) {
  #hp-carousel .find-approved-installer__tick {
    transform: translate(-49%, -37%) rotate(344deg);
    height: 150%;
  }
  #hp-carousel .find-approved-installer__lifestyle {
    transform: translate(27px, -50%);
    clip-path: polygon(185px 0, 100% 0, 100% 100%, 0 100%);
    width: 51vw;
  }
  #hp-carousel .find-approved-installer__badge {
    transform: translate(-38%, -110%) rotate(-8deg);
    width: 220px;
  }
  #hp-carousel .find-approved-installer__content {
    padding: 2rem 0;
    grid-template-columns: 200px auto;
    justify-content: start;
  }
  #hp-carousel .find-approved-installer h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1400px) {
  #hp-carousel .find-approved-installer__lifestyle {
    transform: translate(-3px, -50%);
    clip-path: polygon(185px 0, 100% 0, 100% 100%, 0 100%);
    width: 51vw;
  }
  #hp-carousel .find-approved-installer__content {
    width: 40%;
    grid-template-columns: 220px auto;
    padding: 2rem 0;
  }
  #hp-carousel .find-approved-installer h1 {
    font-size: 1.8em;
  }
  #hp-carousel .find-approved-installer__steps__title {
    font-size: 1.3rem;
  }
}
#hp-carousel .request-a-quote {
  --dark-blue: #0d1d2d;
  --usp-size: 78px;
  background-color: var(--dark-blue);
}
#hp-carousel .request-a-quote__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: none;
}
#hp-carousel .request-a-quote__background__image-1, #hp-carousel .request-a-quote__background__image-2 {
  --width: 30%;
  position: absolute;
  height: 100%;
  width: var(--width);
  overflow: hidden;
  background-size: cover, cover;
  background-position: center center, top center;
  background-repeat: no-repeat, no-repeat;
  clip-path: shape(from 20% 0%, line to 100% 0%, line to 80% 100%, line to 0% 100%, close);
}
#hp-carousel .request-a-quote__background__image-1 {
  background-image: linear-gradient(0deg, rgba(13, 29, 45, 0.2) 50%, rgb(13, 29, 45) 80%), url("/storage/images/hp-banner-request-a-quote-pipes.jpg");
  right: calc(var(--width) - 7%);
}
#hp-carousel .request-a-quote__background__image-2 {
  background-image: linear-gradient(180deg, rgba(13, 29, 45, 0.2) 50%, rgb(13, 29, 45) 80%), url("/storage/images/hp-banner-request-a-quote-mat.jpg");
  right: -7%;
}
#hp-carousel .request-a-quote__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-rows: auto var(--usp-size);
  gap: 1rem;
  max-width: 1320px;
  margin: auto;
}
#hp-carousel .request-a-quote__title {
  --skew: -12deg;
  --line-width: 25px;
  --line-fade: rgba(255,255,255,0.2) 0, rgba(255,255,255,0) 80%;
  position: relative;
  display: grid;
  grid-template-rows: repeat(2, min-content);
  gap: 1rem;
  align-content: center;
  justify-items: center;
  padding-top: 1rem;
}
#hp-carousel .request-a-quote__title__image {
  position: relative;
  z-index: 10;
  width: 60%;
  max-width: 320px;
}
#hp-carousel .request-a-quote__title__button {
  position: relative;
  z-index: 10;
}
#hp-carousel .request-a-quote__title .btn {
  background-color: #EC663E;
  border-color: #EC663E;
  font-size: 1.1rem;
  font-weight: 600;
}
#hp-carousel .request-a-quote__title__line-1, #hp-carousel .request-a-quote__title__line-2, #hp-carousel .request-a-quote__title__line-3 {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#hp-carousel .request-a-quote__title__line-1 {
  top: 0;
  left: 13%;
  width: var(--line-width);
  height: 50%;
  background-image: linear-gradient(180deg, var(--line-fade));
  transform: skew(var(--skew));
}
#hp-carousel .request-a-quote__title__line-2 {
  top: 75%;
  left: 0;
  width: 40%;
  height: var(--line-width);
  background-image: linear-gradient(90deg, var(--line-fade));
}
#hp-carousel .request-a-quote__title__line-3 {
  bottom: 0;
  left: 95%;
  width: var(--line-width);
  height: 60%;
  background-image: linear-gradient(0deg, var(--line-fade));
  transform: skew(var(--skew));
}
#hp-carousel .request-a-quote__usps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  align-content: center;
  justify-content: center;
}
#hp-carousel .request-a-quote__usp {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: calc(var(--usp-size) * 1.3);
  height: var(--usp-size);
  display: grid;
  grid-template-rows: 23px min-content;
  align-content: center;
  padding: 1rem;
  gap: 0.4rem;
}
#hp-carousel .request-a-quote__usp:nth-of-type(1) {
  justify-self: end;
}
#hp-carousel .request-a-quote__usp:nth-of-type(2) {
  justify-self: center;
}
#hp-carousel .request-a-quote__usp:nth-of-type(3) {
  justify-self: start;
}
#hp-carousel .request-a-quote__usp__icon {
  height: 100%;
}
#hp-carousel .request-a-quote__usp__icon img {
  max-width: initial;
  width: initial;
  height: 100%;
  margin: auto;
}
#hp-carousel .request-a-quote__usp__label {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
#hp-carousel .request-a-quote__cad {
  display: none;
  align-self: center;
}

@media (min-width: 576px) {
  #hp-carousel .request-a-quote {
    --usp-size: 104px;
  }
  #hp-carousel .request-a-quote__content {
    grid-template-rows: 234px var(--usp-size);
  }
  #hp-carousel .request-a-quote__title {
    padding-top: 1rem;
  }
  #hp-carousel .request-a-quote__title__image {
    width: 80%;
  }
  #hp-carousel .request-a-quote__title .btn {
    font-size: 1.6rem;
  }
  #hp-carousel .request-a-quote__usp {
    width: var(--usp-size);
    grid-template-rows: 35px min-content;
  }
}
@media (min-width: 768px) {
  #hp-carousel .request-a-quote {
    --usp-size: 93px;
    align-content: center;
  }
  #hp-carousel .request-a-quote__background {
    display: block;
  }
  #hp-carousel .request-a-quote__content {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr calc(var(--usp-size) + 20px) 1fr;
    justify-content: space-around;
    gap: 0;
    height: 100%;
  }
  #hp-carousel .request-a-quote__title {
    padding-top: 0;
    padding-left: 2rem;
    margin-right: -2rem;
  }
  #hp-carousel .request-a-quote__title__image {
    width: 90%;
    max-width: initial;
  }
  #hp-carousel .request-a-quote__title .btn {
    font-size: 1.3rem;
  }
  #hp-carousel .request-a-quote__cad {
    display: block;
    margin-left: -2rem;
  }
  #hp-carousel .request-a-quote__usps {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content);
    gap: 0.5rem;
    align-content: center;
    margin-block: -1rem;
  }
  #hp-carousel .request-a-quote__usp__label {
    font-size: 0.7rem;
  }
}
@media (min-width: 992px) {
  #hp-carousel .request-a-quote__content {
    grid-template-columns: 1fr calc(var(--usp-size) + 40px) 1fr;
  }
  #hp-carousel .request-a-quote__title {
    margin-right: 0;
  }
  #hp-carousel .request-a-quote__cad {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #hp-carousel .request-a-quote__title__line-2 {
    display: none;
  }
}
.fastmatch-banner {
  background-color: #ededed;
}
.fastmatch-banner .container {
  position: relative;
}
.fastmatch-banner__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #ededed;
  background-image: linear-gradient(126deg, rgb(237, 237, 237) 35%, rgba(237, 237, 237, 0) 60%), url("/storage/images/hp-banner-fastmatch-background.webp");
  background-position: center center, 40% 62%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 180%;
}
.fastmatch-banner__components {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: end;
  padding: 1.5rem 1rem;
  height: 100%;
  text-decoration: none;
}
.fastmatch-banner__content {
  grid-column: 1/span 2;
  display: grid;
  justify-content: center;
  gap: 0.5rem;
  max-width: 260px;
  justify-items: start;
}
.fastmatch-banner__title {
  font-size: 2rem;
  font-weight: 700;
  color: #EC663E;
  line-height: 1.3;
}
.fastmatch-banner__title br {
  display: none;
}
.fastmatch-banner__subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  text-wrap: balance;
  max-width: 200px;
  color: #374043;
}
.fastmatch-banner__sliders {
  grid-column: 1/2;
}
.fastmatch-banner__logo {
  grid-column: 2/3;
  max-width: 180px;
  width: 100%;
  justify-self: end;
  text-align: right;
  display: grid;
  gap: 0.7rem;
}
.fastmatch-banner__cta {
  text-decoration: none;
  color: #374043;
  font-weight: 800;
  font-size: clamp(1.1rem, 2.4vw, 1.5rem);
}
.fastmatch-banner__cta--under-title {
  display: none;
}
.fastmatch-banner .system-selector-banner__switches {
  gap: 0.5rem;
  --label-width: 33px;
  --knob-width: 11px;
}
.fastmatch-banner .system-selector-banner__switches__title {
  width: 75px;
  font-size: 0.9rem;
}
.fastmatch-banner .system-selector-banner__switches__toggle .toggle__label {
  height: 15px;
}
.fastmatch-banner .system-selector-banner__switches__toggle .toggle__label::after {
  height: 11px;
}

@media (min-width: 576px) {
  .fastmatch-banner__background {
    background-image: linear-gradient(90deg, rgb(237, 237, 237) 30%, rgba(237, 237, 237, 0) 55%, rgba(237, 237, 237, 0) 89%, rgb(237, 237, 237) 100%), url("/storage/images/hp-banner-fastmatch-background.webp");
  }
  .fastmatch-banner__components {
    padding: 2.5rem 0.5rem;
  }
  .fastmatch-banner__content {
    max-width: initial;
    align-self: start;
    gap: 1rem;
  }
  .fastmatch-banner__title {
    font-size: 3rem;
    line-height: 1.2;
  }
  .fastmatch-banner__subtitle {
    font-size: 1.6rem;
    max-width: 300px;
  }
  .fastmatch-banner .system-selector-banner__switches {
    gap: 0.8rem;
    --label-width: 45px;
    --knob-width: 16px;
  }
  .fastmatch-banner .system-selector-banner__switches__title {
    width: 100px;
    font-size: 1.1rem;
  }
  .fastmatch-banner .system-selector-banner__switches__toggle .toggle__label {
    height: 20px;
  }
  .fastmatch-banner .system-selector-banner__switches__toggle .toggle__label::after {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .fastmatch-banner__background {
    background-position: center center, 54% 62%;
  }
  .fastmatch-banner__components {
    padding: 2.5rem 1.5rem;
  }
  .fastmatch-banner__content {
    max-width: 380px;
  }
  .fastmatch-banner__subtitle {
    max-width: initial;
  }
  .fastmatch-banner__logo {
    gap: 1rem;
  }
  .fastmatch-banner__cta--under-logo {
    text-shadow: 3px 3px 5px rgb(255, 255, 255);
  }
}
@media (min-width: 992px) {
  .fastmatch-banner__background {
    background-position: center center, 70% 62%;
    background-size: cover, 140%;
  }
}
@media (min-width: 1200px) {
  .fastmatch-banner__background {
    background-image: linear-gradient(90deg, rgb(237, 237, 237) 21%, rgba(237, 237, 237, 0) 55%, rgba(237, 237, 237, 0) 89%, rgb(237, 237, 237) 100%), url("/storage/images/hp-banner-fastmatch-background.webp");
    background-position: center center, 90% 60%;
    background-size: cover, 125%;
  }
}
@media (min-width: 1400px) {
  .fastmatch-banner__background {
    background-image: linear-gradient(90deg, rgb(237, 237, 237) 30%, rgba(237, 237, 237, 0) 55%, rgba(237, 237, 237, 0) 89%, rgb(237, 237, 237) 100%), url("/storage/images/hp-banner-fastmatch-background.webp");
    background-position: center center, center 60%;
    background-size: cover, cover;
  }
  .fastmatch-banner__components {
    grid-template-columns: auto 208px;
    grid-template-rows: auto auto;
    align-items: center;
  }
  .fastmatch-banner__content {
    align-self: center;
    justify-content: start;
    gap: 1.5rem;
    max-width: initial;
    grid-row: 1/-1;
  }
  .fastmatch-banner__title {
    font-size: 4.5rem;
    line-height: 1;
  }
  .fastmatch-banner__title br {
    display: block;
  }
  .fastmatch-banner__subtitle {
    font-size: 2.1rem;
  }
  .fastmatch-banner__sliders {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .fastmatch-banner__logo {
    grid-row: 2/3;
  }
  .fastmatch-banner__cta--under-title {
    color: #EC663E;
    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;
    font-size: 1.2rem;
  }
  .fastmatch-banner__cta--under-title:hover {
    color: #212529;
  }
  .fastmatch-banner__cta--under-title:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(236, 102, 62, 0.25);
  }
  .fastmatch-banner__cta--under-title:disabled {
    pointer-events: none;
    opacity: 0.65;
  }
  .fastmatch-banner__cta--under-title:hover, .fastmatch-banner__cta--under-title:focus {
    color: #000;
    background-color: #f4a38b;
    border-color: #f29478;
  }
  .fastmatch-banner__cta--under-title:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
  }
  .fastmatch-banner__cta--under-title:disabled {
    color: #000;
    background-color: #EC663E;
    border-color: #EC663E;
  }
  .fastmatch-banner__cta--under-title:active {
    color: #000;
    background-color: #f6b39f;
    border-color: #f29478;
  }
  .fastmatch-banner__cta--under-title:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 87, 53, 0.5);
  }
  .fastmatch-banner__cta--under-logo {
    display: none;
  }
}
.sale-banner__sticker {
  position: absolute;
  z-index: 11;
}
.sale-banner__content {
  display: flex;
  justify-content: center;
  padding: 3.3rem 0 2.2rem;
  gap: 1.7rem;
  height: 100%;
}
.sale-banner__foreword, .sale-banner__first-word, .sale-banner__second-word, .sale-banner__third-word, .sale-banner__afterword {
  position: absolute;
  z-index: 10;
  top: 6px;
  height: 30px;
  left: 50%;
}
.sale-banner__foreword {
  height: 16px;
  transform: translateX(-179%);
  top: 28px;
}
.sale-banner__value {
  height: 100%;
  position: relative;
  z-index: 5;
}
.sale-banner__footer {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}
.sale-banner.with-timer .sale-banner__content {
  padding-bottom: 5.1rem;
}

@media (min-width: 768px) {
  .sale-banner__content {
    justify-content: flex-end;
    padding-bottom: 2.8rem;
  }
  .sale-banner.with-timer .sale-banner__content {
    padding-top: 2.2rem;
    padding-right: 1rem;
    padding-bottom: 5.7rem;
    padding-left: 0;
    gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .sale-banner__content {
    padding: 2.5rem 1.7rem 2.8rem 0;
    gap: 3.4rem;
  }
  .sale-banner.with-timer .sale-banner__content {
    padding: 2.6rem 2rem 2.6rem 0;
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .sale-banner__content {
    padding: 2rem 4.7rem 2.4rem 0;
    gap: 4.4rem;
  }
  .sale-banner.with-timer .sale-banner__content {
    padding: 2.2rem 3.2rem 2.6rem 0;
    gap: 3.7rem;
  }
}
.easter-sale-up-to-20 {
  background-color: #f4782e;
  background-image: url("/storage/images/hp-banner-easter-sale-pattern.svg");
  background-position: center center;
  background-repeat: repeat !important;
  background-size: 10% !important;
}
.easter-sale-up-to-20 .sale-banner__left {
  position: relative;
}
.easter-sale-up-to-20 .sale-banner__foreword {
  height: 15px;
  top: 44px;
  transform: translateX(-50%);
}
.easter-sale-up-to-20 .sale-banner__first-word {
  height: 32px;
  top: 80px;
  transform: translateX(-80%);
}
.easter-sale-up-to-20 .sale-banner__second-word {
  height: 42px;
  top: 70px;
  transform: translateX(48%);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}
.easter-sale-up-to-20 .sale-banner__value {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}
.easter-sale-up-to-20 .sale-banner__content {
  padding: 7rem 0.4rem 2.3rem;
}
.easter-sale-up-to-20 .sale-timer {
  top: -75px;
}
.easter-sale-up-to-20 .sale-timer__title {
  color: #FFFFFF;
}
.easter-sale-up-to-20.with-timer .sale-banner__foreword {
  height: 14px;
  top: 24px;
}
.easter-sale-up-to-20.with-timer .sale-banner__first-word {
  height: 30px;
  top: 54px;
  transform: translateX(-80%);
}
.easter-sale-up-to-20.with-timer .sale-banner__second-word {
  height: 40px;
  top: 44px;
}
.easter-sale-up-to-20.with-timer .sale-banner__content {
  padding: 5.5rem 0.4rem 5rem;
}

@media (min-width: 440px) {
  .easter-sale-up-to-20 .sale-banner__foreword {
    height: 16px;
    top: 34px;
    transform: translateX(-50%);
  }
  .easter-sale-up-to-20 .sale-banner__first-word {
    height: 36px;
    top: 68px;
    transform: translateX(-80%);
  }
  .easter-sale-up-to-20 .sale-banner__second-word {
    height: 48px;
    top: 64px;
    transform: translateX(48%);
  }
  .easter-sale-up-to-20 .sale-banner__content {
    padding: 7rem 0.5rem 2.3rem;
  }
  .easter-sale-up-to-20 .sale-timer {
    top: -70px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__foreword {
    height: 14px;
    top: 22px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__first-word {
    height: 28px;
    top: 46px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__second-word {
    height: 36px;
    transform: translateX(54%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__content {
    padding: 5rem 0.5rem 5rem;
  }
}
@media (min-width: 576px) {
  .easter-sale-up-to-20 .sale-banner__foreword {
    height: 18px;
    top: 56px;
    transform: translateX(-50%);
  }
  .easter-sale-up-to-20 .sale-banner__first-word {
    height: 46px;
    top: 96px;
    transform: translateX(-82%);
  }
  .easter-sale-up-to-20 .sale-banner__second-word {
    height: 60px;
    top: 88px;
    transform: translateX(54%);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  }
  .easter-sale-up-to-20 .sale-banner__content {
    padding: 11rem 0.5rem 5.1rem;
  }
  .easter-sale-up-to-20 .sale-timer {
    top: -100px;
  }
  .easter-sale-up-to-20 .sale-timer__box {
    width: 42px;
    height: 42px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__foreword {
    height: 16px;
    top: 44px;
    transform: translateX(-50%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__first-word {
    height: 40px;
    top: 78px;
    transform: translateX(-82%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__second-word {
    height: 54px;
    top: 70px;
    transform: translateX(54%);
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  }
  .easter-sale-up-to-20.with-timer .sale-banner__content {
    padding: 6.4rem 0 5.1rem;
  }
}
@media (min-width: 768px) {
  .easter-sale-up-to-20 .sale-banner__foreword {
    top: 22px;
    height: 18px;
  }
  .easter-sale-up-to-20 .sale-banner__first-word {
    top: 75px;
    height: 48px;
    transform: translateX(-85%);
  }
  .easter-sale-up-to-20 .sale-banner__second-word {
    top: 53px;
    height: 76px;
    transform: translateX(35%);
  }
  .easter-sale-up-to-20 .sale-banner__content {
    padding: 11rem 0 4.7rem;
  }
  .easter-sale-up-to-20 .sale-timer {
    top: -80px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__foreword {
    top: 24px;
    height: 14px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__first-word {
    top: 62px;
    height: 40px;
    transform: translateX(-85%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__second-word {
    top: 52px;
    height: 54px;
    transform: translateX(40%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__content {
    padding: 8rem 2.5rem 6.4rem;
  }
}
@media (min-width: 992px) {
  .easter-sale-up-to-20 .sale-banner__first-word {
    top: 74px;
    height: 54px;
    transform: translateX(-80%);
  }
  .easter-sale-up-to-20 .sale-banner__second-word {
    top: 60px;
    height: 76px;
    transform: translateX(50%);
  }
  .easter-sale-up-to-20 .sale-banner__content {
    padding: 12rem 0 4rem;
    justify-content: center;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__foreword {
    height: 14px;
    top: 20px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__first-word {
    top: 50px;
    height: 40px;
    transform: translateX(-80%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__second-word {
    top: 40px;
    height: 56px;
    transform: translateX(50%);
  }
  .easter-sale-up-to-20.with-timer .sale-banner__content {
    padding: 6.7rem 7.5rem 6.3rem;
  }
  .easter-sale-up-to-20 .sale-timer {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .easter-sale-up-to-20.sale-banner.with-timer .container {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 20px;
  }
  .easter-sale-up-to-20 .sale-banner__foreword {
    top: 26px;
    height: 16px;
    margin-bottom: 1rem;
  }
  .easter-sale-up-to-20 .sale-banner__first-word {
    top: 64px;
    height: 56px;
    transform: translateX(-80%);
  }
  .easter-sale-up-to-20 .sale-banner__second-word {
    top: 48px;
    height: 80px;
    transform: translateX(45%);
  }
  .easter-sale-up-to-20 .sale-banner__content {
    padding: 11rem 0 4rem;
  }
  .easter-sale-up-to-20.with-timer .container {
    row-gap: 0;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__left {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__foreword {
    position: static;
    height: 18px;
    transform: none;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__first-word {
    position: static;
    height: 56px;
    transform: none;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__second-word {
    position: static;
    height: 140px;
    transform: none;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__content {
    padding: 0;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__value {
    top: 16px;
  }
  .easter-sale-up-to-20 .sale-timer {
    top: 12px;
    flex-direction: row;
    height: 65px;
    align-items: center;
    justify-content: start;
  }
  .easter-sale-up-to-20 .sale-timer__box {
    border: none;
    width: 80px;
    height: 80px;
  }
  .easter-sale-up-to-20 .sale-timer__clock {
    gap: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .easter-sale-up-to-20.sale-banner .container {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    gap: 20px;
  }
  .easter-sale-up-to-20 .sale-banner__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
  }
  .easter-sale-up-to-20 .sale-banner__foreword {
    position: static;
    transform: none;
    top: 33px;
    height: 18px;
  }
  .easter-sale-up-to-20 .sale-banner__first-word {
    position: static;
    transform: none;
    top: 65px;
    height: 60px;
  }
  .easter-sale-up-to-20 .sale-banner__second-word {
    position: static;
    transform: none;
    top: 117px;
    height: 160px;
  }
  .easter-sale-up-to-20 .sale-banner__content {
    padding: 0;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__foreword {
    height: 16px;
  }
  .easter-sale-up-to-20.with-timer .sale-banner__value {
    top: 10px;
  }
  .easter-sale-up-to-20 .sale-timer {
    top: 10px;
    padding-left: 55px;
  }
}
