   /** Logo **/  /** end Logo **/   /** Primary Color **/  /* put this selectors for primary color/background */ .actions-primary .action, .primary .action, .action.primary, .checkout.methods .action.primary { background-color: #e32525; } .products .product-item .product-item-name a { color: #e32525; }  /**/ /** Secondary Color **/  /* put this selectors for secondary color/background */ .filter-options-title { color: #417eb8; }  /**/    header.page-header { background-color: #ffffff; }        /* Category page */  @media screen and (min-width: 1024px) { .grid-main .products-grid .product-item{ flex-basis: 25%; max-width: 25%; } }   /* END Category page */