/* In Ấn Q7 – Trang sản phẩm V3.0.0 (lưới danh mục kiểu print24) */
.inq7-cat-page{
  --p:#23356e;--a:#faa21b;--ink:#1b2233;--muted:#5b6479;--line:#e6e9f0;--soft:#f6f7fb;
  font-family:"Roboto",-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);line-height:1.6;
}
.inq7-cat-page *{box-sizing:border-box}
.inq7-cat-page img{max-width:100%;height:auto;display:block}
.inq7-cat-page h1,.inq7-cat-page h2,.inq7-cat-page h3{margin:0;line-height:1.25;color:var(--p)}
.inq7-cat-page p{margin:0}
.inq7-cat-wrap{width:min(1360px,calc(100% - 32px));margin:auto}

/* tiếp quản trang cửa hàng */
body.inq7-shop-takeover .inq7-shop-content{padding:0!important;margin:0!important;max-width:none!important}
body.inq7-shop-takeover .breadcrumbs,
body.inq7-shop-takeover .shop-page-title{display:none!important}

/* ---------- tiêu đề trang ---------- */
.inq7-cat-hero{background:var(--p);color:#fff;padding:38px 0 32px}
.inq7-cat-hero h1{color:#fff;font-size:clamp(26px,3vw,38px);font-weight:800}
.inq7-cat-sub{margin-top:8px!important;font-size:15.5px;color:rgba(255,255,255,.75);max-width:70ch}

/* ---------- thân trang ---------- */
.inq7-cat-body{padding:34px 0 10px}
.inq7-cat-group{margin-bottom:38px}
.inq7-cat-group-head{
  display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;
}
.inq7-cat-group-head h2{
  display:flex;align-items:center;gap:11px;
  font-size:clamp(17px,1.8vw,21px);font-weight:800;text-transform:uppercase;letter-spacing:.02em;
}
.inq7-cat-group-head h2 img{width:30px;height:30px;object-fit:contain}
.inq7-cat-group-head a{
  font-size:13px;font-weight:700;color:var(--a);text-decoration:none;white-space:nowrap;
}
.inq7-cat-group-head a:hover{text-decoration:underline}

/* ---------- lưới ô danh mục ---------- */
.inq7-cat-grid{
  display:grid;grid-template-columns:repeat(5,1fr);
  background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;
}
.inq7-cat-tile{
  display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;
  padding:26px 16px 22px;text-decoration:none;background:#fff;
  border-right:1px solid var(--line);border-bottom:1px solid var(--line);
  transition:background .16s,box-shadow .16s;
}
.inq7-cat-tile:hover{background:#fffdf7;box-shadow:inset 0 0 0 2px var(--a);position:relative;z-index:1}
.inq7-cat-thumb{width:100%;max-width:120px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}
.inq7-cat-thumb img{width:100%;height:100%;object-fit:contain}
.inq7-cat-name{
  font-size:13.5px;font-weight:700;color:var(--ink);text-align:center;line-height:1.4;
}
.inq7-cat-tile:hover .inq7-cat-name{color:var(--p)}

/* bỏ viền thừa ở cột cuối và hàng cuối */
.inq7-cat-grid > .inq7-cat-tile:nth-child(5n){border-right:0}
.inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+5){border-bottom:0}

/* ---------- nội dung SEO ---------- */
.inq7-cat-seo{background:var(--soft);padding:40px 0 46px;margin-top:14px}
.inq7-cat-count{margin-bottom:22px!important;font-size:14px;color:var(--muted)}
.inq7-cat-count strong{color:var(--p);font-size:18px;font-weight:800}
.inq7-cat-seo-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:26px 34px;
}
.inq7-cat-seo article{margin:0;padding-left:14px;border-left:3px solid var(--a)}
.inq7-cat-seo h3{font-size:15.5px;font-weight:800;margin-bottom:6px;line-height:1.35}
.inq7-cat-seo p{font-size:13.5px;color:var(--muted);line-height:1.6}

/* ---------- responsive ---------- */
@media(max-width:1100px){
  .inq7-cat-seo-grid{grid-template-columns:repeat(2,1fr)}
  .inq7-cat-grid{grid-template-columns:repeat(4,1fr)}
  .inq7-cat-grid > .inq7-cat-tile:nth-child(5n){border-right:1px solid var(--line)}
  .inq7-cat-grid > .inq7-cat-tile:nth-child(4n){border-right:0}
  .inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+5){border-bottom:1px solid var(--line)}
  .inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+4){border-bottom:0}
}
@media(max-width:820px){
  .inq7-cat-grid{grid-template-columns:repeat(3,1fr)}
  .inq7-cat-grid > .inq7-cat-tile:nth-child(4n),
  .inq7-cat-grid > .inq7-cat-tile:nth-child(5n){border-right:1px solid var(--line)}
  .inq7-cat-grid > .inq7-cat-tile:nth-child(3n){border-right:0}
  .inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+4){border-bottom:1px solid var(--line)}
  .inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+3){border-bottom:0}
}
@media(max-width:560px){
  .inq7-cat-seo-grid{grid-template-columns:1fr;gap:20px}
  .inq7-cat-hero{padding:26px 0 22px}
  .inq7-cat-body{padding:24px 0 6px}
  .inq7-cat-group{margin-bottom:28px}
  .inq7-cat-grid{grid-template-columns:repeat(2,1fr)}
  .inq7-cat-grid > .inq7-cat-tile:nth-child(3n),
  .inq7-cat-grid > .inq7-cat-tile:nth-child(4n),
  .inq7-cat-grid > .inq7-cat-tile:nth-child(5n){border-right:1px solid var(--line)}
  .inq7-cat-grid > .inq7-cat-tile:nth-child(2n){border-right:0}
  .inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
  .inq7-cat-grid > .inq7-cat-tile:nth-last-child(-n+2){border-bottom:0}
  .inq7-cat-tile{padding:18px 10px 16px;gap:10px}
  .inq7-cat-thumb{max-width:88px}
  .inq7-cat-name{font-size:12.5px}
}

