How can I alter button styles on my product pages?

Please replace the previous code with the below new code

body product-info .quantity:after {
 box-shadow: 0 0 0 1px rgb(24 79 46 / 0.75);
}

Thanks