.category-items{display:grid;grid-template-columns:repeat(4,19%);grid-column-gap:8%;padding-top:50px}
@media screen and (max-width:750px ){.category-items{grid-template-columns:1fr;width:60%;margin:0 auto}}
.product-card{line-height:1.7em;margin-bottom:42px}
.product-card__image{margin-bottom:30px;width:100%;height:auto}
.product-card h4 a{color:#666;font-size:15px;line-height:1.7em;font-weight:400}