.related-products {
  display: block;
}

.related-products__grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.related-products__item {
  min-width: 0;
}

@media screen and (max-width: 549px) {
  .related-products__grid {
    gap: 1.2rem;
  }
}
