.price-after, 
.product-price, 
.current-price, 
.product-card__price, 
.main-price, 
[class*='price'] {
    color: #708090 !important;
}

.price-after *, 
.product-card__price * {
    color: #FF0000 !important;
}

.store-header-title .view-all,
.section-header .view-all,
.show-all-link,
a[href*="category"] {
    color: #708090 !important;
}

.store-header-title .view-all:hover,
.section-header .view-all:hover {
    color: #FF0000 !important;
    text-decoration: underline;
}