.alert.alert-danger.alert-dismissible.fade.show {
    position: fixed;
    right: 5px;
    top: 40px;
    z-index: 9999;
    padding: 10px;
    border-radius: 5px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.product-card .product-card-image{
    max-height: 250px;
}
/* mobile screen */
@media (max-width: 900px) {
    .product-card .product-card-image{
        max-height: 150px;
    }
    /* mobile */
    .container {
        padding: 0px;
    }
    .checkout-steps{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 10px;
        overflow: unset;
        gap: 10px;
        font-size: 11px;
    }.step-divider{
        display: none;
    }
    .step-number{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
    }
    section h2{
        font-size: 14px;
    }
    #cartBtn-desktop{
        display: none;
    }
    footer{
        display: none;
    }
    body{
        margin-bottom: 60px !important;
    }
    #fav-desk{
        display: none;
    }
    .headland{
        height: 70px !important;
    }
    .logo-txt{
        font-size: 15px;
    }
    #main{
        padding-top: 60px !important;
    }

}
.mobile-bttom .active{
    color: #ffffff !important;
}

/* Dark theme text visibility fixes */
.text-white {
    color: white !important;
}

.text-rose-100 {
    color: #ffe4e6 !important;
}

/* Ensure all paragraphs and spans are visible */
p, span, div, label {
    color: inherit;
}
.alert{
    margin: 20px;
}
.invalid-feedback{
    color: red;
}