a:hover {
    color: #ee3d48;
}

.js-store-prod-price.t-store__prod-popup__price.t-store__prod-popup__price-item {
    font-size: 28px;
}

@media screen and (max-width: 640px) {
   .t-store .t-product__option-select {
       font-size: 14px;
    }  
    
    .t-name_xs {
         font-size: 14px; 
    }
    
    .t-descr_xs {
        font-size: 14px;
    }
    
    .t-text_xs {
        font-size: 12px;
    }
}


@media screen and (min-width: 1024px) {
    
/***прикрепить левый блок с картинками в карточке товара *********************************************/
  .t-store__prod-popup__col-left {
    position: sticky;
    top: 70px;
  }
}

@media screen and (max-width: 1200px) {
    .t-name_xs {
        font-size: 14px; 
    }
}


.t-store__prod-snippet__container {
    padding-top: 15px;
    padding-bottom: 90px;
}


/***Блок с текстом в товаре *********************************************/
.t-descr_xxs {
    font-size: 14px;
}


/***Блок Похожие товары**********************************************************/

.t-store__relevants__container .t-container .t-store__relevants__title.t-uptitle.t-uptitle_xxl {
    font-size: 22px !important; 
}

.t-store__relevants__container .js-store-prod-name.js-product-name.t-store__card__title.t-name.t-name_md {
    font-size: 16px;
}

.t-store__relevants__container .t-store__card__price t-store__card__price-item t-name t-name_xs {
    font-size: 18px;
}

/*** Характеристики товара**********************************************************/
p.js-store-prod-charcs:nth-child(odd) {
    background-color: #f5f5f5;
}