#Collection .grid .grid-view-item .grid-view-item__image-wrapper {
  min-height: 260px !important;
  max-height: 260px !important;

}
#Collection .grid .grid-view-item .grid-view-item__image-wrapper img {
  min-height: 260px !important;
  max-height: 260px !important;
  object-fit: contain;
}