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

.section-featured-products--cart .subheading {
  margin-bottom: 0.6rem;
  font-weight: 400;
  font-size: var(--font-size-s);
}
@media (min-width: 768px) {
  .section-featured-products--cart .subheading {
    font-size: var(--font-size-l);
  }
}
.section-featured-products--cart .snippet-section-header {
  align-items: start;
}</pre></body></html>