/* Flagship v3: navigation QA only. The product hits section returns to its
   original self-rotating, pointer-driven 3D behavior. */

@media (max-width:1320px) and (min-width:681px) {
  .cats-burger { display:inline-flex !important; min-height:50px; padding-inline:14px; }
  #navCats a:nth-child(n+7) { display:none; }
  nav.cats .wrap { overflow:visible; }
  nav.cats::after { display:none; }
}

@media (max-width:680px) {
  nav.cats .wrap { display:none; }
  .cats-burger { width:100%; justify-content:center; }
}
