/* ===== David Pizza — matched to davidpizza.de ===== */
:root {
  --orange: #f36805;
  --orange-hover: #d95a00;
  --nav-glass: rgba(255, 255, 255, 0.28);
  --hero-glass: rgba(255, 255, 255, 0.32);
  --text: #000;
  --text-muted: #000;
  --footer-bg: #f5f5f5;
  --white: #fff;
  --radius-pill: 999px;
  --radius-lg: 28px;
  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.14);
  --font: 'Montserrat', 'Poppins', sans-serif;
  --section-gap: 80px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  position: relative;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}
body.page-order,
body.page-home {
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; transition: color .2s; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, 92%); margin-left: auto; margin-right: auto; box-sizing: border-box; }

/* Shared center alignment across minimize sizes — match live container feel */
@media (max-width: 1200px) {
  .container {
    width: min(960px, 94%);
    margin-left: auto;
    margin-right: auto;
  }
  .top-bar-inner {
    max-width: 1140px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .site-footer .container,
  .contact-us-page .contact-us-container,
  .contact-form-section .contact-us-container {
    width: min(1140px, 94%);
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-details .checkout-layout,
  .checkout-details .container.checkout-layout {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .search-box,
  .search-box {
    width: min(960px, 94%);
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .container {
    width: min(720px, 94%);
    margin-left: auto;
    margin-right: auto;
  }
  .top-bar-inner {
    max-width: 860px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .story-section .container,
  .app-section .container,
  .legal-content .container,
  .reviews-container,
  .site-footer .container,
  .contact-us-page .contact-us-container,
  .contact-form-section .contact-us-container {
    width: min(720px, 94%);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-details .checkout-layout,
  .checkout-details .container.checkout-layout {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .search-box,
  .search-box {
    width: min(720px, 94%);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .container {
    width: min(540px, 96%);
    margin-left: auto;
    margin-right: auto;
  }
  .top-bar-inner {
    max-width: 540px;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    gap: 8px;
  }
  .story-section .container,
  .app-section .container,
  .legal-content .container,
  .reviews-container,
  .site-footer .container,
  .contact-us-page .contact-us-container,
  .contact-form-section .contact-us-container {
    width: min(540px, 96%);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }
  .checkout-details .checkout-layout,
  .checkout-details .container.checkout-layout {
    max-width: 540px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .search-box,
  .search-box {
    width: min(540px, 96%);
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .top-bar-inner {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    gap: 6px;
  }
  .story-section .container,
  .app-section .container,
  .legal-content .container,
  .reviews-container,
  .site-footer .container,
  .contact-us-page .contact-us-container,
  .contact-form-section .contact-us-container {
    width: min(480px, 96%) !important;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 12px;
    padding-right: 12px;
  }
  .checkout-details .checkout-layout,
  .checkout-details .container.checkout-layout {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-content .search-box,
  .search-box {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===== HEADER ===== */
.site-header {
  position: relative;
  min-height: 72vh;
  min-height: 72dvh;
  max-height: 680px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  background: #1a1210;
}
.header-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #1a1210;
}
.header-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.7s ease-in-out;
  will-change: transform;
}
.header-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform 7s ease-in-out;
}
.header-slide.is-active img {
  animation: headerZoomIn 7s forwards;
}
@keyframes headerZoomIn {
  0% { transform: scale(1); }
  100% { transform: scale(1.4); }
}
.header-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,.4) 100%);
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  height: 70px;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  background: transparent;
  box-sizing: border-box;
}
.top-bar-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 6px 15px 0;
  height: 100%;
  gap: 14px;
  box-sizing: border-box;
  position: relative;
}
.logo-link {
  display: flex;
  align-items: flex-start;
  line-height: 0;
  margin: 0;
  padding: 0;
  align-self: flex-start;
  height: 70px;
  position: relative;
  top: -6px;
  z-index: 2;
  flex-shrink: 0;
}
.logo-link img {
  height: 70px;
  width: auto;
  object-fit: contain;
  object-position: top left;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  filter: drop-shadow(0 2px 10px rgba(0,0,0,.4));
  transition: height 0.3s ease;
}
.main-nav,
.lang-switch {
  margin-top: 0;
}

/* Glass pill nav — match davidpizza.de #mobileMenuBox (desktop) */
.main-nav {
  display: flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  margin: 0 auto;
  padding: 0.55rem 2.15rem;
  height: 56px;
  min-height: 56px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-radius: 50px;
  border: 1px solid #ffffff94;
  box-shadow: inset 2px 2px 7px rgb(136 136 136 / 17%);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.main-nav a {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #000;
  padding: 0.5rem 0.5rem;
  margin-left: 16px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 50px;
  white-space: nowrap;
  transition: background .25s, color .25s;
}
.main-nav a:first-child {
  margin-left: 0;
}
.main-nav a:hover,
.main-nav a.active {
  background: #dfdfdf6e;
  color: #000;
}

/* Sticky orange navbar — match davidpizza.de header.sticky */
.top-bar.is-sticky {
  top: 0;
  background: #ff5900 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
  padding: 0;
  align-items: stretch;
  height: 70px;
}
.top-bar.is-sticky .top-bar-inner {
  align-items: center;
  padding: 0 15px;
}
.top-bar.is-sticky .logo-link {
  top: 0;
}
.top-bar.is-sticky .lang-switch {
  align-self: center;
}
.top-bar.is-sticky .main-nav {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-color: transparent;
  box-shadow: none;
}
.top-bar.is-sticky .main-nav a {
  color: #fff !important;
}
.top-bar.is-sticky .main-nav a:hover,
.top-bar.is-sticky .main-nav a.active {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
}
.top-bar.is-sticky .lang-toggle {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.top-bar.is-sticky .lang-flag-wrap {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.top-bar.is-sticky .nav-toggle {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.top-bar.is-sticky .nav-toggle i {
  color: #fff;
}

.lang-switch {
  position: relative;
  flex-shrink: 0;
  margin-top: 0;
  margin-right: 10px;
  align-self: flex-start;
  display: flex;
  align-items: center;
  height: auto;
  z-index: 2;
}
/* Glass lang pill — same height/padding as navbar */
.lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  height: 56px;
  min-height: 56px;
  width: auto;
  padding: 0.55rem 2.35rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-radius: 50px;
  border: 1px solid #ffffff94;
  box-shadow: inset 2px 2px 7px rgb(136 136 136 / 17%);
  transition: background .2s;
}
.lang-toggle:hover,
.lang-switch.open .lang-toggle {
  background: rgba(255, 255, 255, 0.28);
}
.lang-flag-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  padding: 0;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.lang-flag-wrap.sm {
  width: 22px;
  height: 22px;
  box-shadow: 0 0 0 1px #ddd;
}
.lang-flag {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.lang-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 150px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  z-index: 40;
}
.lang-option {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 9px 12px !important;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000 !important;
  transition: background .15s;
}
.lang-option:hover,
.lang-option.active {
  background: #fff3e8;
  color: #000 !important;
}

/* Hero search — matched to davidpizza.de */
.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 16px;
  transform: translateY(50%);
  pointer-events: none;
}
.hero-content .search-box {
  pointer-events: auto;
}

.search-box {
  width: min(1140px, 92%);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 30px 25px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: inset 2px 2px 7px rgb(0 0 0 / 17%);
  border: 1px solid #ffffff94;
  box-sizing: border-box;
}

.search-container {
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid #afafaf;
  position: relative;
  box-sizing: border-box;
}

.postal-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
}

.postal-wrap input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 40px;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  color: var(--text);
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23888'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/%3E%3C/svg%3E") no-repeat left 11px center;
  background-size: 29px 29px;
  height: 67px;
  padding: 0 12px 0 3rem;
  box-sizing: border-box;
}

.postal-wrap input::placeholder {
  color: #c8c8c8;
}

.dropdown-list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  max-height: 260px;
  overflow-y: auto;
  z-index: 30;
  padding: 8px 0;
}

.dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: var(--font);
  font-size: 13px;
  color: #000;
  padding: 10px 18px;
  transition: background 0.15s;
}

.dropdown-item:hover {
  background: #fff3e8;
  color: #000;
}

.dropdown-item.hidden {
  display: none;
}

.btn-action {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f36805;
  cursor: pointer;
  font-family: var(--font);
  /* LOCKED @ 100%: orange pill + white text (screenshot) — mat chhedna */
  background: #f36805;
  color: #fff;
  border-radius: 50px;
  padding: 0.71rem 1.58rem;
  width: 155px;
  min-width: 0;
  max-width: 100%;
  height: 67px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  box-shadow: none;
  text-decoration: none !important;
  box-sizing: border-box;
  line-height: 1.25;
}
a.btn-action {
  color: #fff;
  text-decoration: none !important;
}
a.btn-action:hover,
a.btn-action:focus,
a.btn-action:active {
  text-decoration: none !important;
}

.search-container .btn-action {
  height: 67px;
  min-height: 67px;
  width: 155px;
  min-width: 0;
  max-width: 100%;
  padding: 0.71rem 1.58rem;
}

/* LOCKED default (100% + 33/50/67/75/80/90): img — dono 2-line side-by-side
   Lieferung: white shell ke andar | Abholung: orange pill
   3-line SIRF viewport-level-25 pe */
.hero-content .search-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.hero-content .delivery-btn {
  background: #f36805 !important;
  color: #fff !important;
  border: 1px solid #d95a00 !important;
  white-space: nowrap;
}
.hero-content .delivery-btn .btn-title,
.hero-content .delivery-btn .btn-sub,
.hero-content .delivery-btn .btn-sub-a,
.hero-content .delivery-btn .btn-sub-b {
  color: #fff !important;
  opacity: 1 !important;
}
.hero-content .delivery-btn .btn-sub {
  white-space: nowrap;
  display: block;
}
/* non-25: "Ca. 60 Minuten" ek hi line */
.hero-content .delivery-btn .btn-sub-break {
  display: none !important;
}
.hero-content .delivery-btn .btn-sub-a,
.hero-content .delivery-btn .btn-sub-b,
.hero-content .delivery-btn .btn-sub-space {
  display: inline !important;
}
.hero-content .delivery-btn:hover,
.hero-content .delivery-btn:focus,
.hero-content .delivery-btn:focus-visible,
.hero-content .delivery-btn:active {
  background: #f36805 !important;
  color: #fff !important;
  border-color: #d95a00 !important;
  box-shadow: none !important;
}
.hero-content .delivery-btn:hover .btn-title,
.hero-content .delivery-btn:hover .btn-sub,
.hero-content .delivery-btn:hover .btn-sub-a,
.hero-content .delivery-btn:hover .btn-sub-b {
  color: #fff !important;
}

/* LOCKED @ 100% + all non-25: Abholung = orange pill, 2-line */
.takeaway-btn,
a.takeaway-btn {
  margin-left: 15px;
  border-radius: 50px;
  padding: 0.71rem 1.58rem;
  width: 155px;
  min-width: 155px;
  max-width: 100%;
  height: 67px;
  min-height: 67px;
  align-self: center;
  background: #f36805 !important;
  color: #fff !important;
  border: 1px solid #d95a00 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
  box-sizing: border-box;
  line-height: 1.2;
  white-space: nowrap;
}
.takeaway-btn .btn-title,
.takeaway-btn .btn-sub,
a.takeaway-btn .btn-title,
a.takeaway-btn .btn-sub {
  color: #fff !important;
  opacity: 1 !important;
  text-align: center;
}
.takeaway-btn .btn-sub,
a.takeaway-btn .btn-sub {
  white-space: nowrap;
  display: block;
}

.btn-action:hover,
.btn-action:focus-visible,
.btn-action:active {
  background: transparent;
  color: #f36805;
  border-color: #f36805;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.btn-action:hover .btn-title,
.btn-action:hover .btn-sub,
.btn-action:focus-visible .btn-title,
.btn-action:focus-visible .btn-sub,
.btn-action:active .btn-title,
.btn-action:active .btn-sub {
  color: #f36805;
}

/* Abholung hover: orange pill same (img2) — white mat banana */
.takeaway-btn:hover,
.takeaway-btn:focus,
.takeaway-btn:focus-visible,
.takeaway-btn:active,
a.takeaway-btn:hover,
a.takeaway-btn:focus,
a.takeaway-btn:focus-visible,
a.takeaway-btn:active {
  background: #f36805 !important;
  color: #fff !important;
  border-color: #d95a00 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
.takeaway-btn:hover .btn-title,
.takeaway-btn:hover .btn-sub,
.takeaway-btn:focus .btn-title,
.takeaway-btn:focus .btn-sub,
.takeaway-btn:focus-visible .btn-title,
.takeaway-btn:focus-visible .btn-sub,
.takeaway-btn:active .btn-title,
.takeaway-btn:active .btn-sub,
a.takeaway-btn:hover .btn-title,
a.takeaway-btn:hover .btn-sub {
  color: #fff !important;
}

.btn-action .btn-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.btn-action .btn-sub {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.95;
  margin-top: 1px;
  line-height: 1.15;
}
/* Default (100% + non-25): 2-line — title + "Ca. XX Minuten" (img2) */
.btn-action .btn-sub-break {
  display: none;
}
.btn-action .btn-sub-a,
.btn-action .btn-sub-b,
.btn-action .btn-sub-space {
  display: inline;
}

.slider-dots {
  display: none !important;
}

/* Shared section bits */
.subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.subtitle {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  color: #000;
}
.pattern-image img {
  width: 130px;
  max-width: 100%;
  margin: 0 auto;
}
.separator { width: 120px; height: auto; margin: 0 auto; }
section h1, section h2 {
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 20px;
}

/* Story — matched to davidpizza.de */
.story-section {
  padding: 9rem 0 5.5rem;
  background: #fff;
  overflow: visible;
}
.story-section .container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}
.story-text {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.story-text .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 0 0.5rem;
  gap: 8px;
}
.story-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
  margin: 0.4rem 0 1.15rem !important;
  line-height: 1.3;
}
.story-copy {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 0.75rem 0 !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  text-align: justify !important;
  text-justify: inter-word;
  text-align-last: left;
  color: #111 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
  hyphens: auto;
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}
.story-copy::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #fff;
}
.story-copy::-webkit-scrollbar-track {
  border-radius: 0;
  background: #fff;
}
.story-copy::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #000;
}
.story-copy::-webkit-scrollbar-button {
  display: none;
}
.story-text .phone-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.pattern-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.phone-btn {
  display: block !important;
  width: fit-content;
  height: 42px;
  margin-top: 1rem;
  padding: 0 22px;
  background: #000;
  border: 0;
  border-radius: 50px;
  color: #fff !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: background 0.2s ease;
  line-height: 0;
}
.phone-btn-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  line-height: 0;
}
.phone-btn-num {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font);
  line-height: 42px;
  height: 42px;
  color: #fff;
  white-space: nowrap;
  vertical-align: middle;
}
.phone-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  width: 14px;
  height: 14px;
  color: #fff;
  flex-shrink: 0;
  position: relative;
  top: 0;
}
.phone-btn:hover {
  background: #222;
}

.overview-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: none;
}
.story-visual-inner {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: 28px; /* right side pe thoda gap */
}
.story-image {
  /* live .storyImage — pehle jaisa */
  width: 500px;
  max-width: 100%;
  height: 420px;
  margin: 0;
}
.story-image .magic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow:
    rgba(0, 0, 0, 0.3) 0px 19px 17px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.story-image .magic-img:hover {
  transform: scale(0.96);
}
.story-bottom-image {
  /* live .storybottomImage — overlap pehle jaisa */
  position: absolute !important;
  left: -100px !important;
  top: auto !important;
  bottom: -100px !important;
  width: 179px;
  height: 230px;
  min-height: 230px;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 50px;
  box-sizing: border-box;
  transform: translateZ(0);
}
.story-bottom-image .magic-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  box-shadow:
    rgba(0, 0, 0, 0.3) 0px 12px 14px,
    rgba(0, 0, 0, 0.22) 0px 8px 10px;
}

/* App section — matched to davidpizza.de */
.app-section {
  /* room for phone crown + growFadeOutOuter (live mobileSection) */
  padding: 5.5rem 0 1.5rem;
  background: #fff;
  /* NEVER overflow-x:hidden here — CSS computes overflow-y to auto and clips phone top */
  overflow: visible;
  text-align: center;
}
.app-section .container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.app-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  transform: none !important;
  left: auto;
  right: auto;
  position: relative;
}
.app-heading {
  width: min(720px, 100%);
  margin: 0 auto 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: center;
  margin: 0 0 6px;
  width: 100%;
}
.app-lead {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 auto 0;
  max-width: 720px;
  width: 100%;
}
.download-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.download-links a {
  display: block;
  width: 190px;
  height: 58px;
  border-radius: 10px;
  margin-right: 0;
  overflow: hidden;
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
  transition: transform 0.3s ease;
}
.download-links a:last-child {
  margin-right: 0;
}
.download-links a:hover,
.download-links a:focus {
  transform: scale(1.1);
  border: none;
  box-shadow: none;
  outline: none;
}
.store-badge {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  outline: none;
}

.app-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 1rem auto 0;
  gap: 36px;
  text-align: left;
  overflow: visible;
}
/* live: .appScreenshot-first — glow rings on wrapper, not clipped */
.app-qr-col {
  position: relative;
  z-index: 1;
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding-top: 12px;
  overflow: visible;
}
.app-qr-col::before,
.app-qr-col::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 50px 50px 0 0;
  filter: drop-shadow(rgba(101, 109, 252, 0.463) 0px 3px 45px);
  animation: growFadeOutOuter 2.5s ease-in-out infinite;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.app-qr-col::after {
  animation-delay: 0.9s;
}
/* live: .appScreenshot — phonepc frame; NO extra border/radius (clips crown) */
.app-qr-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem 1.5rem;
  background-image: url('https://www.davidpizza.de/assetsNew/images/phonepc.webp');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 240px;
  box-sizing: border-box;
  overflow: visible;
  border-radius: 50px 50px 0 0;
  background-clip: padding-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.app-qr-card::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border: 1px solid #000;
  border-radius: 50px 50px 0 0;
  animation: growFadeOutOuter 2.5s ease-in-out 1.8s infinite;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.app-qr-link {
  display: block;
  line-height: 0;
  width: 96%;
}
.app-qr-img {
  width: 100%;
  max-width: 150px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  margin: 8px auto 0;
}
.app-qr-card p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0.5rem 0 0;
  color: #000;
}

