button {
  letter-spacing: 0.24px!important;
}

gp-product-button gp-button > div {
  display: flex!important;
  justify-content: center!important;
}

gp-product-button button {
  line-height: 1!important;
  transition: all 0.3s!important;
  width: auto!important;
}

gp-product-button button:hover {
    background-color: var(--water)!important;
  color: var(--wind)!important;
  border: 1px solid var(--water)!important;
}