.select-product-warp {
  .category-list {
    width: 100%;
    height: 100%;
    padding: 0 32px;

    .category-title {
      margin: 16px 0;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #1b1b1b;
    }

    .product-list {
      width: 100%;
      background: #ffffff;
      border-radius: 4px;
      padding: 20px;
      box-sizing: border-box;
      margin-bottom: 20px;
      overflow: hidden;
      background: #ffffff;
      /* shadow-sm */
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
      border-radius: 12px;
    }
  }
}