/* live: .mobile-appScreeshot — only ≤1024; glow + full phone crown visible */
.app-phone-col {
  display: none;
  position: relative;
  z-index: 1;
  overflow: visible;
  padding: 28px 12px 12px;
  box-sizing: border-box;
}
.app-phone-col::before,
.app-phone-col::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 42px;
  filter: drop-shadow(rgba(101, 109, 252, 0.463) 0px 3px 45px);
  animation: growFadeOutOuterPhone 2.5s ease-in-out infinite;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.app-phone-col::after {
  animation-delay: 0.9s;
}
.app-phone-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  overflow: visible;
}
.app-phone-frame::after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border: 1px solid #000;
  border-radius: 42px;
  animation: growFadeOutOuterPhone 2.5s ease-in-out 1.8s infinite;
  z-index: -1;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.app-phone-img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* live mover: -10px — keep inside padding so crown never clips */
  animation: floatUpDown 3s ease-in-out infinite;
  filter: none;
  border-radius: 38px;
}

.app-list-col {
  width: auto;
  flex: 0 1 auto;
  max-width: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0.4rem 0 0;
  text-align: left;
}
.app-list-stores {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
}
.app-feature-list {
  position: relative;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.app-feature-list::before {
  content: none;
  display: none;
}
.app-feature-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #000;
  position: relative;
  z-index: 1;
  padding: 6px 0;
  margin: 0;
  min-height: 32px;
  gap: 0;
  white-space: nowrap;
}
.app-feature-list li::before {
  content: "";
  min-width: 28px;
  width: 28px;
  height: 28px;
  margin-right: 0.5rem;
  flex-shrink: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cg fill='%239a9a9a'%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4'/%3E%3Crect x='12.5' y='23' width='3' height='4' rx='0.4'/%3E%3Crect x='1' y='12.5' width='4' height='3' rx='0.4'/%3E%3Crect x='23' y='12.5' width='4' height='3' rx='0.4'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(22.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(45 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(67.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(112.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(135 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(157.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(202.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(225 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(247.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(292.5 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(315 14 14)'/%3E%3Crect x='12.5' y='1' width='3' height='4' rx='0.4' transform='rotate(337.5 14 14)'/%3E%3Ccircle cx='14' cy='14' r='5.2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}
.app-feature-list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 3px;
  min-width: 3px;
  height: auto;
  background: repeating-linear-gradient(
    to bottom,
    #9a9a9a 0,
    #9a9a9a 3px,
    transparent 3px,
    transparent 7px
  );
  border-radius: 0;
  position: absolute;
  left: 12.5px;
  top: calc(50% + 15px);
  bottom: -8px;
  transform: none;
}
.app-feature-list li:last-child::after {
  content: none;
  display: none;
}

/* live growFadeOutOuter — scale 1.1 (not 1.18) so rings stay inside padding */
@keyframes growFadeOutOuter {
  0% { transform: translateZ(0) scale(1); opacity: 1; border-radius: 50px 50px 0 0; }
  100% { transform: translateZ(0) scale(1.1); opacity: 0; border-radius: 50px 50px 0 0; }
}
@keyframes growFadeOutOuterPhone {
  0% { transform: translateZ(0) scale(1); opacity: 1; border-radius: 42px; }
  100% { transform: translateZ(0) scale(1.1); opacity: 0; border-radius: 42px; }
}
/* live @keyframes mover — translateY(-10px) */
@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Scroll reveal — like davidpizza.de */
.anim.bounce-left,
.anim.bounce-right,
.anim.bounce-top,
.anim.bounce-bottom,
.anim:not([class*="bounce-"]) {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-out;
}
.anim.bounce-left { transform: translate3d(-200px, 0, 0); }
.anim.bounce-right { transform: translate3d(200px, 0, 0); }
.anim.bounce-top { transform: translate3d(0, 120px, 0); transition-duration: 2s; }
.anim.bounce-bottom { transform: translate3d(0, -120px, 0); }
.anim.in-view {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
/* Specialties — matched to davidpizza.de chefChoices */
.specialties-section {
  padding: 0.75rem 0 1.5rem;
  background: #fff;
}
.specialties-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.subtitle-accent {
  color: #000;
}
.specialties-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: center;
  margin: 0.75rem 0 0;
}

/* Hours — matched to davidpizza.de timingSection.deliveryTime */
.hours-section {
  position: relative;
  z-index: 1;
  padding: 3rem 0 1.75rem;
  overflow: hidden;
  background: #861212;
}
.hours-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hours-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px) saturate(140%);
  z-index: -1;
  pointer-events: none;
}
.hours-heading {
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}
.subtitle-on-video {
  color: #000 !important;
  text-shadow: none;
}
.hours-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: center;
  margin: 0.75rem 0 0;
  text-shadow: none;
}
/*
  100% screen: full-width box + full btn widths (original).
  Minimize only: container + 3 btns shrink (unchanged behavior).
*/
.hours-section .container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  display: block;
}
.hours-panel {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 18px 16px 20px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  box-shadow: inset 8px 9px 18px rgb(136 136 136 / 45%);
  border-radius: 16px;
  box-sizing: border-box;
}
.hours-head {
  display: grid;
  grid-template-columns: 26% 1fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 4px 12px 14px 52px;
  color: #000 !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.hours-head > span {
  min-width: 0;
}
.hours-head strong {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #000 !important;
  justify-self: stretch;
}
.hours-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.timing-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  padding: 6px 12px 6px 52px;
  display: grid;
  grid-template-columns: 26% 1fr 1fr;
  gap: 24px;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.timing-card h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
  width: auto;
  min-width: 0;
  position: relative;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.timing-card h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  border-radius: 50px;
  left: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.timing-card h3::after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50px;
  left: -33px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-color: #1a1a1a;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.timing-card p {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-align: center;
  justify-self: stretch;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timing-mobile-label {
  display: none !important;
}
.timing-card.box {
  color: #fff;
  overflow: visible;
  border: 0;
  background: #fff;
}
.timing-card.box p {
  background: #ff5900;
  border-color: #ff5900;
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 89, 0, 0.35);
}
.timing-card.box h3 {
  color: #000;
}
.timing-card.box h3::after {
  background-color: #ff5900;
  animation: blinkyellow 2s infinite;
  left: -33px;
}
.timing-card.box h3::before {
  left: -28px;
}
@keyframes blinkyellow {
  0% { box-shadow: 0 0 0 0 #f368058a; }
  70% { box-shadow: 0 0 0 10px #f368058a; }
  100% { box-shadow: 0 0 18px #f368058a; }
}

/* Minimize: btn text/gap tighten only — box width header.php control karta hai */
@media (max-width: 992px) {
  .hours-head,
  .timing-card {
    grid-template-columns: minmax(4.5rem, 0.22fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(8px, 1.5vw, 20px);
  }
  .timing-card p {
    padding: 0.45rem clamp(0.4rem, 1.2vw, 1.25rem);
    font-size: clamp(11px, 1.1vw + 0.25rem, 14px);
  }
}
@media (max-width: 768px) {
  .hours-head,
  .timing-card {
    grid-template-columns: minmax(3.75rem, 0.18fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(4px, 1.2vw, 10px);
    padding-left: 40px;
  }
  .hours-head {
    font-size: clamp(12px, 1.4vw, 16px);
  }
  .hours-head strong {
    font-size: inherit;
  }
  .timing-card h3 {
    font-size: clamp(11px, 1.2vw, 14px);
  }
  .timing-card h3::before {
    left: -24px;
  }
  .timing-card h3::after,
  .timing-card.box h3::after {
    left: -29px;
  }
  .timing-card.box h3::before {
    left: -24px;
  }
}
@media (max-width: 575px) {
  .hours-head,
  .timing-card {
    grid-template-columns: minmax(3.25rem, 0.16fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 4px;
    padding-left: 36px;
  }
  .timing-card h3::before {
    left: -22px;
    width: 6px;
    height: 6px;
  }
  .timing-card h3::after,
  .timing-card.box h3::after {
    left: -27px;
    width: 16px;
    height: 16px;
  }
  .timing-card.box h3::before {
    left: -22px;
  }
}
/* Map / contact — 100% match davidpizza.de mapAddressBox */
.map-section {
  padding: 25px 15px 40px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.map-heading {
  text-align: center;
  margin-bottom: 0.15rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.map-heading .subtitle-wrap {
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 4px;
  gap: 6px;
}
.map-heading .subtitle {
  text-align: center;
  width: 100%;
  display: block;
  color: #000 !important;
}
.map-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: center;
  margin: 0.75rem 0 0;
}
.map-section .container {
  width: min(1140px, 92%);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  overflow: visible;
}
/* live: .mapAddressBox .defaultWidth */
.map-address-wrap {
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: initial;
  padding-top: 20px;
  padding-bottom: 30px;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
/* live: .mapAddressSection */
.map-address-section {
  background: transparent;
  border-radius: 20px;
  width: 93%;
  position: relative;
  overflow: visible;
}
/* live: .top-section */
.map-top {
  flex: 1 0 0;
  max-width: 100%;
}
.map-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgb(0 0 0 / 24%);
  position: relative;
  z-index: 1;
}
.map-container iframe {
  display: block;
  width: 100% !important;
  height: 450px !important;
  border: 0;
}
/* live: .mapAddressBox .bottom-section — hangs off map right */
.map-bottom {
  width: 44.6%;
  position: absolute;
  top: 50%;
  right: -20%;
  border-radius: 15px;
  transform: translate(0%, -50%);
  background: #fff;
  z-index: 5;
  box-sizing: border-box;
}
.map-section .contact-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  color: #000;
  padding: 25px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  transition: all 0.7s ease;
  position: relative;
  z-index: 5;
}
.map-section .contact-card:hover {
  box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
}
.map-section .contact-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 20px;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
.map-section .info-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border-radius: 12px;
  border: 2px solid transparent;
  padding: 0;
  transition: all 0.7s ease;
}
.map-section .info-box:last-child {
  margin-bottom: 0;
}
.map-section .info-box i {
  font-size: 24px;
  color: #000;
  width: auto;
  text-align: center;
  flex-shrink: 0;
}
.map-section .info-box:last-child i {
  font-size: 28px;
}
.map-section .info-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  width: calc(100% - 30px);
  min-width: 0;
}
.map-section .info-text a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  width: fit-content;
  max-width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  text-transform: none;
  word-break: break-word;
}
.map-section .info-text a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 1s ease;
}
.map-section .info-box:hover .info-text a::after {
  width: 100%;
}

/* live @media (max-width: 1024px) — card stacks under map */
@media (max-width: 1024px) {
  .map-section .container {
    max-width: 850px !important;
    width: min(850px, 94%);
  }
  .map-address-wrap {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .map-address-section {
    width: 100%;
  }
  .map-bottom {
    width: 100% !important;
    max-width: 100% !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    margin-top: 16px;
  }
  .map-container iframe {
    height: 320px !important;
  }
}

@media (max-width: 575px) {
  .map-section {
    padding: 10px 10px 0;
  }
  .map-address-wrap {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .map-container iframe {
    height: 220px !important;
  }
  .map-section .contact-card {
    padding: 18px 16px;
  }
  .map-section .contact-card h3 {
    font-size: 14px;
  }
  .map-section .info-text a {
    font-size: 13px;
  }
  .map-section .info-box i {
    font-size: 20px;
  }
  .map-section .info-box:last-child i {
    font-size: 22px;
  }
}

/* Inner pages */
.page-hero {
  min-height: 42vh; flex-direction: column; padding: 0 0 48px;
}
/* About banner — match davidpizza.de/about-us */
.about-hero.page-hero {
  min-height: 55vh;
  height: 55vh;
  max-height: none;
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
}
.about-hero .header-slide img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}
.about-hero .header-slide.is-active img {
  animation: headerZoomIn 7s forwards;
}
.about-hero .page-hero-title.about-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 96px;
  transform: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 6vw, 60px) !important;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 4px 4px 14px #000;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) both;
  z-index: 5;
}
/* Contact banner — scrolling images like davidpizza.de/contact */
.contact-hero.page-hero {
  min-height: 55vh;
  height: 55vh;
  max-height: none;
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
}
.contact-hero .header-slide img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}
.contact-hero .header-slide.is-active img {
  animation: headerZoomIn 7s forwards;
}
.contact-hero .page-hero-title.contact-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 9rem;
  bottom: auto;
  transform: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 6vw, 60px) !important;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 4px 4px 14px #000;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) both;
  z-index: 5;
}
/* Reviews banner — scrolling images like davidpizza.de/reviews */
.reviews-hero.page-hero {
  min-height: 55vh;
  height: 55vh;
  max-height: none;
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
}
.reviews-hero .header-slide img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}
.reviews-hero .header-slide.is-active img {
  animation: headerZoomIn 7s forwards;
}
.reviews-hero .page-hero-title.reviews-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 96px;
  transform: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 6vw, 60px) !important;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 4px 4px 14px #000;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) both;
  z-index: 5;
}
.page-hero-title {
  position: relative; z-index: 5;
  width: min(1140px, 92%); margin: auto auto 0;
  color: #fff; font-size: clamp(28px, 4vw, 42px);
  font-weight: 800; text-transform: uppercase; letter-spacing: .06em;
  text-shadow: 0 2px 16px rgba(0,0,0,.4);
}
/* Gallery banner — taller header, title lower */
.gallery-hero.page-hero {
  min-height: 62vh;
  height: 62vh;
  max-height: none;
  padding: 0;
  justify-content: flex-start;
  overflow: hidden;
}
.gallery-hero .header-slide img {
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
}
.gallery-hero .header-slide.is-active img {
  animation: headerZoomIn 7s forwards;
}
.page-hero-title.gallery-banner-title {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100px;
  transform: none;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(36px, 6vw, 60px) !important;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #fff;
  text-shadow: 4px 4px 14px #000;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) both;
  z-index: 5;
}

/* Terms / AGB banner — match davidpizza.de/agb (straight, pizza slice visible) */
.legal-nav.site-header {
  min-height: 0 !important;
  height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  margin: 0;
  overflow: visible !important;
  background: transparent;
}
.legal-nav .header-overlay,
.legal-nav .order-overlay {
  display: none;
}
.terms-banner {
  background-color: #1a1210;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  width: 100%;
  height: 380px;
  min-height: 380px;
  overflow: hidden;
}
/* Slice banner — pizza crop for legal / section pages */
.terms-banner.slice-banner,
.terms-banner.agb-banner {
  background-position: 58% 2%;
  background-size: cover;
}
.terms-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 0;
  pointer-events: none;
}
.terms-banner-text {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  padding: 0 16px;
  margin: 0;
  box-sizing: border-box;
}
/* Rechtliches / section titles — sit a bit lower on the pizza banner */
.terms-banner.slice-banner .terms-banner-text {
  margin-top: 72px;
}
.terms-banner .page-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px !important;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-shadow: 7px 9px 20px #000;
  width: 100%;
  margin: 0;
  padding: 0;
  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1) both;
}
@keyframes tracking-in-contract {
  0% { letter-spacing: 1em; opacity: 0; }
  40% { opacity: 0.6; }
  100% { letter-spacing: normal; opacity: 1; }
}

