.benefitBanner__item {
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.benefitBanner__picture {
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.benefitBanner__link {
  flex-wrap: wrap;
}
.benefitBanner__content {
  margin-top: 15px;
  justify-content: center;
  padding-right: 0;
  width: 100%;
}
.benefitBanner__picture img {
  max-height: 70px;
  max-width: 75px;
}
.benefitBanner__picture {
  height: 70px;
}

body {
  background-color: white;
}

.footer-banners .footer-banner {
  text-align: center;
}
.footer-banners {
  justify-content: center;
}
.footer-banners .footer-banner:not(.footer-banner--no-text) img {
  height: 65px;
  position: static;
  max-width: 65px;
  margin-bottom: 10px;
}
.footer-banners .extended-banner-texts {
  padding-left: 0;
}
.footer-banners .extended-banner-text:not(:empty) {
  margin-top: 5px;
}

.top-category-block .menu-level-3 {
  display: none;
}

@media (min-width: 992px) {
  .top-category-block .menu-level-2 > li {
    flex: 0 0 20%;
  }
}

.top-category-block .menu-level-2 {
  margin: 0 -10px;
}

.top-category-block .menu-image img {
  min-height: 110px;
  object-fit: contain;
  max-height: 110px;
}

.top-category-block .menu-level-2 > li {
  padding: 0 10px;
}

.top-category-block.no-submenu .menu-content {
  padding: 20px 10px 20px;
  position: relative;
}

.top-category-block .menu-level-2.no-menu-level-3 .menu-content {
  padding-bottom: 10px;
}

.category-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.top-category-block .menu-content > *:not(img) {
  z-index: 1;
  position: relative;
}

.top-category-block .menu-content > div > a {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-top: 0;
  color: var(--color-secondary);
  text-decoration: none;
  max-width: 60%;
}

.top-category-block .menu-content:hover > div > a,
.top-category-block .menu-content > div > a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.top-category-block .menu-content .top-category-more {
  position: relative;
  bottom: auto;
}

.top-category-block .top-category-more a {
  color: black;
  margin-top: 5px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}

.top-category-block .top-category-more a:hover {
  color: var(--color-secondary);
}

.top-category-block .menu-content {
  padding: 30px 15px 30px;
  aspect-ratio: 1 / 1;
  text-align: left;
  overflow: hidden;
}

.top-category-block .menu-content > a {
  position: static !important;
}

.top-category-block .menu-image img {
  position: absolute;
  top: 60%;
  right: -12px;
  min-height: 220px;
  object-fit: contain;
  max-height: 160px;
  min-width: 180px;
  transform: translateY(-50%);
}

@media (min-width: 1440px) {
  .top-category-block .menu-content > div > a {
    font-size: 22px;
  }
  .top-category-block .top-category-more a {
    font-size: 16px;
  }
  .top-category-block .menu-image img {
    min-height: 260px;
    max-height: 200px;
    min-width: 220px;
  }
}

@media (min-width: 768px) {
  .top-category-block {
    margin-bottom: 60px;
    margin-top: 0;
  }
}

.js-top-category-block {
  position: relative;
  padding-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  padding-top: 50px;
}

.js-top-category-block:before {
  content: "";
  background: #f9fdff
    url(https://www.vodaservis.sk/user/documents/upload/sablona-nemazat/cat-back.jpg)
    bottom center no-repeat;
  background-size: 100% auto;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
  padding-bottom: 150px;
}

.top-category-block .h4.homepage-group-title {
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .products-group {
    margin-top: 0;
  }
  .top-category-block {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .products-group {
    margin-top: 0;
  }
}

.top-category-block .menu-level-2 > li {
  margin-bottom: 20px;
}

.top-category-block .menu-level-2 > li {
  flex: 0 0 100%;
}

@media (min-width: 480px) {
  .top-category-block .menu-level-2 > li {
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .top-category-block .menu-level-2 > li {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 992px) {
  .top-category-block .menu-level-2 > li {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 1200px) {
  .top-category-block .menu-level-2 > li {
    flex: 0 0 20%;
  }
}
