/* ==========================================================================
   SPEED SLIDER PATCH - TOUCH & RESPONSIVENESS STYLES
   ========================================================================== */

.jet-manset-wrapper,
.jet-manset-stage-container,
.jet-manset-slides-track,
.owl-carousel {
    touch-action: pan-y !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent !important;
}

.jet-manset-bg-link,
.jet-manset-slide-item a,
.owl-carousel .owl-item a {
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
}

/* Faster click feedback on mobile (Removes 300ms click delay & instant tap) */
a, button, [role="button"] {
    touch-action: manipulation;
}

.main-slider a,
.headline-slider a,
.jet-manset-wrapper a,
.jet-manset-stage-container a,
.jet-manset-slide-item a,
.jet-manset-slide-tap-layer,
.jet-pro-tap-layer,
.jet-manset-bg-link,
.jet-manset-title a,
.jet-pro-title a,
.jet-pro-slide a,
.jet-side-card-link {
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    cursor: pointer !important;
}

