.cylon-recommend {
  .tabIcon {
    height: 32px;
    width: 32px;
  }
  .am-tabs-default-bar-tab {
    font-size: 12px !important;
    text-align: center;
    height: auto;
    line-height: normal;
  }
  .am-tabs-default-bar-underline {
    border: 1px solid var(--theme-color, #FF1659) !important;
  }

  .am-tabs-default-bar-tab {
    color: #2c2c2c !important;
  }

  .am-tabs-default-bar {
    background: #fff !important;
  }
  .am-tabs-default-bar-tab-active {
    color: var(--theme-color, #FF1659) !important;
  }
  .fxm-badge {
    font-weight: 600;
  }
  .prodWrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    .productItem {
      box-sizing: border-box;
      width: 50%;
      padding-top: 10px;
      &:nth-child(2n+1) {
        padding-right: 5px;
      }
      &:nth-child(2n) {
        padding-left: 5px;
      }
      :global {
        .fxm-product-item {
          height: 100%;
        }
      }
    }
  }
}


