.collection-card {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding-bottom: 15px;
}

.collection-card .img-snippet {
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
}

.collection-card .img-snippet__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}

.collection-card__title {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}