.product-card{background:var(--vf-white)}.product-card-img{background:var(--vf-neutral-light);padding:20px;text-align:center;min-height:200px;display:flex;align-items:center;justify-content:center}.product-card-img img{max-width:100%;max-height:180px;-o-object-fit:contain;object-fit:contain;transition:transform var(--vf-transition)}.product-card:hover .product-card-img img{transform:scale(1.05)}.products-category+.products-category{padding-top:1.5rem;border-top:1px solid var(--vf-border)}