.product-price {
font-size: inherit !important;
letter-spacing: 2px !important;
}
.product-price:before {
content: "" !important; /* Removes the $ symbol */
}
.product-price:after {
content: attr(data-amount) !important; /* Ensures only the number is shown */
}