
.product-item {
    height: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.product-item.item-group {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.product-item.item-product {
    font-size: 14px;
    text-decoration: none;
}
.product-item.item-product:hover {
    background: #eeeeee;
}
.product-list div[class*="col-"]:hover:has(.item) {
    background-color: #f0f0f0;
}