.product-card{border:1px solid #eee;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.product-image{height:200px;overflow:hidden;background-color:#f9f9f9}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.no-image{height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-style:italic}.product-info{padding:15px}.product-name{font-size:18px;margin:0 0 10px}.product-model{font-size:14px;color:#666;margin-bottom:15px}.view-product-btn{display:inline-block;padding:8px 16px;background-color:#4a90e2;color:white;text-decoration:none;border-radius:4px;transition:background-color .3s ease}.view-product-btn:hover{background-color:#3a80d2}