.quick-add--highlight .quick-add__submit {
  --color-button: 197, 91, 59;
  --color-button-text: 255, 255, 255;
  --alpha-button-background: 1;
  --alpha-button-border: 1;
  font-weight: 700;
}

.quick-add--highlight .quick-add__submit:not([disabled]):hover {
  --color-button: 167, 77, 50;
}

.quick-add--highlight .quick-add__submit:not([disabled]):hover::after {
  box-shadow: none;
}