/* Базовый вид всех кнопок маркетплейсов */
.js-store-prod-text a {
    display: inline-block;
    padding: 10px 18px;
    margin-right: 15px;
    margin-top: 20px;

    background-color: #1F1F1C;
    color: #ffffff !important;

    border-radius: 60px;

    font-family: 'Circe', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;

    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
}

/* Hover для всех кнопок */
.js-store-prod-text a:hover {
    background-color: #EFFF74;
    color: #1F1F1C !important;
}

/* фикс z-index попапа */
.t706__cartwin_showed {
    z-index: 999999999;
    
    .js-store-prod-text a:hover {
    background-color: #EFFF74;
    color: #1F1F1C !important;
    transform: translateY(-1px);
}
}