html.nest-pdp-native-dialog-open {
  overflow-y: hidden !important;
  overscroll-behavior-y: none;
}

.nest-pdp-scroll-guard {
  overscroll-behavior: contain;
  touch-action: none;
}

.nest-pdp-scroll-guard__scroller {
  overflow-y: auto !important;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}
