ul.products li.product .button.add_to_cart_button {
    background-color: #3b5ebd !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    border: 2px solid #3b5ebd !important;
    cursor: pointer !important;
    display: inline-block !important;
}

ul.products li.product .button.add_to_cart_button:hover {
    background-color: #2c4793 !important;
    border-color: #2c4793 !important;
    color: #ffffff !important;
}

ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
}

ul.products li.product .button.add_to_cart_button {
    margin-top: auto !important;
}