.tmenu-mobile {
    /* Цвет фона меню */
    background-color: #1119 !important;
}

.tlk-userbar__user-image {
   /* Радиус профеля */
    border-radius: 5px;
} 

.t-store__grid-cont_col-width_stretch .t-store__card__imgwrapper_original-ratio.t-store__card__imgwrapper_1-1 {
    /* Цвет фона товара */
    background-color: #ffffff !important;
    border-radius: 200px;
} 

.t-store__card__img {
    /* Размер фона товара */
    max-width: 70%;
    max-height: 70%;
}

.t-zoomable, .t-zoomer__show .t-carousel__zoomer__inner, .t-zoomer__show .t-zoomable {
    /* Цвет фона товара поп-ап */
    background-color: #ffffff !important;
}
.t-store__card__imgwrapper {
    /* Цвет фона товара поп-ап еще */
    background-color: #ffffff !important;
}