.smart-tabs { position:relative; margin-bottom:60px;}
.tabs-list {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 2px;
    overflow: hidden;
}
.tabs-list::before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    background: #dfdfdf;
    height: 1px;
    width: 100%;
}
.tabs-list .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--main_color);
    transition: .3s ease;
}
.tabs-list__item {
    margin-right: 30px;
}
.tabs-list__item a { display: block; cursor: pointer; border-bottom:3px solid transparent; margin:0 0 -2px; }
.tabs-content { position:relative; }
.tabs-content .k_loader {
    position: absolute;
    background-color: transparent;
}
.tabs-content.wait .product__list, .tabs-content.wait .product__slider {
    opacity: .4;
}
.smart-tabs.recommends .tabs-content {
    margin-bottom: -110px;
}
.smart-tabs.recommends .line {
    display: none;
}
.smart-tabs.recommends .tabs-list::before {
    display: none;
}
.smart-tabs.recommends .tabs-list__item {
    margin: 0;
    padding: 1px 0;
    border: 1px solid transparent;
}
.smart-tabs.recommends .tabs-list__item a {
    margin-right: 10px;
    padding: 13px 16px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    background-color: #fff;
    color: var(--main-txt);
}
.smart-tabs.recommends .tabs-list__item a:hover {
    background-color: #efefef;
}
.smart-tabs.recommends .tabs-list__item a.active {
    border: 1px solid var(--main-txt);
    background-color: var(--main-txt);
    color: #fff;
}
.smart-tabs.recommends .k_loader::before {
    top: calc(50% - 100px);
}
.right-shadow {
    background: linear-gradient(270deg, #FCFCFC 32.39%, rgba(252, 252, 252, 0) 106.25%);
    position: absolute;
    height: calc(100% - 2px);
    width: 60px;
    top: 0;
    right: 0;
    pointer-events: none;
}
.smart-tabs.recommends {
    margin-top: 0;
}
.recommend-title {
    margin-top: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.recommend-title h2 {
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: inline-block;
}
.recommend-title h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: var(--main_color);
}
.item-not-data-filter p {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}