/*Стилизация уведомления об использовании куки*/

.t657 {
    z-index: 99991;
}

.t657__wrapper {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1) !important;
    padding: 20px 20px !important;
}

.t657__text {
    margin-bottom: 20px;
}

.t657_rectangle {
    bottom: 40px;
}

@media screen and (max-width: 960px) {
    .t657__wrapper {
        border-radius: 16px 16px 0 0 !important;
        padding: 20px 20px !important;
    }
}

/*Стилизация кнопки «Наверх»*/

.t890__arrow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2) !important;
}

@media screen and (max-width: 960px) {
    .t890 {
        bottom: 70px !important;
        right: 10px !important;
    }
}

@media screen and (max-width: 640px) {
    .t890__arrow {
        transform: scale(1);
    }
}

/*Стилизация виджета для отправки сообщения*/

.t708 .t708__btn_wrapper {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2) !important;
    height: 50px;
    width: 50px;
}

.t708 .t708__popup-container {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1) !important;
}

.t708__bottom-text.t-text.t-text_xs {
    font-size: 12px !important;
    line-height: 1.4 !important;
}

@media screen and (max-width: 960px) {
    .t708__popup-container {
        border-radius: 0px !important;
    }
}

/*Стилизация поп-апа «Бонусная программа UNCO»*/

.t390__descr {
    text-align: justify !important;
}

.t-align_left {
    text-align: left;
}

/*Стили миниатюр в карточке товара*/

.js-product .t-product__option-variants_buttons .t-product__option-item_image:hover .t-product__option-title {
    inline-size: max-content;
    bottom: 64px;
    padding: 6px 6px;
}

.js-product .t-product__option-variants_buttons .t-product__option-checkmark_image {
    height: 54px;
    background-position: center;
}