
    .t-store__prod-popup__btn-wrapper {
    display: none !important;
}
@media screen and (min-width: 980px) {
    .t-store__prod-popup__wrapper img {
        height: 500px !important;
    }
}

.t-descr_xxs {
    font-size: 16px !important;

}

@media screen and (max-width: 640px) {
    .t-name_xs {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 560px) {
    .t-store .t-popup_show .t-popup__container.t-popup__container-static {
        min-height: 500px  !important;
    }
}
