Changing add to cart and buy it now buttons - dawn theme

Hello!

My website is the following: https://www.konyhakompassz.com/

My problem is that when you click on a product, it shows two buttons: add to cart and buy it now. What I would like to do is eliminate the buy it now option completely, and make the add to cart button look like this, another button on my page:

Thank you in advance!

Anna

Add This css in your Edite Code > base.css File

button.product-form__submit.button.button--full-width {
    background-color: #121212;
    color: #fff;
}
.shopify-payment-button {
    display: none;
}

Thank you so much!