.elementor-11 .elementor-element.elementor-element-745f09d{--display:flex;}/* Start custom CSS for wc-elements, class: .elementor-element-ce1f4d4 *//* Increase contrast for WooCommerce Cart Buttons */
.woocommerce button.button[name="update_cart"], 
.woocommerce table.cart td.actions .button {
    background-color: #333333 !important; /* Dark background */
    color: #ffffff !important; /* White text */
    border: 1px solid #333333 !important;
    font-weight: bold;
}

.woocommerce button.button[name="update_cart"]:hover, 
.woocommerce table.cart td.actions .button:hover {
    background-color: #000000 !important; /* Black background on hover */
    color: #ffffff !important;
}

/* Change background and text color of WooCommerce notices */
.woocommerce-message, 
.woocommerce-info {
    background-color: #2b2b2b !important; /* Darker background */
    color: #ffffff !important; /* White text */
    border-top-color: #8b9d83 !important; /* The top accent line color */
}

/* Change the color of the checkmark icon inside the message */
.woocommerce-message::before, 
.woocommerce-info::before {
    color: #8b9d83 !important; 
}

/* Ensure links inside the message are also visible */
.woocommerce-message a, 
.woocommerce-info a {
    color: #ffffff !important;
    text-decoration: underline;
}/* End custom CSS */