Contact Us
Liquid error (sections/main-page line 23): Cannot render sections inside sections
/* Selling price (main price) */
.product__price--sale {
color: #1a8f44 !important; /* Green or your theme color */
font-weight: 600;
}
/* Compare at price (original price) */
.product__price--compare {
color: #999 !important; /* Light gray */
text-decoration: line-through;
font-weight: normal;
}