.catalog-product-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px;
  background: white;
}

.item.has-product-image { overflow: hidden; }

.placed-product-image {
  position: absolute;
  inset: 3px;
  z-index: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  object-fit: contain;
  border-radius: 2px;
}

.item.has-product-image .lbl {
  padding: 3px 6px;
  border-radius: 4px;
  background: rgba(17, 19, 23, .78);
}

.item.has-product-image .hook,
.item.has-product-image .del,
.item.has-product-image .deepbadge,
.item.has-product-image .lbl { z-index: 3; }
