/* Положение текста и отступ в карточке */
.t-store__card__textwrapper {
    text-align: left;
    padding-top: 16px;
}

/* Оформление карточки товара */
.t-name_xs {
    font-weight: 500!important;
    text-transform: uppercase;
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    .t-name_xs,
    .js-store-price-wrapper {
        font-size: 14px;
    }
}

@media screen and (min-width: 560px) {
    .t-store .t-popup.t-popup_show .t-popup__container {
        margin: 0;
    }
}

.t-store__prod-popup__close-txt-wr {
    display: none;
}

.t-store__prod-popup__container {
    padding: 20px;
}

.js-store-prod-all-text {
    font-size: 14px;
}

/* Отсутп стоимости в карточке */
.t-store__card__price-wrapper {
    margin-top: 0;
}

.t450__burger_container.t450__small {
    width: 36px;
    height: 36px;
}

/* Попап */
@media screen and (max-width: 560px) {
    .t1014 .t-popup__block-close {
        background: transparent;
    }
}

@media screen and (max-width: 560px) {
    .t1014 .t-popup_show .t-popup__container {
        bottom: initial;
        top: calc(50% - 129px);
    }
}