/* mobile_touch_fix v1.0 — sticky buy bar pointer-events fix */
@media(max-width:991px){
.button-group-page,.button-group-page .buttons-wrapper,.button-group-page .cart-group{pointer-events:none!important}
.button-group-page #button-cart,.button-group-page .btn,.button-group-page .stepper,.button-group-page .stepper input,.button-group-page .stepper span,.button-group-page a,.button-group-page button{pointer-events:auto!important}
.product-info .alert,#product .alert{pointer-events:none!important}
}
#button-cart,.btn-cart,[data-quick-buy]{touch-action:manipulation;min-height:44px}
.product-options input[type="radio"],.product-options label,.ro-option-value{touch-action:manipulation;cursor:pointer}
