.id-1004 .breadcrumbs {
    display: none;
}
#footer #signature,
#footer .podpis,
#footer #signature a,
#footer .podpis a,
#footer #signature img,
#footer .podpis img {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
  .footer-social {
    display: flex;
    gap: 14px;
    align-items: center;
  }
  .footer-social a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, 0.78); 
    text-decoration: none;

    border-radius: 10px;
    transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
  }

  .footer-social a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
  }

  .footer-social a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 3px;
  }

  .footer-social svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor;
  }


#category-header {
  display: none;
}

@media (min-width:1200px) {
footer .custom-footer>div {
width: 25%;
}
}

#nav-manufacturers ul, #nav-manufacturers .submenu-arrow {display:none !important;}

/* USP (benefitBanner) – ikonka vlevo, text vpravo (globálně) */
.benefitBanner .benefitBanner__item{
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 14px !important;
  min-width: 0 !important;
}

.benefitBanner .benefitBanner__picture,
.benefitBanner .benefitBanner__content{
  width: auto !important;
  max-width: none !important;
}

.benefitBanner .benefitBanner__picture{
  flex: 0 0 44px !important;
}

.benefitBanner .benefitBanner__img{
  width: 44px !important;
  height: auto !important;
  display: block !important;
}

.benefitBanner .benefitBanner__content{
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* Řádkování bloků: desktop 4 / tablet 2 / mobil 1 */
@media (min-width: 1025px){
  .benefitBanner{
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    gap: 48px !important;
  }
  .benefitBanner .benefitBanner__item{
    flex: 1 1 0 !important;
  }
}

@media (min-width: 641px) and (max-width: 1024px){
  .benefitBanner{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 24px !important;
  }
  .benefitBanner .benefitBanner__item{
    flex: 0 0 calc(50% - 12px) !important;
  }
}

@media (max-width: 640px){
  .benefitBanner{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
  }
  .benefitBanner .benefitBanner__item{
    flex: 0 0 100% !important;
  }
}

.zartu-hero {
  padding: 32px 40px 20px;
  max-width: 860px;
  margin: 0 auto;
}

.zartu-hero h1 {
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 8px 0 !important;
  color: #111 !important;
  text-align: center !important;
  white-space: nowrap;
}

.zartu-hero p {
  font-size: clamp(13px, 1.3vw, 16px);
  color: #555 !important;
  margin: 0 !important;
  line-height: 1.5;
  text-align: center !important;
}

.row.banners-row {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .row.banners-row {
    margin-top: -80px !important;
  }
}



@media (max-width: 768px) {
  .zartu-hero {
    padding: 70px 24px 0px !important;
  }
  .zartu-hero h1 {
    font-size: 20px;
    white-space: normal;
    margin-bottom: 6px !important;
  }
  .zartu-hero p {
    font-size: 14px;
    color: #777 !important;
    margin-bottom: 12px !important;
  }
}

.banner-wrapper a {
  position: relative;
  display: block;
}

.banner-wrapper a img {
  display: block;
  width: 100%;
}

.banner-wrapper a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.5) 0%,
    rgba(0,0,0,0.2) 35%,
    rgba(0,0,0,0) 70%
  );
}

.banner-wrapper .extended-banner-texts {
  position: relative;
  z-index: 2;
}