a.hikabtn.hikacart[disabled] {
    cursor: not-allowed;
    pointer-events: none;
}
.hide{
   display:none;
}

[for="coatingdesign_sv_equal_imagery"] span {
    color: green;
}

/* Option 1: Hide the row if ANY element on the page has an ID containing "_1_59_" */
:has([id*="_1_59_"]) tr#hikashop_item_edging_service_set1 {
    display: none;
}

