.page-scrim {
  background-color: var(--theme-background);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color 0.4s ease-out;
  width: 100vw;
  z-index: 1001;
}
#filter-nav {
  z-index: 1002;
}
