/* Характеристики (таблица свойств) */
.product-specs td {
    font-family: 'TildaSans', sans-serif !important;
}

@media screen and (min-width: 640px) {
    .js-store-single-product-info {
        max-width: 500px;
    }
    
    /* Заголовок */
    .t762__title {
      font-size: 32px !important;
    }
    
    /* Характеристики (таблица свойств) */
    .product-specs td {
      font-size: 18px !important;
    }
    
    /* Заголовки опций (Цвет, Объём памяти) */
    .t-product__option-title.t-descr.t-descr_xxs {
      font-size: 16px !important;
    }

    .t762__col.t762__col_padding {
        padding-top: 60px !important;
        padding-bottom: 0 !important;
    }
    
    /* Кнопка "В корзину" */
    .t762__btn {
      font-size: 18px !important;
      height: 60px !important;
    }
}

@media screen and (min-width: 960px) {
    .t-rec_pt_120 {
        padding-top: 40px !important;
    }
    
    .t-slds__thumbsbullet.t-slds__bullet {
        max-width: 136px !important;
        max-height: 136px !important;
    }
}

@media screen and (min-width: 1600px) {
    .t-rec_pt_120 {
        padding-top: 70px !important;
    }
    
    .t-slds__thumbsbullet.t-slds__bullet {
        max-width: 156px !important;
        max-height: 156px !important;
    }
}