/*
Theme Name: Soetendaal
Author: Soetendaal
Version: 2.1.1
Text Domain: soetendaal
*/
.product {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #27241f;
    padding-top: 162px;
    padding-bottom: 100px;
}
.product h3 {
    color: #9d9c9c;
    margin-bottom: 79px;
}
.product h4{
    color: #fff;
}
.product__holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.product__column{
    position: relative;
    display: inline-block;
    width: 38.7%;
}
.product__column:nth-child(even){
    margin-top: 228px;
}
.product__column:nth-child(odd){
    margin-bottom: 228px;
}
.product__column--block-1 {
    width: 49.5%;
    margin-top: 0;
}

.product ul.filter__filter{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.product ul.filter__filter li a{
    padding: 12px 15px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #27241f;
    background-color: #ececec;
}
.product ul.filter__filter li a:hover{
    background-color:#7cb928;
    color: #fff;
}
.product ul.filter__filter li a.is-active{
    background-color:#7cb928;
    color: #fff;
}
.product__column .card-product__image img {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
@media only screen and (max-width: 767px) {
    .product__column .card-product {
        margin-bottom: 30px;
    }
    .product__column .card-product__image img {
        height: 100%;
    }
    .card-product__image {
        margin-bottom: 20px;
    }
    .product__column:nth-child(even){
        margin-top: 0px;
    }
    .product__column:nth-child(odd){
        margin-bottom: 0px;
    }
    .product__column--block-1 {
        width: 100%;
    }
    .product__column {
        width: 100%;
    }
}
