 
.picture {
overflow: hidden;
}

.picture .tn-atom {
transition: all 0.9s ease;
}

.picture .tn-atom:hover {
transform: scale(1.1);
}


.js-store-prod-all-text {
    font-family: 'TildaSans'; font-size: 18px;
}




 

/* Изменить размер шрифта описания табов в попап карточке товара */
.t-descr_xxs 
{
    font-family: 'TildaSans';
    font-size: 17px;
    line-height: 1.55;
}
/* Изменить размер шрифта описания табов в попап карточке товара для мобильной версии*/
@media (max-width: 640px) 
{
    .t-descr_xxs 
    {
        font-family: 'TildaSans';
        font-size: 15px;
        line-height: 1.55;
    }
}
/* Изменить параметры шрифта заголовка табов в попап карточке товара */
.t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title 
{
   font-family: 'TildaSans';
    font-weight: 400;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 19px;
    color: #555555;
}
/* Изменить параметры шрифта заголовка табов в попап карточке товара для мобильной версии*/
@media (max-width: 640px) 
{
    .t-store .t-store__tabs__controls .t-store__tabs__button-title, .t-store .t-store__tabs__item .t-store__tabs__item-title 
    {
    font-family: 'TildaSans';
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
    color: #555555;
    }
}
