<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.\#product-title {
  display: flex;
  flex-direction: column;
  gap: var(--glob-size-2);
}
.\#product-title .\#heading {
  line-height: 1.2;
}
.\#product-title-badges {
  display: flex;
  gap: var(--glob-size-2);
}
.\#product-title-badges .\#badge {
  font-size: var(--product-title-badge-size);
}</pre></body></html>