Alterar Cor do Botão de Esgotado – Script Shopify

Site para escolher a cor: https://htmlcolorcodes.com/

Script

/* INICIO - ALTERAR COR ESGOTADO */
.product-form__buttons .button--full-width {
  background-color: #4169E1!important;
  color: white !important;
}
/* FIM - ALTERAR COR ESGOTADO */
Esse tutorial foi util?