/* AL Mobile Peek only marks the product sliders selected in the module settings. */
.almp-active {
    touch-action: pan-y pinch-zoom;
    cursor: grab;
}

.almp-active:active {
    cursor: grabbing;
}

.almp-active.almp-hide-arrows .slick-arrow {
    display: none !important;
}
