:root {
  --bg: #020a1e;
  --bg-soft: #081633;
  --panel: rgba(5, 16, 40, 0.9);
  --panel-2: rgba(8, 22, 52, 0.92);
  --line: rgba(87, 122, 196, 0.16);
  --text: #eef4fb;
  --muted: #a7b8d6;
  --brand-blue: #1390ff;
  --brand-gold: #f7c900;
  --brand-gold-2: #ffd93d;
  --success: #52d89f;
  --danger: #ff7d7d;
  --shadow: 0 20px 50px rgba(1, 8, 19, 0.35);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -5%, rgba(19, 144, 255, 0.2), transparent 50%),
    radial-gradient(circle at 90% 12%, rgba(247, 201, 0, 0.12), transparent 40%),
    linear-gradient(180deg, #01071a 0%, #020b21 100%);
}

body.light-theme {
  --text: #10233f;
  --muted: #4f698f;
  --line: rgba(36, 88, 160, 0.16);
  background:
    radial-gradient(circle at 12% -5%, rgba(19, 144, 255, 0.12), transparent 50%),
    radial-gradient(circle at 90% 12%, rgba(247, 201, 0, 0.14), transparent 40%),
    linear-gradient(180deg, #f4f8ff 0%, #edf3ff 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: min(1200px, 100% - 1.25rem);
  margin: 0 auto;
  padding: 0.75rem 0 3rem;
}

.topbar {
  position: sticky;
  top: 0.6rem;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  margin-bottom: 1rem;
  background: rgba(4, 12, 30, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-badge {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(19, 144, 255, 0.34), transparent 55%),
    linear-gradient(160deg, #0b3a62, #06223b);
  border: 1px solid rgba(244, 183, 60, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.brand-logo {
  width: 168px;
  height: 168px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.brand-name {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  background: linear-gradient(180deg, var(--brand-gold-2), #edaa29);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.brand-name span {
  color: #17a1ff;
  background: linear-gradient(180deg, #5bc0ff, #1186ef);
  -webkit-background-clip: text;
  background-clip: text;
}

.brand-tag {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.cart-button {
  border: 1px solid rgba(40, 104, 219, 0.28);
  background: rgba(18, 59, 139, 0.18);
  color: var(--text);
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}

.theme-toggle {
  border: 1px solid rgba(40, 104, 219, 0.35);
  background: rgba(12, 41, 97, 0.26);
  color: var(--text);
  width: 58px;
  height: 34px;
  border-radius: 999px;
  padding: 3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  transition: background-color 180ms ease, border-color 180ms ease;
  flex-shrink: 0;
}

.lang-select-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.5rem;
  border-radius: 12px;
  border: 1px solid rgba(40, 104, 219, 0.28);
  background: rgba(18, 59, 139, 0.18);
  flex-shrink: 0;
}

.lang-icon {
  font-size: 0.9rem;
  line-height: 1;
  opacity: 0.95;
}

.lang-select {
  border: 0;
  background: transparent;
  color: var(--text);
  padding: 0.2rem 0.15rem 0.2rem 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  min-width: 76px;
  cursor: pointer;
}

.lang-select:focus {
  outline: none;
}

.theme-toggle-track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(8, 24, 58, 0.95), rgba(6, 18, 46, 0.94));
}

.theme-toggle-knob {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f8fbff, #dae9ff);
  box-shadow: 0 4px 10px rgba(2, 10, 25, 0.35);
  display: grid;
  place-items: center;
  transform: translateX(0);
  transition: transform 180ms ease, background 180ms ease;
  overflow: hidden;
}

.theme-icon {
  position: absolute;
  font-size: 0.8rem;
  line-height: 1;
  transition: opacity 180ms ease;
}

.theme-icon-sun {
  color: #ffb423;
  opacity: 1;
}

.theme-icon-moon {
  color: #4b6fa4;
  opacity: 0;
}

body.light-theme .theme-toggle {
  border-color: rgba(24, 97, 189, 0.24);
  background: rgba(248, 252, 255, 0.95);
}

body.light-theme .theme-toggle-track {
  background: linear-gradient(180deg, #dcebff, #c6dcfb);
}

body.light-theme .theme-toggle-knob {
  transform: translateX(26px);
  background: linear-gradient(180deg, #ffffff, #eaf2ff);
}

body.light-theme .theme-icon-sun {
  opacity: 0;
}

body.light-theme .theme-icon-moon {
  opacity: 1;
}

.cart-button span {
  margin-left: 0.45rem;
  min-width: 1.45rem;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  padding: 0.1rem 0.35rem;
  background: rgba(255, 255, 255, 0.1);
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hero-copy,
.hero-card,
.section,
.info-card,
.legal-card {
  background: linear-gradient(180deg, rgba(6, 17, 43, 0.92), rgba(4, 12, 30, 0.94));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 1.15rem;
}

.hero h1 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  max-width: 14ch;
}

.hero h1 span {
  color: var(--brand-gold);
}

.hero-text {
  color: var(--muted);
  margin: 0.95rem 0 0;
  line-height: 1.55;
  max-width: 60ch;
}

body.light-theme .topbar {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(24, 97, 189, 0.14);
}

body.light-theme .hero-copy,
body.light-theme .hero-card,
body.light-theme .section,
body.light-theme .info-card,
body.light-theme .legal-card,
body.light-theme .delivery-checker,
body.light-theme .checkout-form,
body.light-theme .checkout-summary,
body.light-theme .cart-panel,
body.light-theme .payment-modal-panel,
body.light-theme .payment-sheet,
body.light-theme .payment-side {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 255, 0.95));
  border-color: rgba(24, 97, 189, 0.12);
}

body.light-theme .product-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 249, 255, 0.96));
  border-color: rgba(24, 97, 189, 0.12);
}

body.light-theme .searchbox input,
body.light-theme .delivery-address-field select,
body.light-theme .payment-sheet .card-fields input,
body.light-theme .cart-button,
body.light-theme .theme-toggle,
body.light-theme .lang-select,
body.light-theme .lang-select-wrap {
  background: rgba(250, 252, 255, 0.96);
  border-color: rgba(24, 97, 189, 0.14);
  color: #0f2642;
}

body.light-theme .cart-backdrop,
body.light-theme .payment-modal-backdrop,
body.light-theme .store-closed-overlay {
  background: rgba(28, 58, 98, 0.35);
}

.eyebrow {
  margin: 0;
  color: #7fc0ff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  font-weight: 700;
}

.hero-meta {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.hero-meta > div {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 0.7rem;
}

.meta-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.meta-value {
  margin: 0.25rem 0 0;
  font-weight: 800;
  font-size: 0.95rem;
}

.hero-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 0.75rem 0.95rem;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, var(--brand-gold-2), var(--brand-gold));
  color: #1b1408;
  box-shadow: 0 10px 20px rgba(244, 183, 60, 0.2);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.btn.wide {
  width: 100%;
}

.hero-card {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.coverage-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 22% 25%, rgba(19, 144, 255, 0.14), transparent 55%),
    radial-gradient(circle at 85% 75%, rgba(247, 201, 0, 0.08), transparent 50%),
    rgba(255, 255, 255, 0.02);
}

.coverage-ring {
  width: 108px;
  height: 108px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    conic-gradient(
      from 210deg,
      rgba(247, 201, 0, 0.95) 0deg,
      rgba(247, 201, 0, 0.95) 110deg,
      rgba(19, 144, 255, 0.75) 220deg,
      rgba(255, 255, 255, 0.08) 360deg
    );
  padding: 8px;
}

.coverage-ring-inner {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, #07152f, #061227);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.05rem;
}

.coverage-distance {
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ffd93d;
  font-size: 1.05rem;
  line-height: 1;
}

.coverage-label {
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.coverage-title {
  margin: 0;
  color: #9cc8ff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.coverage-address {
  margin: 0.25rem 0 0;
  font-weight: 800;
  line-height: 1.2;
}

.coverage-coords {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.coverage-address-input-wrap {
  margin-top: 0.65rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
}

.coverage-address-input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 18, 31, 0.7);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.hero-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.5rem;
}

.hero-card-header p {
  margin: 0;
  font-weight: 800;
}

.hero-card-header span {
  color: var(--muted);
  font-size: 0.85rem;
}

.delivery-zones {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.delivery-zones li {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(90, 154, 223, 0.18);
  background: linear-gradient(180deg, rgba(19, 144, 255, 0.08), rgba(255, 255, 255, 0.015));
  display: grid;
  gap: 0.38rem;
}

.zone-cities {
  margin: 0;
  color: #eef5ff;
  line-height: 1.42;
  font-size: 1.01rem;
  font-weight: 720;
  letter-spacing: -0.015em;
}

.zone-pricing {
  margin: 0;
  color: #9bb2d1;
  line-height: 1.35;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.hero-card-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.88rem;
}

.delivery-extra-note {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.section {
  padding: 1rem;
  margin-top: 1rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-start;
}

.section-head h2 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  letter-spacing: -0.03em;
}

.section-note {
  margin: 0;
  color: var(--muted);
  max-width: 34ch;
  font-size: 0.92rem;
  line-height: 1.45;
}

.catalog-controls {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.75rem;
}

.chip-row {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.chip {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: var(--text);
  border-radius: 999px;
  padding: 0.45rem 0.75rem;
  font-size: 0.85rem;
  cursor: pointer;
}

.chip.active {
  border-color: rgba(244, 183, 60, 0.32);
  background: rgba(244, 183, 60, 0.14);
  color: #ffdb8e;
}

.searchbox {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.8rem;
}

.searchbox input {
  width: 100%;
  padding: 0.75rem 0.8rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.searchbox input:focus,
.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  outline: 2px solid rgba(19, 144, 255, 0.25);
  border-color: rgba(19, 144, 255, 0.35);
}

.product-grid {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.product-card {
  background: linear-gradient(180deg, rgba(9, 23, 58, 0.95), rgba(5, 14, 37, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  overflow: hidden;
}

.product-visual {
  position: relative;
  height: 88px;
  background:
    radial-gradient(circle at 18% 20%, rgba(19, 144, 255, 0.22), transparent 45%),
    radial-gradient(circle at 84% 80%, rgba(247, 201, 0, 0.18), transparent 50%),
    linear-gradient(180deg, #0b2a47, #091d33);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.product-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-visual.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 21, 43, 0.08), rgba(7, 21, 43, 0.28)),
    radial-gradient(circle at 80% 80%, rgba(247, 201, 0, 0.14), transparent 48%);
  pointer-events: none;
}

.product-content {
  padding: 0.8rem;
}

.product-topline {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  align-items: center;
  font-size: 0.75rem;
}

.product-category {
  color: #9cc8ff;
}

.product-stock {
  color: #9ee7b9;
}

.product-title {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.product-desc {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.35;
  min-height: 2.25rem;
}

.product-bottom {
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.product-price {
  margin: 0;
  font-weight: 800;
  color: #ffd483;
}

.add-btn {
  padding: 0.55rem 0.7rem;
  font-size: 0.82rem;
}

.product-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.product-qty.is-empty {
  opacity: 0.9;
}

.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
}

.qty-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}

.qty-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.qty-value {
  min-width: 1.6rem;
  text-align: center;
  font-weight: 800;
  color: #f4f7fd;
  font-size: 0.86rem;
}

.order-flow {
  margin-top: 1rem;
}

#bestellen {
  display: none;
}

.delivery-checker {
  margin-top: 0.95rem;
  padding: 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 0.75rem;
}

.delivery-checker-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: flex-start;
}

.delivery-checker-head .coverage-card {
  margin: 0;
  flex: 1 1 100%;
}

.delivery-checker-head h3 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.delivery-center-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  max-width: 20ch;
  text-align: right;
}

.delivery-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.delivery-address-field {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.83rem;
}

.delivery-address-field input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 18, 31, 0.7);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.delivery-address-field select {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 18, 31, 0.7);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font: inherit;
  width: 100%;
  appearance: none;
}

.delivery-status {
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  line-height: 1.4;
  font-size: 0.9rem;
}

.delivery-status.info {
  border-color: rgba(19, 144, 255, 0.16);
  background: rgba(19, 144, 255, 0.07);
}

.delivery-status.ok {
  border-color: rgba(82, 216, 159, 0.2);
  background: rgba(82, 216, 159, 0.08);
}

.delivery-status.warn {
  border-color: rgba(244, 183, 60, 0.24);
  background: rgba(244, 183, 60, 0.1);
}

.delivery-status.error {
  border-color: rgba(255, 125, 125, 0.2);
  background: rgba(255, 125, 125, 0.08);
}

.maps-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  color: #7fc0ff;
  font-weight: 700;
  font-size: 0.88rem;
}

.maps-link[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
}

.checkout-layout {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.85rem;
}

.checkout-form,
.checkout-summary {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 0.9rem;
}

.checkout-form {
  display: grid;
  gap: 0.7rem;
}

.checkout-form label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.83rem;
}

.payment-methods {
  display: grid;
  gap: 0.5rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.payment-methods-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.payment-secure {
  color: #9cc8ff;
  font-weight: 700;
  font-size: 0.75rem;
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.payment-option {
  text-align: left;
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.payment-option.active {
  border-color: rgba(247, 201, 0, 0.4);
  background:
    radial-gradient(circle at 85% 85%, rgba(247, 201, 0, 0.14), transparent 40%),
    rgba(247, 201, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(247, 201, 0, 0.08);
}

.payment-option-title {
  font-weight: 800;
}

.payment-option-sub {
  color: var(--muted);
  font-size: 0.76rem;
}

.card-fields {
  display: grid;
  gap: 0.7rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(7, 18, 31, 0.7);
  color: var(--text);
  padding: 0.7rem 0.8rem;
  font: inherit;
}

.checkout-summary {
  min-height: 280px;
}

.summary-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.55rem;
}

.summary-head h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.summary-badge {
  color: #9cc8ff;
  font-size: 0.72rem;
  border: 1px solid rgba(156, 200, 255, 0.18);
  background: rgba(156, 200, 255, 0.06);
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
}

.summary-empty {
  color: var(--muted);
  line-height: 1.5;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}

.summary-total {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  font-weight: 800;
}

.summary-costs {
  margin-top: 0.75rem;
  display: grid;
  gap: 0.35rem;
}

.summary-cost-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.85rem;
}

.summary-cost-row strong {
  color: var(--text);
}

.summary-divider {
  margin: 0.45rem 0 0.1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.payment-preview {
  margin-top: 0.8rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 0.55rem;
}

.payment-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
}

.payment-preview-method {
  font-weight: 800;
  color: #ffd93d;
}

.payment-preview-actions {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.fake-pay-btn {
  flex: 1 1 180px;
}

.ghost-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.payment-processing {
  color: #9cc8ff;
  font-size: 0.8rem;
}

.payment-success-box {
  margin-top: 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(82, 216, 159, 0.18);
  background: rgba(82, 216, 159, 0.08);
  padding: 0.7rem;
  color: #c8ffe7;
  font-size: 0.85rem;
  line-height: 1.4;
}

.payment-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
}

.payment-modal.open {
  pointer-events: auto;
}

.payment-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 8, 15, 0.7);
  opacity: 0;
  transition: opacity 180ms ease;
}

.payment-modal-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  width: min(680px, calc(100% - 1rem));
  max-height: min(88dvh, 760px);
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 23, 39, 0.98), rgba(7, 17, 29, 0.98));
  box-shadow: var(--shadow);
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.payment-modal.open .payment-modal-backdrop {
  opacity: 1;
}