/* Legal / terms pages — matched to davidpizza.de/terms */
.legal-content {
  padding: 1.25rem 0 2.5rem;
  background: #fff;
  text-align: left;
}
.legal-content .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  text-align: left;
}
.legal-box {
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.legal-box a.david-pizza-link,
.legal-list a.david-pizza-link,
.legal-content a.david-pizza-link {
  color: #0066cc !important;
  text-decoration: underline;
  word-break: break-word;
}
.legal-box a.david-pizza-link:hover,
.legal-list a.david-pizza-link:hover,
.legal-content a.david-pizza-link:hover {
  color: #004999 !important;
}
.legal-heading {
  display: block;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #000 !important;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  margin: 0 0 6px;
  line-height: 1.35;
}
.legal-box p {
  display: block;
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0 0 0.85rem;
  max-width: none;
  text-align: left !important;
}
.legal-box .legal-note {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left !important;
}
.legal-list {
  list-style: decimal;
  margin: 0;
  padding: 0 0 0 1.1rem;
  text-align: left;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.legal-list li {
  margin: 0 0 0.55rem;
  padding-top: 0 !important;
  padding-left: 0.15rem;
  text-align: left;
}
.legal-list li:last-child {
  margin-bottom: 0;
}
.legal-list li span {
  line-height: 1.55;
}
.legal-list strong {
  font-weight: 700;
  color: #000;
}
.legal-list a {
  color: #000;
  text-decoration: underline;
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

/* Order type page — matched to davidpizza.de/menu → order_type */
.order-header.site-header {
  min-height: 450px !important;
  height: 450px !important;
  max-height: 450px !important;
  padding: 0 !important;
  margin: 0;
  overflow: visible !important;
  display: block;
  background: transparent !important;
  clip-path: none;
}
.order-banner {
  position: relative;
  display: block;
  z-index: 0;
  width: 100%;
  height: 450px;
  min-height: 450px;
  overflow: hidden;
  background: transparent;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
body.page-order .top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
  background: transparent !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  z-index: 9999;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}
body.page-order .top-bar.is-sticky {
  align-items: center;
  background: #ff5900 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
body.page-order .top-bar .logo-link {
  align-self: center;
  top: 0;
  padding: 0;
}
body.page-order .top-bar.is-sticky .logo-link {
  top: 0;
}
body.page-order .top-bar.is-sticky .main-nav a {
  color: #fff !important;
}
body.page-order .top-bar.is-sticky .main-nav a:hover,
body.page-order .top-bar.is-sticky .main-nav a.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.22) !important;
}
body.page-order .lang-switch {
  align-self: center;
  margin-top: 0;
}
body.page-order .top-bar.is-sticky .lang-switch {
  align-self: center;
}
body.page-order .top-bar.is-sticky .lang-toggle {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
body.page-order .lang-flag-wrap {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
}
body.page-order .nav-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
}
body.page-order .nav-toggle i {
  color: #fff;
}
body.page-order .top-bar.is-sticky .nav-toggle i {
  color: #fff;
}
@media (min-width: 1025px) {
  .nav-close,
  .nav-icon {
    display: none !important;
  }
  .main-nav,
  body.page-order .main-nav,
  body.page-menu .main-nav,
  body.page-checkout .main-nav {
    position: static !important;
    right: auto !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: fit-content !important;
    max-width: none !important;
    height: 56px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    overflow: visible !important;
  }
  /* menu/checkout orange nav: white hover/active underline */
  body.page-menu .main-nav a,
  body.page-checkout .main-nav a {
    position: relative !important;
    overflow: visible !important;
  }
  body.page-menu .main-nav a::after,
  body.page-checkout .main-nav a::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0.2rem !important;
    height: 2px !important;
    background-color: #fff !important;
    display: block !important;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.2s ease;
    pointer-events: none;
  }
  body.page-menu .main-nav a:hover::after,
  body.page-menu .main-nav a.active::after,
  body.page-checkout .main-nav a:hover::after,
  body.page-checkout .main-nav a.active::after {
    transform: scaleX(1) !important;
  }
}
@media (min-width: 1025px) {
  body.page-order .top-bar {
    height: 70px;
    padding: 0 10px;
  }
  body.page-order .top-bar.is-sticky {
    padding: 0 10px;
  }
  body.page-order .top-bar .logo-link {
    height: 70px;
    margin: 0 0 0 24px;
  }
  body.page-order .top-bar .logo-link img {
    height: 70px;
    max-height: 70px;
    filter: drop-shadow(0 2px 10px rgba(0,0,0,.4));
    object-position: left center;
  }
  body.page-order .main-nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0.55rem 2.15rem !important;
    height: 56px !important;
    min-height: 56px !important;
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    border-radius: 50px !important;
    border: 1px solid #ffffff94 !important;
    box-shadow: inset 2px 2px 7px rgb(136 136 136 / 17%) !important;
    gap: 0;
  }
  body.page-order .main-nav a {
    color: #000 !important;
    background: transparent !important;
    border-radius: 50px;
    margin-left: 16px;
    padding: 0.5rem 0.5rem;
    position: relative;
  }
  body.page-order .main-nav a:first-child {
    margin-left: 0;
  }
  body.page-order .main-nav a:hover,
  body.page-order .main-nav a.active {
    color: #000 !important;
    background: #dfdfdf6e !important;
  }
  body.page-order .main-nav a:hover::after,
  body.page-order .main-nav a.active::after {
    display: none;
  }
  body.page-order .top-bar.is-sticky .main-nav {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  body.page-order .lang-toggle {
    background: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    border: 1px solid #ffffff94 !important;
    border-radius: 50px !important;
    box-shadow: inset 2px 2px 7px rgb(136 136 136 / 17%) !important;
  }
}
.order-banner-img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 0;
  pointer-events: none;
  transform: none;
}
.order-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 1;
  pointer-events: none;
}
.order-header .order-overlay,
.order-header .header-overlay.order-overlay {
  display: none;
}
.order-type-section {
  margin-top: -6rem;
  padding: 0 0 5rem;
  position: relative;
  z-index: 9;
  background: transparent;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.order-card {
  width: 100%;
  max-width: 880px;
  background: #fff;
  border-radius: 7px;
  padding: 26px 16px 20px;
  box-shadow: rgba(0, 0, 0, 0.56) 2px 3px 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
}
.order-card-title {
  margin: 0 0 12px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 27px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.3;
}
.order-card .btn-action.order-takeaway-btn,
.order-takeaway-btn {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  flex: none !important;
  align-self: stretch !important;
  margin: 14px 0 0 !important;
  height: 72px !important;
  min-height: 72px !important;
  border-radius: 999px !important;
  padding: 0.65rem 1.5rem !important;
  background-color: #f36805 !important;
  border: 1px solid #f36805 !important;
  box-sizing: border-box !important;
  color: #fff !important;
}
.order-takeaway-btn .btn-title,
.order-takeaway-btn .btn-sub {
  color: #fff !important;
}
.order-card .order-takeaway-btn:hover,
.order-card .order-takeaway-btn:focus,
.order-card .order-takeaway-btn:focus-visible,
.order-card .order-takeaway-btn:active,
.order-takeaway-btn:hover,
.order-takeaway-btn:focus,
.order-takeaway-btn:focus-visible,
.order-takeaway-btn:active,
a.order-takeaway-btn:hover,
a.order-takeaway-btn:focus,
a.order-takeaway-btn:focus-visible,
a.order-takeaway-btn:active {
  background: #fff !important;
  background-color: #fff !important;
  color: #f36805 !important;
  border-color: #f36805 !important;
}
.order-card .order-takeaway-btn:hover .btn-title,
.order-card .order-takeaway-btn:hover .btn-sub,
.order-card .order-takeaway-btn:focus .btn-title,
.order-card .order-takeaway-btn:focus .btn-sub,
.order-card .order-takeaway-btn:focus-visible .btn-title,
.order-card .order-takeaway-btn:focus-visible .btn-sub,
.order-card .order-takeaway-btn:active .btn-title,
.order-card .order-takeaway-btn:active .btn-sub,
.order-takeaway-btn:hover .btn-title,
.order-takeaway-btn:hover .btn-sub,
.order-takeaway-btn:focus .btn-title,
.order-takeaway-btn:focus .btn-sub,
.order-takeaway-btn:focus-visible .btn-title,
.order-takeaway-btn:focus-visible .btn-sub,
.order-takeaway-btn:active .btn-title,
.order-takeaway-btn:active .btn-sub,
a.order-takeaway-btn:hover .btn-title,
a.order-takeaway-btn:hover .btn-sub,
a.order-takeaway-btn:focus .btn-title,
a.order-takeaway-btn:focus .btn-sub,
a.order-takeaway-btn:active .btn-title,
a.order-takeaway-btn:active .btn-sub {
  color: #f36805 !important;
}
.order-card .search-container.order-search,
.order-search {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0.85rem 0 0 !important;
  padding: 5px !important;
  border-radius: 999px !important;
  align-self: stretch !important;
  box-sizing: border-box !important;
}
.order-search .postal-wrap input {
  height: 66px;
  font-size: 15px;
  border-radius: 999px;
}
.order-card .order-search .btn-action.delivery-btn,
.order-card .order-search.search-container .btn-action,
.order-search.search-container .btn-action,
.order-search .btn-action {
  height: 66px !important;
  min-height: 66px !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100% !important;
  flex: 0 1 auto !important;
  padding: 0.55rem 1.15rem !important;
  border-radius: 999px !important;
  background-color: #f36805 !important;
  border: 1px solid #f36805 !important;
  box-sizing: border-box !important;
  color: #fff !important;
}
.order-search .btn-action .btn-title,
.order-search .btn-action .btn-sub {
  color: #fff !important;
}
.order-card .order-search .btn-action:hover,
.order-card .order-search .btn-action:focus,
.order-card .order-search .btn-action:focus-visible,
.order-card .order-search .btn-action:active,
.order-search .btn-action:hover,
.order-search .btn-action:focus,
.order-search .btn-action:focus-visible,
.order-search .btn-action:active {
  background: #fff !important;
  background-color: #fff !important;
  color: #f36805 !important;
  border-color: #f36805 !important;
}
.order-card .order-search .btn-action:hover .btn-title,
.order-card .order-search .btn-action:hover .btn-sub,
.order-card .order-search .btn-action:focus .btn-title,
.order-card .order-search .btn-action:focus .btn-sub,
.order-card .order-search .btn-action:focus-visible .btn-title,
.order-card .order-search .btn-action:focus-visible .btn-sub,
.order-card .order-search .btn-action:active .btn-title,
.order-card .order-search .btn-action:active .btn-sub,
.order-search .btn-action:hover .btn-title,
.order-search .btn-action:hover .btn-sub,
.order-search .btn-action:focus .btn-title,
.order-search .btn-action:focus .btn-sub,
.order-search .btn-action:focus-visible .btn-title,
.order-search .btn-action:focus-visible .btn-sub,
.order-search .btn-action:active .btn-title,
.order-search .btn-action:active .btn-sub {
  color: #f36805 !important;
}
.order-search .btn-title,
.order-takeaway-btn .btn-title {
  font-size: 15px;
}
.order-search .btn-sub,
.order-takeaway-btn .btn-sub {
  font-size: 11px;
}

/* About us page — matched to davidpizza.de/about-us */
.about-us-section {
  padding: 3rem 0 1.5rem;
  background: #fff;
  overflow: hidden;
}
.about-us-section .about-us-container.container,
.about-us-section .about-us-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 16px;
  padding-right: 12px;
  box-sizing: border-box;
}
.about-contact-section .about-us-container {
  width: min(1400px, 98%);
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.about-us-grid {
  display: grid;
  grid-template-columns: minmax(0, 50%) minmax(0, 50%);
  gap: 16px;
  align-items: start;
}
.about-us-grid--en {
  gap: 16px;
}
.about-us-text {
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  align-self: start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.about-us-text .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  margin: 0 0 4px;
  width: 100%;
}
.about-us-text .subtitle {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1.4;
  margin: 0;
}
.about-us-heading {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none;
  letter-spacing: 0;
  text-align: center !important;
  margin: 8px 0 10px !important;
  width: 100%;
  line-height: 1.3;
}
.about-us-scroll {
  position: relative;
  width: 100%;
  max-height: 300px;
  margin: 0;
  padding: 0;
}
.about-us-scroll.is-scrollable {
  padding-right: 0;
}
.about-us-section .about-us-copy,
.about-us-text .about-us-copy,
p.about-us-copy {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  text-align: justify !important;
  text-justify: inter-word;
  text-align-last: left;
  max-height: 300px !important;
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-right: none;
  text-indent: 0 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  white-space: normal !important;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.about-us-scroll.is-scrollable .about-us-copy {
  padding-right: 18px !important;
}
.about-us-copy::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.about-us-copy::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.about-us-scroll-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: transparent;
  pointer-events: none;
  display: none;
}
.about-us-scroll.is-scrollable .about-us-scroll-bar {
  display: block;
}
.about-us-scroll--full {
  max-height: none;
}
.about-us-scroll--full .about-us-copy {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
  padding-right: 0 !important;
}
.about-us-scroll--full .about-us-scroll-bar {
  display: none !important;
}
.about-us-scroll-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 50%;
  background: #000;
  border-radius: 0;
  pointer-events: none;
  will-change: transform, height;
}
.about-us-media {
  display: block;
  width: 100%;
  min-width: 0;
  align-self: start;
}
.about-us-image {
  width: 97%;
  max-width: 97%;
  height: 450px;
  margin: 0 0 0 auto;
}
.about-us-image .magic-img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  display: block;
  box-shadow:
    rgba(0, 0, 0, 0.3) 0px 19px 17px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
}
.about-us-image .magic-img:hover {
  transform: scale(0.96);
}

.about-contact-section {
  padding: 1.25rem 0 3rem;
  background: #fff;
}
.about-contact-heading {
  text-align: center;
  margin: 0 auto 1.5rem;
  padding: 0 16px;
}
.about-contact-heading .subtitle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}
.about-contact-heading .subtitle {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  line-height: 1.4;
  margin: 0;
}
.about-contact-heading .pattern-image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.about-contact-heading .pattern-image img {
  width: 130px;
  max-width: 100%;
  margin: 0 auto;
}
.about-contact-title,
.about-contact-heading .about-contact-title,
h3.about-us-heading.about-contact-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  margin: 1rem 0 0 !important;
  line-height: 1.3;
  width: 100%;
}
.about-contact-section .about-us-container {
  width: min(1400px, 98%);
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.about-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 0;
  align-items: stretch;
}
.about-contact-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  height: 100%;
  width: 100%;
}
.about-contact-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px 28px;
  width: 100%;
  min-height: 0;
  height: 100%;
  border: 1px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: box-shadow 0.7s ease;
  box-sizing: border-box;
}
.about-contact-card:hover {
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.about-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  flex-shrink: 0;
  order: -1;
}
.about-contact-icon i {
  font-size: 42px !important;
  color: #000 !important;
  line-height: 1;
}
.about-contact-info {
  width: calc(100% - 67px);
  text-align: left;
  flex: 1;
  min-width: 0;
  padding: 0;
  margin: 0;
}
.about-contact-info h4 {
  color: #000 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  text-align: left !important;
  margin: 0 0 6px !important;
  text-transform: none !important;
  letter-spacing: 0;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
}
.about-contact-detail {
  display: block;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: left !important;
  line-height: 1.3;
  text-transform: none;
  text-decoration: none !important;
  word-break: break-word;
}

.page-content { padding: 70px 0; }
.page-content h2 { text-align: left; margin-bottom: 16px; }
.page-content p { color: var(--text-muted); max-width: 680px; margin-bottom: 14px; }

.gallery-page {
  padding: 3rem 0 2.5rem;
  background: #fff;
  min-height: 80px;
}
.gallery-page .gallery-container {
  width: min(1360px, 100%);
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.masonry-gallery {
  display: flex;
  flex-wrap: wrap;
}
.masonry-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  width: 25%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: 375px;
  padding: 4px 4px 0;
  box-sizing: border-box;
  border-radius: 5px;
  transition: transform 2s ease;
}
.masonry-gallery .gallery-item a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.masonry-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.masonry-gallery .gallery-item:hover img {
  transform: scale(1.02);
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .masonry-gallery .gallery-item {
    width: 50%;
    height: auto;
    max-height: none;
  }
}
@media (max-width: 575px) {
  .gallery-page {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .masonry-gallery .gallery-item {
    width: 100%;
    height: auto;
    max-height: none;
  }
}

/* Contact page — matched to davidpizza.de/contact */
.contact-us-page {
  padding: 0 0 1rem;
  background: transparent;
  margin-top: -2.5rem;
  position: relative;
  z-index: 5;
}
.contact-us-container {
  width: min(1280px, 100%);
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.contact-us-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.contact-us-card-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
  height: 100%;
}
.contact-us-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 240px;
  padding: 1.6rem 2rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -1px 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 1s ease, box-shadow 0.7s ease;
  box-sizing: border-box;
}
.contact-us-card:hover {
  transform: scale(1.08);
}
.contact-us-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-bottom: 1rem;
}
.contact-us-icon i {
  font-size: 42px !important;
  color: #000 !important;
  line-height: 1;
}
.contact-us-info {
  width: 100%;
  text-align: center;
}
.contact-us-info h4 {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 0 0 8px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
}
.contact-us-info p {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 0 !important;
  line-height: 1.4;
}

.contact-form-section {
  padding: 2rem 0 1.5rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.contact-form-heading {
  text-align: center;
  margin-bottom: 1.5rem;
}
.contact-form-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  margin: 0 0 8px !important;
  line-height: 1.3;
}
.contact-form-note {
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: stretch;
}
.contact-form-wrap {
  width: 100%;
  min-width: 0;
}
.contact-form-card {
  flex: 1 1 auto;
  background: #fff;
  border-radius: 20px;
  padding: 1.75rem 1.75rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
}
.contact-page-form {
  display: block;
  width: 100%;
}
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.contact-form-group {
  margin-bottom: 12px;
  width: 100%;
}
.contact-form-group label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.contact-page-form input,
.contact-page-form textarea {
  display: block;
  width: 100%;
  margin: 3px 0 0;
  padding: 14px 14px;
  min-height: 48px;
  background: transparent;
  color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  outline: none;
}
.contact-page-form textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}
.contact-page-form input:focus,
.contact-page-form textarea:focus {
  border-color: #000;
}
.contact-page-form input::placeholder,
.contact-page-form textarea::placeholder {
  color: #666;
}
.contact-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-top: 8px;
  padding: 12px 20px;
  min-width: 175px;
  border: 0;
  border-radius: 10px;
  background: #f36805;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.contact-submit-btn:hover {
  background: #d95a00;
  opacity: 1;
}
.contact-form-success {
  color: #f36805;
  font-weight: 600;
  font-size: 16px;
}

.contact-hours-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 9px #bebdbd;
  padding: 14px 18px 0;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-hours-head {
  text-align: center;
  margin-bottom: 0.5rem;
  width: 100%;
}
.contact-hours-head .subtitle {
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  display: block;
}
.contact-hours-head .pattern-image {
  display: flex;
  justify-content: center;
  margin: 6px 0;
}
.contact-hours-head .pattern-image img {
  width: 120px;
  max-width: 100%;
}
.contact-hours-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 25px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-align: center !important;
  margin: 0.35rem 0 0.55rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  width: 100%;
  line-height: 1.25;
}
.contact-hours-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0;
}
.contact-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
}
.contact-hours-row:last-child {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.17);
}
.contact-hours-day {
  flex: 0 0 auto;
  text-align: left;
  color: #000;
  font-weight: 500;
}
.contact-hours-time {
  flex: 1 1 auto;
  text-align: right;
  color: #000;
  font-weight: 500;
}
.contact-hours-time .time-text {
  display: block;
  text-align: right !important;
  color: #000;
  font-weight: 500;
  line-height: 1.5;
}
.contact-hours-logo {
  display: flex;
  opacity: 1;
  height: 72px;
  width: auto;
  margin: auto auto 0.6rem;
  object-fit: contain;
}

