/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.woocommerce div.product form.cart button.button,
.woocommerce-page div.product form.cart button.button {
    font-size: 20px !important;
    font-weight: bold !important;
}
.woocommerce div.product form.cart button.button,
.woocommerce-page div.product form.cart button.button {
    font-size: 20px !important;
    font-weight: bold !important;
    background-color: #e60000 !important; /* Vibrant red */
    color: #ffffff !important;           /* White text for contrast */
    border-radius: 6px;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.woocommerce div.product form.cart button.button:hover,
.woocommerce-page div.product form.cart button.button:hover {
    background-color: #cc0000 !important; /* Darker red on hover */
}
