/* Guest theme for DEMO 2 Sirelis — Instagram @sirelis.evn (no website).
   Palette from their feed: linen cream, burgundy script, mustard chairs, sage napkins, gold plate rim. */

body.theme-sirelis.client-body {
  --pc-purple: #7a1b2e;
  --pc-purple-soft: rgba(122, 27, 46, 0.1);
  --pc-mint: #8aa9a4;
  --pc-green: #8aa9a4;
  --pc-green-soft: rgba(138, 169, 164, 0.16);
  --pc-ink: #3a241c;
  --pc-muted: #8a7468;
  --pc-line: #e4d4c4;
  --pc-surface: #fffdf8;
  --pc-bg: #f6efe4;
  --pc-soft: #f1e6d6;
  --pc-radius: 14px;
  --pc-radius-lg: 18px;
  --ink: #3a241c;
  --ink-2: #5c4034;
  --text: #3a241c;
  --muted: #8a7468;
  --gold: #c49a3c;
  --gold-light: #e6c97a;
  background:
    radial-gradient(ellipse 90% 50% at 50% -10%, rgba(196, 154, 60, 0.14), transparent 58%),
    linear-gradient(180deg, #fbf6ee 0%, #f3eadc 100%) !important;
  color: #3a241c;
  font-family: "Source Sans 3", "Noto Sans Armenian", "Outfit", system-ui, sans-serif;
}

body.theme-sirelis.client-body .appbar {
  background: rgba(251, 246, 238, 0.92);
  border-bottom: 1px solid #e4d4c4;
  backdrop-filter: blur(10px);
}

body.theme-sirelis.client-body .appbar-back {
  background: transparent;
  border: 1px solid #d7c3ae;
  color: #7a1b2e;
  border-radius: 999px;
}

body.theme-sirelis.client-body .appbar-back:hover {
  background: #7a1b2e;
  color: #fffdf8;
  border-color: #7a1b2e;
}

body.theme-sirelis.client-body .appbar-back.hidden {
  background: transparent;
  border-color: transparent;
}

body:not(.theme-sirelis) .sirelis-brand {
  display: none !important;
}

body.theme-sirelis.client-body .brand-logo,
body.theme-sirelis .intro-logo,
body.theme-sirelis .success-logo {
  display: none !important;
}

body.theme-sirelis .sirelis-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  color: #7a1b2e;
}

body.theme-sirelis .sirelis-mark {
  font-family: "Great Vibes", "Cormorant Garamond", cursive;
  font-weight: 400;
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: 0.01em;
  color: #7a1b2e;
}

body.theme-sirelis .brand-wordmark.sirelis-brand .sirelis-mark {
  font-size: 34px;
}

body.theme-sirelis .brand-wordmark.sirelis-brand .sirelis-sub {
  font-size: 9px;
  margin-top: 2px;
}

body.theme-sirelis .intro-wordmark .sirelis-mark {
  font-size: 72px;
}

body.theme-sirelis .success-venue-brand .sirelis-mark {
  font-size: 48px;
}

body.theme-sirelis .sirelis-sub {
  margin-top: 6px;
  font-family: "Cormorant Garamond", "Source Serif 4", serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c49a3c;
}

body.theme-sirelis .intro-wordmark .sirelis-sub {
  font-size: 13px;
  margin-top: 10px;
}

