:root {
  --beo-primary: #E87A2E !important;
  --beo-primary-rgb: var(--beo-primary) !important;
  --beo-primary-hover: #9a511e !important;
  /* color-mix(in srgb, var(--beo-primary) 80%, black); */
  --beo-link-color: var(--beo-primary) !important;
  --beo-link-color-rgb: var(--beo-primary) !important;
  --beo-link-hover-color: var(--beo-primary-hover);
  --beo-link-hover-color-rgb: var(--beo-primary-hover);
  --beo-light: #f8f9fa;
  --beo-orange: #E87A2E;
  --beo-charcoal: #1C1C1C;
  --beo-sand: #EFE4CF;
  --beo-trail: #4a2e1f;
  --beo-green: #00746b;
}

.btn-primary {
  --beo-btn-bg: var(--beo-primary);
  --beo-btn-border-color: var(--beo-primary);
  --beo-btn-hover-bg: var(--beo-primary-hover);
  --beo-btn-hover-border-color: var(--beo-primary-hover);
}

.btn-outline-primary,
.btn-outline-primary:focus {
  --beo-btn-color: var(--beo-primary);
  --beo-btn-border-color: var(--beo-primary);
  --beo-btn-hover-color: var(--beo-white);
  --beo-btn-hover-bg: var(--beo-primary-hover);
  --beo-btn-hover-border-color: var(--beo-primary-hover);
}

.btn-check:focus + .btn-primary,
.product--rendered-attribute .form-radio:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-check:focus + .btn-outline-primary,
.product--rendered-attribute .form-radio:focus + .btn-outline-primary,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=color.css.map */