.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:75%;margin:0 auto;padding-top:2px}}
.product-card{line-height:1.7em;margin-bottom:42px}
@media screen and (max-width:750px ){.product-card{margin-bottom:15px;line-height:0.2em}}
.product-card__image{width:100%;height:auto;display:block;margin:0 auto}
@media screen and (max-width:750px ){.product-card__image{width:80%;justify-content:center}}
.product-card h4 a{color:#666;font-size:15px;line-height:1.7em;font-weight:400;text-align:center;display:flex;flex-wrap:wrap;justify-content:center}
.product-card h4 a span{margin-right:0.25em;word-break:break-word;text-align:center}
.product-card h4 a span:last-child{margin-right:0}
@media screen and (max-width:750px ){.product-card h4 a{line-height:1.4em}}
.product-card__vendor{display:flex;justify-content:center;align-items:center;color:#AAA;padding-top:4px;font-size:12px;font-weight:500;z-index:20;pointer-events:none;white-space:nowrap;margin-bottom:30px}
.product-card__image-wrapper{position:relative;display:block}
.patented-badge{position:absolute;top:1%;left:1%;padding:0.75% 2%;background-color:#933;color:#fff;font-size:.7vw;font-weight:500;border-radius:20px;z-index:10;white-space:nowrap;pointer-events:none;line-height:1.2}
@media screen and (max-width:750px ){.patented-badge{font-size:1.75vw;padding:1% 2.5%;top:1%;left:1%;border-radius:15px}}