.payment-modal.open .payment-modal-panel {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.store-closed-overlay {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  background: rgba(1, 7, 18, 0.78);
  backdrop-filter: blur(4px);
  padding: 0.9rem;
}

.store-closed-dialog {
  width: min(460px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 22, 52, 0.98), rgba(4, 14, 35, 0.98));
  box-shadow: var(--shadow);
  padding: 1.05rem;
  text-align: left;
}

.store-closed-dialog h2 {
  margin: 0.45rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 2.8vw, 1.58rem);
  letter-spacing: -0.02em;
}

.store-closed-dialog p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 135;
  padding: 0.8rem;
  display: grid;
  justify-items: center;
}

.cookie-banner-card {
  width: min(760px, 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(8, 22, 52, 0.98), rgba(4, 14, 35, 0.98));
  box-shadow: var(--shadow);
  padding: 0.95rem;
}

.cookie-banner-card h3 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
}

.cookie-banner-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.42;
  font-size: 0.87rem;
}

.cookie-actions {
  margin-top: 0.72rem;
  display: flex;
  gap: 0.55rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

body.light-theme .cookie-banner-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 249, 255, 0.96));
  border-color: rgba(24, 97, 189, 0.16);
}

.payment-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.payment-modal-head h3 {
  margin: 0.35rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.payment-modal-content {
  padding: 0.9rem;
  display: grid;
  gap: 0.8rem;
}

.payment-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0.8rem;
}

