.product-gallery .product-item__badge {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .product-gallery .product-item__badge {
    top: 10px;
    left: 0px;
  }
}