.category-products-page {
    padding-top: 32px !important;
}

.category-products-page .category-breadcrumb {
    margin: 0 0 38px !important;
    padding: 0 0 18px;
    border-bottom: 1px solid #e4e4e4;
}

.category-products-page .sideprod {
    align-items: flex-start;
}

.category-products-page #sidebar-filtros {
    margin-right: 48px !important;
}

.category-products-page #sidebar-filtros > div:first-child {
    margin-top: 0 !important;
}

.category-products-page #product-grid {
    border-top: 0;
}

.category-products-page .filter-header h5 {
    color: #232323;
    font-family: "Inter", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 900px) {
    .category-products-page {
        padding-top: 20px !important;
    }

    .category-products-page #sidebar-filtros {
        margin-right: 0 !important;
    }
}
