/*
 * Pochipp's bundled `pochipp-front` stylesheet owns the product-card layout.
 * The integration supplies only the Amazon button colour because the global
 * Pochipp settings output is intentionally disabled on this managed site.
 */
.ntn-migrated-content .ntn-pochipp-placement {
  --pchpp-color-amazon: #111;
}

.ntn-migrated-content .ntn-pochipp-placement .pochipp-box[data-btn-style="dflt"] .-amazon > .pochipp-box__btn {
  color: #fff !important;
  background-color: #111;
}
