/* Keep the off-canvas quick-view on one reliable vertical scroll container. */
.mfp-product.mfp-offcanvas .mfp-content {
	height: 100%;
	height: 100dvh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-y: contain;
}

.mfp-product.mfp-offcanvas .mfp-content > .product {
	height: auto;
	min-height: 100%;
	overflow: visible;
}
