
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 30px !important;
    font-weight: 600;
    font-family: inherit !important;  /* Возвращает шрифт, который был у родителя */
}

/* Обе кнопки чёрные */
.js-store-prod-text a:first-of-type,
.js-store-prod-text a:last-of-type {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Эмодзи убраны */
.t706__cartwin_showed {
    z-index: 999999999;
}
</style>