
  :root {
    --store-primary-color:#f58025;
    --store-primary-text-color: #1A1A1A;
    --store-secondary-color: #89a545;
    --store-secondary-text-color: #1A1A1A;
    --store-banner-color: #89a545;
    --store-banner-text: #1A1A1A;
    --store-accent-color: #f58025;
  }
  .btn--primary {
    background: var(--store-primary-color) !important;
    color: var(--store-primary-text-color) !important;
  }
  .btn--primary:hover {
    background: var(--store-primary-color) !important;
  }
  .btn--secondary {
    background: var(--store-secondary-color) !important;
    color: var(--store-secondary-text-color) !important;
  }
  .btn--secondary:hover {
    background: var(--store-secondary-color) !important;
  }
  .pg-header .topBar.__contact {
    background: var(--store-primary-color) !important;
    color: var(--store-primary-text-color) !important;
  }
  .myAccount .__account,
  .myCart .__label,
  .minNav .minNav__item {
    color: var(--store-primary-text-color) !important;
  }
  .pg-header .topBar.__discount {
    background: var(--store-banner-color) !important;
    color: var(--store-banner-text) !important;
  }
  .ld-ring span {
    border-top-color: var(--store-accent-color) !important;
  }