.homepage--container {
  width: 1400px;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  box-sizing: border-box;
}

.homepage--main h1,
.homepage--main h2 {
  font-size: 24px;
  color: #101010;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.1;
}

.homepage--main .border-primary {
  border: 1px solid #542179;
  box-sizing: border-box;
}

#p5p6-banner {
  overflow: hidden;
}

#p5p6-banner .hero-banner--holiday2024 {
  overflow: hidden;
}

.homepage--main .border-inside::after {
  content: "";
  display: inline-block;
  pointer-events: none;
  border: 1px solid white;
  border-radius: 26px;
  position: absolute;
  z-index: 2;
  width: 93%;
  height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepage--cta.border-inside .bg-image {
  object-fit: contain;
}

.homepage--main .border-inside {
  position: relative;
  background-color: #00baae;
}

.homepage--cta-content p {
  text-align: center;
}

.homepage--cta-content .logo-slu {
  max-width: 120px;
  margin-bottom: 10px;
}

/* NEW P1 */
.hero-banner-inner {
  display: flex;
}

/* Hero */
.homepage--hero {
  max-width: 100vw;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin: 0 auto;

  position: relative;
}

.homepage--hero .bg-image {
  width: 100%;
  object-fit: contain;
  height: auto;
  max-height: 500px;
}

.homepage--hero-container {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.homepage--hero-content {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}

h1.homepage--hero-headline {
  font-size: clamp(1.25rem, 0.5606rem + 2.8283vw, 3rem) !important;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 0;
  color: #ffffff;
  text-align: left !important;
}

.homepage--hero-phoneNumber {
  font-size: clamp(0.9375rem, 0.125rem + 3.3333vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 8px 0 0;
  color: #ffffff;
  text-decoration: none;
  filter: drop-shadow(0px 4px 39px rgba(0, 0, 0, 0.08));
}

.homepage--hero-icons {
  background-color: #532279;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 10px 0 20px;
  gap: 50px;
}

.homepage--hero-icon img {
  width: 45px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.homepage--hero-icon p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  margin: 16px 0 0;
  text-align: center;
  line-height: 1.2;
}

.homepage--hero-description {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 10px 0;
  display: none;
  filter: drop-shadow(0px 4px 39px rgba(0, 0, 0, 0.08));
  text-shadow: 4px 2px 14px rgba(0, 0, 0, 1);
}

/* Product range */
.homepage--productRange {
  padding: 30px 0;
}

.homepage--productRange-head,
.homepage--expertPicks-head {
  margin-bottom: 20px;
  padding: 0 20px;
}

.homepage--productRange-container {
  padding: 0;
}

.homepage--productRange-image {
  position: relative;
  max-width: 375px;
}

.homepage--productRange img {
  width: 100%;
  height: auto;
}

.homepage--productRange .slick-track,
.homepage--productRange .slick-slide {
  height: auto;
}

.homepage--productRange-product {
  display: block;
  text-decoration: none;
  padding: 0 5px;
  color: #4A4A4A;
  max-width: 385px;
}

.homepage--productRange-product.hover {
  position: relative;
}

.homepage--productRange-image::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.homepage--productRange-product.hover .homepage--productRange-image::before {
  background: #361754;
  opacity: .8;
}

.homepage--productRange-description {
  display: block;
  text-align: center;
  width: fit-content;
  height: fit-content;
  z-index: 2;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  max-width: 220px;
  padding: 0 10px;
  box-sizing: border-box;
}

.homepage--productRange-button {
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-weight: 800;
  font-size: 14px;
  padding: 17px 60px;
  display: block;
  text-decoration: none;
  width: fit-content;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.2s linear;
  z-index: 2;
}

.homepage--productRange-button:hover {
  color: #532279;
  background-color: #ffffff;
}

.homepage--productRange-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.homepage--productRange-product.hover .homepage--productRange-hover {
  opacity: 1;
}

.homepage--productRange-slider {
  padding-left: 15px;
}

.homepage--productRange .homepage--productRange-slide:first-child {
  padding-left: 0;
}

.homepage--productRange-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px 10px;
  background-color: #EBEBFF;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 58px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.homepage--productRange-nav,
.homepage--expertPicks-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.homepage--productRange-arrow,
.homepage--expertPicks-arrow {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.homepage--productRange-arrow.slick-disabled,
.homepage--expertPicks-arrow.slick-disabled {
  opacity: .6;
}

.homepage--productRange-arrow img,
.homepage--expertPicks-arrow img {
  width: 100%;
  height: 100%;
}

/* Expert picks */
.homepage--expertPicks {
  padding: 30px 0;
}

.homepage--expertPicks .slick-track,
.homepage--expertPicks .slick-slide {
  height: auto;
}

.homepage--expertPicks-products {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px; */
  padding: 20px 0 0;
}

.homepage--expertPicks-product {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #4A4A4A;
  text-decoration: none;
  display: block;
  margin: 0 5px;
}

.homepage--expertPicks-product img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  background-color: #ffffff;
}

.homepage--expertPicks-product p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  height: 65px;
  background-color: #EBEBFF;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}

/* CTA */
.homepage--cta-section {
  position: relative;
}

.homepage--cta-section * {
  box-sizing: border-box;
}

.homepage--cta {
  padding: 0;
  height: auto;
  width: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.homepage--cta picture {
  height: auto;
  width: 100%;
}

.homepage--cta .bg-image {
  height: 100%;
  width: 100%;
  object-position: left;
  object-fit: cover;
  display: block;
}

.homepage--cta.homepage--cta-left .bg-image {
  object-position: center;
}

.homepage--cta-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding-top: 40px;
}

.homepage--cta h2 {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 280px;
  margin: 0 0 10px;
}

.homepage--cta p {
  color: #4A4A4A;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  max-width: 280px;
  margin: 0;
}

.homepage--cta a {
  text-decoration: none;
  color: #532279;
  border: 2px solid #532279;
  font-size: 14px;
  font-weight: 800;
  padding: 12px 40px;
  display: inline-block;
  margin: 20px 0 0;
  width: fit-content;
  transition: all 0.2s linear;
}


.homepage--cta.homepage--cta-right.elevate-your-comfort .homepage--cta-content {
  padding-left: 6%;
  padding-top: 0;
  left: 0;
  top: 0;
  transform: none;
  width: 38%;
  justify-content: center;
  align-items: flex-start;
}

.homepage--cta.homepage--cta-right.elevate-your-comfort .homepage--cta-content h2 {
  color: #000;
  font-size: 34px;
  line-height: 1.1;
}


.homepage--cta.homepage--cta-right.elevate-your-comfort {
  border: 1px solid #000;
  border-radius: 4px;

}

.homepage--cta.homepage--cta-right.elevate-your-comfort .btn-orange {
  border: 2px solid #d46027;
  margin-top: 10px;
  width: 83%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.homepage--cta a:hover {
  color: #ffffff;
  background-color: #532279;
}

.homepage--cta.homepage--cta-right.elevate-your-comfort .btn-orange:hover {
  border: 2px solid #d46027;
  background-color: #d46027;
}

.homepage--cta.sitting-pretty .homepage--cta-content,
.homepage--cta.top-rated-scooters .homepage--cta-content {
  margin: 0 !important;
  padding: 0 0 0 4%;
  left: 0 !important;
  top: 0 !important;
  transform: none;
  width: 37%;
  display: flex;
  justify-content: center;
}

.homepage--cta.sitting-pretty .homepage--cta-content .btn-orange,
.homepage--cta.top-rated-scooters .homepage--cta-content .btn-orange {
  border: none;
  margin-top: 22px;
  width: 92%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.homepage--cta.sitting-pretty .homepage--cta-content .btn-orange:hover,
.homepage--cta.top-rated-scooters .homepage--cta-content .btn-orange:hover {
  background-color: #f88146
}

.homepage--cta.sitting-pretty .homepage--cta-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #000;
}

.homepage--cta.top-rated-scooters .homepage--cta-content h2 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
}

.homepage--cta.top-rated-scooters .homepage--cta-content h2 strong {
  font-weight: 800;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 1400px) {

  .homepage--cta.sitting-pretty .homepage--cta-content h2,
  .homepage--cta.top-rated-scooters .homepage--cta-content h2 {
    font-size: 28px;
  }

  .homepage--container.hide-padding-on-mobile {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {

  .homepage--cta.sitting-pretty .homepage--cta-content h2,
  .homepage--cta.top-rated-scooters .homepage--cta-content h2 {
    font-size: 36px;
  }

  .homepage--cta.sitting-pretty .homepage--cta-content,
  .homepage--cta.top-rated-scooters .homepage--cta-content {
    padding: 0 0 0 9%;
    width: 38%;
  }
}

@media only screen and (max-width: 768px) {

  .homepage--cta.sitting-pretty .homepage--cta-content h2,
  .homepage--cta.sitting-pretty .homepage--cta-content p,
  .homepage--cta.top-rated-scooters .homepage--cta-content h2 {
    max-width: 100%;
  }

  .homepage--cta.sitting-pretty .homepage--cta-content h2 br,
  .homepage--cta.top-rated-scooters .homepage--cta-content h2 br {
    display: none;
  }

  .homepage--cta.sitting-pretty .homepage--cta-content .btn-orange,
  .homepage--cta.top-rated-scooters .homepage--cta-content .btn-orange {
    width: 220px;
  }

  .homepage--cta.sitting-pretty .homepage--cta-content,
  .homepage--cta.top-rated-scooters .homepage--cta-content {
    padding: 0 0 25px 4%;
    top: auto !important;
    bottom: 0px !important;
    width: 100%;
    height: 41vw;
  }

  .homepage--cta.top-rated-scooters .homepage--cta-content {
    height: 47vw;
  }
}

@media only screen and (max-width: 480px) {
  .homepage--cta.sitting-pretty .homepage--cta-content h2 {
    font-size: 6vw;
  }

  .homepage--cta.top-rated-scooters .homepage--cta-content h2 {
    font-size: 8vw;
  }

  .homepage--cta.sitting-pretty .homepage--cta-content .btn-orange {
    margin-top: 9px;
    padding: 6px 0;
    font-size: 13px;
    width: 162px;
  }

  .homepage--cta.sitting-pretty .homepage--cta-content,
  .homepage--cta.top-rated-scooters .homepage--cta-content {
    padding-bottom: 9px;
  }

}

/* Trending items */
.homepage--trending {
  padding: 30px 0;
}

.homepage--trending-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 20px 0 0;
}

.homepage--trending-product {
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #4A4A4A;
  text-decoration: none;
  display: block;
}

.homepage--trending-photo {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}

.homepage--trending-product p {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  height: 65px;
  background-color: #EBEBFF;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homepage--trending-photos {
  position: relative;
  background-color: #ffffff;
}

.homepage--trending-photo-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s linear;
}

.homepage--trending-product.hover .homepage--trending-photo-hover {
  opacity: 1;
}

/* NEW P1 */
.hero--new-p1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero--new-p1-bg img {
  opacity: 0;
}


/* Join Us */
.homepage--joinUs {
  background-color: #532279;
  padding: 40px 0;
}

.homepage--joinUs h2 {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.homepage--joinUs-button {
  text-transform: uppercase;
  color: #FFFFFF;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-weight: 800;
  font-size: 14px;
  padding: 17px 60px;
  display: block;
  text-decoration: none;
  width: fit-content;
  margin: 40px auto 0;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.2s linear;
  text-align: center;
}

.homepage--joinUs-button:hover {
  color: #532279;
  background-color: #ffffff;
}

.homepage--expertPicks-head .homepage--expertPicks-nav {
  display: none;
  margin-top: 0 !important;
}




/* Media quries */
@media only screen and (min-width: 400px) {
  .homepage--trending-product p {
    font-size: 16px;
  }
}

/* Small devices */
@media only screen and (min-width: 600px) {
  .homepage--trending-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .homepage--hero-content {
    text-align: start;
    top: 0;
    margin: 0;

  }

  .homepage--hero-icons {
    padding: 20px;
    margin: 40px 0 0;
  }

  .homepage--hero-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .homepage--hero-icon img {
    margin: 0;
  }

  .homepage--hero-icon p {
    font-size: 18px;
    margin: 0;
    text-align: start;
  }

  .homepage--hero-container {
    justify-content: center;
    align-items: flex-start;
  }

  .homepage--hero-description {
    display: block;
    width: 60%;
  }

  .homepage--hero-description br {
    display: none;
  }

  h1.homepage--hero-headline {
    text-shadow: none;
  }

  .homepage--cta-content .logo-slu {
    max-width: 190px;
    margin-bottom: 20px;
  }

  .homepage--hero .bg-image {
    object-position: right;
  }

}

/* Medium devices */
@media only screen and (min-width: 768px) {

  .homepage--main h1,
  .homepage--main h2 {
    font-size: 40px;
    text-align: start;
  }

  .homepage--productRange-container {
    padding: 0 20px;
  }

  .homepage--cta-content p {
    text-align: left;
  }

  .homepage--productRange {
    padding: 40px 0;
  }

  .homepage--productRange-head,
  .homepage--expertPicks-head {
    margin-bottom: 30px;
  }

  .homepage--productRange-nav,
  .homepage--expertPicks-nav {
    margin-top: 40px;
  }

  .homepage--expertPicks,
  .homepage--trending {
    padding: 40px 0;
  }

  .homepage--expertPicks-products {
    padding: 0;
  }

  .homepage--trending-items {
    padding: 40px 0 0;
  }

  .homepage--cta,
  .homepage--cta-content {
    justify-content: start;
    align-items: flex-start;
  }

  .homepage--cta-content {
    padding-left: 10%;
  }

  .homepage--cta h2 {
    font-size: 26px;
  }

  h2.homepage--joinUs-headline {
    text-align: center;
  }

}

/* Large devices */
@media only screen and (min-width: 992px) {
  .homepage--expertPicks-head .homepage--expertPicks-nav {
    display: flex;
  }

  .homepage--expertPicks-products+.homepage--expertPicks-nav {
    display: none;

  }



  .hideOnDesktop {
    display: none;
  }

  .homepage--productRange {
    padding: 40px 0;
  }

  .homepage--productRange-nav {
    gap: 30px;
    margin-top: 0;
  }

  .homepage--hero-icons {
    margin-top: 20px;
  }

  .homepage--expertPicks-nav {
    gap: 30px;
  }

  .homepage--productRange-arrow,
  .homepage--expertPicks-arrow {
    width: 40px;
    height: 40px;
  }

  .homepage--productRange-head,
  .homepage--expertPicks-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

  .homepage--expertPicks-product p,
  .homepage--trending-product p {
    font-size: 20px;
    height: 90px;
  }

  .homepage--trending-items {
    grid-template-columns: repeat(4, 1fr);
  }

  .homepage--productRange-product.hover .homepage--productRange-description {
    font-size: 21px;
    max-width: 385px;
  }

  h1.homepage--hero-headline,
  .homepage--hero-phoneNumber {
    margin: 0;
  }

  .homepage--hero-description br {
    display: block;
  }

  .homepage--hero-description {
    width: 100%;
  }

  .homepage--cta-section>div {
    display: flex;
  }


  .homepage--cta {
    padding: 0;

  }

  .homepage--cta-content {
    padding-left: 10%;
  }

  .homepage--cta-right h2 {
    max-width: 270px;
  }

  .homepage--cta-left h2 {
    max-width: 170px;
  }

  .homepage--cta h2 {
    font-size: 20px;
  }

  .homepage--cta p {
    font-size: 18px;
  }

  .homepage--hero-content {
    padding-bottom: 0px;
    transform: none;

  }
}

/* Extra large devices */
@media only screen and (min-width: 1200px) {
  .homepage--trending-items {
    grid-template-columns: repeat(5, 1fr);
  }

  .homepage--hero .bg-image {
    object-position: left;
  }

}

@media only screen and (min-width: 1400px) {

  .homepage--main h1,
  .homepage--main h2 {
    font-size: 34px;
  }

  .homepage--cta h2 {
    font-size: 26px;
  }

  .homepage--cta p {
    font-size: 20px;
  }

  .homepage--cta-right h2 {
    max-width: 400px;
  }

  .homepage--cta-left h2 {
    max-width: 280px;
  }

  h1.homepage--hero-headline {
    margin: 0;
  }

}

@media only screen and (max-width: 768px) {
  .homepage--expertPicks-head {
    margin-bottom: 0;
  }
}



@media only screen and (max-width: 991px) {
  .hideOnMobile {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .homepage--cta-content {
    padding-top: 10px;
  }

  .homepage--cta p {
    font-size: 18px;
  }

  .homepage--cta.banner-with-bg picture,
  .homepage--cta.banner-with-bg picture img {
    height: 500px;
  }

  .homepage--cta.banner-with-bg .bg-image {
    object-position: top;
  }
}



/** P3 BANNER HOLIDAY 2024 */
.hero-banner--holiday2024 {
  position: relative;
}

.hero-banner--holiday2024::before,
.hero-banner--holiday2024::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  z-index: 2;
  background: rgb(255, 231, 153);
  background: linear-gradient(90deg, rgba(255, 231, 153, 1) 0%, rgba(219, 169, 104, 1) 33%, rgba(195, 138, 86, 1) 51%, rgba(238, 193, 119, 1) 56%, rgba(223, 168, 104, 1) 65%, rgba(252, 212, 136, 1) 100%);
}

.hero-banner--holiday2024::before {
  bottom: auto;
  top: 0;
}

.hero-banner--holiday2024 .hero-content-container {
  flex-direction: column;
  align-items: start !important;
}

.hero-banner--holiday2024-headline {
  font-size: clamp(1.875rem, 1.6337rem + 0.9901vw, 2.5rem);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  width: 40%;
}

.hero-banner--holiday2024-lead {
  font-size: clamp(1rem, 0.8793rem + 0.495vw, 1.3125rem);
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  width: 40%;
}

.hero-banner--holiday2024-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 30px;
  gap: 10px;
  width: 120px;
  background: linear-gradient(96.19deg, #C58751 -4.61%, #E9BF74 25.89%, #FFEB9F 71.81%, #C88C4F 100.11%);
  border-radius: 0px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 13.46px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  color: #101010;
}

.hero-banner--holiday2024 .decoration-image {
  position: absolute;
  top: 0;
  left: 45%;
  height: 350px;
  width: auto;
  z-index: 3;
}

.hero-banner--holiday2024 .decoration-image img {
  width: auto !important;
  height: 100%;
}

@media (max-width: 800px) {
  .hero-banner--holiday2024 .decoration-image {
    left: auto;
    right: -70px;
  }
}

@media (max-width: 767px) {
  .homepage--cta.homepage--cta-right.elevate-your-comfort .homepage--cta-content {
    width: 100%;
    height: 43%;
    bottom: 0px;
    top: auto;
    align-items: center;
    padding: 0;
  }

  .homepage--cta.homepage--cta-right.elevate-your-comfort .btn-orange {
    width: 219px;
    max-width: 83%;
  }
}

@media (max-width: 640px) {
  .hero-banner--holiday2024 .decoration-image {
    left: auto;
    right: -90px;
  }
}

@media (max-width: 600px) {

  .hero-banner--holiday2024::before,
  .hero-banner--holiday2024::after {
    display: none;
  }
}