.button__icon {
  order: 1;
  display: inline-flex;
  align-items: center;
  margin-right: -3px;
  padding: 0;
  line-height: 1;
}

.button__icon svg {
  width: 43px;
  height: 43px;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.button__text {
  order: 2;
  line-height: 1;
  font-size: inherit;
}

.product-form__submit,
.shopify-payment-button__button--unbranded {
  font-weight: 700;
}