.product-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .product-mark {
    width: 32px;
    height: 32px;
  }
}
.product-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.tippy-content {
  text-align: center;
}