/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

h1, h2, h3, h4, h5, h6{
    font-family: "Varela Round";
}

.logo-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px; /* Je kunt dit aanpassen aan de gewenste hoogte */
    width: 120px;  /* Je kunt dit aanpassen aan de gewenste breedte */
    overflow: hidden; /* Verbergt eventuele delen van de afbeelding die buiten het .item element vallen */
}

/* Stijl voor de afbeelding */
.logo-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block; /* Verwijdert ongewenste witruimte onder de afbeelding */
}
.grid_item_home_new{

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-bottom: 20px;
}
.grid_item_home_featered {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 383px;
}
.new_price{
   color: #f92a06 !important;
    font-family: "Varela Round", san-serif !important;
    font-weight: 700 !important;
}