.product-collection-block .image-content-block-img {
    height:100%;
    object-fit:cover;
}
.product-collection-block-bg {
  height:100%;
  height:calc(100% - 16px);
  position:relative;
}
.product-container {
  border:1px solid var(--cE6E6E6);
  /* padding:10px; */
  position:relative;
}
.product-container .like {
  position:absolute;
  top:0;
  right:0;
}
.product-collection-row {
--bs-gutter-x:30px;
}
.product-collection-block-bg .caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 11;
}
@media(max-width:991px) {

  
  .product-collection-block-bg img {
    height:500px !important;
    object-fit:cover;
  }
    .product-collection-block-bg {
    background-image:none !important;
  }
}