/* MASTER-PACK prototype 0.7.6 viewport-fit correction.
 * Staging only.
 * Variant 3 uses a 100svh product stage. The shared .mp-screen scroll-margin
 * offsets that stage by the compact header height + 20px (54px total), which
 * pushes the slider progress 54px below desktop/full-HD viewports when the
 * section is aligned to the viewport. Remove only that duplicate snap offset.
 */

@media (min-width: 901px) and (min-height: 720px) {
    .mp-prototype-3 .mp-product-section {
        scroll-margin-top: 0;
    }
}
