/* CRS - limita visualmente Ofertas do Dia a 8 produtos somente na home */
body.crs-home-page .products-grid .product-card:nth-child(n+9),
body.crs-home-mobile .products-grid .product-card:nth-child(n+9) {
    display: none !important;
}

/* Ajusta espaço depois dos produtos na home */
body.crs-home-page .products-grid,
body.crs-home-mobile .products-grid {
    margin-bottom: 28px !important;
}
