.t-store__card__mark {
    border-radius: 2px;
    font-size: 10px;
    font-weight: 500;
    height: 22px;
}

@media (max-width: 479px) {
    .t1002__addBtn {
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width: 561px) {
    .t-popup .t-popup__container .t-store__prod-popup__btn-wrapper-fixed, .t-store__product-snippet .t-store__prod-popup__btn-wrapper-fixed {
        bottom: 60px;
    }
}

@media (max-width: 479px) {
    .t1002__addBtn {
        height: auto;
    }
    
    .t-store__prod__quantity {
    display: none;
}
}