<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.related-products {
  display: block;
}

.related-products-heading {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

.related-products-heading:has(.center) {
	justify-content: center;
}

.related-products__heading {
  margin: 0 0 4rem;
}</pre></body></html>