.product-list {
    margin-top: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.product-list .header-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.product-list .header-category h1 {
    font-size: 18px;
}

#page-product .breadcrumb {
    margin-top: 20px;
}

#page-product .banner::after,
#page-product .banner:before {
    bottom: -2vw;
}

.name-category{
    margin-top: 30px;
    position: relative;
    z-index: 10;
    font-size: 34px;
    text-align: center;
}

