/* .custom-discussion-dexpert, .discussion-dexpert{
    display:flex;
    padding: 30px;
    background-color: #DCDEB3;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px 20px #F5F5F5;
    margin-top:20px;
    margin-bottom:20px;
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 80px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.discussion-dexpert figure{
    width:33%;
} 

.custom-discussion-dexpert-wrapper-txt{
    padding-left: 40px;
    width:67%;
}

.custom-discussion-dexpert-wrapper-txt p{
    color:#69603A;
    font-family: "ABC-Diatype", Arial, sans-serif;
    font-size:32px;
    margin-top:15px !important;
    font-weight:900;
} */

.wp-block-custom-theme-product-highlight{
    background-color:lightpink;
}


.product-highlight{
    padding: 30px;
    background-color: #F6F6D6;
    border-radius: 20px;
    box-shadow: inset 0px 0px 20px 20px #F5F5F5;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    padding: 60px 60px;
    margin-bottom: 40px;
}

.product-highlight .product-thumbnail a{
    width:100%
}
.product-highlight .product-thumbnail{
    height:220px;
}
.product-highlight .product-thumbnail img{
object-fit: cover;
height: 220px;
}
.product-thumbnail a::after, .product-thumbnail a:hover::after{
    transform: scaleX(0) !important;
}


/* a:not(.button):hover::after,
a:not(.button) .hover_arrow_tekst:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
} */


.product-highlight .topline{
    color: #69603A;
    font-size: 8px;
    letter-spacing: 0.4px;
    margin-bottom: 0px;
  }

.product-highlight h3{
    color: #69603A;
    font-family: "Benton Modern D";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.multiple-product-highlight-wrapper{
    display: flex;
    flex-flow: wrap;
    justify-self: anchor-center;
    justify-content: center;
    max-width: 1600px;
    margin-bottom: 40px;
}
.multiple-product-highlight-wrapper .product-highlight{
    /* width: calc((100vw - 200px) / 4); */
    /* width:18%;
    margin: 0px;
    background-color:unset;
    padding: 20px;
    max-width:unset; */
    width: calc(25% - 40px);
    margin: 0px;
    background-color: unset;
    padding: 20px;
    max-width: unset;
}
.multiple-product-highlight-wrapper .product-highlight .product-thumbnail img {
    /* height: 220px;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    max-width: 100%; */
    height: 32vw;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    max-height: 550px;
}

.multiple-product-highlight-wrapper .product-highlight h3{
    font-size: 18px;
    font-family: "Benton-Modern";
    color: #353535;
}


 @media (max-width: 1200px) {
    .multiple-product-highlight-wrapper .product-highlight{
        width: calc(33% - 40px);
    }
}

@media (max-width: 850px) {
    .multiple-product-highlight-wrapper .product-highlight{
        width: calc(50% - 40px);
    }
    .multiple-product-highlight-wrapper .product-highlight .product-thumbnail img {
        height: 52vw;
    }
}
@media (max-width: 650px) {
    /* .multiple-product-highlight-wrapper .product-highlight{
        width: calc((100vw - 80px) / 2);
    }
    .multiple-product-highlight-wrapper .product-highlight .product-thumbnail img {
        height: 52vw;
    } */
    .mul_product_excerpt{
        padding:0px !important;
    }
}
@media (max-width: 450px) {
    .multiple-product-highlight-wrapper .product-highlight{
        width: 100%;
    }
    .multiple-product-highlight-wrapper .product-highlight .product-thumbnail img {
        height: 110vw;
    }
}

/* @media (max-width: 1650px) {
    .multiple-product-highlight-wrapper .product-highlight{
        width: calc(25vw - 115px);
    }
}

@media (max-width: 1250px) {
    .multiple-product-highlight-wrapper .product-highlight {
        width: calc(33vw - 136px);
    }
}

@media (max-width: 900px) {
    .multiple-product-highlight-wrapper .product-highlight {
        width: calc(50vw - 148px);
    }
}

@media (max-width: 650px) {
    .multiple-product-highlight-wrapper .product-highlight {
        width: calc(50vw - 90px);
        padding:40px 20px;
    }
    .multiple-product-highlight-wrapper {
        justify-content: space-around;
    }
}
@media (max-width: 500px) {
    .multiple-product-highlight-wrapper .product-highlight {
        width: calc(50vw - 60px);
    }
}

@media (max-width: 420px) {
    .multiple-product-highlight-wrapper .product-highlight {
        width: calc(100vw - 80px);
    }
    .multiple-product-highlight-wrapper .product-highlight .product-thumbnail img {
        height: 150px;
    }
} */