/*красим оверлей*/
:root {
--OverlayBackground: #EDEDED;
}
.t-body {
background: var(--OverlayBackground);
}
.overflow {
background: var(--OverlayBackground);
overflow: hidden !important;
}

/*убираем фон у иконки добавления в избранное*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    background: none;
}
.t1002__addBtn_active svg path {
    fill: #1D1D1D;
    stroke: #1D1D1D;
}

/*убираем синие поля*/
body.t-body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

/*отступы между карточками*/
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
}

/*отступы от цены*/
.t-store__card__price-wrapper {
    margin-top: 2px;
}

/*отступы от заголовка*/
.t-store__card__textwrapper {
    padding-top: 10px;
}

/*скрываем артикулы*/
div.t1002__product-title__option:nth-child(3) {
display: none;
}
.t706__product-title__option:last-child {
    display: none;
}

/*убираем фильтрацию по порядку*/
.t-store__filter__search-and-sort {
    display: none !important;
}

/*фильтры*/
.t-store__filter {
    margin-bottom: 20px !important;
}

@media screen and (min-width: 960px) {
    .t-store__filter__item-controls-wrap {
    box-shadow: none;
    border: 1px solid #dbdbdb;
    background-color: #edebed !important;
    left: 0px;
}

.t-store__filter__item {
    margin: 0 !important;
    padding: 5px 10px;
    border: 1px solid #dbdbdb;
    margin-right: 10px !important;
}
        
.t-store__filter__custom-sel:hover {
    background-color: #dbdbdb;
}
}
    
.t-store__filter__custom-sel.active {
    background-color: #dbdbdb;
}
    
@media screen and (max-width: 960px) {
    .t-store__filter__custom-sel.active {
        padding-left: 5px !important;
    }
}

.t-checkbox__indicator {
    border: 1px solid #1d1d1d;
}

.t-store__filter__chosen-val {
    background-color: #dbdbdb;
}

/*поднятие футера*/
#allrecords:has(.t-store__prod-snippet__container) #t-footer {
    padding-bottom: 80px;
}
.t-store__relevants__container .t-container .t-col {
    margin-left: 0;
}
@media (min-width: 560px) {
    #allrecords:has(.t-store__prod-snippet__container) #t-footer {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 560px) {
    .t-store__prod-popup__slider{
    position: relative;
    top: 7px;
  }
}

/*кнопка в корзину поверх конента*/
.t-store__prod-popup__btn-wrapper.t-store__prod-popup__btn-wrapper-fixed {
    z-index: 999;
}

/*скрываем руку блока рекомендаций*/
@media screen and (max-width: 960px) {
    .t-store__relevants__container .t-store__scroll-icon-wrapper {
        display: none;
    }
}

/*масштабирование фото по высоте в блоке рекомендаций*/
.t-store__card__imgwrapper {
    position: relative;
    width: 100%;
    padding-bottom: 135%;
}

/*заголовок в блоке рекомендаций*/
@media screen and (min-width: 981px) {
    .t-store__relevants__title {
        font-size: 15px !important;
        font-weight: 400 !important;
    }
}

/*растягиваем блок с рекомендациями*/
.t-store__relevants__container .t-container {
    max-width: calc(100%);
}

.t-store__relevants__container .t-container .t-col {
    margin-left: 0;
}

.t-store__relevants__container .t-container .js-product {
    max-width: initial;
    flex: 1 1 20%;
    /*расстояние между карточками*/
    margin-right: 20px;
}

.t-store__relevants__title {
    text-align: center;
    margin: 35px auto;
}

/*блок рекомендаций для десктопа*/
@media screen and (min-width: 961px) {
    .t-store__relevants-grid-cont.t-store__valign-buttons.t-store__grid-cont_mobile-one-row {
        max-width: calc(100% - 40px);
        margin: 0 auto;
    }

    .js-product-relevant + div {
        margin-left: 14px !important;
    }
}

@media (min-width: 320px) {
    .t-store__relevants__title {
        text-align: center;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

}

@media (min-width: 810px) {
    .t-store__relevants__title {
        text-align: center;
        padding-left: 4px;
    }
}


/*меню*/
    .t450 .t-menusub__menu:after, .t450 .t-menusub__menu:before {
        display: none !important;
    }
    .t450 {
        overflow: auto !important;
        -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1) !important;
        -moz-transition: all .6s cubic-bezier(0.165,0.84,0.44,1) !important;
        -ms-transition: all .6s cubic-bezier(0.165,0.84,0.44,1) !important;
        -o-transition: all .6s cubic-bezier(0.165,0.84,0.44,1) !important;
        transition: all .6s cubic-bezier(0.165,0.84,0.44,1) !important;          
    }
    .t450__container {
        padding: 0px !important;
    }
    .t450__top {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;   
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }    
    .t450__logowrapper {
        height: 70px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;        
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .t450__logoimg {
        max-width: 94px !important;
    }  
    .t450__menu {
        padding-top: 20px !important;
    }
    .t450__list {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 20px !important; 
        margin-bottom: 0px !important;
    }
    .t450 .t-menu__link-item {
        margin-bottom: 0px !important;
    }
    .t450__list_item:last-child .t-menu__link-item {
        margin-bottom: 0px !important;
    }
    .t450 .t-menusub__menu {
        width: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        border-bottom: 1px solid #DBDBDB !important;
        margin-top: 20px !important;
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
        background-color: transparent !important;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
        text-align: left !important;
    }
    .t450__list_item:last-child .t-menusub__menu {
        margin-bottom: 0px !important;
    }    
    .t450 .t-menusub__content {
        margin-top: 0px !important;
        padding: 0px !important;
        overflow: unset !important;
    }
    .t450 .t-menusub__list-item {
        margin-bottom: 10px !important;
    }
    .t450 .t-menusub__list-item:last-child {
        margin-bottom: 0px !important;
    }   
    .t450__rightside {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;   
    }  
    .t450__rightcontainer {
        text-align: center !important;
    }
    .t450__right_descr {
        margin-top: 0px !important;
    }
    .t450__right_descr ul {
        list-style-type: none !important;
        margin-bottom: 0px !important;
        padding-left: 0px !important;
    }
    .t450__right_descr ul li:not(:last-child) {
        margin-bottom: 10px !important;
    }
    .t450__right_social_links {
        margin-top: 0px !important;
    }
    .t450__right_descr + .t450__right_social_links {
        margin-top: 20px !important;
    }
    .t450 .t-sociallinks__wrapper {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .t450 .t-menusub__arrow {
        width: 6px !important;
        height: 9px !important;
        position: static !important;
        opacity: 1 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
        background-image: url(https://static.tildacdn.com/tild6230-3061-4561-a561-343333393462/arrow.svg) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        -webkit-transform: rotate(-90deg) !important;
        -ms-transform: rotate(-90deg) !important;
        transform: rotate(-90deg) !important;
        margin-top: -5px !important;
        margin-bottom: 0px !important;
        margin-left: 10px !important;
        margin-right: 0px !important;
        padding: 0px !important;
        pointer-events: none !important;
        -webkit-transition: all .3s linear !important;
        -moz-transition: all .3s linear !important;
        -ms-transition: all .3s linear !important;
        -o-transition: all .3s linear !important;
        transition: all .3s linear !important;
    }
    .t450 .t-menusub__target-link_active .t-menusub__arrow {
        -webkit-transform: rotate(90deg) !important;
        -ms-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;        
    }
    .t450 .t-menusub__arrow:after {
        display: none !important;
    }
