/* Hide Shop Pay installments text in Alchemy theme */
.price__installments,
.installments,
shopify-payment-terms {
  display: none !important;
}