.contact-map-section {
  padding: 0 8px 3rem;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
/* LOCKED @ 100%: full width — minimize pe sirf JS center/shrink */
.contact-map-section .contact-us-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.contact-map-frame {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  min-width: 0;
}
.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

.reviews-page {
  padding: 1rem 0 2rem;
  background: #fff;
}
.reviews-container {
  width: min(1400px, 96%);
  margin: 0 auto;
  box-sizing: border-box;
}
.reviews-heading {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.reviews-subtitle {
  display: block;
  color: #000 !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  word-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}
.reviews-heading .pattern-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px 0;
  width: 100%;
}
.reviews-heading .pattern-image img {
  width: 130px;
  max-width: 100%;
}
.reviews-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  color: #000 !important;
  text-align: center !important;
  margin: 0.15rem auto 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.2;
  width: 100%;
}
.review-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0.15rem 0 0.75rem;
  gap: 0;
}
.review-rating strong {
  font-size: 30px;
  font-weight: 700;
  color: #000 !important;
  line-height: 1.1;
  margin: 0;
}
.review-rating .stars {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2px;
  justify-content: center;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.review-rating .stars span {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.review-rating p {
  margin: 0;
  font-size: 16px;
  color: #000 !important;
  line-height: 1.2;
}
.review-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 96%;
  margin: 0 auto;
  gap: 16px;
  box-sizing: border-box;
}
.review-item {
  width: calc(50% - 8px);
  background: #fff;
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  box-sizing: border-box;
}
.review-detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.review-item .detail h3 {
  margin: 0 0 2px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}
.review-item .rating {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.review-item .rating .stars {
  display: flex;
  gap: 1px;
  align-items: center;
}
.review-detail img {
  width: 30px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}
.review-item > p {
  margin: 0.25rem 0 0.15rem;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  max-width: none !important;
}
.review-item > strong {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  color: #000;
  margin-top: 0;
}

.contact-form { display: grid; gap: 16px; max-width: 520px; margin-top: 24px; }
.contact-form input, .contact-form textarea {
  font-family: var(--font); font-size: 14px; padding: 14px 18px;
  border: 1px solid #ddd; border-radius: 12px; outline: none;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.btn-submit {
  justify-self: start; background: var(--orange); color: #fff; border: none;
  font-family: var(--font); font-weight: 700; font-size: 14px;
  padding: 14px 36px; border-radius: var(--radius-pill); cursor: pointer;
}
.btn-submit:hover { background: var(--orange-hover); }

/* Footer — matched to davidpizza.de */
.site-footer {
  background: #fcf9f8;
  padding: 40px 24px 0;
  font-size: 16px;
  color: #343232;
  position: relative;
  box-shadow: 0 0 5px #fff;
  transition: transform 0.6s ease;
}
/* resting at the bottom nudges the whole footer up, then it drops back quickly */
.site-footer.is-lifted {
  animation: footerNudge 2.6s ease-in-out 1;
}
@keyframes footerNudge {
  0% { transform: translateY(0); }
  22% { transform: translateY(-60px); }
  42% { transform: translateY(-60px); }
  52% { transform: translateY(0); }
  100% { transform: translateY(0); }
}
.site-footer .container {
  width: min(1280px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
  align-items: flex-start;
}
.footer-col {
  padding: 0 18px;
  box-sizing: border-box;
}
.footer-col:first-child {
  flex: 1 1 32%;
  max-width: 32%;
  width: 32%;
  padding-left: 0;
  margin-left: 0;
}
.footer-col:nth-child(2) {
  flex: 1 1 20%;
  max-width: 20%;
  width: 20%;
  border-left: none;
  padding-left: 28px;
}
.footer-col:nth-child(3) {
  flex: 1 1 18%;
  max-width: 18%;
  width: 18%;
  border-left: none;
  padding-left: 28px;
}
.footer-col:last-child {
  flex: 1 1 26%;
  max-width: 26%;
  width: 26%;
  border-left: none;
  padding-left: 28px;
  padding-right: 0;
}
.footer-col h3,
.footer-col h4 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.footer-col address {
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
  color: #343232;
}
.footer-col a {
  color: #343232;
  display: block;
  padding: 0;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
.footer-col a:hover {
  color: #080808;
  text-decoration: underline;
}
.btn-admin {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  background: #080808;
  color: #fcf9f8 !important;
  font-weight: 500;
  font-size: 16px;
  padding: 11px 38px;
  height: 46px;
  border-radius: 50px;
  width: fit-content;
  min-width: 205px;
  border: 0;
  text-decoration: none !important;
  transition: background 0.2s;
  box-sizing: border-box;
}
.btn-admin:hover {
  background: #222;
  color: #fff !important;
  text-decoration: none !important;
}
.btn-admin i {
  font-size: 14px;
}
.footer-logo {
  height: auto;
  width: 100px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 4px;
  display: block;
}
.follow-label {
  font-weight: 500;
  color: #343232;
  margin-bottom: 4px;
  display: block;
  font-size: 16px;
}
.footer-col .app-badges {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.footer-col .app-badges .store-img {
  display: block;
  width: 148px;
  max-width: calc(50% - 5px);
  height: 44px;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
  flex: 0 0 auto;
}
.footer-col .app-badges .store-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.social-row {
  margin-top: 0;
}
.social-row > span {
  font-weight: 500;
  color: #343232;
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}
.social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
}
.social-icon {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343232 !important;
  font-size: 18px;
  padding: 0;
  margin-bottom: 0 !important;
  transition: color 0.2s;
}
.social-icon:hover {
  border: none;
  color: #080808 !important;
  text-decoration: none !important;
}
.payment-row {
  margin-top: 8px;
}
.paypal-img {
  height: 22px;
  width: 52px;
  object-fit: contain;
}
.footer-bottom {
  border-top: 1px solid #343232;
  margin-top: 10px;
  padding: 12px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 16px;
  color: #343232;
}
.footer-bottom a {
  display: inline;
  color: #080808;
  margin-bottom: 0;
}
.footer-bottom a.david-pizza-link {
  color: #0066cc !important;
  text-decoration: underline;
}
.footer-bottom a.david-pizza-link:hover {
  color: #004999 !important;
}
.footer-bottom a:hover {
  color: #080808;
  text-decoration: underline;
}

/* Back to top — menu page (match davidpizza.de hand icon) */
.back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #f36805;
  color: #f36805;
  font-size: 24px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  line-height: 1;
}
.back-top.is-visible {
  display: flex;
}
.back-top i {
  line-height: 1;
}

.nav-toggle {
  display: none;
  width: auto;
  height: auto;
  min-width: 44px;
  min-height: 44px;
  border: none;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 20;
  color: #eeeeee;
}
.nav-toggle i {
  font-size: 32px;
  line-height: 1;
  color: #eeeeee;
}
.nav-toggle span { display: none; }
.nav-close {
  display: none;
}
.nav-icon {
  display: none;
}

/* Responsive */
@media (max-width: 992px) {
  .story-grid { grid-template-columns: 1fr; gap: 36px; }
  .about-us-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-us-text {
    max-width: none;
  }
  .about-us-image {
    width: 100%;
    max-width: none;
    height: 360px;
    margin: 0;
  }
  .about-us-image .magic-img {
    border-radius: 20px;
  }
  .about-us-media {
    width: 100%;
    padding-left: 0;
  }
  .about-us-section .about-us-container {
    padding-right: clamp(16px, 4vw, 48px);
  }
  .about-hero .page-hero-title.about-banner-title {
    top: auto;
    bottom: 60px;
    font-size: clamp(32px, 8vw, 52px) !important;
  }
  .contact-hero .page-hero-title.contact-banner-title {
    top: 9rem;
    bottom: auto;
    font-size: clamp(32px, 8vw, 52px) !important;
  }
  .reviews-hero .page-hero-title.reviews-banner-title {
    top: auto;
    bottom: 60px;
    font-size: clamp(32px, 8vw, 52px) !important;
  }
  .page-hero-title.gallery-banner-title {
    top: auto;
    bottom: 72px;
    font-size: clamp(32px, 8vw, 52px) !important;
  }
  .about-contact-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-us-cards {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .contact-us-page {
    margin-top: -1.5rem;
  }
  .contact-us-card {
    height: 230px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .contact-form-row {
    grid-template-columns: 1fr;
  }
  .contact-hours-time {
    white-space: normal;
    text-align: right;
  }
  .contact-hours-row {
    font-size: 13px;
  }
  .overview-image {
    justify-content: center;
    margin-top: 3rem;
    order: -1;
    transform: none;
  }
  .story-image {
    width: 100%;
    max-width: 420px;
    height: 320px;
    margin: 0 auto;
  }
  .story-visual-inner {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .story-bottom-image {
    left: 0;
    bottom: -40px;
    width: 140px;
    height: 140px;
    padding-bottom: 0;
    opacity: 0.85;
  }
  .footer-grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
  }
  .footer-col:first-child,
  .footer-col:nth-child(2),
  .footer-col:nth-child(3),
  .footer-col:last-child {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    border-left: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-col address,
  .footer-col a {
    text-align: center;
  }
  .footer-col .app-badges,
  .social-icons,
  .payment-row {
    justify-content: center;
  }
  .site-footer .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .story-bottom-image {
    width: 290px;
    height: 290px;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .top-bar {
    padding: 0;
    height: 64px;
    align-items: stretch;
    justify-content: center;
    position: relative;
  }
  .top-bar-inner {
    align-items: center;
    max-width: 960px;
    width: 100%;
    padding: 0 16px;
    gap: 10px;
  }
  .top-bar.is-sticky .top-bar-inner {
    padding: 0 16px;
  }
  .logo-link {
    height: 64px;
    align-self: center;
    margin: 0;
    padding: 0;
    top: 0;
  }
  .logo-link img {
    height: 64px;
    margin: 0;
    padding: 0;
    top: 0;
  }
  .main-nav, .lang-switch { margin-top: 0; }
  .nav-toggle {
    display: flex !important;
    order: 2;
    margin-left: auto;
    margin-right: 6px;
    position: relative;
    z-index: 10002;
    flex-shrink: 0;
  }
  .top-bar.is-sticky .nav-toggle,
  .top-bar.is-sticky .nav-toggle i {
    color: #fff;
  }
  .lang-switch {
    order: 3;
    margin-left: 0;
    position: relative;
    z-index: 10002;
  }
  .main-nav,
  body.page-order .main-nav,
  body.page-menu .main-nav,
  body.page-checkout .main-nav {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    left: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 12px 18px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: right 0.6s ease !important;
    background: rgb(255 255 255 / 85%) !important;
    backdrop-filter: blur(14px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(140%) !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 10001;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .main-nav.open,
  body.page-order .main-nav.open,
  body.page-menu .main-nav.open,
  body.page-checkout .main-nav.open {
    right: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background: rgb(255 255 255 / 85%) !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  .top-bar.is-sticky .main-nav.open,
  body.page-menu .main-nav.open,
  body.page-checkout .main-nav.open {
    background: rgb(255 255 255 / 85%) !important;
  }
  .nav-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0.35rem 0 1.5rem;
    padding: 8px 4px;
    border: 0;
    background: transparent;
    color: #222;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
  }
  .nav-close:hover { color: #d28600; }
  .nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4em;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .nav-icon i {
    font-size: 18px;
  }
  .main-nav a,
  body.page-order .main-nav a,
  body.page-menu .main-nav a,
  body.page-checkout .main-nav a {
    height: auto !important;
    min-height: 0 !important;
    padding: 14px 0 16px 15px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #222 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    border-bottom: 1px solid #ccc !important;
    box-sizing: border-box;
  }
  .main-nav a:last-of-type {
    border-bottom: 0 !important;
  }
  .main-nav a:hover,
  .main-nav a.active,
  .main-nav.open a:hover,
  .main-nav.open a.active,
  body.page-order .main-nav a:hover,
  body.page-order .main-nav a.active,
  body.page-menu .main-nav a:hover,
  body.page-menu .main-nav a.active,
  body.page-checkout .main-nav a:hover,
  body.page-checkout .main-nav a.active {
    background: transparent !important;
    color: #d28600 !important;
    border-bottom-color: #d28600 !important;
  }
  .lang-toggle {
    height: 44px;
    min-height: 44px;
    padding: 0.35rem 0.9rem;
  }
  body.nav-drawer-open {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .terms-banner {
    height: 260px;
    min-height: 260px;
  }
  .terms-banner.slice-banner,
  .terms-banner.agb-banner {
    background-position: 58% 2%;
  }
  .terms-banner.slice-banner .terms-banner-text {
    margin-top: 40px;
  }
  .terms-banner .page-hero-title {
    font-size: 25px !important;
  }
  .review-list {
    width: 97%;
    gap: 16px;
  }
  .review-item {
    width: calc(50% - 8px);
    padding: 22px 18px;
  }
  .review-item > p {
    font-size: 13px;
  }
  .review-rating strong {
    font-size: 22px;
  }
  .reviews-title {
    font-size: 26px !important;
  }
  .legal-heading {
    font-size: 16px !important;
  }
  .legal-box p {
    font-size: 15px;
  }
  .search-box {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: clamp(12px, 2.2vw, 22px) clamp(10px, 1.8vw, 20px);
    gap: 0;
  }
  .search-container {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    border-radius: 50px;
    gap: clamp(4px, 1vw, 10px);
    padding: clamp(3px, 0.6vw, 5px);
  }
  .search-container .btn-action,
  .takeaway-btn {
    width: clamp(96px, 18vw, 155px);
    min-width: 0;
    max-width: none;
    flex: 0 0 auto;
    margin-left: 0;
    align-self: center;
    height: clamp(44px, 8vw, 67px);
    min-height: 0;
    padding: 0.4rem clamp(0.55rem, 1.4vw, 1.58rem);
  }
  /* Abholung + Lieferung: enough width — "Ca. XX Minuten" 1 line (non-25 default) */
  .hero-content .search-container .btn-action.delivery-btn,
  .hero-content .delivery-btn {
    width: clamp(130px, 22vw, 155px) !important;
    min-width: 130px !important;
    white-space: nowrap !important;
    background: #f36805 !important;
    color: #fff !important;
  }
  .hero-content .delivery-btn .btn-sub,
  .hero-content .delivery-btn .btn-sub-a,
  .hero-content .delivery-btn .btn-sub-b {
    white-space: nowrap !important;
    color: #fff !important;
  }
  .hero-content .delivery-btn .btn-sub-break {
    display: none !important;
  }
  .hero-content .takeaway-btn,
  .hero-content a.takeaway-btn {
    width: clamp(130px, 22vw, 155px) !important;
    min-width: 130px !important;
    white-space: nowrap !important;
    background: #f36805 !important;
    color: #fff !important;
    border: 1px solid #d95a00 !important;
  }
  .hero-content .takeaway-btn .btn-sub,
  .hero-content a.takeaway-btn .btn-sub {
    white-space: nowrap !important;
    color: #fff !important;
  }
  .takeaway-btn {
    margin-left: clamp(6px, 1.2vw, 15px);
  }
  .postal-wrap {
    flex: 1 1 auto;
    min-width: 0;
  }
  .postal-wrap input {
    height: clamp(44px, 8vw, 67px);
    font-size: clamp(13px, 2.2vw, 16px);
    padding-left: clamp(2.2rem, 4vw, 3rem);
    background-size: clamp(20px, 3.5vw, 29px);
  }
  .btn-action {
    height: clamp(44px, 8vw, 67px);
    min-height: 0;
  }
  .btn-action .btn-title {
    font-size: clamp(12px, 2vw, 16px);
  }
  .btn-action .btn-sub {
    font-size: clamp(10px, 1.6vw, 12px);
  }
  .dropdown-list { left: 0; right: 0; }
  .footer-grid {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  .footer-col:first-child,
  .footer-col:nth-child(2),
  .footer-col:nth-child(3),
  .footer-col:last-child {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    border-left: none;
    padding: 0;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .order-type-section {
    margin-top: -4rem;
    padding: 0 12px 3rem;
  }
  .order-card {
    max-width: 100%;
    padding: 22px 16px 18px;
  }
  .order-card-title {
    font-size: 22px !important;
  }
  .order-search {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 50px;
  }
  .order-card .order-search .btn-action.delivery-btn,
  .order-search .btn-action,
  .order-takeaway-btn {
    width: clamp(96px, 18vw, 155px) !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin-left: 0 !important;
    height: clamp(44px, 8vw, 67px) !important;
  }
  .order-takeaway-btn {
    margin-left: clamp(6px, 1.2vw, 15px) !important;
  }
  .order-header.site-header {
    min-height: 350px !important;
    height: 350px !important;
    max-height: 350px !important;
    clip-path: none;
  }
  .order-banner {
    height: 350px;
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  }
  .order-banner-img {
    object-position: center center;
  }
  .app-phone-col {
    display: block;
    order: 2;
    width: min(280px, 72vw);
    margin: 1rem auto;
    padding: 32px 14px 16px;
    overflow: visible;
  }
  .app-body {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
    overflow: visible;
  }
  .app-qr-col {
    width: 100%;
    max-width: 220px;
    order: 1;
    margin: 0 auto;
    padding-top: 18px;
    overflow: visible;
  }
  /* live @media (max-width:575px): QR hide, full phone mockup */
  .app-section {
    padding-top: 3.5rem;
    overflow: visible;
  }
  .app-list-col {
    width: 100%;
    max-width: 420px;
    order: 3;
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-feature-list {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .app-list-stores {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .app-heading {
    width: 100%;
  }
  .app-heading .download-links {
    display: none;
  }
  .app-feature-list li {
    font-size: 15px;
    white-space: normal;
  }
}

@media (max-width: 575px) {
  /* live: hide QR phone, show full mobile-app mockup — crown visible */
  .app-section {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    overflow: visible;
  }
  .app-qr-col {
    display: none;
  }
  .app-phone-col {
    display: block;
    order: 1;
    width: min(300px, 78vw);
    max-width: 300px;
    margin: 0.5rem auto 1rem;
    padding: 36px 16px 20px;
    overflow: visible;
  }
  .app-phone-frame {
    max-width: 100%;
  }
  .app-list-col {
    order: 2;
  }
  .reviews-hero.page-hero {
    min-height: 40vh;
    height: 40vh;
  }
  .gallery-hero.page-hero {
    min-height: 48vh;
    height: 48vh;
  }
  .review-item {
    width: 100%;
  }
}

/* Cookie banner — exact match davidpizza.de */
#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 8px max(8px, env(safe-area-inset-bottom, 0px));
  z-index: 100000;
}
#cookie-banner .popup-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 98% !important;
  max-width: 98% !important;
  height: auto;
  margin: 0 auto;
  padding: 1rem 1.5rem !important;
  border-radius: 10px !important;
  background: rgb(6 6 6 / 71%) !important;
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25) !important;
  box-sizing: border-box;
  z-index: 9999;
}
#cookie-banner .popup-container::after {
  content: none;
}
#cookie-banner .cross-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #f36805;
  border-radius: 50%;
  position: absolute;
  right: -8px;
  top: -10px;
  cursor: pointer;
  color: #fff;
  z-index: 2;
  line-height: 1;
  border: 0;
  padding: 0;
  overflow: hidden;
}
#cookie-banner .cross-icon svg {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
#cookie-banner .cookie-content {
  width: calc(100% - 19%);
  text-align: left;
  margin: 0;
  padding: 0;
  min-width: 0;
}
#cookie-banner .popup-container h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0.25rem;
  position: relative;
  top: -2px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
  text-align: left;
}
#cookie-banner .popup-container p {
  display: block;
  color: #ffffff;
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}
#cookie-banner .popup-container p a {
  display: inline;
  margin: 0 0.2rem;
  color: #0d6efd;
  text-decoration: underline;
}
#cookie-banner p #more {
  display: inline;
}
#cookie-banner p #dots {
  display: none;
}
#cookie-banner #readMore {
  display: none;
  background-color: transparent !important;
  border-color: transparent !important;
  border: 0;
  text-decoration: underline;
  padding: 0 !important;
  font-style: italic;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  font-family: inherit;
}
#cookie-banner .arrowbtn.orange-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  min-width: 175px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  border: 0;
  outline: 0;
  margin: 0;
  text-transform: capitalize;
  color: #ffffff !important;
  background-color: #f36805 !important;
  border-color: #f36805 !important;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s ease, visibility 0s;
  box-sizing: border-box;
  white-space: nowrap;
}
#cookie-banner .arrowbtn.orange-btn #arrow {
  width: 0;
  height: 20px;
  margin-left: 0.1rem;
  overflow: hidden;
  transition: all 0.2s ease, visibility 0s;
  flex-shrink: 0;
}
#cookie-banner .arrowbtn.orange-btn:hover #arrow {
  width: 20px;
}

@media (max-width: 1024px) {
  #cookie-banner p #more {
    display: none;
  }
  #cookie-banner p #dots {
    display: inline;
  }
  #cookie-banner #readMore {
    display: inline-block;
  }
  #cookie-banner.cookie-expanded p #more {
    display: inline;
  }
  #cookie-banner.cookie-expanded p #dots {
    display: none;
  }
}

