/** Shopify CDN: Minification failed

Line 18:1 Expected "*/" to terminate multi-line comment

**/
/* 更改所有动态结账按钮（包括Shop Pay）的背景色 */
shop-pay-button {
  --payment-terms-background-color: #B176B8;
}
/* 或者使用更通用的选择器 */
.shopify-payment-button__button {
  background: #B176B8 !important;
  border: none !important;
}
/* 更改鼠标悬停时的颜色 */
.shopify-payment-button__button:hover {
  background: #B176B8 !important; /* 
}