.banner-produtos {
    background: url("/assets/img/pagina-produtos/top-banner/top-banner-produtos.png")
      center center / cover no-repeat;
      position: relative;
  }
  
.banner-produtos::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(179deg, rgba(38, 20, 18, 0.267) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 0;
    pointer-events: none;
  }