t.706_cartwin-content {
background-color: rgb(255 255 255 / 41%);
border-radius: 12px !important;
backdrop-filter: blur(12px);
border 4px solid #AF312F;
}


.js-store-prod-text a {
    display: inline-flex;
    justify-content: center; /* Горизонтальное выравнивание текста по центру */
    align-items: center; /* Вертикальное выравнивание текста по центру */
    padding: 10px 100px; /* Убираем лишний паддинг */
    margin-right: 0px;
    margin-top: 10px;
    border-radius: 0px; /* Без скругленных углов */
    font-weight: 600;
    font-size: 16px; /* Размер шрифта */
    width: 200px; /* Ширина кнопки */
    height: 40px; /* Высота кнопки */
    box-sizing: border-box; /* Учитываем паддинги и бордеры в общей ширине */
}

.js-store-prod-text a:first-of-type {
    background-color: #8C0707;
    color: #ffffff !important;
}

.js-store-prod-text a:last-of-type {
    background-color: #000000;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before,
.js-store-prod-text a:last-of-type:before {
    content: "";
    margin-right: 0px;
}

.t706__cartwin_showed {
    z-index: 999999;
}



