.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 {
  --gradient-position: 62%;
  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 calc(50% - 70px) center;
  background-size: cover, cover;
}
#hp-carousel .trustpilot .row {
  height: 100%;
}
#hp-carousel .trustpilot__wrapper {
  display: flex;
  align-items: center;
}
#hp-carousel .trustpilot__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0 0 0 2rem;
  width: min(74%, 350px);
}
#hp-carousel .trustpilot__title {
  color: #FFFFFF;
  font-size: min(6.4vw, 2.1rem);
  line-height: 1.3;
  font-weight: 300;
}
#hp-carousel .trustpilot__title strong {
  font-weight: 500;
  display: block;
}
#hp-carousel .trustpilot__sub-title {
  color: #FFFFFF;
  font-size: min(4.3vw, 1.4rem);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  width: 70%;
}
#hp-carousel .trustpilot__sub-title .highlight {
  color: #00b67a;
  font-weight: 500;
}

@media (min-width: 480px) {
  #hp-carousel .trustpilot {
    --gradient-position: 350px;
  }
}
@media (min-width: 576px) {
  #hp-carousel .trustpilot {
    --gradient-position: 420px;
  }
  #hp-carousel .trustpilot__content {
    width: 100%;
    padding: 0 0 0 2rem;
  }
  #hp-carousel .trustpilot__title {
    font-size: 2.3rem;
  }
  #hp-carousel .trustpilot__sub-title {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #hp-carousel .trustpilot {
    --gradient-position: calc(440px + 6vw);
  }
  #hp-carousel .trustpilot__content {
    padding: 0 0 0 6vw;
  }
  #hp-carousel .trustpilot__title {
    font-size: 2.7rem;
  }
}
@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;
  }
}
.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;
  }
}
.christmas-sale-bushy-up-to-20 {
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
}
.christmas-sale-bushy-up-to-20 .bg-item {
  position: absolute;
}
.christmas-sale-bushy-up-to-20 [class*=bauble],
.christmas-sale-bushy-up-to-20 [class*=white-star],
.christmas-sale-bushy-up-to-20 [class*=gold-star],
.christmas-sale-bushy-up-to-20 [class*=dot] {
  top: 50%;
  left: 50%;
}
.christmas-sale-bushy-up-to-20 [class*=fern] {
  z-index: 40;
}
.christmas-sale-bushy-up-to-20 [class*=pinecone] {
  z-index: 30;
}
.christmas-sale-bushy-up-to-20 [class*=bauble] {
  z-index: 20;
}
.christmas-sale-bushy-up-to-20 [class*=white-star] {
  z-index: 1;
}
.christmas-sale-bushy-up-to-20 [class*=gold-star] {
  z-index: 10;
}
.christmas-sale-bushy-up-to-20 [class*=dot] {
  z-index: 50;
  mix-blend-mode: color-dodge;
  width: var(--size);
  height: var(--size);
  opacity: 0.8;
}
.christmas-sale-bushy-up-to-20 [class*=dot] img {
  width: 100%;
}
.christmas-sale-bushy-up-to-20 .fern-1 {
  left: -11.1rem;
  top: -4.2rem;
  transform: rotate(-8deg);
}
.christmas-sale-bushy-up-to-20 .fern-2 {
  top: 50%;
  left: 50%;
  transform: translate(47%, -142%) rotate(124deg);
}
.christmas-sale-bushy-up-to-20 .fern-3 {
  right: -10rem;
  bottom: -6rem;
}
.christmas-sale-bushy-up-to-20 .fern-4 {
  left: -6rem;
  bottom: -10rem;
  transform: rotate(95deg);
}
.christmas-sale-bushy-up-to-20 .fern-5 {
  transform: translate(-181%, 73%) rotate(46deg);
}
.christmas-sale-bushy-up-to-20 .pinecone-1 {
  left: -3.3rem;
  top: 40%;
}
.christmas-sale-bushy-up-to-20 .pinecone-2 {
  right: -3.3rem;
  top: 25%;
  transform: rotate(126deg);
}
.christmas-sale-bushy-up-to-20 .bauble-1 {
  transform: translate(-195%, -179%);
}
.christmas-sale-bushy-up-to-20 .bauble-2 {
  transform: translate(177%, -149%);
}
.christmas-sale-bushy-up-to-20 .bauble-3 {
  transform: translate(91%, 91%);
}
.christmas-sale-bushy-up-to-20 .bauble-4 {
  transform: translate(-119%, 61%);
}
.christmas-sale-bushy-up-to-20 .bauble-5 {
  transform: translate(-269%, 61%);
}
.christmas-sale-bushy-up-to-20 .bauble-6 {
  transform: translate(-411%, -80%);
}
.christmas-sale-bushy-up-to-20 .bauble-7 {
  transform: translate(385%, 40%);
}
.christmas-sale-bushy-up-to-20 .white-star-1 {
  transform: translate(-102%, -93%) scale(0.6);
}
.christmas-sale-bushy-up-to-20 .white-star-2 {
  transform: translate(39%, -114%) rotate(5deg);
}
.christmas-sale-bushy-up-to-20 .white-star-3 {
  transform: translate(41%, 24%) scale(0.8);
}
.christmas-sale-bushy-up-to-20 .white-star-4 {
  transform: translate(-79%, 5%) scale(0.6) rotate(6deg);
}
.christmas-sale-bushy-up-to-20 .white-star-5 {
  transform: translate(-165%, 0) rotate(6deg);
}
.christmas-sale-bushy-up-to-20 .white-star-6 {
  transform: translate(156%, -30%) rotate(6deg);
}
.christmas-sale-bushy-up-to-20 .gold-star-1 {
  transform: translate(-136%, -99%) scale(0.2);
}
.christmas-sale-bushy-up-to-20 .gold-star-2 {
  transform: translate(14%, -89%) scale(0.18);
}
.christmas-sale-bushy-up-to-20 .gold-star-3 {
  transform: translate(-127%, -29%) scale(0.3);
}
.christmas-sale-bushy-up-to-20 .gold-star-4 {
  transform: translate(-67%, -12%) scale(0.1);
}
.christmas-sale-bushy-up-to-20 .gold-star-6 {
  transform: translate(-199%, -75%);
  opacity: 0.5;
}
.christmas-sale-bushy-up-to-20 .dot-1 {
  --size: 30px;
  transform: translate(431%, -279%);
}
.christmas-sale-bushy-up-to-20 .dot-2 {
  --size: 20px;
  transform: translate(841%, 76%);
}
.christmas-sale-bushy-up-to-20 .dot-3 {
  --size: 10px;
  transform: translate(-1379%, -899%);
}
.christmas-sale-bushy-up-to-20 .dot-4 {
  --size: 30px;
  transform: translate(-572%, -189%);
}
.christmas-sale-bushy-up-to-20 .dot-5 {
  --size: 26px;
  transform: translate(-549%, 271%);
}
.christmas-sale-bushy-up-to-20 .dot-6 {
  --size: 10px;
  transform: translate(1391%, 624%);
}
.christmas-sale-bushy-up-to-20 .dot-7 {
  --size: 15px;
  transform: translate(731%, 531%);
}
.christmas-sale-bushy-up-to-20 .dot-8 {
  --size: 40px;
  transform: translate(-383%, 61%);
  opacity: 0.5;
}
.christmas-sale-bushy-up-to-20 .dot-9 {
  --size: 30px;
  transform: translate(-619%, 193%);
  opacity: 0.5;
}
.christmas-sale-bushy-up-to-20 .container {
  position: relative;
  z-index: 100;
}
.christmas-sale-bushy-up-to-20 .sale-banner__foreword {
  top: 35px;
  height: 15px;
  transform: translateX(-50%);
}
.christmas-sale-bushy-up-to-20 .sale-banner__first-word {
  height: 45px;
  top: 63px;
  transform: translateX(-85%);
}
.christmas-sale-bushy-up-to-20 .sale-banner__second-word {
  height: 27px;
  top: 77px;
  transform: translateX(36%);
}
.christmas-sale-bushy-up-to-20 .sale-banner__content {
  padding: 18vw 0 0 0;
  gap: 1rem;
  align-items: center;
  width: min(460px, 95%);
  margin: auto;
}
.christmas-sale-bushy-up-to-20 .sale-banner__value {
  transform: rotate(-13deg);
  overflow: auto;
}
.christmas-sale-bushy-up-to-20 .sale-banner__value__title {
  height: 80%;
  overflow: auto;
}
.christmas-sale-bushy-up-to-20.with-timer .sale-banner__foreword {
  top: 23px;
  height: 16px;
}
.christmas-sale-bushy-up-to-20.with-timer .sale-banner__first-word {
  height: 45px;
  top: 49px;
  transform: translateX(-90%);
}
.christmas-sale-bushy-up-to-20.with-timer .sale-banner__second-word {
  height: 31px;
  top: 62px;
  transform: translateX(27%);
}
.christmas-sale-bushy-up-to-20.with-timer .sale-banner__content {
  padding: 2.6rem 0 0 0;
  width: min(360px, 95%);
}
.christmas-sale-bushy-up-to-20 .sale-timer__box {
  border-radius: 0;
  background-color: #FFFFFF;
  border: 1px solid #333;
}
.christmas-sale-bushy-up-to-20 .sale-timer__value {
  color: #ba914b;
}
.christmas-sale-bushy-up-to-20 .sale-timer__value-name {
  color: #333;
}
.christmas-sale-bushy-up-to-20 .sale-timer__divider {
  display: none;
}

