/* DaruGet Desktop Stability v5 */
@media(min-width:901px){
  /* Header */
  header{overflow:visible!important}
  .header-main{
    min-height:76px!important;
    display:grid!important;
    grid-template-columns:auto minmax(320px,1fr) auto!important;
    align-items:center!important;
    gap:18px!important;
  }
  .header-actions{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    white-space:nowrap!important;
  }
  .header-actions .wishlist-trigger,
  .header-actions .header-cart-trigger,
  .header-actions .header-notification-link{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #dce6e0!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#15803d!important;
    box-shadow:0 4px 12px rgba(15,23,42,.045)!important;
    text-decoration:none!important;
    overflow:visible!important;
  }
  .header-actions .header-icon-shell,
  .header-actions .notification-icon-shell{
    width:31px!important;height:31px!important;
    display:grid!important;place-items:center!important;
    border-radius:9px!important;background:#f1f8f4!important;
  }
  .header-actions .header-line-icon,
  .header-actions .notification-bell{
    width:19px!important;height:19px!important;
    display:block!important;fill:none!important;
    stroke:currentColor!important;stroke-width:1.8!important;
    stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .header-actions .wishlist-count,
  .header-actions .header-cart-trigger .badge,
  .header-actions .notification-count{
    position:absolute!important;top:-5px!important;left:-5px!important;
    min-width:18px!important;height:18px!important;padding:0 4px!important;
    display:grid!important;place-items:center!important;border:2px solid #fff!important;
    border-radius:999px!important;background:#e11d48!important;color:#fff!important;
    font-size:12px!important;font-weight:950!important;line-height:1!important;
  }
  .header-actions .notification-count[hidden]{display:none!important}

  /* Main navigation */
  .category-navigation{
    display:block!important;
    position:relative!important;
    z-index:1000!important;
    overflow:visible!important;
    background:#fff!important;
    border-top:1px solid #edf2ef!important;
    border-bottom:1px solid #e4ebe7!important;
  }
  .category-navigation .category-nav-row{
    height:62px!important;
    width:100%!important;
    max-width:1240px!important;
    margin:0 auto!important;
    padding:0 12px!important;
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    overflow:visible!important;
    white-space:nowrap!important;
  }
  .category-navigation .category-nav-item{
    position:static!important;
    flex:0 1 auto!important;
    min-width:0!important;
  }
  .category-navigation .category-nav-link,
  .category-navigation .health-mag-link,
  .category-navigation .otc-nav-link,
  .category-navigation .nav-club,
  .category-navigation .nav-special{
    min-height:42px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    padding:0 10px!important;
    border-radius:10px!important;
    font-size:10.7px!important;
    line-height:1.5!important;
    font-weight:850!important;
    white-space:nowrap!important;
    text-decoration:none!important;
  }
  .category-navigation .category-nav-link{gap:5px!important}
  .category-navigation .nav-arrow{font-size:12px!important}
  .category-navigation .health-mag-link{gap:4px!important}
  .category-navigation .health-mag-link small,
  .category-navigation .otc-nav-link small,
  .category-navigation .nav-club small{
    font-size:12px!important;line-height:1.2!important;
  }
  .category-navigation .nav-club{gap:6px!important}
  .category-navigation .nav-club svg{width:18px!important;height:18px!important;flex:0 0 18px!important}
  .category-navigation .nav-special{
    flex:0 0 auto!important;
    padding:0 11px!important;
    gap:6px!important;
    color:#b91c1c!important;
    border:1px solid #fecaca!important;
    background:#fff5f5!important;
    font-weight:950!important;
  }
  .category-navigation .nav-special span{
    min-width:23px!important;height:23px!important;padding:0 4px!important;
    display:grid!important;place-items:center!important;
    margin:0!important;border-radius:7px!important;
    background:#dc2626!important;color:#fff!important;font-size:12px!important;
  }

  /* Default hidden, only controller-open menu visible */
  .category-navigation .category-mega{
    display:none!important;
    z-index:20000!important;
    box-sizing:border-box!important;
    max-height:calc(100vh - 165px)!important;
    padding:20px 22px!important;
    overflow:auto!important;
    border:1px solid #dce6e0!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 22px 60px rgba(15,23,42,.16)!important;
    direction:rtl!important;
  }
  .category-navigation .category-nav-item.desktop-mega-open>.category-mega{
    display:block!important;
  }
  .category-navigation .category-mega-head{
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    gap:22px!important;margin-bottom:15px!important;padding-bottom:13px!important;
    border-bottom:1px solid #e9efeb!important;
  }
  .category-navigation .category-mega-head h3{
    margin:3px 0!important;font-size:19px!important;line-height:1.55!important;
  }
  .category-navigation .category-mega-head p{
    margin:0!important;font-size:12px!important;line-height:1.8!important;color:#64748b!important;
  }
  .category-navigation .category-mega-head>a{
    min-height:38px!important;padding:0 12px!important;display:flex!important;align-items:center!important;
    border:1px solid #dce6e0!important;border-radius:9px!important;color:#15803d!important;
    font-size:12px!important;font-weight:900!important;text-decoration:none!important;
  }
  .category-navigation .category-mega-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:20px!important;
  }
  .category-navigation .category-mega-grid section{min-width:0!important}
  .category-navigation .category-mega-grid h4{
    margin:0 0 8px!important;font-size:11px!important;line-height:1.6!important;color:#172033!important;
  }
  .category-navigation .category-mega-grid a{
    min-height:31px!important;
    display:flex!important;align-items:center!important;
    padding:3px 2px!important;
    font-size:12px!important;line-height:1.7!important;
    color:#475569!important;text-decoration:none!important;
    white-space:normal!important;overflow:visible!important;text-overflow:clip!important;
  }
  .category-navigation .category-mega-grid a:hover{color:#15803d!important}

  /* Desktop pages must never inherit mobile hiding rules */
  .mobile-nav,.mobile-drawer,.drawer-overlay,.mobile-menu-toggle{display:none!important}
}

/* Ensure page content never stays visually hidden by stale loading classes */
html:not(.mobile-menu-open) body{visibility:visible!important;opacity:1!important}
main{visibility:visible!important}
