.related-products {
  display: block;
}

.related-products__heading {
  margin: 0 0 3rem;
}

.related-products--rtl {
  --product-card-text-alignment: right;
  direction: rtl;
  text-align: right;
}
