
.t-popup {
    top: -50px;} /*двигаем попап вверх*/

.t-store .t-popup .t-popup__close { 
    top: -50px;} /*двигаем закрывашку ввехр*/

.t-popup__close-icon {
    transform: translateY(50px); /* Сдвигает элемент вверх на 10 пикселей */}
.t-popup__close-icon_arrow path {
    fill: white; /* Замените 'white' на нужный вам цвет */
}
 .t-descr_xxs {
        font-size: 14px;}
        
.t-name_md {
        font-size: 20px;}
        
.t-store__prod-popup__price {
    padding-right: 10px;}

t-store__prod-popup__price-value {
    position: relative;
    left: -10px;
}