.related-products {
  display: flex !important;
  flex-direction: column !important;
  max-width: 100vw !important; /* Força a largura total do ecrã */
  width: 100% !important;
}

.related-products__heading {
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 18px;
}
