/* HCT CLIENT02 DETAIL — BRAND ("Những Sản Phẩm" của thương hiệu, tái dùng grid/card product có sẵn) */
.hctclient02-brand-products{margin-top:32px}
.hctclient02-brand-products__title{margin:0 0 16px;font-size:18px;font-weight:800;color:var(--fujinvietnam-heading,#0f172a)}
.hctclient02-brand-products__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 18px}

@media(max-width:1024px){.hctclient02-brand-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:768px){.hctclient02-brand-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){.hctclient02-brand-products__grid{grid-template-columns:1fr}}
