.masterchef-badge {
  position: absolute;
  top: -100px;
  right: 80px;
  background: #00c853;
  color: white;
  font-weight: bold;
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 99;
  font-size: 20px;
}
@media (min-width: 1400px) {
  .masterchef-badge {
    right: 10%;
  }
}
.masterchef-badge.is-product-page {
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .masterchef-badge {
    top: 80px;
    right: 20px;
    width: 90px;
    height: 90px;
    font-size: 12px;
    padding: 10px;
  }
  .masterchef-badge.is-product-page {
    top: 20px;
    right: 20px;
  }
}
.custom-relative {
  position: relative;
}