:root {
  --scrollbar-width: 0;
}
@media (width > 992px) {
  :root {
    --scrollbar-width: 15px;
  }
}
