.post-type-archive-product{
    padding: 50px 15px;
    background-color: #F7F9FD;
}
.post-type-archive-product h1{
    text-transform: uppercase;
    font-size: 56px;
}
.post-type-archive-product h1, .products-result p, .products-result span, .post-type-archive-product p, .products-result h2, .target_species, .products-count, .clearance a, .clearance a:visited{
    color: #025B94;
}
.archive-header{
    margin-bottom: 50px;
}
.products-result{
    list-style-type: none;
    margin: 0;
}
.products-result img.product-image{
    margin-right: 16px;
}
.products-result-foo .target_species a{
    display: flex;
    align-items: center;
    color: #025B94;
    text-decoration: none;
}
.products-result li{
    background-color: white;
    padding: 32px 16px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    border: 1px solid #EEEEEE;
    align-items: center;
    flex-direction: column;

}
.products-result h2{
    font-size: 24px;
    font-weight: bold;
}
.product-button{
    color: white!important;
    padding: 8px 20px;
    display: block;
    background-color: #025B94;
}
.products-result-foo{
    display: flex;
    flex-direction: column;
}
.target_species-wraper{
    width: auto;
    text-align: left;
}
.target_species img{
    width: 24px;
    height: 24px;
    max-width: 24px;
    max-height: 24px;
    margin-right: 8px;
}
.products-result-title p, .products-result-title h2{
    margin-bottom: 8px
}
.products-count{
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    font-size: 14px;
}
.product-clear, .product-filter-fields{
    display: none;
}
.product-clear.active{
    display: block;
}
.products-filter form button{
    padding: 12px 24px;
}
.product-filter-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-direction: column;
    gap: 16px;
}
.product-filter-head button{
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    text-transform: initial;
}
.product-filter-head button svg{
    margin-right: 8px;
}
.product-filter-fields{
    opacity: 0;
    transition: opacity 0.2s ease;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 32px;
}
.product-filter-fields input[type="submit"]{
    background-color: #025B94;
    color: white;
    padding: 12px;
    font-weight: 400;
    text-transform: initial;

}
.clearance{
    display: flex;
    align-items: center;
}
.clearance a{
    margin-left: 32px;
    font-weight: 300;
}
.page-numbers{
    width: 100%;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 30px 0;
}
.page-numbers a, .page-numbers .current{
    padding: 5px 10px;
}
.page-numbers .current{
    background-color: #025B94;
    color: white
}
.target_species{
    text-align: center;
}
.products-result-foo a{
    margin-top: 16px;
}
.product-filter-fields input, .product-filter-fields select{
    padding: 16px;
}
@media only screen and (min-width: 768px) {
    .archive-header{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 80px;
    }
    .product-filter-head{
        flex-direction: row;
        margin-bottom: 64px;
    }
    .products-count{
        margin-bottom: 64px;
    }
    .product-filter-fields{
        grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
        column-gap: 32px;
        row-gap: initial;
        margin-bottom: 64px;
    }
    .products-result li{
        padding: 32px;
        flex-direction: row;
    }
    .products-result-foo a{
        margin-left: 32px;
        margin-top: 0;
    }
    .products-result img.product-image{
        margin-right: 32px;
    }
    .products-result-foo{
        margin-left: auto;
        flex-direction: row;
    }
    .target_species{
        text-align: left;
    }
    .product-filter-fields input, .product-filter-fields select{
        padding: 5px;
    }
    .product-filter-fields{
        display: grid;
        opacity: 1;
    }
}