/* .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;
}