/**====================================
Contents 
====================================**/
.ecomm04-latestproducts-sec .ecomm04-filtering-wrap{
    margin-bottom: 20px;
}
.ecomm04-latestproducts-sec .ecomm04-filtering {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    padding-bottom: 5px;
}
.ecomm04-latestproducts-sec .ecomm04-filtering .filter-link{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    border: 0;
    padding: 0;
    background-color: transparent;
    display: block;
    line-height: 1.1;
    border-bottom: 1px solid transparent;
}
.ecomm04-latestproducts-sec .ecomm04-filtering .filter-link.active{
    border-bottom-color: #0E5AA7;
}
.ecomm04-viewall-link{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.ecomm04-viewall-link img{
    display: block;
    max-width: 6px;
    margin-left: 5px;
}
.ecomm04-viewall-link:hover{
    color: #0E5AA7;
}
.ecomm04-latestproductswrap{
    margin-left: -15px;
    margin-right: -15px;
}
.ecomm04-latestproslder .slick-track{
    display: flex;
}
.ecomm04-latestproslder .slick-slide{
    padding: 15px;
    height: auto;
}
.ecomm04-latestproslder .ecomm04-product-card figure img{
    mix-blend-mode: multiply;
}
.ecomm04-latestproslder .slick-track {
    display: flex;
}
.ecomm04-latestproducts-sec .tab-content>.tab-pane{
    display: block; 
    height: 0px; 
    overflow: hidden; 
}
.ecomm04-latestproducts-sec .tab-content>.active{
    height: auto;
    overflow: inherit;
}


/**====================================
Responsive 
====================================**/
@media (max-width: 767px){
    .ecomm04-latestproducts-sec .ecomm04-filtering{
        gap: 20px;
    }
    .ecomm04-latestproducts-sec .ecomm04-filtering .filter-link{
        font-size: 12px;
        white-space: nowrap;
    }
    .ecomm04-viewall-link{
        font-size: 12px;
        display: none;
    }  
    .ecomm04-latestproducts-sec .ecomm04-filtering-wrap{
        overflow-x: auto;
    }
    .ecomm04-latestproducts-sec .ecomm04-filtering{
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        justify-content: flex-start;
    }
}
@media (max-width: 575px){
    .ecomm04-latestproslder .slick-slide{
        padding: 6px;
    }
    .ecomm04-latestproductswrap {
        margin-left: -6px;
        margin-right: -6px;
    }
}
