div[id^="wait_"] {
    display: none !important;
    background: none !important;
    border: 0 !important;
    color: #000000;
    font-family: Verdana, Arial,
    sans-serif;
    font-size: 11px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal;
    letter-spacing: normal !important;
    line-height: normal;
    padding: 0 !important;
    position: absolute;
    text-align: center !important;
    text-indent: 0 !important;
    width: 0 !important;
    height: 0 !important;
    word-spacing: normal !important;
    z-index: 0;
    content: "";
}

.js_switch_favorite svg,
.js-add_to_cart span,
.js-clear_favorites svg,
.js-clear_favorites span,
.js-basket_delete svg {
    pointer-events: none;
}

.js_switch_favorite.active svg {
    fill: #293944;
    --tw-text-opacity: 1;
    color: rgb(41 57 68 / var(--tw-text-opacity, 1));
}
