.custom-badge-img {
  max-width: 80px; 
  height: auto;
  object-fit: contain;
}
.product-item__image-wrapper .product-item__label-list {
  top: unset;
  bottom: 10px;
  left: unset;
  right: 10px;
}
@media screen and (max-width: 740px) {
  .custom-badge-img {
    max-width: 60px; 
  }
}