   /** 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: #e1251b; } .products .product-item .product-item-name a { color: #e1251b; }  /**/ /** Secondary Color **/  /* put this selectors for secondary color/background */ .filter-options-title { color: #231f20; }  /**/    header.page-header { background-color: #002169; }    .page-footer { background-color: #002169; }    body { color: #636463; }   a { color: #636463; }   /* Category page */  @media screen and (min-width: 1024px) { .grid-main .products-grid .product-item{ flex-basis: 20%; max-width: 20%; } }   /* END Category page */