.product-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background-color:#fff;border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative;aspect-ratio:1/1;box-sizing:border-box}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1);text-decoration:none;color:inherit}.product-card.sold{opacity:.8}.status-badge{position:absolute;top:10px;left:10px;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:700;color:#fff;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.2)}.status-badge.sold{background-color:#f44336}.status-badge.face-to-face{background-color:#2196f3}.status-badge.free-shipping{background-color:#4caf50}.sold-badge{display:none}.product-card-image-container{width:100%;height:60%;overflow:hidden;position:relative;background-color:#f9f9f9}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-content{height:40%;padding:12px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;text-align:left}.product-card-info-top{display:flex;flex-direction:column;gap:4px}.price-detail,.product-card-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-name{font-size:1rem;font-weight:700;margin:0;line-height:1.4;color:#333;display:block}.price-detail{font-size:.75rem;color:#888;margin-left:0;font-weight:400;flex-basis:100%;line-height:1.2}.product-card-price-row{display:flex;align-items:baseline;flex-wrap:wrap;width:100%;margin-top:4px}.product-card-price{font-size:1.5rem;font-weight:700;color:#e91e63;white-space:nowrap;flex-shrink:0}.product-card-shipping{font-size:.8rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-score{font-size:.8rem;color:#007bff;font-weight:700;margin-top:2px}.product-card-stats{display:flex;gap:12px;margin-top:auto;font-size:.8rem;color:#888;align-self:flex-end;align-items:center}.stat-item{display:flex;align-items:center;gap:2px}.stat-item .material-symbols-outlined{font-variation-settings:"FILL"0,"wght"600,"GRAD"0,"opsz"24;font-size:20px;color:#888;vertical-align:bottom}