Is it possible to make something like this?
[data-product-id="127"], [data-product-id="128"], [data-product-id="419"] > .product-inner-wrap > .price > em::after {
color: red;
font-size: 13px;
content: " /100g."!important;
}
I have multiple product IDs in attributes and I need to change a few. I need to do this using only CSS.