/* OSTATNI wiersz na liście płatności = Stripe */
.cop_payments__item:last-child .cop_payments__name {
    font-size: 0 !important;      /* ukrywa tekst Stripe */
}

.cop_payments__item:last-child .cop_payments__name::after {
    content: "iDEAL" !important;  /* nowa nazwa tylko dla ostatniej metody */
    font-size: 16px !important;
    color: inherit;
}
/* Ostatni element listy płatności = Stripe/iDEAL */
.cop_payments__item:last-child .cop_payments__icons img {
    display: none !important; /* ukrywamy logo Stripe */
}

/* Wstawiamy nowe logo iDEAL */
.cop_payments__item:last-child .cop_payments__icons {
    background-image: url('https://arkanasmaku.pl/data/include/cms/platnosci/ideal.png') !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    width: 50px;    /* dopasuj */
    height: 25px;   /* dopasuj */
}