/*
Theme Name: Woostify Child
Theme URI: https://woostify.com/
Description: Child theme for Woostify with custom checkout button styling.
Author: Twoja Nazwa
Author URI: https://twojastrona.pl
Template: woostify
Version: 1.1.0
*/

/* Custom Checkout Button Fix for WooCommerce Blocks */
a.wp-block-button.wp-element-button.wc-block-cart__submit-button.contained {
    display: inline-block;
    background-color: #0071a1;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.3s ease;
    border: none;
    font-size: 16px;
}
a.wp-block-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background-color: #005f8d;
    color: #fff;
}
