/* --- 1. GRUP (Kız Bebek / Kadın / İlk 3 Menü) --- */

/* Menü Butonu Hover */
.nav_list.megamenu > li:nth-child(-n+3):hover {
    background-color: #F3EFEA !important;
}

/* Açılan Büyük Panel (Subbox) */
.nav_list.megamenu > li:nth-child(-n+3) .nav-li__home--subbox {
    background-color: #F3EFEA !important;
    background: #F3EFEA !important;
}


/* --- 2. GRUP (Erkek Bebek / Çocuk / 4-6 Arası Menüler) --- */

/* Menü Butonu Hover */
.nav_list.megamenu > li:nth-child(n+4):nth-child(-n+6):hover {
    background-color: #EEF1F3 !important;
}

/* Açılan Büyük Panel (Subbox) */
.nav_list.megamenu > li:nth-child(n+4):nth-child(-n+6) .nav-li__home--subbox {
    background-color: #EEF1F3 !important;
    background: #EEF1F3 !important;
}