/* Your custom css */
/* Apply to the scrolling container or body */
.products-grid {
    touch-action: pan-y pinch-zoom; /* Allow vertical scroll & pinch, block horizontal swipe/double-tap */
}