Why is the quick shop/add to cart button missing in mobile view on Empire theme?

Hi, mobile view of store is not showing quick shop/or add to cart button need help with this .

https://www.kjott.net/

pasword :Halalmarked

@shumailasharif

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media (max-width: 859px) {
.no-touch .productitem--actions {
    position: relative !important;
    bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
}

showinng this

it is showing the button in editing but when i open in mobile nothing appear