/* ============================================================
   LUNCHBOX.KIDS — TOOLS TABLET (769px–1024px)
   ============================================================ */

@media (min-width: 769px) and (max-width: 1024px) {

  /* Product grid: 2 cols */
  .product-grid,
  #product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }

  /* Filter row */
  #filter-row {
    flex-wrap: wrap;
    gap: 8px;
  }
}
