/* .birdchime-hide-node {display: none }.birdchime-disable-node { cursor: not-allowed;pointer-events: none;  background-color:#ffffff;}button.birdchime-disable-node {background-image: none;border: none;box-shadow: none;opacity: 0.4;background-color: red;}button#checkout, button[name="checkout"], a[href="/checkout"] {pointer-events: none;opacity: 0.4;}.shopify-payment-button {display: none !important } */
.collection .grid__item:has(a[href*="partial-payment"]) {
  display: none;
}
.grid-view-item:has(
    .grid-view-item__title:first-child:matches(
        :first-letter,
        ::before
      ):contains("Partial Payment")
  ) {
  display: none !important;
}

.grid-view-item:has(.grid-view-item__title[data-title^="Partial Payment"]) {
  display: none !important;
}

.sf__col-item:has([data-product-handle*="partial-payment"]) {
  display: none !important;
}

.grid__item:has(a[href*="partial-payment"]) {
  display: none !important;
}

.product-grid__item:has(a[href*="partial-payment"]) {
  display: none !important;
}
.sf_pcard a.sf_pcard-name[href*="partial-payment"] {
  display: none !important;
}

.sf_pcard a.sf_pcard-name[href*="partial-payment"] {
  display: none !important;
}
.sf_pcard a.sf_pcard-name[href*="partial-payment"] {
  display: none !important;
}
.sf_pcard a.sf_pcard-name[href*="partial-payment"] {
  display: none !important;
}

.sf_pcard a.sf_pcard-name[href*="partial-payment"] {
  display: none !important;
}
.sf_pcard a.sf_pcard-name[href*="partial-payment"] {
  display: none !important;
}

/* Hide all partial payment related products */
.gitem:has(.grid_title a[href*="partial-payment"]),
.gitem:has(.grid_lnk[aria-label*="Partial Payment"]),
.gitem:has(.grid_title a:contains("Partial Payment")) {
  display: none !important;
}

/* Fallback for text content matching */
.grid_title a[href*="partial-payment-for"] {
  display: none !important;
}

.gitem .grid_bx:has(a[href*="partial-payment-for"]) {
  display: none !important;
}
/* Hide by URL containing "partial-payment" */
.product-card[data-handle*="partial-payment"] {
    display: none !important;
}

/* OR hide by title text (less reliable) */
.product-card__name a[href*="partial-payment"] {
    display: none !important;
}
