.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{width:100%;height:auto}
.product-card h4 a{color:#666;font-size:15px;line-height:1.7em;font-weight:400;text-align:center;display:block}
.product-card__vendor{display:flex;justify-content:flex-end;align-items:flex-end;color:#AAA;padding:0;font-size:12px;font-weight:500;z-index:2;pointer-events:none;white-space:nowrap;margin-bottom:30px}