:root{--brand-red:#ef2b1f;--brand-red-dark:#b91c1c;--brand-red-soft:#fff1f1;--brand-red-border:#fecaca}
.btn-purple,
button.btn-purple,
a.btn-purple,
.detail-actions .delivery-go,
.modal-save-bar .btn-purple,
.availability-add-box .week-buttons button.active{
  background:var(--brand-red)!important;
  border-color:var(--brand-red)!important;
  color:#fff!important;
}
.tabs-admin a.active,
.modal-tabs button.active,
.cat-tab-btn.active,
.tab-btn.active,
.subtabs a.active{
  color:var(--brand-red)!important;
  border-color:var(--brand-red)!important;
}
.cw-nav a:hover,
.config-nav button:hover,
.config-nav button.active{
  background:var(--brand-red-soft)!important;
  color:var(--brand-red)!important;
}
.config-page-icon{background:var(--brand-red-soft)!important}
.config-nav button.active small{color:var(--brand-red-dark)!important}
.iz-logo span{color:var(--brand-red)!important}
.top-icon.bell:after{background:var(--brand-red)!important}
.manual-order-types a{
  background:var(--brand-red-soft)!important;
  border-color:var(--brand-red-border)!important;
  color:var(--brand-red-dark)!important;
}
input[type="checkbox"],input[type="radio"]{accent-color:var(--brand-red)}
.config-form input:focus,.config-form select:focus{
  outline-color:var(--brand-red-border)!important;
  border-color:var(--brand-red)!important;
}
