/*
Theme Name: Leflite child
Theme URI: https://lefcreative.nl/
Author: Lef Creative
Author URI: https://lefcreative.nl
Description: Child theme van het thema Leflite
Version: 1.0.0
License: /
License URI: /
Template: leflite
*/



.bg-quartiary {
	background-color: var(--quartiary);
  	color: var(--quartiary-content);
}

.breadcrumb_last{
  color: black;
}.card-product .product-excerpt {
  font-size: 14px;
  font-style: italic;
  line-height: 24px;
  margin-top: 10px;
}
.product_title{
color: black!important;
}
.card .product-excerpt {
     overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}