.collection-hero {
	background-color: black;
	color: hsl(var(--white));
	border-top: 1px solid hsl(var(--blue),0.32);
}
 

  .collection-hero .background-image img {
    opacity: 0.3;
  }