@media (min-width : 768px) {


}

@media (min-width : 1024px) {

    /*CONTAINERS*/

    .left-column__wrapper {
        width          : 100%;
        max-width: 100%;
        margin-right   : 20px;
        padding-bottom : 0;
    }

    /*LIST PRODUCTS*/

    .products {
        grid-template-columns : repeat(2,1fr);
    }

    h2.title_block,
    .af_subtitle_heading,
    .af_filter .count,
    .selectedFilters {
        display: none;
    }

    #amazzing_filter {
        box-shadow: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .af_filter {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .af_filter li {
        padding: 15px 0;
    }

    .af_filter_content ul.list__filter {
        display: flex;
        justify-content: space-around;
    }

    .af_filter_content ul.list__filter li {
        position: relative;
    }

    .af_filter_content ul.list__filter li.active {
        border-bottom: 2px solid black;
    }

    .af_filter_content [type="checkbox"]:not(:checked),
    .af_filter_content [type="checkbox"]:checked {
        position: absolute;
        left: 0;
        opacity: 0.01;
    }

    .af_filter_content ul.list__filter span.name {
        font-family: var(--third-font);
        font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
        text-transform: uppercase;
    }

}


@media (min-width : 1025px) {

    /*LIST PRODUCTS*/

    #products .product-miniature {
        margin: 0;
    }



}
