.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;margin:0 auto;padding-top:2px}}
.product-card{line-height:1.7em;margin-bottom:42px}
@media screen and (max-width:750px ){.product-card{margin-top:32px;margin-bottom:0;line-height:0.2em;height:calc((100dvh - 152px) / 2.5);max-height:fit-content;display:flex;flex-direction:column;overflow:hidden}.product-card img{width:100%;height:100%;object-fit:contain}.product-card>a{display:flex;flex-direction:column;overflow:hidden}.product-card>a .product-card__vendor{flex-shrink:0}}
.product-card__image-wrapper{position:relative;display:block;aspect-ratio:1}
@media screen and (max-width:750px ){.product-card__image-wrapper{aspect-ratio:auto;flex-grow:1;overflow:hidden}}
.product-card__image{width:100%;height:auto;display:block;margin:0 auto;object-fit:contain}
@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;min-height:18px;font-size:12px;font-weight:500;z-index:20;pointer-events:none;white-space:nowrap;margin-bottom:10px}
.patented-badge{position:absolute;top:1%;left:1%;padding:0.75% 2%;background-color:#7f0019;color:#fff;font-size:0.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}}
.category-seo-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}