
/* Общие заголовки */
.t-name {
    font-weight: 500;
}

.t-name_xl {
    font-size: 26px;
    letter-spacing: -0.8px;
    line-height: 1.35;
}

/* Карточка товара */
.t706__product-title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.6px;
}

.t706__product-amount,
.t706__product-amount--portion {
    display: none;
}

.t706__cartwin-prodamount-wrap {
    display: none !important;
}

.t706__cartwin-totalamount-wrap {
    font-weight: 500;
    font-size: 20px !important;
    letter-spacing: -0.6px;
    text-align: left;
}

/* Поля формы */
.t706 .t-form .t-input,
.t706 .t-form .t-select {
    height: 52px;
}

.t-input {
    font-size: 15px;
    letter-spacing: -0.4px;
}

.t706 .t-input-group {
    margin-bottom: 12px;
}

/* Окно корзины */
.t706__cartwin-content {
    background-image: url(https://static.tildacdn.com/tild3231-3936-4538-b832-663032653365/ajy_2_1.jpg);
    background-color: #f9f7f3;
    border-radius: 10px;
}

.t706 .t-form input.t-input {
    background-color: #00000000;
    -webkit-transform: translateZ(0);
}

.t706__product-del {
    cursor: pointer;
    display: none;
}



/* Стили только для мобильных устройств */
@media screen and (max-width: 640px) {
    .t706__product {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
        display: table;
        margin: 19px 0; /* общий отступ сверху и снизу */
        position: relative;
        height: 36px;
        vertical-align: middle;
    }

    .t-btnflex_md,
    .t-btn.t-btnflex_md,
    .t-submit.t-btnflex_md {
        --height: 52px;
        font-size: 15px;
        letter-spacing: -0.6px;
    }
.t706__cartwin-content {
    border-radius: 0px;
}

.t-descr_sm {
        font-size: 17px;
        line-height: 1.1;
    }
    
.t706__product-title {
        padding-bottom: 10px;
        padding-top: 14px !important;
        width: 55%;
    }

}