#rec936287701 .t-store__parts-switch-btn {
    font-size: 16px;
    color: #e31e24;
    font-weight: 600;
}


  .t-store .t-store__tabs {
    box-sizing: border-box !important;
    margin-top: 10px !important;
    width: 100% !important;
  }


  .t-store .t-store__tabs .t-store__tabs__button, 
  .t-store .t-store__tabs_accordion .t-store__tabs__item-button {
    -webkit-align-items: center !important;
    align-items: center !important;
    
    display: -webkit-flex !important;
    display: flex !important;
    
    justify-content: flex-start !important; /* Выравнивание контента по левому краю */
    
    /* Отступы: 20px сверху/снизу, 20px справа (на всякий случай), 0px слева */
    padding: 20px 20px 20px 0px !important;
    
    border-bottom: 1px solid #eee !important;
    cursor: pointer !important;
  }


  #rec1906247841 .t-popup .t-typography__title {
    font-size: 24px !important;
    line-height: 1.2 !important; /* Добавил межстрочный интервал для аккуратности */
  }
</style>