.tabs_cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    align-items: center;
}
.tabs_cont .tabs-header{
margin-bottom: 0px;
}
.tabs_cont > a{
height: fit-content;
font-weight: 500;
}
.tabs_cont > a:hover{
color: #fff;
}
.info_img_block{
    position: absolute;
    display: flex;
    padding: 10px;
    row-gap: 6px;
    flex-direction: column;
}
.type_img_block:first-child{

}
.info_img_block .type_img_block{
    width: fit-content;
}
.type_img_block{
    background: #141111;
    display: flex;
    border: 1px solid #201e1c;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 12px;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}
.similar_img_block{
    display: flex;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
    height: 40px;
    width: 40px;
    justify-content: center;
}
.type_img_block svg{
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.type_goods_main_key::before {
    content: "";
    display: inline-flex;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    background: url(/assets/img/svg/type_key.svg) center center / cover;
}
.discount_price{
    text-decoration: line-through;
    color: #fff;
    margin-right: 10px;
}
.seller-name a{
    color: inherit;
    transition: all 0.3s;
}


.main__folder_section{
    color: #fff;
}

.similar_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
    background: linear-gradient( 
180deg, rgba(0, 0, 0, 0.2) 62.68%, rgba(0, 0, 0, 0.9) 100%);
}
.similar_bg_top:hover{
opacity: 0;
}
.similar_bg_top{
width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    bottom: 0;
    justify-content: space-between;
    transition: all 0.3s;
    background: linear-gradient( 
0deg, rgba(0, 0, 0, 0.2) 62.68%, rgba(0, 0, 0, 0.9) 100%);
}
.info_left_similar{
    display: flex;
    height: 40px;
    color: #fff;
}
.similar_img_block svg{
    max-height: 20px;
}

.info_right_similar{
        display: flex;
    padding: 10px;
    height: 30px;
    background: #fff;
    color: #141111;
    display: flex;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    border-radius: 12px;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
    margin: 5px;
    align-items: center;
    justify-content: center;
}
.similar{
    height: 319px;
    transition: all 0.3s;
    width: 31%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 7%);
    cursor: pointer;
}

.similar img{
    width: 100%;
height: 100%;
object-fit: contain;
}

.similar_block {
    display: flex;
    justify-content: space-between;
}
.similar > span{
    position: absolute;
    bottom: 3px;
    top: auto;
    left: 0;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
}
.type_img_block > span{
    position: inherit;
}
.similar .similar__info-price{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px;
    max-width: 30%;
    border-radius: 7px;
    color: #fff;
    /* margin: 0px 10px 10px 0; */
    font-weight: 500;
        pointer-events: none;
}

    .img_bg_goods{
        width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(10px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }
    .cont_img_goods{
        z-index: 999;
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    }
    .goods-main-img{
        border-radius: 12px;
    }
    .goods-main-img img{
        border-radius: 0;
        object-fit: cover;
    }