/* Cart Header Black Text Override */

/* Force black color for all cart header elements */
.cart-header,
.cart-header > div,
.cart-header .header-checkbox,
.cart-header .header-product,
.cart-header .header-price,
.cart-header .header-quantity,
.cart-header .header-total,
.cart-header .header-actions {
    color: #000000 !important;
}

/* Black color for checkbox label */
.header-checkbox label {
    color: #000000 !important;
}

/* Ensure text remains black on hover */
.cart-header > div:hover {
    color: #000000 !important;
}

/* Additional specificity for stubborn styles */
#cart-header,
#cart-header > div,
#cart-header .header-checkbox,
#cart-header .header-product,
#cart-header .header-price,
#cart-header .header-quantity,
#cart-header .header-total,
#cart-header .header-actions {
    color: #000000 !important;
}

#cart-header .header-checkbox label {
    color: #000000 !important;
}