/**
 * Homepage product sections
 *
 * Desktop requests five products. On the homepage's established mobile
 * breakpoint, the scoped product grids show the first four only.
 */
@media screen and (max-width: 767px) {
    .home .woocommerce.amahasla-home-product-grid ul.products > li.product:nth-child(n + 5) {
        display: none;
    }
}
