.web-only-badge {
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  .web-only-badge {
    width: 45px;
    height: 45px;
    bottom: 5px;
    left: 5px;
  }
}

.product-price--saving {
  font-size: 11px !important;
}