
html[ data-locked = 'true' ]{

    .cart-item--quantity ,
    .cart-item--remove {
        pointer-events : none ;
        opacity : 0.5 ;
    }
}