/* ============ V3.1.0 – trang danh mục sản phẩm ============ */
.inq7-term-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:14px;font-size:13px}
.inq7-term-crumbs a{color:rgba(255,255,255,.7);text-decoration:none}
.inq7-term-crumbs a:hover{color:var(--a)}
.inq7-term-crumbs span{color:rgba(255,255,255,.35)}

.inq7-term-title{display:flex;align-items:center;gap:14px}
.inq7-term-title img{width:52px;height:52px;object-fit:contain;background:#fff;border-radius:10px;padding:5px}
.inq7-term-page .inq7-cat-hero h1{font-size:clamp(24px,2.8vw,34px)}

.inq7-term-count{
  font-size:12.5px;font-weight:700;color:var(--muted);
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:3px 11px;
}

/* ô sản phẩm có thêm dòng giá */
.inq7-cat-grid-product .inq7-cat-tile{gap:10px;padding:22px 14px 18px}
.inq7-cat-price{font-size:13px;font-weight:800;color:var(--p);text-align:center}
.inq7-cat-price del{font-weight:400;font-size:12px;color:#9aa2b1}
.inq7-cat-quote{color:var(--a)}

.inq7-term-empty{
  background:#fff;border:1px dashed var(--line);border-radius:12px;
  padding:28px;text-align:center;color:var(--muted);font-size:14.5px;
}

/* danh mục cùng nhóm */
.inq7-term-siblings{margin:6px 0 34px}
.inq7-term-siblings h2{
  font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin-bottom:12px;
}
.inq7-term-chips{display:flex;flex-wrap:wrap;gap:9px}
.inq7-term-chips a{
  display:inline-block;padding:8px 15px;border-radius:999px;background:#fff;
  border:1px solid var(--line);font-size:13px;font-weight:700;color:var(--p);text-decoration:none;transition:.16s;
}
.inq7-term-chips a:hover{border-color:var(--a);background:#fffdf7;color:var(--p)}

@media(max-width:560px){
  .inq7-term-title img{width:42px;height:42px}
  .inq7-term-siblings{margin-bottom:24px}
}

/* ============ V3.1.1 – neo theo tên nhóm, chừa chỗ cho header dính ============ */
.inq7-cat-group{scroll-margin-top:140px}
@media(max-width:1024px){ .inq7-cat-group{scroll-margin-top:110px} }
