a.product-category-item{display:flex;flex-direction:column;width:calc(33% - 1rem)}a.product-category-item img.category-thumbnail{border-radius:.25rem;box-shadow:0 2px 5px 2px rgba(0,0,0,.05);height:180px;object-fit:cover;width:100%}span.category-name{font-size:19px;padding:.75rem 0 0}.product-category-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;row-gap:1.5rem}@media(max-width:1024px){a.product-category-item{width:calc(50% - 1rem)}}@media(max-width:767px){a.product-category-item{width:100%}}