.product-card{height:100%;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.product-card .ant-card-body{flex:1;display:flex;flex-direction:column}.product-card .ant-card-cover img{width:100%;height:150px;object-fit:scale-down;background:#fff}.product-card .ant-card-meta-title{white-space:normal;margin-bottom:5px}.product-card-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:500;margin-bottom:8px;color:var(--text-color);transition:color .2s;min-height:2.8em}.product-card-link{display:block;color:inherit}.product-card-link:hover .product-card-title{color:var(--primary-text)}.product-card-price{font-weight:600;color:var(--primary-text);margin-bottom:12px}.product-card-action{margin-top:auto}.product-button{margin-top:15px}
