.all-categories__heading{text-align:center;margin-bottom:32px;font-weight:800}.all-categories__grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid}.all-categories__item{text-align:center}.all-categories__card{background:var(--white);cursor:pointer;height:254px;padding:16px;transition:transform .2s,box-shadow .2s}.all-categories__card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.08)}.all-categories__image-wrapper{width:100%;height:100%;position:relative}.all-categories__image{object-fit:contain}.all-categories__title{color:#111;margin-top:10px;font-size:20px;font-weight:700}@media (max-width:1199px){.all-categories__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.all-categories__grid{grid-template-columns:repeat(2,1fr)}.all-categories__heading{font-size:30px}}@media (max-width:480px){.all-categories__grid{grid-template-columns:repeat(1,1fr)}}