@media (max-width: 768px) {
  #cookie-banner .popup-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 97% !important;
    max-width: 97% !important;
    padding: 1rem 0.5rem !important;
  }
  #cookie-banner .cookie-content {
    width: 100% !important;
  }
  #cookie-banner .arrowbtn.orange-btn {
    margin: 0.5rem 0 0 auto;
    min-width: 150px;
  }
}

@media (max-width: 575px) {
  #cookie-banner .popup-container {
    display: flex;
    flex-direction: column;
    width: 96.5% !important;
    max-width: 96.5% !important;
    padding: 1rem 0.8rem !important;
  }
  #cookie-banner .arrowbtn.orange-btn {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    min-width: 150px;
    padding: 9px 10px;
    font-size: 13px;
  }
  #cookie-banner .popup-container h2 {
    margin-bottom: 1rem;
    font-size: 20px;
    padding-right: 160px;
  }
  #cookie-banner .popup-container p {
    font-size: 13px;
  }
  #cookie-banner .cookie-content {
    width: 100% !important;
  }
  #cookie-banner #readMore {
    font-size: 13px;
  }
}

/* ===== Decorative vertical glow lines — home only (davidpizza.de) ===== */
.glow-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 3;
  pointer-events: none;
}
.glow-col {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
.glow-col-left { left: 250px; }
.glow-col-right { right: 250px; }
.vertical-line,
.vertical-line2 {
  width: 0.5px;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  position: absolute;
  z-index: 0;
}
.glow,
.glow2 {
  width: 3px;
  height: 200px;
  background: linear-gradient(to bottom, transparent, #000, transparent);
  opacity: 1;
  position: absolute;
  left: -0.5px;
  z-index: 1;
}
.glow { animation: move-glow 15s linear infinite; }
.glow2 { animation: move-glow2 20s linear infinite; }
@keyframes move-glow {
  0% { top: -100px; }
  100% { top: 100%; }
}
@keyframes move-glow2 {
  0% { top: -100px; }
  100% { top: 100%; }
}
/* Images / video / map block sit above glow lines; map heading stays under so lines show */
.site-header {
  z-index: 5;
}
.story-visual,
.overview-image,
.app-qr-col,
.app-phone-col,
.hours-section {
  position: relative;
  z-index: 4;
}
.map-section {
  position: relative;
  z-index: auto;
  background: #fff;
  overflow: visible;
}
.map-heading {
  position: relative;
  z-index: 0;
}
.map-section .container,
.map-address-wrap,
.map-address-section {
  position: relative;
  z-index: 4;
  background: transparent;
  overflow: visible;
}
.map-container {
  position: relative;
  z-index: 1;
}
.map-bottom {
  z-index: 5;
}
.map-section .contact-card {
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .glow-wrapper { display: none; }
}

/* Postal validation popup — davidpizza.de */
.new-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100001;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.new-popup.show-new-popup {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.new-popup .popup-background {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100001;
}
.new-popup .popup-container {
  position: relative;
  z-index: 100002;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 28px 24px 24px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  max-width: 90vw;
  width: 400px;
  text-align: center;
  box-sizing: border-box;
}
.new-popup .popup-container::after {
  content: none;
}
#postalPopupMsg {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 18px;
}
.postal-popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -8px;
  top: -8px;
  background: #f36805;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.postal-popup-close svg {
  display: block;
  width: 11px;
  height: 11px;
}
.new-popup .popup-ok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  border: 0;
  margin: 0;
  cursor: pointer;
  color: #fff !important;
  background-color: #f36805 !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  transition: all 0.2s ease;
}
.new-popup .popup-ok #arrow {
  width: 0;
  height: 18px;
  margin-left: 0.1rem;
  overflow: hidden;
  transition: all 0.2s ease;
}
.new-popup .popup-ok:hover #arrow {
  width: 18px;
}

/* Custom cursor — live davidpizza.de style; all pages except menu */
.cursor-effect {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #d28600;
  border-radius: 50%;
  pointer-events: none !important;
  z-index: 2147483000 !important;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  box-shadow: 0 0 27px rgb(206 42 42 / 35%);
  animation: dpCursorPulse 3s infinite ease-in-out;
  background: transparent;
  display: none !important;
}
@media (min-width: 992px) {
  .cursor-effect {
    display: block !important;
  }
}
/* Menu page: no custom cursor circle */
body.page-menu .cursor-effect {
  display: none !important;
  animation: none !important;
}
@media (max-width: 991px) {
  .cursor-effect {
    display: none !important;
  }
}
@keyframes dpCursorPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

/* ===== Speisekarte / menu.php — matched to davidpizza.de/menu ===== */
.menu-header {
  min-height: 0;
  max-height: none;
  height: auto;
  background: #ff5900;
  box-shadow: none;
}
.menu-header .top-bar,
.menu-header .top-bar.is-sticky {
  position: relative;
  height: 70px;
  padding: 0 20px 0 14px;
  background: #ff5900 !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
}
.menu-header .logo-link {
  height: 70px;
  align-self: stretch;
  margin-left: 24px;
}
.menu-header .logo-link img {
  height: 70px;
  max-height: 70px;
  filter: none;
}
.menu-header .main-nav {
  margin: 0 auto;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0;
  padding: 0;
  min-height: 0;
  gap: 2px;
}
.menu-header .main-nav a,
.menu-header .top-bar.is-sticky .main-nav a {
  color: #fff !important;
  background: transparent !important;
  border-radius: 0;
  padding: 0.45rem 0.95rem;
  position: relative;
}
.menu-header .main-nav a:hover,
.menu-header .main-nav a.active,
.menu-header .top-bar.is-sticky .main-nav a:hover,
.menu-header .top-bar.is-sticky .main-nav a.active {
  color: #fff !important;
  background: transparent !important;
}
.menu-header .main-nav a:hover::after,
.menu-header .main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.15rem;
  height: 2px;
  background: #fff;
}
.menu-header .lang-toggle,
.menu-header .top-bar.is-sticky .lang-toggle {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.menu-header .lang-flag-wrap {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.menu-header .nav-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
}
.menu-header .nav-toggle i,
.menu-header .top-bar.is-sticky .nav-toggle i {
  color: #fff;
}
.menu-header .header-overlay {
  display: none;
}

/* LOCKED menu layout — 100% = full width; minimize center sirf menu-section.php JS
   Is default ko mat chhedna. */
.menu-page-wrap.menuWrapper {
  background: #eee;
  padding-top: 70px;
  padding-bottom: 1rem;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  /* do NOT use overflow-x:clip here — it breaks position:sticky on the category sidebar */
  overflow: visible;
}
@media (max-width: 991px) {
  .menu-page-wrap.menuWrapper {
    padding-top: 64px;
  }
}
.menu-carousel {
  position: relative;
  width: 100%;
  max-height: 280px;
  overflow: hidden;
  background: #1a1210;
}
.menu-carousel-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}
.menu-carousel-slide {
  flex: 0 0 100%;
  max-height: 280px;
  overflow: hidden;
}
.menu-carousel-slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transform: scale(1);
}
.menu-carousel-slide.is-active img {
  animation: headerZoomIn 7s forwards;
}
.menu-carousel-btn {
  display: none;
}
.menu-carousel-dots {
  display: none;
}

.categoryOrderSection {
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.menu-shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 24px 0 0;
  box-sizing: border-box;
}
.menu-container.menu-layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.menuItem.menu-main {
  flex: 1 1 70%;
  width: 70%;
  min-width: 0;
  background: transparent;
  padding: 0;
}
.categoryBox {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  padding: 0;
  overflow: visible;
}

/* Search bar — sticky below scrolled-away nav (menu nav is absolute) */
.searchBar.menu-toolbar {
  position: sticky;
  top: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 114px;
  padding: 1rem;
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid #ececec;
  border-radius: 10px 10px 0 0;
  margin: 0;
  overflow: visible;
  pointer-events: auto;
}
.menuWrapper.toolbar-hidden .searchBar.menu-toolbar {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.aboutBtn.menu-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 0 0 140px;
  flex-shrink: 0;
  border: none;
  background: #f36805 !important;
  color: #fff !important;
  border-radius: 50px;
  padding: 0.1rem 0.6rem !important;
  font-family: var(--font);
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  width: 140px !important;
  min-width: 140px;
  max-width: 140px;
  height: 48px;
  margin: 0;
  position: static !important;
  text-transform: none;
  box-shadow: none;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: normal;
}
.aboutBtn.menu-info-btn:hover,
.aboutBtn.menu-info-btn:focus {
  background: #f36805 !important;
  color: #fff !important;
  outline: none;
  box-shadow: none;
}
.aboutBtn.menu-info-btn i {
  margin-right: 0.3rem;
  color: #fff !important;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.aboutBtn.menu-info-btn i svg {
  display: block;
  width: 1em;
  height: 1em;
}
.input-group.search.menu-search {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 120px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 2;
  border: 1px solid #ced4da;
  border-radius: 50px;
  padding: 0;
  background: #fff;
  max-width: none;
  box-shadow: none;
  height: 48px;
  overflow: hidden;
  pointer-events: auto;
}
.menu-search .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
  pointer-events: none;
  width: 24px;
  height: 24px;
}
.menu-search .search-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #f36805;
}
.menu-search .form-control,
.menu-search input {
  border: 0;
  outline: none;
  width: 100%;
  height: 48px;
  font-family: var(--font);
  font-size: 16px;
  background: #fff;
  padding: 0.3rem 0.8rem 0.3rem 2.7rem;
  box-shadow: none;
  border-radius: 50px !important;
  color: #333;
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
}
.menu-search .form-control:hover,
.menu-search input:hover {
  background-color: #f5f5f5 !important;
}
.menu-search .form-control:focus,
.menu-search input:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
  background: #fff;
  outline: none;
}
.menu-search .form-control::placeholder,
.menu-search input::placeholder {
  color: #999;
  opacity: 1;
}

