/* ===== ОСНОВНЫЕ СТИЛИ КОРЗИНЫ (ВСЕ ЭКРАНЫ) ===== */


.shop-trigger, .mycart111 {
    position: relative;
    z-index: 99999999 !important;
    pointer-events: auto !important;
}

/* Поднимаем указанные Zero-блоки над попапом */
#rec2262823791 .t396__artboard,
#rec2115401591 .t396__artboard,
#rec2262832631 .t396__artboard,
#rec2267321791 .t396__artboard,
#rec2267336971 .t396__artboard,
#rec2267352441 .t396__artboard,
#rec2267358951 .t396__artboard,
#rec2267364641 .t396__artboard,
#rec2267369751 .t396__artboard,
#rec2267376971 .t396__artboard,
#rec2262835151 .t396__artboard,
#rec2262845381 .t396__artboard,
#rec2262848721 .t396__artboard,
#rec2262850841 .t396__artboard,
#rec2262854671 .t396__artboard,
#rec2262857641 .t396__artboard,
#rec2262861241 .t396__artboard,
#rec2262862081 .t396__artboard,
#rec2262863781 .t396__artboard {
    z-index: 99999999 !important;
}


.t-radio__indicator:after {
    background: #fff
}

.t706__cartwin {
    background-color: black !important;
    bottom: 0 !important;
}

.t706__cartwin-content {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/* Все тексты внутри корзины – белые */
.t706__cartwin-content * {
    color: #ffffff !important;
}

/* Радио-кнопки (индикатор) – белая обводка */
.t-radio__indicator {
    border-color: #ffffff !important;
}

/* Кнопка оформления заказа */
.t-btnflex.t-btnflex_type_submit {
    color: #ffffff !important;
    background-color: #4a4a4a !important;
}

/* Поля ввода (инпуты, текстовые поля, селекты) */
.t706__cartwin-content input,
.t706__cartwin-content textarea,
.t706__cartwin-content select {
    background-color: #333333 !important;
    color: #ffffff !important;
    border: 1px solid #555555 !important;
}

/* Плейсхолдеры в полях */
.t706__cartwin-content input::placeholder,
.t706__cartwin-content textarea::placeholder {
    color: #aaaaaa !important;
}

/* ===== МОБИЛЬНЫЕ ЭКРАНЫ (ШИРИНА ДО 980px) ===== */
@media screen and (max-width: 980px) {
    .t706__cartwin-content {
        margin: 120px auto 0 !important;
        padding: 20px !important; /* если нужно, добавьте свои отступы */
    }
}

/* ===== ОЧЕНЬ УЗКИЕ ЭКРАНЫ (ДО 560px) ===== */
@media screen and (max-width: 560px) {
    .t706__cartwin-content {
        margin: 120px auto 0 !important;
        padding: 15px !important;
    }
}