form[action='/cart/add'] *[type='submit']:not([disabled]) {
  background: linear-gradient(#ff1111, #ad0000) !important;
  border-radius: 9px !important;
  color: #fff !important;
  width: 97% !important;
  font-size: 24px !important; }

form[action='/cart/add'] *[type='submit']:hover:not([disabled]) {
  background: linear-gradient(#13f27c, #009f1c) !important;
  color: #f9fbf8 !important; }

form[action='/cart/add'] *[type='submit']:not([disabled])::after {
  outline: 0 !important; }
