.t-store__card__btn-text {
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px!important;
}

.t-store__prod-popup__btn.t-btn.t-btn_sm {
   background-color: #d82455!important;
   color: #ffffff!important;
   border: #d82455 !important;
   border-radius: 50px;
}

.t-store__prod-popup__btn.t-btn.t-btn_sm:hover {
   background-color: #292929!important;
   color: #ffffff!important;
   border:#292929 !important;
   border-radius: 50px;
}

.t-descr_xxs {
    font-size: 14px!important;
    line-height: 1.55;
}




 .t-btn.t-btnflex, .t-submit.t-btnflex {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    gap: 1ch;
    max-width: 200px;
    height: 50px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    font-family: 'aeroport', Arial, sans-serif, Arial, sans-serif;
    font-weight: 600;
    line-height: var(--line-height, 1.4);
    padding-top: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    padding-bottom: calc(((var(--height, 0px) - 1em * var(--line-height, 1.4)) / 2) - var(--border-width, 0px));
    box-sizing: border-box;
}