<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.collection-grid-promo {
  border-radius: var(--product-card-border-radius);
}

.collection-grid-promo__content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
}

.collection-grid-promo__content--has-overlay {
  background: linear-gradient(180deg, rgb(var(--color-overlay), 0.10) 51%, rgb(var(--color-overlay), 0.70) 100%);
}

.collection-grid-promo__content__button {
  z-index: 1;
}</pre></body></html>