HOSEN
Konfektionsgrößen
Marken
- NeuheitPME Legend Herren Expedizor Cargo Bestseller PTR2503622
UVP 139,00 EURab 138,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Neuheit
- NeuheitPME Legend Herren Cargo PTR2503622
UVP 139,00 EURab 138,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - -26%PME Legend Herren Chino PTR2411644
UVP 119,00 EURab 88,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - -30%PME Legend Herren Nordrop Cargo PTR2408606
UVP 129,00 EUR90,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - -26%61d41cdf46639f0010906363 Männlich 2561 Denim Pants VTR912
UVP 129,00 EURab 95,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - -46%Vanguard Herren Chino VTR2309636
UVP 139,00 EURab 75,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
const crossprices = document.getElementsByClassName('crossprice');
const prices = document.getElementsByClassName('price');
for (let i = 0; i < crossprices.length; i++) {
if (crossprices[i].innerText.trim() !== "") {
if (prices[i]) { // Ensure a corresponding .price element exists
prices[i].style.color = "red";
}
}
}