.fxm-sku-detail {
  width: 100%;
  background: #FFFFFF;

  .fxm-price-icon {
    margin-left: 0;
  }

  /* banner less begin */
  &-banner {
    display: flex;
    width: 100%;
    position: relative;

  }

  &-item-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;

  }

  &-label-wrap {
    position: absolute;
    z-index: 1;

    &.img {
      max-width: 100px;
    }

    &.position-1 {
      top: 0;
      left: 0;
    }

    &.position-2 {
      bottom: 0;
      left: 0;
    }

    &.position-3 {
      top: 0;
      right: 0;
    }

    &.position-4 {
      bottom: 0;
      right: 0;
    }
  }

  &-nav_layout {
    position: absolute;
    display: flex;
    width: 100%;
    margin-top: @sku-detail-banner-margin;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

  }

  &-back {
    box-sizing: border-box;
    height: @sku-detail-banner-margin-32;
    width: @sku-detail-banner-margin-32;
    background-color: #999999;
    padding: @sku-detail-banner-margin-4;
    border-radius: @sku-detail-banner-margin-16;
    margin-left: @sku-detail-banner-margin-16;
  }

  &-share_and_collect {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  &-share {
    height: @sku-detail-banner-margin-32;
    width: @sku-detail-banner-margin-32;
    border-radius: @sku-detail-banner-margin-16;
    background-color: #999999;
    padding: @sku-detail-banner-margin-4;
    box-sizing: border-box;
  }

  &-collect {
    box-sizing: border-box;
    height: @sku-detail-banner-margin-32;
    width: @sku-detail-banner-margin-32;
    border-radius: @sku-detail-banner-margin-16;
    background-color: #999999;
    margin-left: @sku-detail-banner-margin-16;
    margin-right: @sku-detail-banner-margin-16;
    padding: @sku-detail-banner-margin-4;
  }

  &-banner_position {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: @sku-detail-banner-margin-53;
    height: @sku-detail-banner-margin-24;
    border-radius: @sku-detail-banner-margin-12;
    bottom: @sku-detail-banner-margin-12;
    right: @sku-detail-banner-margin-12;
    background-color: #999999;
  }

  &-position_txt {
    color: white;
    font-size: @sku-detail-banner-font-14;
  }

  /* banner less end */

  &-title_layout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: @sku-detail-banner-margin-12;
    padding-right: @sku-detail-banner-margin-12;
  }

  &-title-wrap {
    display: flex;
    flex-direction: row;
    margin-top: @sku-detail-banner-margin-10;

  }

  &-title {
    font-family: var(--regular-font, SFProText-Medium, SFProText);
    font-size: @sku-detail-banner-font-18;
    color: #000000;
    opacity: 0.85;
    line-height: @sku-detail-title-line-21;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
  }

  &-like {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    flex-shrink: 0;
    margin-left: 12px;
    justify-content: center;
    align-items: center;
  }

  &-sub_title {
    font-family: var(--light-font, SFProText-Medium, SFProText);
    font-size: @sku-detail-banner-font-14;
    color: #000000;
    opacity: 0.25;
    margin-top: @sku-detail-banner-margin-8;
    padding-bottom: @sku-detail-banner-margin-12;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
