.top-products-section .top-product-grid.responsive-product-grid,
.home-product-band .product-grid.responsive-product-grid {
    grid-template-columns: repeat(var(--desktop-cols, 4), minmax(0, 1fr)) !important;
}

@media (max-width: 560px) {
    .top-products-section .top-product-grid.responsive-product-grid,
    .home-product-band .product-grid.responsive-product-grid {
        grid-template-columns: repeat(var(--mobile-cols, 2), minmax(0, 1fr)) !important;
    }
}

.top-products-footer {
    margin-top: 22px;
    text-align: center;
}

.top-products-footer .link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
}

@media (max-width: 560px) {
    .top-products-footer {
        margin-top: 17px;
        text-align: center;
    }
}
