.catGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.catGrid button.fop-category-card{min-height:0;padding:0;overflow:hidden;background:#080a12;border:0;box-shadow:none}
.catGrid button.fop-category-card img{width:100%;height:auto;display:block;background:#080a12}
@media (max-width:1100px){.catGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:700px){.catGrid{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}}
