html,
body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overscroll-behavior: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    -webkit-tap-highlight-color: transparent;
}

button,
a,
label,
input,
select,
textarea,
[role="button"],
.category-tabs,
.cart-items {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button,
a,
label,
img,
svg,
canvas,
video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img,
svg,
canvas,
video {
    -webkit-user-drag: none;
    user-drag: none;
}

::selection {
    background: transparent;
}
