.product-card{padding:16px;background:var(--bg-white);border:1px solid var(--border-light);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;gap:16px;position:relative;cursor:pointer;transition:all .3s var(--ease-out)}.product-card:hover{box-shadow:0 12px 40px #00000014;border-color:#0000001f;transform:translateY(-2px)}.product-card .product-head{display:flex;vertical-align:bottom;gap:12px;max-width:calc(100% - 48px)}.product-card .product-head .product-img img{width:48px;height:48px;border-radius:8px;overflow:hidden;-o-object-fit:cover;object-fit:cover}.product-card .product-head .product-head-info{max-width:calc(100% - 60px)}.product-card .product-head .product-head-info .product-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%;height:22px}.product-card .product-head .product-head-info .product-name>span{font-size:15px;line-height:22px;color:var(--text-primary);letter-spacing:0;font-weight:600}.product-card .product-head .product-head-info .product-type-list{padding-top:6px;display:flex;gap:8px;font-size:12px;color:#000000a6}.product-card .product-desc{font-size:13px;color:var(--text-secondary);line-height:1.6;max-height:40px;height:40px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-all;line-break:anywhere}.product-card .product-footer{display:flex;justify-content:space-between;align-items:center}.product-card .product-footer .free-product{border:1px solid rgba(0,102,255,.15);border-radius:6px;padding:2px 8px;font-size:13px;color:var(--brand);font-weight:500}.product-card .product-footer .product-price{font-size:12px;color:var(--text-primary);letter-spacing:0;line-height:18px;font-weight:400}.product-card .product-footer .product-price span{font-size:22px;color:var(--text-primary);letter-spacing:0;line-height:24px;font-weight:600}.product-card .product-footer .product-purchase{font-size:12px;color:var(--text-tertiary);font-weight:400}.product-card .product-footer .product-purchase .product-purchase-number{padding-right:4px}.product-card .product-type-content{position:absolute;top:16px;right:16px}
