.home .hero-copy,
.page-template-default .hero-copy {
  animation: riseIn 0.4s ease both;
}

.trend-strip::-webkit-scrollbar {
  height: 10px;
}

.trend-strip::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: color-mix(in srgb, var(--primary) 58%, transparent);
}
