.product-card{padding:20px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:box-shadow .3s ease;margin-bottom:20px}.product-title{font-size:18px;font-weight:bold;color:#333;margin-bottom:10px}.product-description{font-size:14px;color:#000;line-height:1.5;margin-bottom:15px}.product-price{font-size:16px;font-weight:bold;color:#e67e22;display:block;margin-bottom:15px}.product-button{background-color:#e67e22;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .3s ease}.product-button:hover{background-color:#d35400}.product-card:hover{box-shadow:0 4px 8px rgba(0,0,0,.2)}