.catalog-hero__subtitle:empty {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.header-overlay--detail{
    display: flex;
    flex-direction: column;
    gap: 2.1rem;
}
.detail-facts{
    margin-top: 7rem;
}



@media (min-width: 768px) {
  .mobile-nav__close {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.hero-section__background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
  border-radius: inherit;
  pointer-events: none;
}
.hero-section__image {
  position: relative;
  z-index: 0;
}