.block-product-media-labels {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  pointer-events: none;
}
.block-product-media-labels__label-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
}
.block-product-media-labels__label {
  padding: 0.18em 0.55em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: rgb(255 255 255 / 100%);
  white-space: nowrap;
  background-color: #61af0d;
  border-radius: var(--product-card-discount-radius);
}
@media (max-width: 959px) {
  .block-product-media-labels {
    top: 5px;
    left: 5px;
    align-items: flex-start;
  }
  .block-product-media-labels__label {
    font-size: 15px;
  }
  .product-detail__info .block-icon {
    display: none !important;
  }
}
