:root {
--polor-price-accent: #ed0202; --polor-price-muted:  #7a7a7a; }  .product-price .polor-price-display--tile,
.product-price .polor-price-display--tile .woocommerce-Price-amount,
.product-price .polor-price-display--tile bdi {
color: var(--polor-price-accent);
} .polor-price-display--tile .polor-price-net-label {
font-size: 0.6em;
font-weight: 400;
white-space: nowrap;
}  .polor-price-display__gross-label {
color: var(--polor-price-accent);
}
.polor-price-display__net,
.polor-price-display__net .polor-price-display__net-label,
.polor-price-display__net .woocommerce-Price-amount,
.polor-price-display__net bdi {
color: var(--polor-price-muted);
}