/* Custom overrides for better visibility */

/* Home page - Make text-muted white for better visibility */
.text-muted {
    color: white !important;
}

/* Home page - Change jumbotron background to dark with better contrast */
.jumbotron.bg-light {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

/* Make all text in jumbotron white for better visibility */
.jumbotron h1,
.jumbotron p,
.jumbotron .lead,
.jumbotron hr {
    color: white !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Cart and Checkout - Make Total price white/dark for better visibility */
.text-primary {
    color: #aaaaaa !important; /* Dark color instead of muted blue */
}  

/* Make sure the total price stands out */
.fs-5 strong.text-primary {
    color: #aaaaaa !important;
    font-weight: bold !important;
}
