.t-store__card__bgimg,.t-store__card__bgimg_second,.t-store__card__img {
  
    right: 50px;
    left: -70px;
   
   
}


    .tav-btn-final,
    .t-btn,
    .t-btnflex,
    .t-btnflex_type_button,
    .t-btnflex_sm,
    .customInfoButton151,
    .t-submit {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important; /* Центрируем текст горизонтально */
        z-index: 2;
        
        background: linear-gradient(135deg, #7987D4 0%, #6371C2 100%) !important;
        border-radius: 100px !important;
        border: none !important;
        
        color: #FFFFFF !important;
        font-family: 'Inter Tight', sans-serif !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.12em !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-sizing: border-box !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    }

    /* Исправление центровки текста */
    .tav-btn-final span,
    .t-btn span,
    .t-btnflex span,
    .t-btnflex_type_button span,
    .t-btnflex_sm span,
    .customInfoButton151 span,
    .t-submit span {
        line-height: 1 !important;
        display: block !important;
        text-align: center !important;
    }

    /* Ховер эффекты */
    .tav-btn-final:hover,
    .t-btn:hover,
    .t-btnflex:hover,
    .t-btnflex_type_button:hover,
    .t-btnflex_sm:hover,
    .customInfoButton151:hover,
    .t-submit:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 10px 25px rgba(99, 113, 194, 0.45) !important;
        opacity: 0.95 !important;
    }

    .tav-btn-final:active,
    .t-btn:active,
    .t-btnflex:active,
    .t-btnflex_type_button:active,
    .t-btnflex_sm:active,
    .customInfoButton151:active,
    .t-submit:active {
        transform: translateY(-1px) !important;
    }
