/*
Theme Name:     Twenty Twenty-Four Child
Theme URI:      https://example.com/twenty-twenty-four-child
Description:    Child theme for the Twenty Twenty-Four theme
Author:         Your Name
Author URI:     https://example.com
Template:       twentytwentyfour
Version:        1.0
*/

@import url("../twentytwentyfour/style.css");

@import url("./woocommerce/wc-style.css");

div.order_now a{
    background-color:#ff7396;
}

button.add_to_cart_button.ajax_add_to_cart
, a.product_type_variable
/*button.wp-block-button__link.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_simple*/ {
    background-color:#ff7396;
}