.t-store__card__mark {
    background: #f2f2f2 !important;   /* светло-серый фон */
    color: #111 !important;           /* тёмный текст */
    border-radius: 0 !important;      /* квадратные углы */
    width: 90px !important;           /* ширина */
    height: 26px !important;          /* высота */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}