
/* SEEKMAMI FINAL UI HARDENING */
.category-nav{display:block!important;width:100%!important;border-top:1px solid #eef0f7!important;background:#fff!important}
.category-nav .mega-nav{display:flex!important;align-items:center!important;gap:4px!important;min-height:58px!important;width:100%!important;overflow:visible!important;white-space:nowrap!important}
.category-nav .mega{display:block!important;position:relative!important;flex:0 0 auto!important}
.category-nav .mega>button{appearance:none!important;-webkit-appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;height:38px!important;padding:0 14px!important;margin:0!important;border:0!important;border-radius:10px!important;background:transparent!important;color:#101b48!important;font-family:Inter,Arial,sans-serif!important;font-size:13px!important;font-weight:800!important;line-height:1!important;cursor:pointer!important}
.category-nav .mega>button:hover,.category-nav .mega:focus-within>button{background:#f1eeff!important;color:#5e35e8!important}
.category-nav .mega-menu{display:none!important;position:absolute!important;left:0!important;top:calc(100% + 6px)!important;width:265px!important;min-width:265px!important;max-height:440px!important;overflow-y:auto!important;padding:8px!important;margin:0!important;background:#fff!important;border:1px solid #e4e7f2!important;border-radius:14px!important;box-shadow:0 18px 45px rgba(28,36,105,.18)!important;z-index:9999!important;white-space:normal!important}
.category-nav .mega:hover>.mega-menu,.category-nav .mega:focus-within>.mega-menu{display:block!important}
.category-nav .mega-menu a{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:36px!important;padding:8px 10px!important;margin:1px 0!important;border-radius:8px!important;background:transparent!important;color:#18234d!important;font-family:Inter,Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;line-height:1.25!important}
.category-nav .mega-menu a:hover{background:#f3f1ff!important;color:#5e35e8!important}
.category-nav .mega-menu .all{font-weight:900!important;color:#5e35e8!important;border-bottom:1px solid #eceef5!important;border-radius:8px!important;margin-bottom:5px!important}
.category-nav .count{margin-left:12px!important;color:#8990a6!important;font-size:10px!important;font-weight:700!important}
.category-nav .all-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:38px!important;margin-left:auto!important;padding:0 16px!important;border-radius:20px!important;background:#fff!important;border:1px solid #d8d2ff!important;color:#5531d6!important;font-weight:900!important}
.category-nav .all-link:hover{background:#f3f0ff!important}
@media(max-width:1100px){
 .category-nav .mega>button{padding:0 10px!important;font-size:12px!important}
 .category-nav .all-link{display:none!important}
}
@media(max-width:700px){
 .category-nav .mega-nav{overflow-x:auto!important;overflow-y:visible!important;scrollbar-width:none!important}
 .category-nav .mega-nav::-webkit-scrollbar{display:none!important}
 .category-nav .mega-menu{position:fixed!important;left:12px!important;right:12px!important;top:145px!important;width:auto!important;max-height:70vh!important}
}
