.block-product-buy-button {
  white-space: normal !important;
  --color-button-background: 11, 13, 12 !important;
  --color-button-text: 255, 255, 255 !important;
  --color-button-secondary-background: 11, 13, 12 !important;
  --color-button-secondary-text: 255, 255, 255 !important;
  --color-button-secondary-border: 11, 13, 12 !important;
  color: rgb(255, 255, 255) !important;
  background-color: rgb(11, 13, 12) !important;
  border-color: rgb(11, 13, 12) !important;
}

.block-product-buy-button-wrapper {
  padding: var(--button-border-thickness, 1px);
}
