a,
button,
.brand,
.product-img,
.sub-category-chip{
    -webkit-tap-highlight-color:transparent;
}

a,
button{
    touch-action:manipulation;
}

.brand,
.sub-category-chip,
.main-btn{
    transition:
        transform .12s ease,
        opacity .12s ease,
        background-color .12s ease;
}

.brand:active,
.sub-category-chip:active,
.main-btn:active{
    transform:scale(.97);
}

@media (prefers-reduced-motion:reduce){
    *,
    *::before,
    *::after{
        scroll-behavior:auto !important;
        transition:none !important;
        animation:none !important;
    }
}
