/*Фирменные цвета*/
    :root {
        --lu-black: #000000;
        --lu-white: #ffffff;
        --lu-red: #ca3132;
        --lu-grey: #3f3f3f;
        --lu-yellow: #f8d447;
        --lu-purple: #BE04FF;
    }

/*Sucess popup*/
    .t-form-success-popup__wrapper {
        background-color: var(--lu-grey) !important;
        border-radius: 15px !important;
    }
    .t-form-success-popup__wrapper svg:nth-child(1) {fill: var(--lu-white) !important;}
    .t-form-success-popup__wrapper svg:nth-child(2) {fill: var(--lu-yellow) !important;}
    .t-form-success-popup__text {color: var(--lu-white) !important;}

/*Cart popup*/
    .t706__cartwin-content {
        border-radius: 15px !important;
    }
    
/*иконка профиля */
.tlk-userbar, .tlk__userbar {
    display: none;
}