#category, #module-pm_advancedsearch4-searchresults {

    .pagination .current a{
        color: #211F1F;
        font-family: Gotham;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 19px;
        text-align: center;
    }
    .pagination .pagination-title{
        color: #211F1F;
        font-family: Gotham;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 17px;
    }
    .pagination .previous, .pagination .next{
        color: #211F1F;
        font-family: Gotham;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 12px;
    }
    .pagination .js-search-link{
        color: #211F1F;
        font-family: Gotham;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 17px;
        text-align: center;
    }
    .block-category {
        min-height: 0rem;
    }
    .category-additional-description h4, .category-additional-description h4 > a {
        color: #211F1F !important;
        font-family: Gotham;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 12px;
    }
    .category-additional-description a{
        /* border: 2px solid #211F1F; */
        /* padding: 15px 30px; */
        /* border-radius: 8px; */
    }
    .category-additional-description h4{
        padding: 15px 0;
    }

    .block-category.card-block {
        padding: 0;
        margin-bottom: 2rem;
        margin-top: 2rem;
        height: 100%;

        .block-category-inner {
            margin-top: 10px;
        }
    }

    .products-selection {
        .sort-by-row {
            .select-title {
                border-radius: 8px;
            }

            .dropdown-menu {
                width: inherit;
            }
        }
    }


    #js-product-list {
        .products {
            gap: 24px;

            .js-product.product {
                padding-left: 0px !important;
                padding-right: 0px !important;
                /*height: 487px;*/
                width: 332px;
            }
        }
    }

    #js-product-list-footer {
        a.btn {
            padding: 15px 30px;
            font-weight: 400;
            text-transform: uppercase;
            color: black;
            border: 2px solid black;
            border-radius: 8px;
        }
    }
}