/* Emergency scroll safety layer for the Ngoc An Hy single-page site. */
html {
  min-height: 100%;
  height: auto !important;
  overflow-y: auto !important;
  overscroll-behavior-y: auto;
}

body {
  min-height: 100%;
  height: auto !important;
}

body:not(:has(.modal-layer)),
body.modal-open:not(:has(.modal-layer)) {
  height: auto !important;
  overflow-y: auto !important;
  padding-right: 0 !important;
  position: static !important;
}

main {
  overflow-x: hidden;
  overflow-y: visible !important;
}

#top,
#story,
#collection,
#contact,
[id^="product-"] {
  scroll-margin-top: 110px;
}
