@pricePrefixCls: fxm-product-card;

.fxm-product-card {
  display: flex;
  padding: @product-item-font-12;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 12px;

  &-productImg {
    width: 88px;
    height: 88px;
    border-radius: 8px;
    margin-right: 16px;
  }

  &-productName {
    width: 351px;
  }

  &-contDesProductPri {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
  }
  &-contDesProductName {
    width: 207px;
    height: 38px;
    font-size: 16px;
    font-family: var(--regular-font, SFProText-Medium, SFProText);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 19px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  &-buyBtn {
    width: 57px;
    height: 32px;
    background: linear-gradient(90deg, #ff5252 0%, #ff3434 100%);
    border-radius: 16px;
    font-size: 14px;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: #ffffff;
    border: none;
  }
}
