/* SmokeDonalds — New + Popular mobile swipe V144 */
@media (max-width:760px){
    body.site-home-modern .home-popular-viewport-v7.sd-native-loop-v144{
        overflow-x:auto!important;
        overflow-y:hidden!important;
        -webkit-overflow-scrolling:touch!important;
        overscroll-behavior-x:contain!important;
        touch-action:pan-x pan-y pinch-zoom!important;
        scroll-snap-type:x mandatory!important;
        scroll-behavior:smooth!important;
        scrollbar-width:none!important;
    }

    body.site-home-modern .home-popular-viewport-v7.sd-native-loop-v144::-webkit-scrollbar{
        display:none!important;
    }

    /* scroll-snap-stop:always делал медленный swipe на iPhone слишком липким. */
    body.site-home-modern .home-popular-viewport-v7.sd-native-loop-v144 .home-popular-card-v7{
        scroll-snap-align:start!important;
        scroll-snap-stop:normal!important;
    }

    /* Во время пальца никакой программной smooth-анимации. */
    body.site-home-modern .home-popular-viewport-v7.sd-native-loop-v144.sd-loop-touching-v144{
        scroll-behavior:auto!important;
    }

    /* Невидимый технический jump clone -> real после завершённого swipe. */
    body.site-home-modern .home-popular-viewport-v7.sd-native-loop-v144.sd-loop-jump-v144{
        scroll-behavior:auto!important;
        scroll-snap-type:none!important;
    }

    body.site-home-modern .home-popular-viewport-v7.sd-native-loop-v144 .sd-loop-clone-v144{
        pointer-events:none!important;
    }
}
