.buy-now-button {
    /* Example styling to differentiate from the "Add to Cart" button */
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    margin-left: 10px;
}