/* Sidebar + items */
.categoryData.menu-body {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}
.leftSidebarMenu.menu-sidebar {
  width: 29%;
  flex: 0 0 29%;
  align-self: flex-start;
  position: sticky;
  top: var(--menu-sticky-top, 0px);
  left: 0;
  height: calc(100vh - var(--menu-sticky-top, 0px));
  max-height: calc(100vh - var(--menu-sticky-top, 0px));
  min-height: 0;
  background: #fff;
  padding: 10px 0 20px;
  margin: 0;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #f2f2f2;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  z-index: 5;
}
.leftSidebarMenu.menu-sidebar::-webkit-scrollbar {
  width: 8px;
}
.leftSidebarMenu.menu-sidebar::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 8px;
}
.leftSidebarMenu.menu-sidebar::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 8px;
}
.leftSidebarMenu.menu-sidebar::-webkit-scrollbar-thumb:hover {
  background: #a9a9a9;
}
.leftSidebarMenu.menu-sidebar::-webkit-scrollbar-button {
  display: none;
}
.leftSidebarMenu.menu-sidebar h2 {
  font-weight: 600;
  font-size: 18px;
  color: #545353;
  text-transform: none;
  text-align: left;
  letter-spacing: 0;
  margin: 0 0 6px;
  padding: 0 12px 0 10px;
}
.leftSidebarMenu.menu-sidebar ul {
  list-style: none;
  padding: 0 12px 0 10px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.leftSidebarMenu.menu-sidebar li {
  padding: 0.5rem 0.85rem;
  margin-top: 0.4rem;
  min-height: 38px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  font-size: 15px;
  font-weight: 600;
  color: #3a3a3a !important;
  border-radius: 50px;
  background: #efefef;
  line-height: 1.35;
  white-space: nowrap;
  overflow-wrap: normal;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.leftSidebarMenu.menu-sidebar li:hover {
  color: #fff !important;
  background: #f36805;
}
.leftSidebarMenu.menu-sidebar li.active {
  color: #fff !important;
  background-color: #f36805 !important;
  font-weight: 600;
  border-radius: 50px;
}
.content.menu-items {
  width: 71%;
  flex: 0 0 71%;
  min-width: 0;
  padding: 0 14px 32px;
  box-sizing: border-box;
  background: #fff;
  align-self: stretch;
}
.menu-sections {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-section {
  scroll-margin-top: 100px;
  list-style: none;
  height: auto;
  padding: 0;
  background: #fff;
  margin-bottom: 0;
}
.menu-section:first-child .menuHeadingBox {
  margin-top: 10px;
}
.menuHeadingBox {
  padding: 10px 12px;
  border: 2px solid #ebebeb;
  border-radius: 15px;
  margin: 12px 0 10px;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  font-size: 1.15rem;
}
.menuHeadingBox h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
}
.categoryPic {
  width: 100%;
  margin: 0 0 8px;
  border-radius: 15px;
  overflow: hidden;
}
.categoryPic img {
  width: 100%;
  border-radius: 15px;
  height: 130px;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.menuBox {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: #fff;
  padding: 14px;
  margin: 18px 0;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px;
  cursor: pointer;
  font-family: var(--font);
  color: inherit;
  transition: 600ms;
  box-sizing: border-box;
  overflow: hidden;
}
.menuBox:hover {
  border-color: transparent;
  background: #eef7fa;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menuBox.is-hidden { display: none !important; }
.menuBox-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.menuBox .fisrtFlexBox,
.fisrtFlexBox {
  flex: 1 1 auto !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.menuItem-row {
  display: none;
}
.menuItem-main {
  display: contents;
}
.textPriceMenuItems {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
}
.tooltipBox {
  flex-shrink: 0;
  cursor: pointer;
  font-size: 10px;
  border: 1px solid darkgray;
  background: #fff;
  margin: 0;
  color: #000;
  min-width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0 0.22rem;
  font-weight: 700;
  line-height: 1;
}
.menuName {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  padding: 0 !important;
  line-height: 1.35;
}
.menuName img {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-left: 0;
  position: static;
  flex-shrink: 0;
}
.menuPriceList {
  margin-top: 2px;
  width: 100%;
  line-height: 1.35;
}
.price-offer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}
.price-offer > span {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
}
.price-offer small {
  font-size: inherit;
  line-height: inherit;
}
.fs-18,
.price-now,
.price-offer .fs-18 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}
.redText {
  color: #ff6a00;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.price-was {
  text-decoration: line-through;
  color: #666;
  font-weight: 600;
  font-size: 14px;
  margin-left: 0.15rem;
}
.menuTextBreak {
  margin: 2px 0 0;
  font-size: 14.5px;
  font-weight: 300;
  color: #000;
  line-height: 1.45;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.discount-offer {
  margin: 3px 0 0;
  font-size: 0.8rem;
  color: #ababab;
  font-weight: 500;
  border: 1px solid #ababab;
  background: #fff;
  border-radius: 50px;
  padding: 0.08rem 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  line-height: 1.15;
}
.discount-offer i {
  font-size: 13px;
  color: #ababab;
}
/* Dish thumbs — match live davidpizza.de (right side, not full-width) */
.menuBox .secondFlexBox,
.secondFlexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  flex-shrink: 0;
  width: auto;
  max-width: 100px;
}
.menuBox .dishImageBox {
  width: 90px !important;
  height: 90px !important;
  max-width: 90px !important;
  max-height: 90px !important;
  min-width: 0 !important;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}
.menuBox .secondFlexBox img,
.menuBox .secondFlexBox img.dishImageBox {
  min-width: 0 !important;
  width: 100px !important;
  height: 100px !important;
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: cover;
  margin-bottom: 0;
  border-radius: 12px;
  display: block;
}

/* Allergy info toggle — live */
.infoBtn {
  padding-bottom: 1rem;
}
.informationButton {
  text-align: center;
  margin: 20px 0;
}
#informationToggle {
  background: #1d7d74;
  color: #eee;
  border: none;
  border-radius: 7px;
  padding: 16px 28px;
  font-family: var(--font);
  font-size: 15px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
#informationToggle:hover {
  background: #196b64;
}
.infoParagraph {
  background: #fff;
  padding: 25px;
  margin: 30px auto;
  max-width: 75%;
  text-align: left;
  box-shadow: rgba(14, 63, 126, 0.06) 0 0 0 1px, rgba(42, 51, 70, 0.04) 0 2px 2px -1px, rgba(42, 51, 70, 0.03) 0 10px 10px -5px, rgba(42, 51, 70, 0.03) 0 24px 24px -8px;
  border-radius: 12px;
  font-size: 14px;
}
.infoParagraph ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.infoParagraph li {
  line-height: 1.6;
}

/* Cart column — live sticky */
.cartMenu {
  flex: 0 0 28%;
  width: 28%;
  max-width: none;
  min-width: min(270px, 100%);
  height: fit-content;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-left: none;
  overflow: hidden;
  align-self: flex-start;
  position: sticky;
  top: 12px;
  margin: 12px 0 0 8px;
}
.cartMenu-inner {
  background: #fff;
  border-radius: 16px;
  box-shadow: none;
  padding: 0.9rem 1.4rem 0.8rem;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.cart-eta {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.9rem;
  color: #111;
  text-align: left;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
}
.calendarBox,
.timeDropdown {
  margin-bottom: 0.65rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
}
.cartMenu .calendarBox,
.cartMenu .timeDropdown {
  position: relative;
  display: block;
  max-width: 100%;
  min-width: 0;
}
.cartMenu .calendarBox select,
.cartMenu .timeDropdown select,
.cartMenu .form-select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 42px;
  margin: 6px 0;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  padding: 0.55rem 2.2rem 0.55rem 1rem;
  font-family: Montserrat, var(--font), sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #ffffff;
  color: #222;
  appearance: auto;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1.35;
}
.cartMenu .calendarBox select:focus,
.cartMenu .timeDropdown select:focus,
.cartMenu .form-select:focus {
  outline: none;
  border-color: #ccc;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.menu-delivery-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin: 0.85rem 0 0.5rem;
  background: #efefef;
  border-radius: 50px;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.menu-toggle-option {
  cursor: pointer;
  min-width: 0;
  max-width: 100%;
}
.menu-toggle-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.menu-toggle-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  column-gap: 0.4rem;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 0.4rem 0.35rem;
  background: transparent;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
  color: #6f6f6f;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}
.menu-toggle-card i {
  grid-column: 1;
  grid-row: 1 / span 2;
  font-size: 1.1rem;
  color: inherit;
}
.menu-toggle-card strong {
  grid-column: 2;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-toggle-card small {
  grid-column: 2;
  font-size: 0.68rem;
  line-height: 1.2;
  color: #9a9a9a;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-toggle-option input:checked + .menu-toggle-card {
  border-color: transparent;
  background: #fff;
  color: #f36805;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);
}
.menu-toggle-option input:checked + .menu-toggle-card small {
  color: #f36805;
}
.menu-delivery-toggle.mobile-only { display: none; }
.cart-empty {
  text-align: left;
  color: #222;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.55rem 0 0.7rem;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}
.cart-empty,
.yourOrder .noItems {
  font-size: 0.9rem;
  color: #666;
  margin: 0.5rem 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
.itemsAddCartsViewBox {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 0.35rem;
}
.cart-item-block {
  border-bottom: 1px solid #f0f0f0;
  padding: 4px 0 8px;
}
.cart-item-block:last-child {
  border-bottom: 1px solid transparent;
}
.orderDetails {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 7px 1px;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
}
.orderDetails .menu-name {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 600;
  color: #222;
  line-height: 1.3;
  word-break: break-word;
}
.orderDetails .quantity-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: #fff;
  padding: 4px 6px;
  border-radius: 50px;
  border: 1px solid #dee2e6;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1;
}
.orderDetails .quantity-value .qty-num {
  min-width: 1rem;
  text-align: center;
  font-weight: 600;
}
.orderDetails .ndBtn {
  border: none;
  background: transparent;
  margin: 0 2px;
  cursor: pointer;
  color: #333;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.orderDetails .ndBtn i {
  font-size: 11px;
}
.orderDetails .item-price {
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  color: #222;
  min-width: 4.2rem;
  text-align: right;
}
.orderListSubheading {
  font-size: 14px !important;
  font-weight: 600;
  margin: 2px 0 4px;
  line-height: 1.2;
  color: #222;
  padding-left: 2px;
}
.orderTotal {
  margin-top: 0.35rem;
}
.orderSubTotal {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  row-gap: 6px;
  border-top: 2px solid #f0f0f0;
  padding-top: 16px;
  padding-bottom: 0.5rem;
}
.orderSubTotal .order-sum-row,
.orderSubTotal .d-flex.justify-content-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  color: #222;
}
.cartMenu .d-flex { display: flex; }
.cartMenu .justify-content-between { justify-content: space-between; }
.cartMenu .mb-0 { margin-bottom: 0; }
.cartMenu .text-center { text-align: center; }
.orderSubTotal .order-sum-total {
  font-weight: 600;
  margin-top: 2px;
}
.orderSubTotal .text-center {
  text-align: center;
  margin-top: 8px;
}
.cartMenu .checkoutBtn,
.cartMenu .btn-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 100%;
  max-width: 100%;
  margin: 10px auto 0;
  border: 2px solid #f36805 !important;
  border-radius: 50px !important;
  background: #f36805 !important;
  color: #fff !important;
  font-family: Montserrat, var(--font), sans-serif;
  font-weight: 500;
  font-size: 15px !important;
  text-transform: capitalize;
  padding: 11px 15px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background 0.2s ease, width 0.3s ease;
}
.cartMenu .checkoutBtn:hover,
.cartMenu .btn-checkout:hover {
  background: #d95a00 !important;
  border-color: #d95a00 !important;
}
.cartMenu .checkoutBtn #arrow {
  width: 0;
  margin-left: 0.1rem;
  overflow: hidden;
  transition: width 0.2s ease;
  flex-shrink: 0;
}
.cartMenu .checkoutBtn:hover #arrow {
  width: 20px;
}
.cart-lines {
  display: none;
}
.cart-line,
.order-total-row {
  display: none;
}
.menu-toast {
  position: fixed;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  z-index: 9999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1200px) {
  .menu-container.menu-layout {
    flex-wrap: wrap;
  }
  .menuItem.menu-main {
    flex: 1 1 100%;
    width: 100%;
  }
  .cartMenu {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
    min-width: 0;
    position: static;
    order: -1;
  }
}
/* narrower screens: shrink the labels so long ones still fit on one line */
@media (max-width: 1300px) {
  .leftSidebarMenu.menu-sidebar li {
    font-size: 14px;
    padding: 0.5rem 0.7rem;
  }
}
@media (max-width: 1100px) {
  .leftSidebarMenu.menu-sidebar li {
    font-size: 12.5px;
    padding: 0.5rem 0.6rem;
  }
}
@media (max-width: 900px) {
  .leftSidebarMenu.menu-sidebar {
    width: 32%;
    flex: 0 0 32%;
  }
  .leftSidebarMenu.menu-sidebar li {
    font-size: 12px;
  }
  .content.menu-items {
    width: 68%;
    flex: 0 0 68%;
  }
}
@media (max-width: 991px) {
  .menu-carousel-slide img,
  .menu-carousel-slide,
  .menu-carousel {
    max-height: 180px;
    height: 180px;
  }
  .menu-shell { padding: 0 8px 0 0; }
  .categoryData.menu-body {
    flex-direction: column;
  }
  .leftSidebarMenu.menu-sidebar {
    width: 100%;
    flex: none;
    position: sticky;
    top: 0;
    height: 60px !important;
    max-height: 60px;
    padding: 17px 0 !important;
    border-right: none;
    overflow-x: auto;
    overflow-y: hidden;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.2);
  }
  .leftSidebarMenu.menu-sidebar h2 {
    display: none;
  }
  .leftSidebarMenu.menu-sidebar ul {
    flex-direction: row;
    align-items: center;
    overflow: visible;
    gap: 0.35rem;
    padding: 0 8px;
  }
  .leftSidebarMenu.menu-sidebar li {
    white-space: nowrap;
    flex-shrink: 0;
    width: auto;
    margin-top: 0;
    padding: 3px 8px;
    font-size: 14px;
  }
  .content.menu-items {
    width: 100%;
    flex: none;
    padding: 0;
  }
  .menuHeadingBox {
    width: 98%;
    margin: 20px auto 18px;
  }
  .categoryPic {
    width: 98%;
    margin: 0 auto;
  }
  .menu-delivery-toggle.mobile-only {
    display: grid;
    margin: 0.75rem 1rem;
  }
  .menu-delivery-toggle.desk-only {
    display: none;
  }
  .aboutBtn.menu-info-btn {
    width: 110px !important;
    min-width: 110px;
    max-width: 110px;
    flex: 0 0 110px;
    height: 44px;
    margin-left: 0;
    padding: 0.1rem 0.6rem !important;
  }
  .input-group.search.menu-search {
    flex: 1 1 auto;
    width: auto !important;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    height: 44px;
  }
  .menu-search .form-control,
  .menu-search input {
    height: 44px;
    font-size: 15px;
  }
  .searchBar.menu-toolbar {
    flex-wrap: nowrap;
    padding: 0.85rem 14px;
    top: 64px;
    gap: 24px;
  }
  .menu-header .main-nav.open,
  .order-header .main-nav.open,
  body.page-order .main-nav.open {
    background: rgb(255 255 255 / 85%) !important;
    margin: 0;
    padding: 12px 18px 24px !important;
  }
  .menu-header .main-nav.open a:hover::after,
  .menu-header .main-nav.open a.active::after,
  .order-header .main-nav.open a:hover::after,
  .order-header .main-nav.open a.active::after,
  body.page-order .main-nav.open a:hover::after,
  body.page-order .main-nav.open a.active::after {
    display: none;
  }
  .infoParagraph {
    max-width: 100%;
    border: 1px solid #d1d1d1;
  }
}

/* Live davidpizza.de — dish thumbs on small phones */
@media (max-width: 640px) {
  .menuBox .fisrtFlexBox {
    flex: 1 1 auto;
  }
  .menuBox .secondFlexBox {
    flex: 0 0 30%;
    max-width: 120px;
    justify-content: flex-start;
    display: flex;
  }
  .menuBox .dishImageBox,
  .menuBox .secondFlexBox img,
  .menuBox .secondFlexBox img.dishImageBox {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
    min-width: 0 !important;
    object-fit: contain;
    border-radius: 15px;
  }
}

