/* The category drawer owns mobile scrolling; don't move the page behind it. */
@media (max-width:991px) {
  html.sunrise-category-menu-open { overflow:hidden!important; }
  #rmp-container-6695 {
    height:100vh;
    height:100dvh;
    max-height:100dvh;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior-y:contain;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-y;
    transition-property:transform!important;
    padding-bottom:env(safe-area-inset-bottom,0px);
  }
}
