.products-block .p-in-in {
  min-height: auto;
}
.category-header input[type="radio"]:checked + label {
  background-color: var(--color-primary);
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
    right: 140px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
/* @media (min-width: 768px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 120px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 120px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 120px;
  }

  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 145px;
  }
} */
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}

@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}

@media (min-width: 768px) {
  .benefitBanner__title {
    min-height: 50px;
  }
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 36px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
}

.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;
}

@media (min-width: 992px) {
  .header-top > div.site-name-wrapper {
    max-width: 250px;
  }
  .benefitBanner__item {
    flex: 1 1 20%;
  }
}

@media (min-width: 1440px) {
  .search {
    min-width: 360px;
    max-width: 360px;
  }
}

/* header contact */

@media (max-width: 767px) {
  .header-contact {
    display: flex;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-contact {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-contact {
    display: flex;
  }
}

.header-contact {
  align-items: center;
  column-gap: 16px;
  position: relative;
  color: var(--color-text-default);
}

@media (max-width: 767px) {
  .header-contact {
    padding: 12px 20px;
    margin-block: 16px;
    margin-inline: 0;
    border-radius: var(--radius-m);
    background-color: var(--color-surface-content-green);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact {
    align-content: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-inline-end: 0;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    margin-right: -15px;
  }

  .header-contact::before {
    display: flex;
    content: "\e924";
    aspect-ratio: 1;
    font-size: 28px;
    font-family: "apollo" !important;
    width: 23px;
    color: var(--header-color);
  }

  .header-contact:hover {
    background-color: var(--color-surface-white-hover);
  }
}

@media (min-width: 992px) {
  .header-contact {
    width: auto;
    padding: 0;
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .header-contact {
    margin-right: 40px;
  }
}

@media (min-width: 1600px) {
  .header-contact {
    margin-right: 80px;
  }
}

.header-contact--online .header-contact__image::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background-color: var(--color-secondary);
}

.header-contact:hover .header-contact__value {
  text-decoration: underline;
}

.header-contact__image {
  display: flex;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__image {
    display: none;
  }
}

.header-contact__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.header-contact__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1px;
  flex: 1;
  min-width: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-contact__content {
    display: none;
  }
}

.header-contact__value {
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 16px;
  font-family: "Roboto";
}

.header-contact__text {
  color: var(--header-color);
  font-size: 13px;
}

.p-info-wrapper .header-contact__text {
  color: #737373;
}

@media (min-width: 768px) {
  #header .header-top .search {
    margin-inline: 16px;
  }
}

@media (min-width: 1200px) {
  #header .header-top .search {
    margin-inline: 40px;
  }
}

.footer-contact .header-contact a {
  color: var(--color-secondary);
}

.footer-contact .header-contact {
  width: 100%;
  margin-right: 0;
  color: white;
  display: flex;
}

.footer-contact .header-contact__image {
  display: flex;
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact {
  display: flex;
  margin-right: 0;
  width: 100%;
}

.support__address-block .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.support__address-block .header-contact .header-contact__value {
  color: white;
}

.header-contact__text--ext {
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin-top: 5px;
}

.support__address-block .header-contact .header-contact__text--ext,
.support__address-block .header-contact .header-contact__text {
  color: white;
}

.p-detail-contact__title {
  font-size: 14px;
  font-weight: 600;
  color: black;
  margin-bottom: 1px;
}

.p-info-wrapper .header-contact .header-contact__image {
  width: 80px;
  height: 80px;
}

.p-info-wrapper .header-contact {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 15px 20px;
  margin-block-end: 20px;
  border-radius: 10px;
  border: 1px solid #e0e5ee;
  background: #ffffff;
  margin-right: 0;
}

.p-info-wrapper .header-contact--online .header-contact__image::before,
.footer-contact .header-contact--online .header-contact__image::before {
  right: 6px;
  top: 6px;
}