/* ===== Checkout — matched to davidpizza.de/checkout ===== */
body.page-checkout {
  background: #f7f7f7;
}
.checkout-banner.page-hero {
  min-height: 280px;
  height: 320px;
  max-height: 450px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  margin: 70px 0 0;
  padding: 0;
}
.checkout-banner .header-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.checkout-details {
  margin-top: -5rem;
  padding: 0 0 4rem;
  position: relative;
  z-index: 5;
  width: 100%;
  box-sizing: border-box;
}
.checkout-details .checkout-layout,
.checkout-details .container.checkout-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3%;
  width: 100%;
  max-width: 1032px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.checkout-details .checkout-container {
  width: 58%;
  flex: 1 1 58%;
  min-width: 0;
  max-width: 58%;
  box-sizing: border-box;
}
.checkout-details .guest-detail {
  background: #fff;
  padding: 1.85rem 1.7rem;
  border-radius: 12px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 6px rgb(0 0 0 / 22%);
  box-sizing: border-box;
}
.checkout-details .guest-account {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 12px;
  background-color: #dbeaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M32 8a12 12 0 00-12 12v6h-4a6 6 0 00-6 6v20a6 6 0 006 6h32a6 6 0 006-6V32a6 6 0 00-6-6h-4v-6A12 12 0 0032 8zm-8 12a8 8 0 1116 0v6H24v-6zm8 18a4 4 0 110 8 4 4 0 010-8z' fill='%2390b4e8'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: top 22px right 20px;
}
.checkout-details .guest-account h2 {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  width: 81%;
  margin: 0 0 0.4rem;
  font-family: 'Montserrat', sans-serif;
}
.checkout-details .guest-account p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  width: 78%;
  margin: 0 0 1rem;
  line-height: 1.45;
}
.checkout-details .account {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.checkout-details .account .themeBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.55rem 1.1rem;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}
.checkout-details .account .createAccount {
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  min-width: 185px;
}
.checkout-details .account .login {
  min-width: 130px;
  margin-left: 0;
  color: #fff !important;
  background: #f36805 !important;
  border: 1px solid #f36805 !important;
}
.checkout-details .personal-info {
  margin-top: 0;
}
.checkout-details .personal-info h3 {
  color: #000 !important;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0.35rem;
  font-family: 'Montserrat', sans-serif;
}
.checkout-details .personal-info .input-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 1.1rem;
}
.checkout-details .input-item {
  display: flex;
  flex-direction: column;
  width: 48%;
  margin-top: 1.15rem !important;
}
.checkout-details .input-item.input-item--half {
  width: 48%;
}
.checkout-details .input-item label {
  color: #000 !important;
  margin-bottom: 0.45rem;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.checkout-details .input-item label .req {
  color: #000;
  margin-left: 1px;
}
.checkout-details .input-item input {
  padding: 12px;
  border-radius: 12px;
  outline: 0;
  border: 1px solid #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.25;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  min-height: 50px;
}
.checkout-details .input-item input::placeholder {
  color: #e7e7e7 !important;
}
.checkout-details .address-info {
  margin-top: 1.5rem;
}
.checkout-details .order-summary {
  width: 39%;
  flex: 1 1 39%;
  min-width: 0;
  max-width: 39%;
  border-radius: 12px;
  background: #fff !important;
  border: 1px solid #f5f5f5;
  position: sticky;
  top: 90px;
  box-shadow: 0 0 6px rgb(0 0 0 / 22%);
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.1rem 0 0.5rem;
  min-height: 0;
}
.checkout-details .order-summary h1 {
  font-size: 22px;
  color: #000 !important;
  font-weight: 700;
  margin: 0;
  padding: 0.7rem 1.4rem 0.95rem;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.35;
}
.checkout-details .order-summary > .itemCount {
  display: inline-block;
  margin: 0 1.4rem 1.35rem;
  padding: 0 !important;
  border: 0;
  background: none;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
.checkout-details .order-summary .item-added {
  display: flex;
  flex-direction: column;
  padding: 0 1.4rem 1.1rem;
  border-bottom: none;
  gap: 0.9rem;
}
.checkout-details .order-summary .item-added[hidden] {
  display: none !important;
}
.checkout-item-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
}
.checkout-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
}
.checkout-item-main {
  min-width: 0;
  flex: 1 1 auto;
}
.checkout-item-main h3 {
  font-size: 15px;
  color: #000 !important;
  font-weight: 700;
  margin: 0;
  line-height: 1.35;
  font-family: 'Montserrat', sans-serif;
}
.checkout-item-row .item-qty {
  font-size: 13px;
  color: #333;
  text-decoration: underline;
}
.checkout-item-price {
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.35;
}
.checkout-details .order-summary .price-list {
  padding: 1rem 1.4rem 0.4rem;
  border-top: 1px solid #e6e6e6;
}
.checkout-details .order-summary .price-item,
.checkout-details .order-summary .total-amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.checkout-details .order-summary .price-item p,
.checkout-details .order-summary .total-amount p {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.checkout-details .order-summary .total-amount {
  margin-top: 0.4rem;
}
.checkout-details .order-summary .total-amount p {
  font-weight: 700;
  font-size: 14px;
}
.checkout-details .guest-btn {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2.8rem);
  max-width: 100%;
  margin: 1.4rem auto 0.85rem;
}
.checkout-details .checkout-btn {
  height: 52px !important;
  min-height: 52px;
  font-size: 17px !important;
  background: #f36805 !important;
  border: 2px solid #f36805 !important;
  box-shadow: none !important;
  color: #fff !important;
  border-radius: 50px;
  font-weight: 700;
  text-transform: none;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 18px;
  letter-spacing: 0;
}
.checkout-details .checkout-btn:hover {
  background: #d95a00 !important;
  border-color: #d95a00 !important;
}
.checkout-terms {
  margin: 1rem 0 0;
  font-size: 14px;
  line-height: 1.55;
  color: #333;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.checkout-terms strong {
  font-weight: 700;
  color: #000;
}
.checkout-terms a {
  color: #1a73e8;
  text-decoration: underline;
}
.checkout-empty {
  color: #666;
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1024px) {
  .checkout-details .checkout-layout,
  .checkout-details .container.checkout-layout {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: 1.25rem;
  }
}
@media (max-width: 991px) {
  .checkout-banner.page-hero {
    height: 220px;
    min-height: 200px;
    margin-top: 64px;
  }
  .checkout-details {
    margin-top: -3rem;
  }
}
@media (max-width: 768px) {
  .checkout-banner.page-hero {
    height: 180px;
    min-height: 160px;
  }
  .checkout-details {
    margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
  .checkout-details .checkout-layout,
  .checkout-details .container.checkout-layout {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    gap: 0;
  }
  .checkout-details .checkout-container,
  .checkout-details .order-summary {
    width: 100%;
    max-width: 100%;
    flex: none;
    position: static;
    top: auto;
  }
  .checkout-details .guest-detail {
    padding: 1.1rem;
    border-radius: 0;
    border-bottom: 15px solid #f5f5f5;
    box-shadow: 0 0 8px rgb(0 0 0 / 22%);
  }
  .checkout-details .order-summary {
    border-radius: 0;
    margin-top: 0;
  }
  .checkout-details .personal-info .input-list {
    flex-direction: column;
    gap: 0;
  }
  .checkout-details .input-item,
  .checkout-details .input-item.input-item--half {
    width: 100%;
  }
  .checkout-details .guest-btn {
    width: 96%;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .checkout-details .guest-account h2,
  .checkout-details .guest-account p {
    width: 100%;
    padding-right: 70px;
  }
}
@media (max-width: 575px) {
  .checkout-details .account {
    justify-content: stretch;
  }
  .checkout-details .account .themeBtn {
    flex: 1 1 auto;
    min-width: 0;
  }
  .checkout-details .guest-btn {
    width: 93%;
    max-width: 93%;
    margin: 1rem auto 1.5rem;
  }
  .checkout-details .guest-detail {
    padding: 1rem 0.9rem;
  }
}


/* ===== hours box: default full; 25/33/50/67/75/80/90 in index.php LEVELS ===== */
/* LOCKED: 100% = full width; minimize = JS only — mat chhedna */
body.page-home .hours-section > .container {
  width: 100%;
  max-width: none;
}
body.page-home .hours-section .hours-panel {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* ===== DESIGN LOCK — responsive safety (all devices) ===== */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body,
body.page-menu,
body.page-about,
body.page-contact,
body.page-checkout,
body.page-gallery,
body.page-reviews,
body.page-order {
  overflow-x: hidden;
  max-width: 100vw;
}
img,
video {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.contact-map-frame iframe,
.map-container iframe {
  height: 450px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .contact-map-frame iframe,
  .map-container iframe {
    height: 280px !important;
  }
}
@media (max-width: 575px) {
  .contact-map-frame iframe,
  .map-container iframe {
    height: 220px !important;
  }
  .top-bar-inner,
  .container,
  .contact-us-container,
  .menu-shell {
    max-width: 100%;
    box-sizing: border-box;
  }
}
/* Prevent flex/grid children from forcing horizontal scroll */
.menu-container.menu-layout,
.story-grid,
.about-us-grid,
.contact-form-grid,
.footer-grid {
  min-width: 0;
}
.menuItem.menu-main,
.about-us-text,
.about-us-media,
.contact-form-wrap,
.story-text,
.story-visual {
  min-width: 0;
  max-width: 100%;
}

/* LOCKED:
   100% / working = Abholung orange pill (screenshot) via base .takeaway-btn — DO NOT change.
   Minimize only = size/fit tweaks below (body.viewport-minimized). */
body.page-home.viewport-minimized .takeaway-btn,
body.page-home.viewport-minimized a.takeaway-btn {
  /* same orange as 100% — only keep pill readable while shrunk */
  background: #f36805 !important;
  color: #fff !important;
  border: 1px solid #d95a00 !important;
  border-radius: 999px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  line-height: 1.2 !important;
}
body.page-home.viewport-minimized .takeaway-btn .btn-title,
body.page-home.viewport-minimized .takeaway-btn .btn-sub,
body.page-home.viewport-minimized a.takeaway-btn .btn-title,
body.page-home.viewport-minimized a.takeaway-btn .btn-sub {
  color: #fff !important;
  opacity: 1 !important;
  text-align: center !important;
}
body.page-home.viewport-minimized .takeaway-btn .btn-title {
  font-size: clamp(13px, 2.2vw, 16px) !important;
  font-weight: 600 !important;
}
body.page-home.viewport-minimized .takeaway-btn .btn-sub {
  font-size: clamp(11px, 1.8vw, 13px) !important;
  font-weight: 600 !important;
  margin-top: 2px !important;
}
body.page-home.viewport-minimized .takeaway-btn:hover,
body.page-home.viewport-minimized .takeaway-btn:focus,
body.page-home.viewport-minimized .takeaway-btn:focus-visible,
body.page-home.viewport-minimized .takeaway-btn:active,
body.page-home.viewport-minimized a.takeaway-btn:hover,
body.page-home.viewport-minimized a.takeaway-btn:focus,
body.page-home.viewport-minimized a.takeaway-btn:focus-visible,
body.page-home.viewport-minimized a.takeaway-btn:active {
  background: #f36805 !important;
  color: #fff !important;
  border-color: #d95a00 !important;
  box-shadow: none !important;
}
body.page-home.viewport-minimized .takeaway-btn:hover .btn-title,
body.page-home.viewport-minimized .takeaway-btn:hover .btn-sub,
body.page-home.viewport-minimized .takeaway-btn:focus .btn-title,
body.page-home.viewport-minimized .takeaway-btn:focus .btn-sub,
body.page-home.viewport-minimized .takeaway-btn:active .btn-title,
body.page-home.viewport-minimized .takeaway-btn:active .btn-sub {
  color: #fff !important;
}

/* ===== LOCKED: ONLY viewport-level-25 (25% screen) =====
   Lieferung 3-line + Abholung 2-line side-by-side
   Search bar (postal) visible — hide mat karna */
body.page-home.viewport-level-25 .hero-content .search-box {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  /* width JS = story .container — center neeche section jaisa */
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
/* minimize: search-box = story section jaisa full-width center (100% pe touch mat) */
body.page-home.viewport-minimized .hero-content {
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}
body.page-home.viewport-minimized .hero-content .search-box {
  margin-left: auto !important;
  margin-right: auto !important;
  left: auto !important;
  right: auto !important;
  position: relative !important;
  box-sizing: border-box !important;
}
/* search bar (postal) @ 25% visible — hide mat karna */
body.page-home.viewport-level-25 .hero-content .postal-wrap {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
body.page-home.viewport-level-25 .hero-content .search-container {
  display: flex !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  padding: 5px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid #cfcfcf !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12) !important;
  gap: 10px !important;
  align-items: center !important;
}
/* Lieferung — 3 lines: title / Ca. 60 / Minuten */
body.page-home.viewport-level-25 .hero-content .delivery-btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 78px !important;
  width: auto !important;
  min-width: 118px !important;
  max-width: none !important;
  padding: 0.5rem 1.4rem !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #f36805 !important;
  color: #fff !important;
  border: 1px solid #d95a00 !important;
  box-shadow: none !important;
  white-space: normal !important;
  line-height: 1.15 !important;
  text-align: center !important;
}
body.page-home.viewport-level-25 .hero-content .delivery-btn .btn-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.15 !important;
}
body.page-home.viewport-level-25 .hero-content .delivery-btn .btn-sub {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
  opacity: 1 !important;
  margin-top: 2px !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}
body.page-home.viewport-level-25 .hero-content .delivery-btn .btn-sub-space,
body.page-home.viewport-level-25 .hero-content .delivery-btn .btn-sub-break {
  display: none !important;
}
body.page-home.viewport-level-25 .hero-content .delivery-btn .btn-sub-a,
body.page-home.viewport-level-25 .hero-content .delivery-btn .btn-sub-b {
  display: block !important;
  color: #fff !important;
}
body.page-home.viewport-level-25 .hero-content .delivery-btn:hover,
body.page-home.viewport-level-25 .hero-content .delivery-btn:focus {
  background: #f36805 !important;
  color: #fff !important;
  border-color: #d95a00 !important;
}
/* Abholung — 2 lines: title / Ca. 20 Minuten (same height, side-by-side) */
body.page-home.viewport-level-25 .hero-content .takeaway-btn,
body.page-home.viewport-level-25 .hero-content a.takeaway-btn {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 78px !important;
  width: auto !important;
  min-width: 130px !important;
  max-width: none !important;
  margin-left: 0 !important;
  padding: 0.5rem 1.4rem !important;
  border-radius: 999px !important;
  background: #f36805 !important;
  color: #fff !important;
  border: 1px solid #d95a00 !important;
  box-shadow: none !important;
  white-space: nowrap !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-decoration: none !important;
}
body.page-home.viewport-level-25 .hero-content .takeaway-btn .btn-title,
body.page-home.viewport-level-25 .hero-content a.takeaway-btn .btn-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}
body.page-home.viewport-level-25 .hero-content .takeaway-btn .btn-sub,
body.page-home.viewport-level-25 .hero-content a.takeaway-btn .btn-sub {
  display: block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
  opacity: 1 !important;
  margin-top: 2px !important;
  white-space: nowrap !important;
  line-height: 1.15 !important;
}
body.page-home.viewport-level-25 .hero-content .takeaway-btn:hover,
body.page-home.viewport-level-25 .hero-content .takeaway-btn:focus,
body.page-home.viewport-level-25 .hero-content a.takeaway-btn:hover,
body.page-home.viewport-level-25 .hero-content a.takeaway-btn:focus {
  background: #f36805 !important;
  color: #fff !important;
  border-color: #d95a00 !important;
}
body.page-home.viewport-level-25 .hero-content .takeaway-btn:hover .btn-title,
body.page-home.viewport-level-25 .hero-content .takeaway-btn:hover .btn-sub {
  color: #fff !important;
}

/* ===== Menu item detail modal (davidpizza.de/menu match) ===== */
#mymodal.itemDefaultModal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  font-family: Montserrat, Poppins, sans-serif;
}
/* ===== Item popup LOCKED look (Vegetaria reference) ===== */
#mymodal .modal-dialog {
  position: relative;
  width: auto;
  max-width: 500px;
  margin: 1.75rem auto;
  pointer-events: none;
}
#mymodal .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3.5rem);
}
#mymodal .modal-content.menuDetailModalContent {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  pointer-events: auto;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  outline: 0;
  min-height: 280px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
#mymodal .menuDetailModalContent form#addtocart {
  display: flex;
  flex-direction: column;
  height: inherit;
  min-height: 280px;
  max-height: inherit;
  margin: 0;
  overflow: visible;
}
#mymodal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1.5rem !important;
  border-bottom: 1px solid #eee;
  border-radius: 12px 12px 0 0;
  flex-shrink: 0;
}
#mymodal .modal-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700 !important; /* bold */
  color: #222 !important;
  text-align: left;
}
#mymodal.itemDefaultModal .btn-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #f36805 !important;
  opacity: 1 !important;
  cursor: pointer;
  background-image: none !important;
  box-shadow: none;
}
#mymodal.itemDefaultModal .btn-close i {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1;
}
#mymodal .modalMenuDetail {
  max-height: 500px; /* live desktop */
  overflow-y: auto;
  scroll-behavior: smooth;
  border-right: 2px solid transparent;
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
}
#mymodal .modalMenuDetail h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
#mymodal .modalMenuDetail p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 300 !important; /* light body */
  padding-left: 0;
  color: #333;
  text-align: left;
}
#mymodal .modalMenuDetail p.ps-0,
#mymodal .modalMenuDetail .ps-0 {
  padding-left: 0 !important;
}

/* Pizza image + desc — reference Vegetaria popup */
#mymodal .menuDetailModalContent .secondFlexBox {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 10px 1.5rem 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}
#mymodal .menuDetailModalContent .secondFlexBox img,
#mymodal .menuDetailModalContent .secondFlexBox img.dishImageBox,
#mymodal .modalMenuDetail .dishImageBox {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  max-height: 360px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 12px !important; /* soft round corners */
  margin: 0 auto 12px !important;
  display: block !important;
}
#mymodal .modalMenuDetail .p-4.pb-2:has(.secondFlexBox img) {
  padding-top: 0.25rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0.65rem !important;
  overflow: visible !important;
}
/* price + desc + artikel info — same left edge */
#mymodal .modalMenuDetail .p-4.pb-2:has(.secondFlexBox img) > h4,
#mymodal .modalMenuDetail .p-4.pb-2:has(.secondFlexBox img) > p.ps-0,
#mymodal .modalMenuDetail .p-4.pb-2:has(.secondFlexBox img) > #iteminfoModule {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin-left: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}
#mymodal .modalMenuDetail .p-4.pb-2 > h4 {
  text-align: left !important;
  margin: 0 0 8px !important;
  font-weight: 700 !important;
  color: #111 !important;
}
#mymodal .modalMenuDetail .p-4.pb-2 > p.ps-0:not(#iteminfoModule) {
  color: #333 !important;
  font-size: 13px !important;
  font-weight: 300 !important; /* light description */
  line-height: 1.4 !important;
  margin: 0 0 8px !important;
  text-align: left !important;
}
#mymodal #iteminfoModule {
  text-decoration: underline !important;
  user-select: none;
  color: #6a6a6a !important;
  font-size: 13px !important;
  font-weight: 300 !important; /* light */
  margin: 2px 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  cursor: pointer !important;
  text-align: left !important;
}
#mymodal #iteminfoModule:hover {
  text-decoration: none !important;
}
#mymodal #iteminfoModule span {
  color: #6a6a6a !important;
  font-weight: 300 !important; /* light */
  font-size: 13px !important;
  text-decoration: underline !important;
  padding-left: 0 !important;
  margin: 0 !important;
  display: inline !important;
}
#mymodal #iteminfoModule:hover span {
  text-decoration: none !important;
}
#mymodal #iteminfoModule img {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
  margin: 0 !important;
  opacity: 0.75;
  flex-shrink: 0;
}
#mymodal .requiredBox {
  background: #f5f3f1;
  padding: 0.9rem 1.25rem !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
#mymodal .requiredBox p.fs-20,
#mymodal .fs-20 {
  font-size: 17px;
  font-weight: 700 !important; /* bold: Dip Sauce */
  margin: 0;
  line-height: 1.3;
  color: #111;
}
#mymodal .requiredBox p.fs-20 .maximunTopping,
#mymodal .fs-20 .maximunTopping,
#mymodal .maximunTopping {
  padding-left: 0 !important;
  font-size: 13px !important;
  font-weight: 300 !important; /* light subtitle */
  display: inline !important;
  margin-top: 0;
  color: #111 !important; /* Bitte auswählen… dark like live */
  line-height: 1.35;
}
#mymodal .requiredBox p.fs-20 .maximunTopping:first-of-type {
  display: inline !important;
}
#mymodal .requiredBox p.fs-20 .maximunTopping + .maximunTopping::before {
  content: ' ';
}
#mymodal .confirmation_size .p-4,
#mymodal #confirmation_size .p-4,
#mymodal .modalMenuDetail .p-4 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
#mymodal .itemCheckedBox {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  gap: 12px;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}
#mymodal .itemCheckedBox:last-child {
  border-bottom: 0;
  margin-bottom: 0 !important;
  padding-bottom: 14px !important;
}
#mymodal .itemCheckedBox .flex3Box {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 1 auto;
  min-width: 0;
}
#mymodal .itemCheckedBox label,
#mymodal .modalMenuDetail .itemCheckedBox label {
  color: #222 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  cursor: pointer;
}
#mymodal .itemCheckedBox [id^="checkedgrp_"],
#mymodal .itemCheckedBox .amount,
#mymodal .itemCheckedBox .amount + span {
  color: #222 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  white-space: nowrap !important;
  flex-shrink: 0;
}
#mymodal strong,
#mymodal b,
#mymodal .fw-bolder,
#mymodal .fw-bold {
  font-weight: 700 !important;
}
#mymodal .fw-normal,
#mymodal .fw-light {
  font-weight: 300 !important;
}
#mymodal .smallBtn,
#mymodal p.smallBtn {
  background: #262626;
  padding: 0.5rem 0.65rem !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 4px;
  height: auto;
  min-height: 28px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.2;
}
#mymodal .form-check-input {
  width: 1.15em;
  height: 1.15em;
  margin-top: 0.15em;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
  cursor: pointer;
  flex-shrink: 0;
  transform: scale(1.3);
}
#mymodal .form-check-input[type="checkbox"] {
  border-radius: 4px;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  transform: none !important;
  border: 1.5px solid #c5c5c5;
}
#mymodal .form-check-input[type="checkbox"]:checked {
  background-color: #f36805;
  border-color: #f36805;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mymodal .form-check-input[type="radio"] {
  border-radius: 50%;
  border: 1.5px solid #c5c5c5;
  background-color: #fff;
}
#mymodal .form-check-input[type="radio"]:checked {
  background-color: #f36805;
  border-color: #f36805;
  background-image: radial-gradient(circle, #ffffff 0%, #ffffff 38%, #f36805 42%);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#mymodal .form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(251 153 42 / 37%);
}
/* Size options — match live davidpizza.de (left text + orange radio) */
#mymodal #sizeSelection .form-check {
  padding-left: 12px !important;
  margin-bottom: 10px !important;
  display: block !important;
}
#mymodal #sizeSelection .form-check label,
#mymodal #sizeSelection label.size-option-label {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 12px !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 4px 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 300 !important; /* light option text */
  color: #111 !important; /* darker */
  line-height: 1.45 !important;
  text-align: left !important;
}
#mymodal #sizeSelection .size-name {
  color: #111 !important; /* darker */
  font-size: 15px !important;
  font-weight: 300 !important; /* light */
  white-space: nowrap;
}
#mymodal #sizeSelection input[type="radio"].form-check-input,
#mymodal #sizeSelection .form-check-input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  border-radius: 50% !important;
  border: 2px solid #c5c5c5 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  box-shadow: none !important;
}
#mymodal #sizeSelection input[type="radio"].form-check-input:checked,
#mymodal #sizeSelection .form-check-input[type="radio"]:checked {
  border-color: #f36805 !important;
  background-color: #ffffff !important;
  background-image: radial-gradient(circle, #f36805 0 45%, transparent 48%) !important;
  background-size: 100% 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#mymodal #sizeSelection .price,
#mymodal #sizeSelection .form-check .price {
  margin-left: 14px !important;
  color: #111 !important; /* darker */
  font-weight: 300 !important; /* light */
  font-size: 15px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
#mymodal .modalMenuDetail label {
  display: inline-block;
  cursor: pointer;
  padding: 0 8px 0 10px !important;
  font-size: 15px;
  font-weight: 300; /* light topping labels */
  color: #222;
  margin: 0;
}
#mymodal .modalMenuDetail .itemCheckedBox label {
  font-weight: 300 !important;
}
#mymodal .amount,
#mymodal .amount + span,
#mymodal [id^="checkedgrp_"] {
  font-weight: 300 !important;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
