#home_page .offer-banner-cont {
  background-image: url(https://jokercodes.ams3.digitaloceanspaces.com/gmg33nqj0kd_EN-GB_KSA_GC_EMEA_NewYearCampaign_OfferBanner_1300X350_Digital_%25401X.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  box-shadow: 0 0 20px 3px #00000040;
  border-radius: 25px;
  height: 20vw;
  min-height: 150px;
  margin: 1em 0;
}

#home_page .offer-banner-cont a {
  display: block;
  height: 100%;
}

#home_page .loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-top: 2em;
  border: 1px solid #cccccc;
}

#home_page .loader-container img {
  width: 30em;
}

@media screen and (max-width: 1330px) {
  .most-selling {
    --category-max-visible-count: 4;
  }

  .most-selling__slider__ctl.--prev {
    left: 30px;
  }

  .most-selling__slider__ctl.--next {
    right: 30px;
  }
}

@media screen and (max-width: 1220px) {
  .most-selling {
    --category-max-visible-count: 3;
  }
}

@media screen and (max-width: 980px) {
  .most-selling {
    --category-max-visible-count: 2;
  }
}

@media screen and (max-width: 850px) {
  .slider-container .indicators {
    margin: -20px 0;
  }

  .slider-container .indicators .circle {
    height: 18px;
    width: 18px;
  }
}

@media screen and (max-width: 670px) {
  .most-selling {
    --category-gap: 7.5vw;
    --category-max-visible-count: 1;
  }
}

@media screen and (max-width: 550px) {
  .slider-container .indicators .circle {
    height: 15px;
    width: 15px;
  }

  .slider-container .indicators .circle .square {
    width: 5px;
    height: 5px;
  }
}

@media screen and (max-width: 400px) {
  .slider-container .indicators .circle {
    height: 13px;
    width: 13px;
  }

  .slider-container .indicators .circle .square {
    width: 3px;
    height: 3px;
  }
}
