/* Запрещает скролл по горизонтали и фиксирует контент */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative !important;
}


/* Конкретно для вашего блока */
[data-block-id="AB106"] .t-container,
[data-block-id="AB106"] .t-bgimg {
    opacity: 1 !important;
    animation: none !important;
}

/* Основной фон блока формы в корзине */
.t706__cartpage-form {
    background-color: #f5f5f5 !important; /* Светло-серый фон */
    padding: 25px !important;
    border-radius: 12px !important;
}

/* Цвет всех заголовков и текста в форме корзины */
.t706__cartpage-form .t-input-title,
.t706__cartpage-form .t-descr,
.t706__form-upper-text,
.t706__form-bottom-text,
.t706__auth {
    color: #333333 !important; /* Темно-серый текст */
}

/* Стили для ссылок */
.t706__cartpage-form a {
    color: #7816f5 !important; /* Фиолетовый, как у кнопки */
    text-decoration: underline !important;
}

/* Опционально: улучшение читаемости полей ввода */
.t706__cartpage-form .t-input {
    border-color: #cccccc !important;
    background-color: #ffffff !important;
}