/* ----------------------------------------- */
/* Header - Premium Brand Identity (Tie Care)*/
/* ----------------------------------------- */

/* 1. الشريط العلوي (Top Navbar) */
.top-navbar {
    display:none;
}


/* 3. شريط التنقل السفلي (Main Nav) */
div#mainnav {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}

#mainnav > div > div > div > div.flex.items-center.justify-end.my-2\.5 > salla-cart-summary{
  display:none;
}



.main-menu li.root-level>a:hover::before {
    width: 40%; /* يمتد لـ 40% من الكلمة فقط لشكل أكثر فخامة */
}

@media (min-width: 1024px) {
    .main-menu {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}







/* first section  */
.s-block {
     margin-top: 0;
}
.store-footer__inner{
  background:rgb(123, 30, 67);
}
.store-footer{
    background:rgb(96 14 47);
}
.store-footer *{
    color:#fff !important; 
}