.category-page-grid{grid-template-columns:repeat(10,1fr);gap:1.5rem;display:grid}.category-page-item{text-align:center;color:inherit;text-decoration:none}.category-page-image{border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 10px;padding:.55rem;transition:all .3s;display:flex;overflow:hidden}.category-page-image img{object-fit:contain;width:100%;height:100%;transition:all .3s}.category-page-item span{font-size:13px;line-height:18px}.category-page-item:hover .category-page-image{background:#134b00}.category-page-item:hover .category-page-image img{filter:brightness(0)invert()}@media (max-width:1200px){.category-page-grid{grid-template-columns:repeat(7,1fr)}}@media (max-width:991px){.category-page-grid{grid-template-columns:repeat(4,1fr);gap:24px 18px}.category-page-image{width:56px;height:56px}.category-page-item span{font-size:12px;line-height:16px}}@media (max-width:600px){.category-page-grid{grid-template-columns:repeat(3,1fr);gap:20px 12px}.category-page-image{width:52px;height:52px}.category-page-item span{font-size:11px;line-height:15px}}
