/* Shop mega-menu — sister shops. Hub already ships these rules in style.css. */
.dropdown.mega.mega--shop{
  grid-template-columns:1fr 1fr;
  width:min(720px, calc(100% - 48px));
}
.mega--shop .shop-mega-acc{ min-width:0; }
.mega--shop .shop-mega-acc > summary{
  list-style:none;
  cursor:pointer;
}
.mega--shop .shop-mega-acc > summary::-webkit-details-marker{ display:none; }
.mega-count{
  color:var(--muted);
  font-weight:500;
  font-size:.78em;
}
.shop-mega-sub{ padding-left:22px !important; font-size:.8rem !important; }
@media (min-width: 1121px){
  .mega--shop .shop-mega-acc > summary{ pointer-events:none; cursor:default; }
  .mega--shop .shop-mega-acc .mega-col{ display:block !important; }
}