@media (min-width: 576px) {
  .christmas-sale-bushy-up-to-20 [class*=fern] {
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
  }
  .christmas-sale-bushy-up-to-20 .fern-1 {
    transform: translate(-203%, -131%) rotate(-8deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-2 {
    transform: translate(70%, -156%) rotate(114deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-3 {
    transform: translate(79%, 56%);
  }
  .christmas-sale-bushy-up-to-20 .fern-4 {
    transform: translate(-198%, 46%) rotate(95deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-5 {
    transform: translate(-218%, 73%) rotate(46deg);
  }
  .christmas-sale-bushy-up-to-20 .pinecone-1 {
    left: -1.5rem;
  }
  .christmas-sale-bushy-up-to-20 .pinecone-2 {
    right: -1.7rem;
  }
  .christmas-sale-bushy-up-to-20 .bauble-1 {
    transform: translate(-271%, -235%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-2 {
    transform: translate(237%, -149%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-3 {
    transform: translate(78%, 146%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-4 {
    transform: translate(-143%, 84%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-5 {
    transform: translate(-349%, 61%);
  }
  .christmas-sale-bushy-up-to-20 .dot-1 {
    transform: translate(602%, -279%);
  }
  .christmas-sale-bushy-up-to-20 .dot-2 {
    transform: translate(1238%, 76%);
  }
  .christmas-sale-bushy-up-to-20 .dot-3 {
    --size: 16px;
    transform: translate(-1069%, -629%);
  }
  .christmas-sale-bushy-up-to-20 .dot-4 {
    --size: 40px;
    transform: translate(-622%, -189%);
  }
  .christmas-sale-bushy-up-to-20 .dot-5 {
    transform: translate(-789%, 271%);
  }
  .christmas-sale-bushy-up-to-20 .dot-6 {
    --size: 20px;
    transform: translate(821%, 394%);
  }
  .christmas-sale-bushy-up-to-20 .dot-7 {
    transform: translate(891%, 531%);
  }
  .christmas-sale-bushy-up-to-20 .dot-8 {
    transform: translate(-518%, 61%);
    opacity: 0.5;
  }
  .christmas-sale-bushy-up-to-20 .dot-9 {
    transform: translate(-919%, 193%);
    opacity: 0.9;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__foreword {
    height: 25px;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__first-word {
    top: 73px;
    height: 70px;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__second-word {
    top: 93px;
    height: 48px;
    transform: translateX(33%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__content {
    padding: 11.9rem 0 3.6rem;
    width: 100%;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__foreword {
    height: 25px;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__first-word {
    top: 61px;
    height: 72px;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__second-word {
    top: 81px;
    height: 50px;
    transform: translateX(27%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__content {
    padding: 4.9rem 0 0 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .christmas-sale-bushy-up-to-20 .fern-1 {
    transform: translate(-250%, -134%) rotate(-8deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-2 {
    transform: translate(105%, -156%) rotate(114deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-3 {
    transform: translate(109%, 64%);
  }
  .christmas-sale-bushy-up-to-20 .fern-4 {
    transform: translate(-174%, 46%) rotate(95deg);
  }
  .christmas-sale-bushy-up-to-20 .bauble-1 {
    transform: translate(-345%, -227%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-2 {
    transform: translate(307%, -149%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-4 {
    transform: translate(-199%, 70%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-5 {
    transform: translate(-459%, 61%);
  }
  .christmas-sale-bushy-up-to-20 .gold-star-2 {
    transform: translate(34%, -89%) scale(0.18);
  }
  .christmas-sale-bushy-up-to-20 .gold-star-5 {
    transform: translate(-72%, 40%);
  }
  .christmas-sale-bushy-up-to-20 .dot-1 {
    transform: translate(822%, -279%);
  }
  .christmas-sale-bushy-up-to-20 .dot-2 {
    transform: translate(1758%, 76%);
  }
  .christmas-sale-bushy-up-to-20 .dot-3 {
    transform: translate(-1499%, -629%);
  }
  .christmas-sale-bushy-up-to-20 .dot-4 {
    transform: translate(-902%, -189%);
  }
  .christmas-sale-bushy-up-to-20 .dot-5 {
    transform: translate(-1049%, 271%);
  }
  .christmas-sale-bushy-up-to-20 .dot-9 {
    transform: translate(-1249%, 193%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__first-word {
    top: 67px;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__second-word {
    top: 87px;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__content {
    padding: 10.6rem 0 1.5rem;
    justify-content: center;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__content {
    padding: 9.8rem 0 3.7rem;
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .christmas-sale-bushy-up-to-20 .fern-1 {
    transform: translate(-291%, -134%) rotate(-8deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-2 {
    transform: translate(105%, -156%) rotate(114deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-3 {
    transform: translate(128%, 47%);
  }
  .christmas-sale-bushy-up-to-20 .fern-4 {
    transform: translate(-196%, 65%) rotate(87deg);
  }
  .christmas-sale-bushy-up-to-20 .bauble-1 {
    transform: translate(-417%, -251%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-2 {
    transform: translate(417%, -155%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-5 {
    transform: translate(-569%, 102%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-6 {
    transform: translate(-560%, -108%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-7 {
    transform: translate(287%, 92%);
  }
  .christmas-sale-bushy-up-to-20 .dot-1 {
    transform: translate(1102%, -279%);
  }
  .christmas-sale-bushy-up-to-20 .dot-2 {
    transform: translate(2278%, 76%);
  }
  .christmas-sale-bushy-up-to-20 .dot-3 {
    transform: translate(-1669%, -629%);
  }
  .christmas-sale-bushy-up-to-20 .dot-4 {
    transform: translate(-1152%, -189%);
  }
  .christmas-sale-bushy-up-to-20 .dot-5 {
    transform: translate(-1169%, 271%);
  }
  .christmas-sale-bushy-up-to-20 .dot-6 {
    transform: translate(821%, 394%);
  }
  .christmas-sale-bushy-up-to-20 .dot-7 {
    transform: translate(891%, 531%);
  }
  .christmas-sale-bushy-up-to-20 .dot-8 {
    display: none;
  }
  .christmas-sale-bushy-up-to-20 .dot-9 {
    transform: translate(-1579%, 193%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__foreword {
    top: 44px;
    height: 35px;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__first-word {
    height: 74px;
    top: 110px;
    transform: translateX(-162%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__second-word {
    height: 79px;
    top: 198px;
    transform: translateX(-162%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__content {
    gap: 2rem;
    padding: 7.6rem 0 5.5rem;
    justify-content: flex-end;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__foreword {
    top: 44px;
    height: 35px;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__first-word {
    height: 74px;
    top: 110px;
    transform: translateX(-162%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__second-word {
    height: 79px;
    top: 198px;
    transform: translateX(-162%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__content {
    gap: 2rem;
    padding: 7.6rem 0 5.5rem;
    justify-content: flex-end;
  }
  .christmas-sale-bushy-up-to-20 .sale-timer {
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .christmas-sale-bushy-up-to-20 .fern-1 {
    transform: translate(-326%, -134%) rotate(-8deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-2 {
    transform: translate(150%, -158%) rotate(122deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-3 {
    transform: translate(190%, 45%);
  }
  .christmas-sale-bushy-up-to-20 .fern-4 {
    transform: translate(-248%, 61%) rotate(93deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-5 {
    transform: translate(-291%, 73%) rotate(46deg);
  }
  .christmas-sale-bushy-up-to-20 .bauble-1 {
    transform: translate(-486%, -240%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-2 {
    transform: translate(527%, -174%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-5 {
    transform: translate(-669%, 61%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-6 {
    transform: translate(-693%, -108%);
  }
  .christmas-sale-bushy-up-to-20 .white-star-1 {
    transform: translate(-293%, -93%) scale(0.9);
  }
  .christmas-sale-bushy-up-to-20 .white-star-3 {
    transform: translate(211%, 7%) scale(1.2);
  }
  .christmas-sale-bushy-up-to-20 .white-star-5 {
    transform: translate(-365%, 0) rotate(6deg);
  }
  .christmas-sale-bushy-up-to-20 .gold-star-3 {
    transform: translate(-267%, -29%) scale(0.3);
  }
  .christmas-sale-bushy-up-to-20 .gold-star-5 {
    transform: translate(-148%, 50%) rotate(-20deg) scale(1.3);
    opacity: 0.6;
  }
  .christmas-sale-bushy-up-to-20 .dot-1 {
    transform: translate(1172%, -359%);
  }
  .christmas-sale-bushy-up-to-20 .dot-2 {
    transform: translate(2718%, 76%);
  }
  .christmas-sale-bushy-up-to-20 .dot-3 {
    transform: translate(-1939%, -629%);
  }
  .christmas-sale-bushy-up-to-20 .dot-4 {
    transform: translate(-1362%, -189%);
  }
  .christmas-sale-bushy-up-to-20 .dot-5 {
    transform: translate(-1339%, 311%);
  }
  .christmas-sale-bushy-up-to-20 .dot-8 {
    display: block;
    transform: translate(-1268%, 61%);
  }
  .christmas-sale-bushy-up-to-20 .dot-9 {
    transform: translate(-1899%, 193%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__first-word {
    height: 96px;
    top: 92px;
    transform: translateX(-146%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__second-word {
    height: 95px;
    transform: translateX(-156%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__content {
    padding: 6.7rem 0 4.7rem;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__foreword {
    top: 14px;
    transform: translate(30%, 100%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__first-word {
    height: 84px;
    top: 56px;
    transform: translateX(-182%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__second-word {
    height: 85px;
    top: 145px;
    transform: translateX(-190%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__content {
    gap: 2rem;
    padding: 5.5rem 0 4rem 0;
  }
}
@media (min-width: 1400px) {
  .christmas-sale-bushy-up-to-20 .fern-1 {
    transform: translate(-380%, -127%) rotate(-8deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-2 {
    transform: translate(200%, -148%) rotate(122deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-3 {
    transform: translate(220%, 42%);
  }
  .christmas-sale-bushy-up-to-20 .fern-4 {
    transform: translate(-292%, 30%) rotate(99deg);
  }
  .christmas-sale-bushy-up-to-20 .fern-5 {
    transform: translate(-330%, 65%) rotate(46deg);
  }
  .christmas-sale-bushy-up-to-20 .bauble-1 {
    transform: translate(-675%, -179%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-2 {
    transform: translate(726%, -68%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-5 {
    transform: translate(-789%, 71%);
  }
  .christmas-sale-bushy-up-to-20 .bauble-6 {
    transform: translate(-816%, -108%);
  }
  .christmas-sale-bushy-up-to-20 [class*=pinecone] {
    top: 50%;
    left: 50%;
    right: unset;
    bottom: unset;
  }
  .christmas-sale-bushy-up-to-20 .pinecone-1 {
    transform: translate(-857%, 10%);
  }
  .christmas-sale-bushy-up-to-20 .pinecone-2 {
    transform: translate(695%, -221%) rotate(126deg);
  }
  .christmas-sale-bushy-up-to-20 .dot-1 {
    transform: translate(1562%, -359%);
  }
  .christmas-sale-bushy-up-to-20 .dot-2 {
    transform: translate(3118%, 76%);
  }
  .christmas-sale-bushy-up-to-20 .dot-3 {
    transform: translate(-3239%, -629%);
  }
  .christmas-sale-bushy-up-to-20 .dot-4 {
    transform: translate(-1562%, -189%);
  }
  .christmas-sale-bushy-up-to-20 .dot-5 {
    transform: translate(-2079%, 311%);
  }
  .christmas-sale-bushy-up-to-20 .dot-9 {
    transform: translate(-2269%, 193%);
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__foreword {
    top: 33px;
  }
  .christmas-sale-bushy-up-to-20 .sale-banner__content {
    padding: 5.9rem 0 3.2rem;
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__foreword {
    height: 30px;
    top: 35px;
    transform: translateX(50%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__first-word {
    height: 91px;
    top: 33px;
    transform: translateX(-193%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__second-word {
    height: 92px;
    top: 129px;
    transform: translateX(-203%);
  }
  .christmas-sale-bushy-up-to-20.with-timer .sale-banner__content {
    padding: 3.3rem 0 2.8rem 0;
  }
}
