.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: #FFD64F!important;
   color: #292929!important;
   border: 1px solid #FFD64F!important;
   border-radius: 50px;
}

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

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