:root {
  --beo-body-bg: #fff;
  --beo-body-color: #333;
  --beo-primary: #d44933;
  --beo-primary-hover: #821e16;
  --beo-light: #f8f9fa;
  --beo-dark: #232323;
}

body {
  background-color: var(--beo-body-bg);
  color: var(--beo-body-color);
}

.text-primary {
  color: #d44933 !important;
}

.bg-primary {
  background-color: #d44933 !important;
}

.text-primary-hover {
  color: #821e16 !important;
}

.bg-primary-hover {
  background-color: #821e16 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.text-dark {
  color: #232323 !important;
}

.bg-dark {
  background-color: #232323 !important;
}

.btn-primary {
  --beo-btn-bg: #d44933;
  --beo-btn-border-color: #d44933;
  --beo-btn-hover-bg: #821e16;
  --beo-btn-hover-border-color: #821e16;
}

.btn-outline-primary,
.btn-outline-primary:focus {
  --beo-btn-color: #d44933;
  --beo-btn-border-color: #d44933;
  --beo-btn-hover-color: #fff;
  --beo-btn-hover-bg: #821e16;
  --beo-btn-hover-border-color: #821e16;
}

.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);
}
