.category-box{width:200px;margin:auto}.category-box img{object-fit:cover;width:100%;transition:all var(--transition);border-radius:10px}.category-box img:hover{transform:scale(1.05)}.category-box h6{color:var(--text-primary);text-align:center;font-size:16px;font-family:var(--tertiary-font)!important}.category-grid{justify-content:space-between;align-items:start;display:grid}@media screen and (min-width:1098px){.category-box img{height:276px}.category-box h6{font-size:16px}.category-grid{grid-template-columns:repeat(6,15%)}}@media screen and (min-width:767px) and (max-width:1098px){.category-box img{height:275px}.category-box h6{font-size:14px}.category-grid{grid-template-columns:repeat(5,15%)}}@media screen and (max-width:767px){.category-box img{height:275px}.category-box h6{font-size:13px}.category-grid{grid-template-columns:repeat(2,48%)}}@media screen and (max-width:400px){.category-box img{height:200px!important}}