.payment-sheet,
.payment-side {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  padding: 0.8rem;
}

.payment-sheet .payment-methods,
.payment-sheet .card-fields {
  background: transparent;
  border: 0;
  padding: 0;
}

.payment-sheet .card-fields label {
  display: grid;
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.payment-sheet .card-fields input {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(7, 18, 31, 0.72);
  color: var(--text);
  padding: 0.65rem 0.75rem;
  font: inherit;
}

.payment-side h4 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.payment-side-list {
  margin-top: 0.55rem;
  display: grid;
  gap: 0.35rem;
}

.payment-side-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.payment-side-row strong {
  color: var(--text);
}

.payment-side-row.total {
  margin-top: 0.15rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 800;
}

.payment-side-row.total strong {
  color: #ffd93d;
}

.payment-modal-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.modal-note {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.4;
}

.min-order-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 0.6rem;
  background: linear-gradient(180deg, rgba(2, 8, 15, 0), rgba(2, 8, 15, 0.68));
  transition: opacity 180ms ease, transform 180ms ease;
}

.min-order-bar.hidden-by-overlay {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

body.overlay-open .min-order-bar {
  display: none !important;
}

body.store-closed .min-order-bar {
  display: none !important;
}

.min-order-bar-inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(247, 201, 0, 0.14);
  background:
    radial-gradient(circle at 88% 80%, rgba(247, 201, 0, 0.16), transparent 42%),
    radial-gradient(circle at 10% 20%, rgba(19, 144, 255, 0.12), transparent 36%),
    rgba(5, 16, 40, 0.94);
  backdrop-filter: blur(14px);
  box-shadow:
    0 12px 32px rgba(1, 8, 19, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.min-order-copy {
  display: grid;
  gap: 0.15rem;
}

.min-order-copy strong {
  font-size: 0.92rem;
  color: #f4f7fd;
}

.min-order-copy span {
  color: var(--muted);
  font-size: 0.78rem;
}

.min-order-progress {
  display: grid;
  gap: 0.25rem;
}

.min-order-progress-track {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.min-order-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #f7c900, #ffd93d);
  box-shadow: 0 0 16px rgba(247, 201, 0, 0.35);
  transition: width 220ms ease;
}

.min-order-progress-fill::after {
  content: "";
  display: block;
  width: 34%;
  height: 100%;
  margin-left: auto;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: minOrderGlow 2.4s linear infinite;
}

.min-order-progress span,
.min-order-progress-label {
  color: var(--muted);
  font-size: 0.72rem;
}

#minOrderBarAction {
  box-shadow: 0 10px 22px rgba(247, 201, 0, 0.22);
}

.status-badge {
  margin-top: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.status-ok {
  color: #9ee7b9;
  background: rgba(82, 216, 159, 0.08);
  border-color: rgba(82, 216, 159, 0.18);
}

.status-warn {
  color: #ffd38c;
  background: rgba(244, 183, 60, 0.08);
  border-color: rgba(244, 183, 60, 0.18);
}

.form-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.4;
}

.form-hint.error {
  color: #ffb4b4;
}

.form-hint.success {
  color: #9ee7b9;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.info-grid .info-card:last-child {
  display: none;
}

.info-card {
  padding: 1rem;
}

.info-card h3 {
  margin: 0.4rem 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
}

.info-card p {
  color: var(--muted);
  line-height: 1.45;
  margin: 0.45rem 0 0;
}

.contact-zone-cities {
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.42;
}

.contact-zone-pricing {
  color: #98afcf;
  font-size: 0.8rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.contact-list,
.bullets {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
  color: var(--text);
}

.contact-list strong {
  color: #ffd483;
}

.legal-card {
  margin-top: 0.95rem;
  padding: 1rem;
}

.legal-card p {
  margin: 0.35rem 0;
  color: var(--muted);
}

.legal-card strong {
  color: var(--text);
}

.cart-drawer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 90;
}

@keyframes minOrderGlow {
  0% {
    transform: translateX(170%);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    transform: translateX(-260%);
    opacity: 0;
  }
}

.cart-drawer.open {
  pointer-events: auto;
}

.cart-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 8, 15, 0.64);
  border: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.cart-panel {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  z-index: 1;
  width: min(420px, calc(100% - 1.2rem));
  height: calc(100dvh - 1.2rem);
  background: linear-gradient(180deg, rgba(9, 23, 39, 0.98), rgba(7, 17, 29, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  box-shadow: var(--shadow);
  transform: translateX(105%);
  transition: transform 220ms ease;
  display: flex;
  flex-direction: column;
}

.cart-drawer.open .cart-panel {
  transform: translateX(0);
}

.cart-drawer.open .cart-backdrop {
  opacity: 1;
}

.cart-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-panel-head h2 {
  margin: 0;
  font-size: 1rem;
}

.icon-button {
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  width: 34px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
}

.cart-items {
  padding: 0.75rem 0.9rem;
  overflow: auto;
  flex: 1;
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.cart-item {
  padding: 0.7rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: grid;
  gap: 0.45rem;
}

.cart-item-top {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
}

.cart-item-top strong {
  font-size: 0.92rem;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.stepper button {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  cursor: pointer;
}

.remove-link {
  border: 0;
  background: transparent;
  color: #ffb4b4;
  cursor: pointer;
  font-size: 0.8rem;
}

.cart-empty {
  color: var(--muted);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 0.9rem;
  text-align: center;
}

.cart-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.85rem 0.9rem 0.95rem;
}

.cart-breakdown {
  display: grid;
  gap: 0.3rem;
  margin-bottom: 0.65rem;
}

.cart-breakdown-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.cart-breakdown-row strong {
  color: var(--text);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-total strong {
  font-size: 1rem;
  color: #ffd483;
}

.minimum-hint {
  margin: 0.45rem 0 0.75rem;
  font-size: 0.83rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero,
  .checkout-layout,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    flex-direction: column;
  }

  .delivery-checker-head {
    flex-direction: column;
  }

  .delivery-center-note {
    text-align: left;
    max-width: none;
  }

  .section-note {
    max-width: none;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-meta {
    grid-template-columns: 1fr;
  }

  .payment-grid {
    grid-template-columns: 1fr;
  }

  .min-order-bar-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100% - 0.8rem, 1200px);
    padding-top: 0.4rem;
  }

  .topbar {
    top: 0.35rem;
    padding: 0.7rem 0.75rem;
    flex-wrap: wrap;
  }

  .brand-badge {
    width: 46px;
    height: 46px;
  }

  .brand-logo {
    width: 112px;
    height: 112px;
  }

  .brand-name {
    font-size: 1.1rem;
  }

  .cart-button {
    padding: 0.5rem 0.62rem;
    font-size: 0.78rem;
    margin-left: 0;
  }

  .theme-toggle {
    width: 54px;
    height: 32px;
  }

  .lang-select {
    min-width: 68px;
    font-size: 0.76rem;
  }

  .lang-select-wrap {
    padding: 0.3rem 0.4rem;
  }

  .topbar-actions {
    margin-left: auto;
  }

  .brand-tag {
    display: none;
  }

  .hero-copy,
  .hero-card,
  .section {
    padding: 0.85rem;
    border-radius: 15px;
  }

  .hero h1 {
    max-width: 12ch;
  }

  .coverage-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .coverage-ring {
    margin-inline: auto;
  }

  .coverage-address-input-wrap {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    flex: 1 1 calc(50% - 0.35rem);
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  .product-visual {
    height: 74px;
  }

  .product-content {
    padding: 0.55rem;
  }

  .product-topline,
  .product-desc {
    display: none;
  }

  .product-title {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.1em;
  }

  .product-bottom {
    margin-top: 0.45rem;
    gap: 0.35rem;
  }

  .product-price {
    font-size: 0.93rem;
  }

  .product-qty {
    gap: 0.22rem;
    padding: 0.2rem;
    border-radius: 10px;
  }

  .qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 0.95rem;
  }

  .qty-value {
    min-width: 1.15rem;
    font-size: 0.78rem;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .card-row {
    grid-template-columns: 1fr;
  }

  .cart-panel {
    right: 0.4rem;
    top: 0.4rem;
    width: calc(100% - 0.8rem);
    height: calc(100dvh - 0.8rem);
    border-radius: 15px;
  }

  .payment-modal-panel {
    width: calc(100% - 0.8rem);
    max-height: calc(100dvh - 0.8rem);
  }
}

@media (max-width: 480px) {
  .page-shell {
    width: calc(100% - 0.6rem);
  }

  .brand-logo {
    width: 98px;
    height: 98px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .topbar {
    gap: 0.55rem;
    padding: 0.6rem 0.65rem;
  }

  .topbar-actions {
    width: 100%;
    justify-content: flex-end;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
  }

  .hero-meta > div {
    padding: 0.62rem;
  }

  .section {
    padding: 0.8rem;
  }

  .section-head h2 {
    font-size: 1.15rem;
  }

  .product-content {
    padding: 0.5rem;
  }

  .product-bottom {
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.3rem;
  }

  .product-qty {
    margin-left: 0;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .product-visual {
    height: 68px;
  }

  .product-title {
    font-size: 0.82rem;
    min-height: 1.95em;
  }

  .product-price {
    font-size: 0.86rem;
  }

  .qty-btn {
    width: 22px;
    height: 22px;
    font-size: 0.85rem;
  }

  .qty-value {
    min-width: 1rem;
    font-size: 0.74rem;
  }

  .zone-cities {
    font-size: 0.95rem;
    line-height: 1.38;
  }

  .zone-pricing {
    font-size: 0.71rem;
  }

  .contact-zone-cities {
    font-size: 0.9rem;
  }

  .contact-zone-pricing {
    font-size: 0.76rem;
  }

  .min-order-bar {
    padding: 0.45rem;
  }

  .min-order-bar-inner {
    padding: 0.62rem 0.7rem;
    gap: 0.6rem;
  }

  .min-order-copy strong {
    font-size: 0.85rem;
  }

  .min-order-copy span {
    font-size: 0.74rem;
    line-height: 1.35;
  }

  #minOrderBarAction {
    width: 100%;
  }

  .payment-modal-content {
    padding: 0.72rem;
  }

  .cookie-banner {
    padding: 0.5rem;
  }

  .cookie-banner-card {
    padding: 0.72rem;
  }

  .cookie-actions .btn {
    flex: 1 1 100%;
  }

  .payment-sheet,
  .payment-side {
    padding: 0.66rem;
  }

  .payment-option {
    padding: 0.62rem;
  }

  .cart-panel-head {
    padding: 0.75rem 0.8rem;
  }

  .cart-items {
    padding: 0.65rem 0.8rem;
  }

  .cart-footer {
    padding: 0.75rem 0.8rem 0.84rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto;
  }

  .btn,
  .cart-panel,
  .cart-backdrop {
    transition: none;
  }

  .min-order-progress-fill::after {
    animation: none;
  }
}
