
/* DaruGet Master Critical Fixes v18 */

/* 1) Mega menu: zero hover gap */
@media(min-width:901px){
  .category-navigation .category-nav-item{
    position:static!important;
  }
  .category-navigation .category-mega{
    margin-top:0!important;
    border-top-left-radius:0!important;
    border-top-right-radius:0!important;
  }
  .category-navigation .category-nav-item.desktop-mega-open::after{
    content:""!important;
    position:fixed!important;
    z-index:19999!important;
    left:0!important;
    right:0!important;
    height:8px!important;
    pointer-events:auto!important;
    background:transparent!important;
  }
}

/* 2) Header counters: larger and genuinely readable */
.header-actions .wishlist-count,
.header-actions .header-cart-trigger .badge,
.header-actions .notification-count{
  min-width:22px!important;
  height:22px!important;
  padding:0 5px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:950!important;
  top:-8px!important;
  left:-8px!important;
  border-width:2px!important;
}

