.t1291 .t-catalog__prod-popup__name {
    font-size: 28px!important;
}


.uc-home .t-catalog-parts-above__container,
.uc-home .t-catalog__load-more-btn-wrap {
   display: none;
}

.t-typography__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.t-catalog__breadcrumbs {
    font-size: 13px;
}

.t706__cartwin-heading {
    color: #ff849b;
}

.js-block-header-title {
    display: none;
}
    
@media screen and (max-width: 980px) {
    /* Всплывающее окно товара */
    .t1291 .t-popup__close {
        width: 50px;
        top: 10px;
        height: 50px;
        border-radius: 25px;
        left: 10px;
        background-color: rgba(0, 0, 0, 0.5)!important;
    }
    
    .t1291 .t-popup__close-wrapper {
        border-bottom: 0;
    }
    
    .t1291 .t-popup__container.t-popup__container-static.t-popup__container-animated {
        margin-top: 0;
    }
    
    .t-popup .t-catalog__prod-popup__price {
        font-size: 24px!important;
    }
    
    .t-store .t-store__prod-popup__container .t-store__product-popup .t-slds {
        margin-left: 0;
        margin-right: 0;
    }
    
    .t1291 .t-popup__container {
        padding-bottom: 80px!important;
    }
    
    .t-catalog__prod-popup__title-wrapper .t-typography__title {
        white-space: normal;
        font-size: 28px;
    }
        
    /* Список товаров на главной*/
    .t-catalog__card__btn-text {
        display: none;
    }
    
    .t-catalog__card__wrap_txt-and-opts.t-catalog__card__has-btns {
        margin-bottom: 0;
    }
    
    .t-catalog__card__price-wrapper {
        flex-direction: column;
    }
    
    .t-catalog__card__btns-wrapper.js-catalog-buttons-wrapper {
        position: absolute;
        right: 10px;
        top: 44px;
    }
    
    .t-catalog__card__wrap_txt-and-btns {
        position: relative;
        min-height: 74px;
    }
    
    .t-btnflex.t-btnflex_type_button2 {
        width: 40px;
        height: 40px;
    }
    
    /* Значек избранное над карточкой товара */
    .t-catalog__card_in-column .t1002__addBtn,
    .t-catalog__card-list .t1002__addBtn {
        height: 36px;
        width: 36px;
    }
    
    /* Сопутствующие товары */
    .t-catalog__relevants__title {
        padding-top: 18px;
        border-top: 1px solid #d6d6d6;
        font-size: 24px!important;
    }
    
    .t-catalog__relevants__container .t-catalog__scroll-icon-wrapper {
        padding-bottom: 0;
        margin-top: -40px;
    }
    
    .t-catalog__relevants-grid-cont.t-catalog__grid-cont_mobile-one-row .t-col {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
    
    .t-catalog__relevants-grid-cont.t-catalog__grid-cont_mobile-one-row .t-col:first-child {
        margin-left: 0!important;
    }
    
    .t-catalog__relevants-grid-cont.t-catalog__grid-cont_mobile-one-row .t-col:last-child {
        margin-right: 0!important;
    }
    
    .t-catalog__relevants__container .t-catalog__card__textwrapper {
        padding-top: 0;
    }
}

/* Art Buket: faster smooth product popup and gifts accordion */
.t-popup,
.t-popup__container,
.t-catalog-popup,
.t-store__prod-popup,
.js-product-popup,
.t-catalog__prod-popup {
  transition-duration: 0.28s !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.t-accordion,
.t-accordion__item,
.t-accordion__content,
.t-store__tabs,
.t-store__tabs-item,
.t-store__tabs-content,
.t-catalog__tabs,
.t-catalog__tabs-item,
.t-catalog-popup__accordion,
.t-catalog__relevants,
.t-store__relevants,
.js-product-tabs {
  transition-duration: 0.28s !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
}
