.middle-banner {
  /* display: flex;
  flex-direction: column;
  justify-content: flex-end; */
  margin: 20px 0;
  width: 100%;
  aspect-ratio: 1/0.32;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("https://www.equirocks.cz/user/documents/upload/middle-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.middle-banner a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  padding: 20px 30px;
}
.middle-banner__title {
  font-weight: 600;
  margin: 0 0 5px;
  color: white;
  font-size: 38px;
  font-family: "Spectral", serif !important;
}
.middle-banner__descr {
  margin: 0;
  color: white;
  font-size: 18px;
  font-weight: 400;
  font-family: "Spectral", serif !important;
}
.middle-banner__detail {
  position: relative;
  margin: 0;
  padding-right: 20px;
  color: white;
  text-wrap: nowrap;
  font-size: 20px;
  font-weight: 400;
  font-family: "Spectral", serif !important;
}
.middle-banner__detail::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 8px;
  height: 11px;
  background-image: url(https://www.equirocks.cz/user/documents/upload/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 15px;
}
.middle-banner__detail:hover {
  text-decoration: underline;
}
.header-top {
  justify-content: space-between;
}
.submenu-arrow {
  padding-left: 5px;
}
.header-top > div:last-child {
  flex: 0 1 auto;
}
.menu-helper > span {
  font-size: 14px;
}
.lupa,
.top-nav-button.login {
  padding: 27px 10px;
}
#header .cart-count {
  padding-left: 10px;
}
.lupa::before,
.top-nav-button.login::before,
a.btn.cart-count::before {
  font-size: 18px;
}
.cart-count:not(.full)::after {
  font-size: 10px;
  width: 15px;
  height: 15px;
  left: 25px;
  line-height: 1.6;
}
.navigation-in > ul > li > a {
  padding: 33px 10px;
  font-size: 14px;
}
.navigation-in > ul {
  width: auto;
  justify-content: flex-start;
  margin-left: 210px;
}
#carousel::after {
  display: none;
}
.p-bottom .p-tools .btn {
  width: 100%;
}
.main-banner {
  font-family: "Spectral", serif !important;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 24px;
}
.main-banner__item {
  width: calc((100% / 2) - 12px);
  /* padding: 30px;*/
  aspect-ratio: 1/0.87;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-banner__item:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
    url(/user/documents/upload/main-banner/1.png);
}
.main-banner__item:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
    url(/user/documents/upload/main-banner/2.png);
}
.main-banner__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
  width: 100%;
  height: 100%;
}

.main-banner__title {
  margin: 0;
  font-size: 92px;
  font-weight: 600;
  font-family: "Spectral", serif !important;
  line-height: 1;
  color: white;
}

.main-banner__descr {
  min-height: 50px;
  margin: 0;
  margin-bottom: 20px;
  max-width: 460px;
  font-size: 20px;
  font-weight: 200;
  font-family: "Spectral", serif !important;
  color: white;
  text-align: center;
}
.main-banner__item:nth-child(2) .main-banner__descr {
  max-width: 390px;
}
.main-banner__link {
  padding: 10px 15px;
  font-weight: 700;
  font-family: "Spectral", serif !important;
  color: black;
  text-decoration: none;
  background-color: white;
}
@media (max-width: 1199px) {
  .navigation-in > ul {
    margin: 0px;
  }
  .main-banner {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .main-banner__title {
    font-size: 54px;
  }

  .main-banner__descr {
    margin-bottom: 15px;
    min-height: 35px;
    font-size: 16px;
  }
  .main-banner__link {
    padding: 7px 15px;
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .middle-banner__title {
    font-size: 28px;
  }
  .middle-banner__descr {
    font-size: 16px;
  }
  .middle-banner__detail {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    flex-wrap: wrap;
  }
  .main-banner__item {
    width: 100%;
  }

  .main-banner__title {
    font-size: 58px;
  }

  .main-banner__descr {
    min-height: 40px;
    font-size: 19px;
  }
  .middle-banner a {
    padding: 15px 20px;
  }
  .middle-banner__title {
    font-size: 24px;
  }
  .middle-banner__descr {
    font-size: 14px;
  }
  .middle-banner__detail {
    padding-right: 15px;
    font-size: 16px;
  }
  .middle-banner__detail::after {
    top: 35%;
    width: 7px;
    height: 9px;
    background-size: 7px 9px;
  }
}
@media (max-width: 500px) {
  .main-banner {
    gap: 4px;
  }
  .main-banner__wrapper {
    padding: 10px;
  }
  .main-banner__title {
    font-size: 38px;
  }

  .main-banner__descr {
    margin-bottom: 10px;
    min-height: 35px;
    font-size: 14px;
  }
  .main-banner__link {
    padding: 10px 15px;
    font-weight: 700;
    font-size: 12px;
    color: black;
    text-decoration: none;
    background-color: white;
  }
  .middle-banners-wrapper .col-sm-12 {
    padding: 0 10px !important;
  }
  .middle-banner {
    aspect-ratio: 1/0.6;
  }
  .middle-banner a {
    padding: 10px 15px;
  }
  .middle-banner__title {
    font-size: 18px;
  }
  .middle-banner__descr {
    font-size: 10px;
  }

  .middle-banner__detail {
    font-size: 12px;
  }
  .middle-banner__detail::after {
    top: 25%;
    width: 6px;
    height: 9px;
    background-size: 6px 8px;
  }
}

@media (min-width: 1200px) {
  .menu-helper.visible {
    visibility: hidden;
  }
  .navigation-in ul li.splitted {
    visibility: visible;
  }
}
