.main-collections_header-wrap{
  margin-bottom: 64px;
  font-weight: 300;
}

.main-collections h2{
  margin-bottom: 20px;
}
.productCard{
  transition: all .3s ease-in-out;
}
.coll_hover_img{
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
.productCard:hover .coll_hover_img{
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
}