$heading_color: blue;
.sf-products-block {
  h3 {
    color: $heading_color;
  }
}