.top-pick,
.onsale {
  width: 80px;
  height: 80px;
  background-image: url(../../svgs/star-badge.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
  font-family: "Anton", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 30;
}

@media (min-width: 768px) {
  .top-pick,
  .onsale {
    width: 95px;
    height: 95px;
    padding: 20px;
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .top-pick,
  .onsale {
    width: 110px;
    height: 110px;
    padding: 24px;
    font-size: 24px;
  }
}
