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

@media screen and (max-width: 480px) {
    
    .t795__title {
        margin-bottom: 10px;
    }
    
    .t1025 .t-store__card {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    

    .t1025 .t-store__card__imgwrapper_column {
        width: calc(100vw - 40px) !important;
    }

    .t1025 .t-store__card__imgwrapper {
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    .t1025 .t-store__card__price-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .t1025 .t-store__card__textwrapper {
        text-align: center;
    }

}


@media screen and (min-width: 401px) and (max-width: 480px) {
    .t1025 .t-store__card__imgwrapper_column {
        width: calc(100vw - 40px) !important;
    }
}