#mymodal .flex3Box {
  display: flex;
  align-items: flex-start;
  min-width: 0;
  flex: 1;
}
#mymodal .modal-footer {
  display: block;
  padding: 12px 16px 16px;
  border-top: 1px solid #eee;
  background: #fff;
  flex-shrink: 0;
  box-shadow: 0 -6px 16px rgba(0, 0, 0, 0.06);
}
#mymodal .addQuantityBox {
  display: flex !important;
  gap: 8px;
  height: 55px;
  margin: 0 !important;
  width: 100%;
  align-items: stretch;
}
#mymodal .counter-container {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #ededed;
  border-radius: 207px;
  text-align: center;
  justify-content: center;
  width: 30%;
  min-width: 110px;
  cursor: pointer;
  font-size: 20px;
  height: fit-content;
  padding: 0.7rem;
  align-self: center;
}
#mymodal .counter-container .count-icon,
#mymodal .counter-container .count-icon-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #0f0f0f;
  user-select: none;
}
#mymodal .counter-container [id^="quantity"] {
  font-size: 20px;
  font-weight: 600;
  min-width: 1.2em;
}
#mymodal .counter-container + .addtoBtn,
#mymodal button.addtoBtn {
  width: 70% !important;
  background: #f36805 !important;
  border: 2px solid #f36805 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 18px !important;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 11px 18px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
}
#mymodal button.addtoBtn .add {
  font-weight: 700 !important; /* bold */
}
#mymodal button.addtoBtn .price {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-weight: 700 !important; /* bold */
}
#mymodal .item-intsruction,
#mymodal label.item-intsruction {
  display: block !important;
  padding: 0 !important;
  margin: 12px 0 8px 1.1rem !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222 !important;
  text-align: left !important;
  width: auto;
  line-height: 1.3;
}
#mymodal .instruction-field,
#mymodal input.instruction-field {
  display: block !important;
  width: 94% !important;
  max-width: 94% !important;
  min-height: 48px !important;
  height: 48px !important;
  margin: 0 0 1rem 1.1rem !important;
  padding: 12px 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #222 !important;
  line-height: 1.3 !important;
  outline: none;
}
#mymodal .instruction-field:focus {
  border-color: #f36805 !important;
  box-shadow: 0 0 0 3px rgb(255 167 9 / 20%);
}
#mymodal .confirmationBox {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0.5rem 1.5rem 1.25rem !important;
  margin: 0 !important;
}
#mymodal .itemTopScroll,
#mymodal .itemTopScroll img,
#mymodal img[src*="onTop.png"] {
  display: none !important;
}
#mymodal .confirmationBox h4 {
  font-size: 16px !important;
  font-weight: 700 !important; /* bold heading */
  color: #222 !important;
  text-align: center !important;
  margin: 0.75rem 0 0.5rem !important;
  padding: 0 !important;
  line-height: 1.35 !important;
}
#mymodal .confirmationBox p {
  font-size: 14px !important;
  font-weight: 300 !important; /* light body */
  color: #333 !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 420px;
  line-height: 1.45 !important;
}
#mymodal .cursor-pointer {
  cursor: pointer;
}
#mymodal .item-modal-loading {
  padding: 2rem;
  text-align: center;
}
/* Bootstrap-like utilities scoped to modal HTML from live API */
#mymodal .d-flex { display: flex !important; }
#mymodal .flex-column { flex-direction: column !important; }
#mymodal .justify-content-between { justify-content: space-between !important; }
#mymodal .justify-content-center { justify-content: center !important; }
#mymodal .align-items-center { align-items: center !important; }
#mymodal .w-100 { width: 100% !important; }
#mymodal .w-50 { width: 50% !important; }
#mymodal .p-4 { padding: 1.25rem !important; }
#mymodal .px-4 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
#mymodal .px-3 { padding-left: 1rem !important; padding-right: 1rem !important; }
#mymodal .py-3 { padding-top: 0.85rem !important; padding-bottom: 0.85rem !important; }
#mymodal .pt-4 { padding-top: 1.25rem !important; }
#mymodal .pt-0 { padding-top: 0 !important; }
#mymodal .pb-2 { padding-bottom: 0.5rem !important; }
#mymodal .mb-0 { margin-bottom: 0 !important; }
#mymodal .mb-3 { margin-bottom: 0.85rem !important; }
#mymodal .mb-4 { margin-bottom: 1.1rem !important; }
#mymodal .ms-2 { margin-left: 0.5rem !important; }
#mymodal .ms-3 { margin-left: 1rem !important; }
#mymodal .me-1 { margin-right: 0.25rem !important; }
#mymodal .text-center { text-align: center !important; }
#mymodal .mb-2 { margin-bottom: 0.5rem !important; }
#mymodal .form-check { padding-left: 0; }
#mymodal .my-4 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; }
#mymodal .ps-3 { padding-left: 1rem !important; }
#mymodal .pe-3 { padding-right: 1rem !important; }

/* Combo item select — match davidpizza.de (simple native) */
#mymodal .select-options {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#mymodal select.customSelectDropdown,
#mymodal select.form-select.customSelectDropdown {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: none !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc;
  padding: 12px 40px 12px 15px;
  font-size: 16px;
  font-family: Montserrat, Poppins, sans-serif;
  color: #222;
  border-radius: 8px;
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box !important;
  cursor: pointer;
  transition: border-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  line-height: 1.4;
  min-height: 48px;
}
#mymodal select.customSelectDropdown:focus {
  outline: none;
  border-color: #754b00;
  box-shadow: 0 0 0 3px rgb(255 167 9 / 20%);
}
#mymodal select.customSelectDropdown::-ms-expand {
  display: none;
}
#mymodal .select-options > i.fa-chevron-down,
#mymodal .select-options > i.fa-solid {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 17px;
  z-index: 1;
}
#mymodal .customSelectBox {
  width: 100%;
}
@media (min-width: 992px) {
  #mymodal.openModalCenter .modal-dialog {
    margin: auto !important;
  }
}
@media (min-width: 1920px) {
  #mymodal .modalMenuDetail {
    max-height: 690px !important;
  }
  #mymodal .modal-dialog,
  #mymodal .modal-content.menuDetailModalContent {
    max-width: 500px !important;
    margin: auto;
  }
}
@media (max-width: 1024px) {
  #mymodal .modalMenuDetail {
    max-height: 780px !important;
  }
  #mymodal .modal-content.menuDetailModalContent {
    width: 100% !important;
    margin: auto;
  }
}
@media (max-width: 991px) {
  #mymodal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 1rem auto;
  }
  #mymodal .modal-content.menuDetailModalContent {
    width: 70% !important;
    max-width: 70%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  #mymodal .modalMenuDetail {
    max-height: 500px;
  }
}
@media (max-width: 575px) {
  #mymodal .modal-dialog {
    max-width: 100%;
    width: 100%;
    margin: 0;
    min-height: 100%;
  }
  #mymodal .modal-dialog-centered {
    min-height: 100%;
    align-items: flex-end;
  }
  #mymodal .modal-content.menuDetailModalContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh;
    max-height: 100vh;
    border-radius: 16px 16px 0 0;
    min-height: 0;
  }
  #mymodal .menuDetailModalContent form#addtocart {
    height: 100%;
    max-height: 100vh;
  }
  #mymodal .modal-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
  }
  #mymodal .modalMenuDetail {
    height: 100%;
    overflow-y: auto;
    max-height: none !important;
    flex: 1 1 auto;
    padding-bottom: 3rem;
  }
  #mymodal .modal-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 0.5rem 0.5rem 1.2rem;
  }
  #mymodal .menuDetailModalContent .secondFlexBox {
    padding: 8px 1.25rem 0 !important;
  }
  #mymodal .menuDetailModalContent .secondFlexBox img,
  #mymodal .menuDetailModalContent .secondFlexBox img.dishImageBox,
  #mymodal .modalMenuDetail .dishImageBox {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 280px !important;
    border-radius: 12px !important;
  }
  #mymodal .counter-container {
    width: 34%;
    min-width: 96px;
    gap: 10px;
    padding: 0.55rem;
  }
  #mymodal .counter-container + .addtoBtn,
  #mymodal button.addtoBtn {
    font-size: 16px !important;
    padding: 10px 14px;
  }
}

/* ===== About / Info modal — live davidpizza.de #aboutModal ===== */
#aboutModal {
  position: fixed;
  inset: 0;
  z-index: 100050;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  padding: 16px;
  box-sizing: border-box;
}
#aboutModal.is-open {
  display: flex !important;
}
#aboutModal .modal-dialog {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
#aboutModal .modal-content {
  background: #fff;
  border-radius: 15px !important;
  padding: 0 0 0.5rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  max-height: min(92vh, 720px);
  display: flex;
  flex-direction: column;
}
#aboutModal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem;
  border: 0;
  border-radius: 15px 15px 0 0 !important;
  flex-shrink: 0;
  text-align: left;
}
#aboutModal .modal-title,
#aboutModal .modal-title.fs-5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #222;
  font-family: Montserrat, Poppins, sans-serif;
  text-align: left !important;
  width: auto;
  flex: 1 1 auto;
}
#aboutModal .btn-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background-color: #f36805 !important;
  background-image: none !important;
  opacity: 1 !important;
  cursor: pointer;
  box-shadow: none;
  margin-left: auto;
  flex-shrink: 0;
}
#aboutModal .btn-close i {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1;
}
#aboutModal .modal-body {
  padding: 1rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  text-align: left !important;
  align-items: stretch;
}
#aboutModal .nav.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0;
  border-bottom: 1px solid #e8e8e8;
  box-shadow: none;
  margin: 0 0 0.25rem;
  padding: 0;
  overflow-x: auto;
  text-align: left;
  width: 100%;
}
#aboutModal .nav-tabs .nav-link {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  height: 32px;
  padding: 0 11px;
  margin: 0;
  color: #000;
  font-size: 16px !important;
  font-weight: 500;
  font-family: Montserrat, Poppins, sans-serif;
  opacity: 0.5;
  text-transform: capitalize;
  text-align: left !important;
  cursor: pointer;
  white-space: nowrap;
  line-height: 30px;
  letter-spacing: normal;
}
#aboutModal .nav-tabs .nav-link:first-child {
  padding-left: 0;
}
#aboutModal .nav-tabs .nav-link:hover {
  border-color: transparent;
  opacity: 0.7;
  color: #000;
}
#aboutModal .nav-tabs .nav-link.active {
  opacity: 1;
  border-bottom: 2px solid #f36805 !important;
  border-color: #f36805 !important;
  color: #000;
  font-weight: 500;
}
#aboutModal #nav-tabContent {
  height: 500px !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  text-align: left !important;
  width: 100%;
}
#aboutModal .tab-pane {
  display: none;
  text-align: left !important;
  width: 100%;
}
#aboutModal .tab-pane.show.active,
#aboutModal .tab-pane.active {
  display: block;
}
#aboutModal .tab-pane.p-3 {
  padding: 1rem 0 !important; /* left edge matches title/tabs */
}
#aboutModal .review-list,
#aboutModal .info-list,
#aboutModal .postal-list {
  width: 100%;
  text-align: left !important;
}
#aboutModal .reviewBoxItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
  text-align: left !important;
  border-radius: 10px;
  padding: 1rem;
  margin: 6px 0 0;
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}
#aboutModal .reviewBoxItem:nth-of-type(1) {
  margin-top: 0;
}
#aboutModal .reviewBoxItem .customer_name {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0.5rem;
  line-height: 1;
  font-size: 18px;
  font-weight: 700 !important;
  color: #000 !important;
  text-align: left !important;
  text-transform: capitalize;
}
#aboutModal .reviewBoxItem .customer_name:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
#aboutModal .reviewBoxItem small,
#aboutModal .reviewBoxItem small.d-flex {
  display: flex !important;
  justify-content: flex-start !important;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  font-style: italic;
  color: #333 !important;
  margin: 0;
  text-align: left !important;
}
#aboutModal .reviewBoxItem .stars,
#aboutModal .reviewBoxItem .d-flex.my-1.stars {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 1px;
  margin: 0.35rem 0;
  width: 100%;
}
#aboutModal .reviewBoxItem .d-flex.flex-wrap.justify-content-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start !important;
  width: 100%;
  text-align: left !important;
}
#aboutModal .reviewBoxItem p,
#aboutModal .reviewBoxItem p.mb-0,
#aboutModal .reviewBoxItem p.fw-lighter {
  color: #000 !important;
  opacity: 1 !important;
  margin: 0;
  font-weight: 500 !important; /* normal body — not bold, not light-300 */
  font-size: 14px;
  line-height: 1.45;
  text-align: left !important;
  width: 100% !important;
  -webkit-text-fill-color: #000;
}
#aboutModal .reviewBoxItem p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
#aboutModal .info-item {
  margin-top: 1.25rem;
  text-align: left;
}
#aboutModal .info-item:first-child {
  margin-top: 0;
}
#aboutModal .info-item h3 {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #242e30;
  text-align: left;
  line-height: 1.2;
}
#aboutModal .info-item h3 i {
  margin-right: 0;
  color: #242e30;
  font-size: 18px;
  flex-shrink: 0;
}
#aboutModal .day-list,
#aboutModal .address {
  background-color: #fdfdfb;
  border-radius: 12px;
  border: 1px solid #e7e2da;
  padding: 1rem 1.1rem;
}
#aboutModal .day-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.15rem 0;
}
#aboutModal .day-item p {
  margin: 0;
  color: #242e30;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
#aboutModal .day-item p:nth-of-type(1) {
  flex: 0 0 auto;
  text-align: left;
  min-width: 5.5rem;
}
#aboutModal .day-item p:nth-of-type(2) {
  flex: 1 1 auto;
  width: auto;
  max-width: none;
  text-align: right;
  white-space: nowrap;
}
#aboutModal .info-item:nth-of-type(3) .day-item {
  align-items: flex-start;
}
#aboutModal .info-item:nth-of-type(3) .day-item p:nth-of-type(2) {
  text-align: left;
  white-space: normal;
}
#aboutModal .postal-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.7rem;
  border: 1px solid #bebebe;
  border-radius: 12px;
  align-items: center;
  margin-top: 1rem;
  text-align: left;
  background: #fff;
}
#aboutModal .postal-item:nth-of-type(1) {
  margin-top: 0;
}
#aboutModal .postal-item .postalCode {
  width: 100%;
  margin: 0 0 0.3rem;
  font-size: 17px;
  color: #222;
}
#aboutModal .postal-item .postalCode i {
  margin-right: 0.5rem;
  color: #f36805;
}
#aboutModal .postal-item .minCharges,
#aboutModal .postal-item .deliveryTime,
#aboutModal .postal-item .deliveryCharge {
  font-size: 16px;
  padding: 0.3rem 0;
  text-align: center;
  color: #222;
}
#aboutModal .postal-item .minCharges,
#aboutModal .postal-item .deliveryTime {
  border-right: 2px solid #bebebe;
  padding-right: 0.5rem;
}
#aboutModal .postal-item .minCharges {
  width: 31%;
}
#aboutModal .postal-item .deliveryTime {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39%;
}
#aboutModal .postal-item .deliveryCharge {
  width: 25%;
}
#aboutModal .postal-item .minCharges i,
#aboutModal .postal-item .deliveryTime i,
#aboutModal .postal-item .deliveryCharge i {
  margin-right: 0.3rem;
  color: #f36805;
}
#aboutModal .postal-item .deliveryCharge i {
  font-size: 22px;
}
#aboutModal .d-flex { display: flex; }
#aboutModal .flex-wrap { flex-wrap: wrap; }
#aboutModal .justify-content-between { justify-content: space-between; }
#aboutModal .my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
#aboutModal .mb-0 { margin-bottom: 0; }
#aboutModal .w-100 { width: 100%; }
#aboutModal .fw-lighter { font-weight: 500; }
@media (max-width: 991px) {
  #aboutModal #nav-tabContent {
    height: min(70vh, 560px) !important;
  }
  #aboutModal .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  #aboutModal {
    padding: 10px;
    align-items: flex-end;
  }
  #aboutModal .modal-content {
    border-radius: 15px 15px 0 0 !important;
    max-height: 92vh;
  }
  #aboutModal .postal-item .minCharges,
  #aboutModal .postal-item .deliveryTime,
  #aboutModal .postal-item .deliveryCharge {
    font-size: 13px;
  }
}

