/* Hide before Affirm renders as well as after a price drops below the threshold. */
body.single-product
  .affirm-as-low-as[data-page-type="product"]:not(
    [data-axe-financing-visible="true"]
  ) {
  display: none !important;
}
