.shopify-section--image-with-button-position .button-wrapper {
  position: absolute;
}
.shopify-section--image-with-button-position .button-wrapper .button--link {
  text-decoration: underline;
  background-color: transparent;
  background-image: none;
  color:rgb(var(--primary-button-text-color))
}
.shopify-section--image-with-button-position .button-wrapper .button--link:hover {
  color: rgba(var(--primary-button-hover),1);
}
.shopify-section--image-with-button-position .button.button--primary {
  text-wrap: nowrap;
}