.fxm-cut-price-tag {
  display: inline-block;
  width: 26px;
  height: 28px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #FF4077 0%, #FF1659 100%);
  border-radius: 0px 0px 100px 100px;
  font-size: 10px;
  font-family: DINPro-Bold, DINPro;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 10px;
  padding: 2px 0px;
  text-align: center;
  // position: absolute;
  // z-index: 3;
  // top: 0;
  // right: 6px;
  span {
    font-family: DINPro-Medium, DINPro;
    font-size: 9px;
    font-weight: 500;
    margin-left: 1px;
  }
  .off {
    font-size: 10px;
    font-family: SFProText-Regular, SFProText;
    font-weight: 400;
  }
}
