body.theme-red {
  background:
    radial-gradient(circle at 50% 34%, rgba(211, 0, 0, .20), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .11), transparent 38%),
    linear-gradient(180deg, #030303 0%, #050505 62%, #090202 100%);
}

body.theme-red .order-card {
  background: linear-gradient(145deg, #d30000 0%, #c90000 56%, #b90000 100%);
}

body.theme-red .submit-btn {
  background: #030303;
  color: #f6f2ee;
}

body.theme-red .submit-btn:hover {
  background: #f6f2ee;
  color: #030303;
}

body.theme-red .choice.active,
body.theme-red .chip.active {
  background: #f6f2ee;
  color: #090202;
}

