
/* R5.0 Products compact 4x4 grid (16 per page) */
.grid.products-4x4{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}
@media (max-width:900px){.grid.products-4x4{grid-template-columns:repeat(2,1fr)}}
.card-prod{border:1px solid #e5e5e5;border-radius:12px;background:#fff;overflow:hidden;display:flex;flex-direction:column;height:100%}
.card-prod .thumb{width:100%;aspect-ratio:16/9;background:#f6f6f6;overflow:hidden}
.card-prod .thumb img,.card-prod .thumb video{width:100%;height:100%;object-fit:cover}
.card-prod .body{padding:10px;display:flex;flex-direction:column;gap:6px}
.card-prod .title{font-weight:800;font-size:16px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}
.card-prod .meta{font-size:13px;color:#555;margin-top:auto}
.pager{margin:14px 0;display:flex;flex-wrap:wrap;gap:6px;justify-content:center}
.pager a,.pager span{padding:6px 10px;border:1px solid #ddd;border-radius:8px;text-decoration:none;color:#111;background:#fff}
.pager .active{font-weight:800;background:#f3f6ff;border-color:#cdd9ff}
