/* Category pages – only sale items */ .product-item .price-box:has(.old-price) .price { color: #a32620 !important; } /* Product page – only sale items */ .catalog-product-view .price-box.price-final_price .normal-price.spec-price .price { color: #a32620 !important; } /* Old price styling (both pages) */ .price-box .old-price .price { color: #777 !important; }