#product-cat-section {
  background: url("/img/home/categories-background.png");
  background-size: cover;
  color: white;
  border-top: 10px solid orange;
  border-bottom: 5px solid #5A5B5D;
  border-radius: 2px;
  width: 100%;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 64px;
}

#product-cat-section .title {
  font-size: 1.5em;
}

#product-cat-section .swiper .swiper-wrapper .wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: white;
  max-width: 150px;
}

#product-cat-section .swiper {
  padding: 25px !important;
  width: 100%;
}

#product-cat-section .swiper .swiper-wrapper {
  margin-bottom: 20px;
}

#product-cat-section .swiper .swiper-slide {
  max-width: 150px;
  height: auto;
}

:root {
  --number-of-category-slides: 2;
}

#product-cat-section .swiper-pagination .swiper-pagination-bullet {
  background: #F0A928;
}

#product-cat-section .swiper-button-prev,
#product-cat-section .swiper-button-next {
  --swiper-navigation-top-offset: calc(100% - 20px);
  --swiper-navigation-size: 20px;
  --swiper-navigation-sides-offset: calc(50% - 10px - (var(--number-of-category-slides) * 12px));
  --swiper-navigation-color: #F0A928;
}