body.theme-sirelis.client-body .brand-tagline,
body.theme-sirelis .intro-tagline,
body.theme-sirelis .intro-hint {
  color: #8a7468;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}

body.theme-sirelis .intro-splash {
  background: #f6efe4;
}

body.theme-sirelis .intro-splash-bg {
  background:
    radial-gradient(ellipse 70% 46% at 50% 8%, rgba(122, 27, 46, 0.12), transparent 62%),
    radial-gradient(ellipse 50% 40% at 80% 90%, rgba(196, 154, 60, 0.16), transparent 70%);
}

body.theme-sirelis .intro-splash-bg::before,
body.theme-sirelis .intro-splash-bg::after {
  display: none;
}

body.theme-sirelis.client-body .lang-pill {
  background: #fffdf8;
  border: 1px solid #d7c3ae;
  color: #7a1b2e;
  border-radius: 999px;
}

body.theme-sirelis.client-body .section-title,
body.theme-sirelis.client-body .card-title,
body.theme-sirelis.client-body h2,
body.theme-sirelis.client-body h3 {
  color: #7a1b2e;
  font-family: "Cormorant Garamond", "Source Serif 4", serif;
  letter-spacing: 0.02em;
}

body.theme-sirelis.client-body .menu-cat-title {
  color: #7a1b2e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

body.theme-sirelis.client-body .meta,
body.theme-sirelis.client-body .meta--table {
  color: #8a7468;
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

body.theme-sirelis.client-body .iiko-hint,
body.theme-sirelis.client-body .iiko-hint.iiko-hint--welcome,
body.theme-sirelis.client-body .demo-menu-note {
  background: #fffdf8 !important;
  border: 1px solid #e4d4c4 !important;
  color: #5c4034 !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
  margin: 0 0 10px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  box-shadow: none;
}

body.theme-sirelis.client-body .demo-menu-note {
  display: none !important;
}

body.theme-sirelis.client-body .seg {
  background: #fffdf8;
  border: 1px solid #e4d4c4;
  border-radius: 999px;
}

body.theme-sirelis.client-body .seg-btn {
  color: #8a7468;
  border-radius: 999px;
}

body.theme-sirelis.client-body .seg-btn.active {
  background: #7a1b2e;
  color: #fffdf8;
}

body.theme-sirelis.client-body .card,
body.theme-sirelis.client-body .cart-card,
body.theme-sirelis.client-body .tips-card,
body.theme-sirelis.client-body .menu-card,
body.theme-sirelis.client-body .bill-item {
  background: #fffdf8;
  border: 1px solid #e4d4c4;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(90, 52, 36, 0.06);
}

body.theme-sirelis.client-body .bill-item--pickable:hover {
  border-color: #c49a3c;
}

body.theme-sirelis.client-body .bill-item.selected {
  background: #f8efe4;
  border-color: #7a1b2e;
}

body.theme-sirelis.client-body .bill-item.selected .bill-name,
body.theme-sirelis.client-body .bill-item.selected .bill-price,
body.theme-sirelis.client-body .bill-item.selected .bill-qty-val,
body.theme-sirelis.client-body .item.selected .item-name {
  color: #7a1b2e;
}

body.theme-sirelis.client-body .bill-lead--check.bill-lead--on {
  background: #7a1b2e;
  border-color: #7a1b2e;
}

body.theme-sirelis.client-body .cart-footer > strong,
body.theme-sirelis.client-body .cart-line strong,
body.theme-sirelis.client-body .cart-panel h3,
body.theme-sirelis.client-body .menu-card-name,
body.theme-sirelis.client-body .menu-card-price {
  color: #3a241c;
}

body.theme-sirelis.client-body .menu-card-name {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}

body.theme-sirelis.client-body .cart-qty button,
body.theme-sirelis.client-body .menu-qty-btn {
  color: #7a1b2e;
  background: transparent;
}

body.theme-sirelis.client-body .tips-custom-input,
body.theme-sirelis.client-body .tips-waiter-pick select,
body.theme-sirelis.client-body input[type="number"],
body.theme-sirelis.client-body input[type="text"] {
  background: #fffdf8;
  color: #3a241c;
  border: 1px solid #d7c3ae;
  border-radius: 12px;
}

body.theme-sirelis.client-body .tips-custom-input:focus,
body.theme-sirelis.client-body .tips-waiter-pick select:focus,
body.theme-sirelis.client-body input[type="number"]:focus,
body.theme-sirelis.client-body input[type="text"]:focus {
  border-color: #7a1b2e;
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 27, 46, 0.12);
}

body.theme-sirelis.client-body .cta,
body.theme-sirelis.client-body .pay-btn,
body.theme-sirelis.client-body .fortune-spin,
body.theme-sirelis.client-body .fortune-done,
body.theme-sirelis.client-body .success-review-btn,
body.theme-sirelis.client-body .orderbar-btn {
  background: #7a1b2e;
  color: #fffdf8;
  border: none;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(122, 27, 46, 0.22);
}

body.theme-sirelis.client-body .cta:hover,
body.theme-sirelis.client-body .pay-btn:hover {
  background: #5f1323;
}

body.theme-sirelis.client-body .pay-btn:disabled,
body.theme-sirelis.client-body .cta:disabled {
  background: #d7c3ae;
  color: #fffdf8;
  box-shadow: none;
}

body.theme-sirelis.client-body .pay-btn.pay-btn--sim {
  background: #c49a3c;
  color: #3a241c;
}

body.theme-sirelis.client-body .demo-clear-btn {
  background: transparent;
  color: #7a1b2e;
  border: 1px solid #d7c3ae;
  border-radius: 999px;
}

body.theme-sirelis.client-body .ghost,
body.theme-sirelis.client-body .success-done-btn {
  background: transparent !important;
  color: #7a1b2e !important;
  border: 1px solid #d7c3ae !important;
  border-radius: 999px !important;
}

body.theme-sirelis.client-body .paybar-inner {
  background: rgba(255, 253, 248, 0.96);
  border-top: 1px solid #e4d4c4;
}

body.theme-sirelis.client-body .orderbar-inner {
  background: rgba(255, 253, 248, 0.96);
  border-color: #e4d4c4;
  box-shadow: 0 -10px 28px rgba(90, 52, 36, 0.12);
}

body.theme-sirelis.client-body .orderbar-label {
  color: #8a7468;
}

body.theme-sirelis.client-body .orderbar-sum strong {
  color: #7a1b2e;
}

body.theme-sirelis.client-body .lg-hero {
  background: linear-gradient(135deg, #7a1b2e 0%, #a13a4c 58%, #c49a3c 140%);
  border-radius: 18px;
}

body.theme-sirelis.client-body .lg-hero-amount,
body.theme-sirelis.client-body .lg-hero-label {
  color: #fffdf8;
}

body.theme-sirelis.client-body .switch .slider {
  background: #e4d4c4;
}

body.theme-sirelis.client-body .switch input:checked + .slider {
  background: #7a1b2e;
  border-color: #7a1b2e;
}

body.theme-sirelis.client-body .acquiring-block,
body.theme-sirelis.client-body .pay-breakdown,
body.theme-sirelis.client-body .pay-hint {
  color: #8a7468;
}

body.theme-sirelis.client-body .error {
  background: #f8e8e8;
  color: #7a1b2e;
  border-color: #e2b8bc;
}

body.theme-sirelis .fortune-card,
body.theme-sirelis.client-body .fortune-card {
  background: #fffdf8;
  border: 1px solid #e4d4c4;
  border-radius: 22px;
  color: #3a241c !important;
}

body.theme-sirelis .fortune-overlay {
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(122, 27, 46, 0.22), transparent 55%),
    rgba(58, 36, 28, 0.48);
}

body.theme-sirelis .fortune-title,
body.theme-sirelis.client-body .fortune-title {
  color: #7a1b2e !important;
  font-family: "Cormorant Garamond", serif;
}

body.theme-sirelis .fortune-kicker,
body.theme-sirelis.client-body .fortune-kicker {
  color: #8a5a12 !important;
}

body.theme-sirelis .fortune-sub,
body.theme-sirelis.client-body .fortune-sub {
  color: #5c4034 !important;
}

body.theme-sirelis .fortune-win-label,
body.theme-sirelis.client-body .fortune-win-label {
  color: #7a1b2e !important;
}

body.theme-sirelis .fortune-prize,
body.theme-sirelis.client-body .fortune-prize {
  color: #7a1b2e !important;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
}

body.theme-sirelis .fortune-hint,
body.theme-sirelis .fortune-code-wrap,
body.theme-sirelis.client-body .fortune-hint,
body.theme-sirelis.client-body .fortune-code-wrap {
  color: #3a241c !important;
}

body.theme-sirelis .fortune-result,
body.theme-sirelis.client-body .fortune-result {
  background: #f1e6d6 !important;
  border: 1px solid #d7c3ae !important;
}

body.theme-sirelis .fortune-code-wrap strong,
body.theme-sirelis.client-body .fortune-code-wrap strong {
  background: rgba(122, 27, 46, 0.12) !important;
  color: #7a1b2e !important;
}

body.theme-sirelis .fortune-hub {
  background: radial-gradient(circle at 30% 30%, #c49a3c, #7a1b2e 72%);
}

body.theme-sirelis .success-screen {
  background: #f6efe4 !important;
}

body.theme-sirelis .success-card {
  background: #fffdf8 !important;
  border: 1px solid #e4d4c4 !important;
  border-radius: 22px !important;
  box-shadow: 0 16px 40px rgba(90, 52, 36, 0.08) !important;
}

body.theme-sirelis .success-venue-brand {
  display: flex;
  margin-bottom: 8px;
}

body.theme-sirelis .success-title,
body.theme-sirelis .success-review-text {
  color: #3a241c;
}

body.theme-sirelis .success-amount {
  color: #7a1b2e !important;
  font-family: "Cormorant Garamond", serif;
}

body.theme-sirelis .success-thanks,
body.theme-sirelis .success-menu-hint,
body.theme-sirelis .success-menu-empty {
  color: #8a7468 !important;
}

body.theme-sirelis .success-review-text,
body.theme-sirelis .success-fortune-teaser,
body.theme-sirelis .success-review-btn {
  display: none !important;
}

body.theme-sirelis .success-fortune-teaser {
  color: #c49a3c;
}

body.theme-sirelis .success-menu-block {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.theme-sirelis .success-menu-title {
  color: #7a1b2e !important;
}

body.theme-sirelis .success-menu-list .menu-card {
  background: #fffdf8 !important;
  border: 1px solid #e4d4c4 !important;
}

body.theme-sirelis .success-madeby {
  color: #8a7468;
}

body.theme-sirelis .success-madeby a {
  color: #7a1b2e;
}

body.theme-sirelis.client-body .presence-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  background: #fffdf8;
  border: 1px solid #e4d4c4;
  border-radius: 14px;
  padding: 8px 12px;
  margin: 0 0 10px;
  min-height: 42px;
  box-sizing: border-box;
}

body.theme-sirelis.client-body .presence-label {
  color: #8a7468;
}

body.theme-sirelis.client-body .presence-chip,
body.theme-sirelis.client-body .presence-chip--me {
  color: #3a241c;
  background: #f6efe4;
  border: 1px solid #e4d4c4;
}

body.theme-sirelis.client-body .presence-chip--me {
  color: #fffdf8;
  background: #7a1b2e;
  border-color: #7a1b2e;
}

body.theme-sirelis.client-body .presence-chip--me .presence-dot {
  background: #e6c97a;
}

body.theme-sirelis.client-body .split-row {
  background: #fffdf8;
  border: 1px solid #e4d4c4;
  color: #3a241c;
  border-radius: 14px;
}

body.theme-sirelis.client-body .split-sub {
  color: #8a7468;
}

body.theme-sirelis.client-body .appbar-inner {
  min-height: 68px;
  padding: 8px 4px;
  align-items: center;
  grid-template-columns: 44px minmax(0, 1fr) 48px;
}

body.theme-sirelis.client-body .brand-lockup {
  gap: 0;
}

body.theme-sirelis .brand-wordmark.sirelis-brand {
  line-height: 1;
  padding: 0;
}

body.theme-sirelis .brand-wordmark.sirelis-brand .sirelis-mark {
  font-size: 28px;
  line-height: 1;
  display: block;
  padding: 0;
}

body.theme-sirelis .brand-wordmark.sirelis-brand .sirelis-sub {
  font-size: 8px;
  letter-spacing: 0.22em;
  margin-top: 1px;
  line-height: 1.2;
}

body.theme-sirelis.client-body .brand-tagline {
  font-size: 11px;
  line-height: 1.2;
  margin-top: 2px;
  max-width: none;
  white-space: nowrap;
}

body.theme-sirelis.client-body .lang-pill {
  min-height: 32px;
  height: 32px;
  padding: 0 10px;
  font-size: 12px;
  align-self: center;
}

body.theme-sirelis.client-body .section-title {
  margin: 6px 0 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

body.theme-sirelis.client-body .menu-cat-title {
  margin: 14px 0 8px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
}

body.theme-sirelis.client-body .presence-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  margin: 0 0 10px;
  min-height: 42px;
  box-sizing: border-box;
}

body.theme-sirelis.client-body .presence-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

body.theme-sirelis.client-body .presence-chip,
body.theme-sirelis.client-body .presence-chip--me {
  min-height: 26px;
  padding: 4px 10px 4px 8px;
  line-height: 1;
}

body.theme-sirelis.client-body .menu-grid {
  gap: 8px;
}

body.theme-sirelis.client-body .menu-card,
body.theme-sirelis.client-body .menu-card.menu-card--media {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 8px;
  min-height: 80px;
  box-shadow: none;
  overflow: hidden;
}

body.theme-sirelis.client-body .menu-card-img,
body.theme-sirelis.client-body .menu-card-img--placeholder {
  width: 64px;
  height: 64px;
  flex: none;
  margin: 0;
  border-radius: 10px;
  object-fit: cover;
  position: relative;
}

body.theme-sirelis.client-body .menu-card-img--placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
}

body.theme-sirelis.client-body .menu-card-body {
  min-width: 0;
  gap: 2px;
}

body.theme-sirelis.client-body .menu-card-name {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
}

body.theme-sirelis.client-body .menu-card-price {
  font-size: 13px;
  font-weight: 600;
  color: #8a7468;
  font-family: "Source Sans 3", sans-serif;
}

body.theme-sirelis.client-body .menu-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  margin: 0;
  padding: 0 4px 0 0;
}

body.theme-sirelis.client-body .menu-add-btn {
  background: #7a1b2e;
  color: #fffdf8;
  border: none;
  border-radius: 999px;
  min-height: 34px;
  height: 34px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none;
  align-self: center;
}

body.theme-sirelis.client-body .menu-add-btn:hover {
  background: #5f1323;
}

body.theme-sirelis.client-body .cart-card {
  padding: 12px;
  margin-top: 8px;
}

body.theme-sirelis.client-body .container {
  padding-top: 8px;
}

body.theme-sirelis.client-body .menu-qty {
  background: #f6efe4;
  border-color: #d7c3ae;
  border-radius: 999px;
}

body.theme-sirelis.client-body .menu-qty-val {
  color: #3a241c;
}

body.theme-sirelis.client-body .intro-step-mark {
  background: #7a1b2e;
  color: #fffdf8;
}

body.theme-sirelis .success-check svg circle {
  fill: #8aa9a4;
}
