.product-category-section {
    padding: 30px 0 34px;
    background: #f7fafc;
}

.product-category-section + .product-category-section {
    padding-top: 18px;
}

.home-product-search + .product-category-section {
    padding-top: 28px;
}

.home-product-search + .product-category-section--home-all {
    padding-top: 18px;
}

.product-category-section .section-heading,
.product-category-section .product-list {
    width: min(1120px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.product-category-section .section-heading {
    max-width: 1120px;
    margin-bottom: 26px;
}

@media (max-width: 820px) {
    .product-category-section {
        padding: 26px 0 30px;
    }

    .product-category-section + .product-category-section,
    .home-product-search + .product-category-section {
        padding-top: 18px;
    }

    .product-category-section .section-heading,
    .product-category-section .product-list {
        width: min(100% - 20px, 1120px);
    }
}
