.tab-product {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
  border-radius: 12px;

  .tabs-wrap {
    position: sticky;
    // top: 157px;
    z-index: 58;
    width: 100%;
  }

  .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 0;
  }

  .category-list {
    width: 100%;
    height: 100%;
    padding: 0;

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

      .product-list {
        padding: 0;
        margin-bottom: 16px;

      }
    }
  }
}