/* .Printer > .Printer_title > li:nth-child(n + 2)::before {
    content: "|";
    position: absolute;
    left: -2px;
} */
.products_nav li:hover > p {
    display: block;
}
.Printer_list_a span {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
