[page_name="ProdutosList"] tr td {
    background-color: white;
    border-color: var(--header-background-color) !important;
}

[page_name="ProdutosList"] tr[parente-filho] td {
    background: color-mix(in srgb, var(--header-background-color) 8%, #ffffffd9) !important;
    border-top: none;
    font-size: 91%;
}

[page_name="ProdutosList"] tr[parente-filho] td:first-child {
    position: relative;
}

[page_name="ProdutosList"] tr[parente-filho] td:first-child::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background: var(--header-background-color);
}