/* Text Visibility Fixes */
body {
    color: #333 !important;
}

.card-body {
    color: #333 !important;
}

.form-check-label {
    color: #333 !important;
}

p:not(.text-muted):not(.text-white):not(.text-primary):not(.text-success):not(.text-danger):not(.text-warning):not(.text-info) {
    color: #333 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333 !important;
}

.navbar-brand {
    color: var(--primary-color) !important;
}

.footer h5, .footer h6, .footer p, .footer a {
    color: #fff !important;
}

.page-header * {
    color: #fff !important;
}

.card-header * {
    color: #fff !important;
}

/* Ensure product cards have proper text colors */
.product-card .product-title {
    color: #333 !important;
}

.product-card p {
    color: #666 !important;
}

/* Shopping cart text */
.cart-item h6 {
    color: #333 !important;
}

/* Form labels and text */
.form-label {
    color: #333 !important;
}

label {
    color: #333 !important;
}

/* Navigation text */
.navbar-nav .nav-link {
    color: #333 !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

/* Breadcrumb */
.breadcrumb-item a {
    color: var(--primary-color) !important;
}

.breadcrumb-item.active {
    color: #666 !important;
}
