/* убираем кнопку закрыть в товаре*/
.t-store.t-store__prod-snippet__container .t-popup__close{
    display:none !important
}
/*Скрывает подробнее в миниатюре*/
.t-site-search-dm__result__product_descr.t-descr.t-descr_xs {
    display: none !important;
}
/*Настраиваем подробнее у товара*/
.js-store-prod-name{
    font-size: 30px !important;
}
/*Логотип в бренде */
.js-product-brand{
    display: inline-block;      /* Чтобы span реагировал на width/height */
    width: 180px ;
    height: 50px;
    font-size: 1px !important;
    color:white;
    background-image: url("https://static.tildacdn.com/tild3635-3763-4237-b665-646534363564/vector.svg") !important;
    background-size:120px;
    background-repeat:no-repeat;
}
.js-store-prod-all-text{
    font-size: 20px !important;
    line-height: 30px !important;
    
}
/*Прилипаем футер к низу страницы*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.t-outer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.t-records {
    flex: 1 0 auto;
}
.t-footer {
    flex-shrink: 0;
}



/*опускаем приоритет блока для того чтобы поиск был сверху */
.uc-a1s{
    position:relative;
    z-index:-1;
    
}

/*Вставить картинку вместо бренда*/



