.catGrid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.catGrid button.fop-category-card{min-height:0;padding:0 0 18px;overflow:hidden;background:#080a12;border:1px solid #1b4765}
.catGrid button.fop-category-card img{width:100%;height:auto;display:block;background:#080a12}
.catGrid button.fop-category-card b,.catGrid button.fop-category-card small{display:block;text-align:left;margin-left:16px;margin-right:16px}
.catGrid button.fop-category-card b{color:#fff;margin-top:14px;font-size:17px}
.catGrid button.fop-category-card small{color:#b7aabd;margin-top:6px;font-size:11px;line-height:1.4}
@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}}
