/* GRID_LAYOUT_3COL */
@media (min-width: 801px) {
  .product-grid:not(.home-top-clicks):not(.lv-trio),
  .product-catalog {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .home-shop-grid,
  .product-grid.home-shop-grid,
  .fp-values .home-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .home-blog-grid,
  .lv-journal-grid.home-blog-grid,
  .wg-selling-grid.home-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 800px) {
  .product-grid.home-shop-grid,
  .home-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .home-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* GRID_LAYOUT_SITE_EXTRA */
@media (min-width: 801px) {
  .uk-product-grid,
  .uk-blog-grid,
  .uk-rolex-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .mag-cat-grid,
  .js-random-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .home-fashion .mag-latest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}
/* GRID_ROW_LIMITS */
@media (min-width: 801px) {
  [data-uk-featured] .uk-product-card:nth-child(n+10),
  [data-uk-rolex] .uk-rolex-tile:nth-child(n+10) { display: none !important; }
  [data-uk-blog] .uk-blog-card:nth-child(n+16) { display: none !important; }
  .home-shop-grid .product-card:nth-child(n+10),
  .product-grid.home-shop-grid .product-card:nth-child(n+10) { display: none !important; }
  [data-home-blog-grid] .home-blog-card:nth-child(n+16),
  [data-home-blog-grid] .blog-card:nth-child(n+16) { display: none !important; }
}
