/* HCT CLIENT02 CATEGORY — PRODUCT (grid 3 cột trong layout content+sidebar; style card/nút dùng chung nằm ở css/components/hctclient02-product-card.css) */
.hctclient02-category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 18px}

@media(max-width:1024px){.hctclient02-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.hctclient02-category-product-grid{grid-template-columns:1fr}}

/* Dải logo Brand đã gán vào Category sản phẩm này */
.hctclient02-category-brands{margin:0 0 24px}
.hctclient02-category-brands__title{margin:0 0 14px;font-size:16px;font-weight:800;color:var(--fujinvietnam-heading,#0f172a)}
.hctclient02-category-brands__list{display:flex;flex-wrap:wrap;gap:14px}
.hctclient02-category-brands__item{display:flex;align-items:center;justify-content:center;width:130px;height:76px;padding:10px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;transition:.18s ease}
.hctclient02-category-brands__item:hover{border-color:var(--fujinvietnam-primary,#0ea5e9);box-shadow:0 8px 18px rgba(15,23,42,.08)}
.hctclient02-category-brands__item img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(1);opacity:.85;transition:.18s ease}
.hctclient02-category-brands__item:hover img{filter:grayscale(0);opacity:1}
.hctclient02-category-brands__fallback{font-size:13px;font-weight:700;color:#475569;text-align:center}

@media(max-width:640px){.hctclient02-category-brands__item{width:104px;height:64px}}
