.js-store-prod-text a {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 12px 22px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 35px;

    background: #DCFF00;
    color: #000000 !important;
    text-decoration: none;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;

    transition: background-color .2s ease;
}

.js-store-prod-text a::before {
    content: "";
    width: 24px;
    height: 24px;

    background-image: url("https://static.tildacdn.com/stor3231-3566-4261-a536-663838346538/4be9b72ae37a747379bb927993f99de1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    flex-shrink: 0;
}

.js-store-prod-text a:hover {
    background: #DCFF00;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

