/* BASIC css start */
.title {
    padding: 40px 16px 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.productList {}

.productList .category {}

.productList .category h4 {
    background: var(--subcolor);
    margin: 0 16px;
    border-radius: 15px;
    padding: 39px 20px;
    font-size: 20px;
    font-weight: bold;
}

.productList .category h4 + h4 {
    margin-top: 64px;
}

.productList .category ul {
    margin: 4px 16px 64px;
    display: flex;
    flex-wrap: wrap;
}

.productList .category ul li {
    width: 50%;
    border-left: 1px solid #ddd;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 24px;
}

.productList .category ul li a {
    font-size: 16px;
    font-weight: 500;
}
/* BASIC css end */

