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