

.shop-title {font-weight: bold;font-size: 1.1rem;}
.shop-title a {text-decoration: none!important;}

.categories-list .category-image {height: 25vh;}
.categories-list .category-title {background-color: rgba(0,0,0,0.5);height: 10vh;}
.categories-list a {text-decoration: none !important;}

.products-list .product-image {height: 25vh;}
.products-list .product-short-name {font-size: 0.8rem;}
.products-list .product-price {font-weight: bold;}
.products-list .product-short-name {min-height: 3rem;max-height:3rem;overflow-y: hidden;}
.products-list .product-item:hover .product-short-name {max-height: unset;overflow-y: unset;}

.product-card .product-image {height: 25vh;}
