#js-product-list-header {
    text-align: center;
    margin-bottom: 100px;
}

#js-product-list-header .block-category-inner {
    justify-content: center;
}

#js-product-list-header h1 {
    text-transform: none;
    font-size: 58px;
    font-weight: 200;
}

#js-product-list-header #category-description,
#js-product-list-header #category-description p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

#js-product-list-header #category-description p:last-child {
    margin-bottom: 0;
}

.category-additional-description {
    margin-top: 35px;
}

.category-additional-description p:last-child {
    margin-bottom: 0;
}

#arbotoplinks {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
}

#arbotoplinks .arbocat a {
    color: #000;
    font-size: 20px;
}

#arbotoplinks .arbocat.current a {
    text-decoration: underline;
}

#arbotoplinks .arbocat:not(:last-child) a:after {
    content: '-';
    display: inline-block;
    text-decoration: none;
    margin: 0 4px;
}

#js-product-list-top {
    padding: 0 25px;
}

.categorylike .products-selection .sort-by {
    color: #000;
    font-family: 'Minion Pro';
    font-size: 25px;
    margin-left: 25px;
    margin-right: 0;
}

.categorylike .products-selection .products-sort-order {
    margin-left: 24px;
}

.categorylike .products-selection .select-title {
    font-size: 20px;
}

.categorylike #js-product-list-top {
    display: none;
}


.categorylike #js-product-list {
    padding: 0 18px;
    margin-top: 34px;
}

.categorylike #js-product-list .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

#products {
    color: #000;
}

.pagination {
    font-family: 'Minion Pro';
}

.pagination a {
    font-weight: 400;
}

@media (max-width: 1199px) {
    .categorylike #js-product-list .products {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .categorylike #js-product-list .products {
        grid-template-columns: 1fr 1fr;
    }

    #arbotoplinks .arbocat a {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 767px) {

    #js-product-list-header {
        margin-bottom: 50px;
    }

    #js-product-list-header h1 {
        font-size: 50px;
    }

    #js-product-list-header #category-description, 
    #js-product-list-header #category-description p {
        font-size: 35px;
    }

    #arbotoplinks .arbocat a {
        font-size: 16px;
        line-height: 2;
    }

    .categorylike #js-product-list .products {
        grid-template-columns: 1fr;
    }
}