.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;max-width:300px}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.2)}.product-image-container{position:relative;height:250px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.featured-badge{position:absolute;top:10px;right:10px;background-color:#f4a300;color:brown;padding:4px 8px;border-radius:12px;font-size:.8rem;font-weight:700}.product-info{padding:1.5rem}.product-name{font-size:1.2rem;color:brown;line-height:1.3}.product-name,.product-price{font-weight:700;margin-bottom:.5rem}.product-price{font-size:1.4rem;color:#4b8f29}.product-seller{color:#666;font-size:.9rem;margin-bottom:.8rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.stars{color:#f4a300;font-size:1rem}.rating-count{color:#666;font-size:.8rem}.view-product-btn{display:block;width:100%;background-color:#4b8f29;color:#fff;text-decoration:none;text-align:center;padding:.8rem;border-radius:6px;font-weight:700;transition:background-color .3s ease}.view-product-btn:hover{background-color:#3a6f1f}