.customer-page {
  --customer-ink: #0f0f0f;
  --customer-muted: #666666;
  --customer-accent: #db0000;
  --customer-accent-hover: #ff3f3f;
  --customer-highlight: #ffad00;
  --customer-surface: #ffffff;
  --customer-surface-alt: #f6f3ee;
  --customer-border: rgba(0, 0, 0, 0.08);
  --customer-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
  padding: 1.25rem 0 7rem;
  color: var(--customer-ink);
}

.customer-header-phone {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.customer-header-phone:hover {
  border-color: rgba(255, 173, 0, 0.42);
  background: rgba(255, 173, 0, 0.08);
  color: #ffffff;
  transform: translateY(-1px);
}

.customer-header-phone-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.customer-header-phone-number {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.customer-footer {
  padding: 0.55rem 1rem;
  background: rgba(0, 0, 0, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.customer-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.customer-footer-brand {
  color: #ffffff;
  font-weight: 700;
}

.customer-footer-separator {
  color: var(--customer-highlight);
}

.customer-footer-copy {
  color: rgba(255, 255, 255, 0.74);
}

.customer-page--tight {
  padding-top: 0.75rem;
}

.customer-hero {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid var(--customer-border);
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #111111 0%, #232323 58%, #3b3b3b 100%);
  box-shadow: var(--customer-shadow);
}

.customer-breadcrumb {
  margin-bottom: 0;
}

.customer-breadcrumb-label {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-breadcrumb .breadcrumb {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.customer-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  float: none;
}

.customer-breadcrumb-separator {
  display: inline-flex;
  align-items: center;
  color: var(--customer-highlight);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}

.customer-breadcrumb a,
.customer-breadcrumb .breadcrumb-item.active {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.92rem;
  line-height: 1;
  text-decoration: none;
}

.customer-breadcrumb a {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
}

.customer-breadcrumb a:hover {
  background: rgba(255, 173, 0, 0.16);
  color: var(--customer-highlight);
}

.customer-breadcrumb .breadcrumb-item.active {
  background: #ffffff;
  color: var(--customer-ink);
  font-weight: 700;
}

.customer-page-title {
  margin: 0.85rem 0 0;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.05;
}

.customer-page-subtitle {
  max-width: 42rem;
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

.customer-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 12.5rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  color: var(--customer-ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.customer-cart-link:hover {
  color: var(--customer-accent);
  transform: translateY(-2px);
  box-shadow: 0 18px 28px rgba(0, 0, 0, 0.24);
}

.customer-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  background: var(--customer-accent);
  color: #ffffff;
  font-size: 0.92rem;
}

.customer-grid {
  margin-top: 1.5rem;
}

.customer-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.customer-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--customer-border);
  border-radius: 1.5rem;
  background: var(--customer-surface);
  box-shadow: var(--customer-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.customer-card-link:hover .customer-card,
.customer-card-link:focus .customer-card,
.customer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.18);
}

.customer-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #ece7df 0%, #faf9f6 100%);
}

.customer-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.customer-card-link:hover .customer-card-media img,
.customer-card-link:focus .customer-card-media img,
.customer-card:hover .customer-card-media img {
  transform: scale(1.05);
}

.customer-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 55%);
  pointer-events: none;
}

.customer-card-body {
  padding: 1.15rem 1.15rem 1.25rem;
}

.customer-card-title {
  margin: 0;
  color: var(--customer-ink);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.customer-empty-state,
.customer-panel {
  padding: 1.5rem;
  border: 1px solid var(--customer-border);
  border-radius: 1.5rem;
  background: var(--customer-surface);
  box-shadow: var(--customer-shadow);
}

.customer-panel--dark {
  background: linear-gradient(135deg, #141414 0%, #252525 100%);
  color: #ffffff;
}

.customer-panel--dark a {
  color: var(--customer-highlight);
}

.customer-panel--soft {
  background: linear-gradient(180deg, #ffffff 0%, #f7f3ec 100%);
}

.customer-panel-title {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  color: inherit;
}

.customer-panel-copy:last-child,
.customer-panel p:last-child {
  margin-bottom: 0;
}

.customer-inline-note {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(219, 0, 0, 0.14);
  border-radius: 1rem;
  background: rgba(219, 0, 0, 0.06);
  color: #6b1616;
}

.customer-inline-note--success {
  border-color: rgba(25, 135, 84, 0.14);
  background: rgba(25, 135, 84, 0.08);
  color: #18573a;
}

.customer-button-primary,
.customer-button-secondary,
.customer-button-danger,
.customer-button-outline {
  border-radius: 999px;
  padding: 0.7rem 1.15rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.customer-button-primary {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.customer-button-primary:hover {
  border-color: #111111;
  background: #2b2b2b;
  color: #ffffff;
}

.customer-button-secondary {
  border-color: var(--customer-accent);
  background: var(--customer-accent);
  color: #ffffff;
}

.customer-button-secondary:hover {
  border-color: var(--customer-accent-hover);
  background: var(--customer-accent-hover);
  color: #ffffff;
}

.customer-button-danger {
  border-color: var(--customer-accent);
  background: transparent;
  color: var(--customer-accent);
}

.customer-button-danger:hover {
  border-color: var(--customer-accent);
  background: rgba(219, 0, 0, 0.08);
  color: var(--customer-accent);
}

.customer-button-outline {
  border-color: rgba(0, 0, 0, 0.14);
  background: #ffffff;
  color: var(--customer-ink);
}

.customer-button-outline:hover {
  border-color: rgba(0, 0, 0, 0.22);
  background: var(--customer-surface-alt);
  color: var(--customer-ink);
}

.customer-page .btn-danger,
.customer-page .btn-primary {
  border-radius: 999px;
  border-color: var(--customer-accent);
  background: var(--customer-accent);
  color: #ffffff;
  font-weight: 700;
}

.customer-page .btn-danger:hover,
.customer-page .btn-primary:hover {
  border-color: var(--customer-accent-hover);
  background: var(--customer-accent-hover);
  color: #ffffff;
}

.customer-page .btn-dark {
  border-radius: 999px;
  border-color: #111111;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
}

.customer-page .btn-dark:hover {
  border-color: #2b2b2b;
  background: #2b2b2b;
  color: #ffffff;
}

.customer-page .btn-outline-danger,
.customer-page .btn-outline-primary,
.customer-page .btn-outline-secondary {
  border-radius: 999px;
  font-weight: 700;
}

.customer-page .btn-outline-danger {
  border-color: var(--customer-accent);
  color: var(--customer-accent);
}

.customer-page .btn-outline-danger:hover {
  border-color: var(--customer-accent);
  background: rgba(219, 0, 0, 0.08);
  color: var(--customer-accent);
}

.customer-page .btn-outline-primary,
.customer-page .btn-outline-secondary {
  border-color: rgba(0, 0, 0, 0.14);
  color: var(--customer-ink);
}

.customer-page .btn-outline-primary:hover,
.customer-page .btn-outline-secondary:hover {
  border-color: rgba(0, 0, 0, 0.22);
  background: var(--customer-surface-alt);
  color: var(--customer-ink);
}

.customer-box {
  margin-top: 1rem;
  border: 1px solid var(--customer-border);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--customer-shadow);
}

.customer-box .card-header {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #111111 0%, #2b2b2b 100%);
}

.customer-box .card-header.text-bg-danger,
.customer-box .card-header.bg-danger {
  background: linear-gradient(135deg, #8a0000 0%, #db0000 100%);
}

.customer-box .card-header.text-bg-success,
.customer-box .card-header.bg-success {
  background: linear-gradient(135deg, #0f5132 0%, #198754 100%);
}

.customer-box .box-title {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.customer-box .card-body {
  padding: 1.25rem;
  background: #ffffff;
}

.customer-box .row {
  margin: 0;
}

.customer-box .col-md-12 {
  padding: 0;
}

.customer-form-shell .form-control,
.customer-form-shell .form-select,
.customer-form-shell textarea {
  border-radius: 0.95rem;
  border-color: rgba(0, 0, 0, 0.12);
  padding: 0.75rem 0.95rem;
  box-shadow: none;
}

.customer-form-shell .form-control:focus,
.customer-form-shell .form-select:focus,
.customer-form-shell textarea:focus {
  border-color: rgba(219, 0, 0, 0.35);
  box-shadow: 0 0 0 0.22rem rgba(219, 0, 0, 0.1);
}

.customer-form-shell .form-check-input:checked {
  background-color: var(--customer-accent);
  border-color: var(--customer-accent);
}

.customer-choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.customer-choice-label {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 700;
  color: var(--customer-ink);
}

.customer-choice-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: var(--customer-ink);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.customer-choice-button:hover {
  border-color: var(--customer-highlight);
  color: var(--customer-ink);
  transform: translateY(-1px);
}

.customer-choice-button.is-active {
  border-color: var(--customer-accent);
  background: var(--customer-accent);
  color: #ffffff;
}

.customer-choice-button--time {
  min-width: 8rem;
}

.customer-choice-placeholder {
  padding: 1rem 1.1rem;
  border: 1px dashed rgba(0, 0, 0, 0.14);
  border-radius: 1rem;
  color: var(--customer-muted);
}

.customer-product-media {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid var(--customer-border);
  box-shadow: var(--customer-shadow);
}

.customer-product-media img {
  width: 100%;
  height: auto;
  display: block;
}

.customer-product-panel {
  padding: 1.5rem;
  border: 1px solid var(--customer-border);
  border-radius: 1.5rem;
  background: #ffffff;
  box-shadow: var(--customer-shadow);
}

.customer-product-title {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.1;
}

.customer-product-section {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.customer-product-section:first-child {
  padding-top: 0;
}

.customer-product-section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.customer-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.customer-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: var(--customer-surface-alt);
  font-weight: 700;
}

.customer-table {
  margin-bottom: 0;
  border-color: rgba(0, 0, 0, 0.08);
  font-size: 0.9rem;
  vertical-align: top;
}

.customer-table > :not(caption) > * > * {
  padding: 1rem;
}

.customer-table tbody tr {
  background: #ffffff;
}

.customer-line-items td {
  border-color: rgba(0, 0, 0, 0.08);
}

.customer-line-items td table td {
  padding: 0.15rem 0;
  border: 0;
}

.customer-line-items .img-small-holder {
  display: block;
  max-width: 140px;
  width: 100%;
}

.customer-remove-button {
  min-width: 2.5rem;
  border-radius: 999px;
}

.customer-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.customer-submit-row {
  margin-top: 1.5rem;
}

.customer-submit-row .btn {
  min-width: 12rem;
}

.customer-status-card {
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(219, 0, 0, 0.14);
  border-radius: 1.1rem;
  background: rgba(219, 0, 0, 0.06);
  color: var(--customer-ink);
}

.customer-status-card strong {
  color: var(--customer-accent);
}

.customer-menu-list {
  display: grid;
  gap: 1rem;
}

.customer-menu-card {
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--customer-border);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.08);
}

.customer-menu-card--success {
  border-color: rgba(25, 135, 84, 0.18);
}

.customer-menu-card--danger {
  border-color: rgba(219, 0, 0, 0.14);
  background: rgba(219, 0, 0, 0.04);
}

.customer-offcanvas .offcanvas-header,
.customer-offcanvas .offcanvas-body {
  background: #ffffff;
}

.customer-offcanvas .offcanvas-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.customer-offcanvas .offcanvas-title {
  font-weight: 700;
}

.customer-empty-message {
  padding: 1.5rem;
  text-align: center;
  color: var(--customer-muted);
}

.card-cart {
  margin-top: 2em;
  border-radius: 1em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card img {
  width: 100%;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-body-cart {
  width: 100%;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  margin: 0 auto;
  min-height: 5em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.img-holder {
  width: 100%;
  border-radius: 1em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.img-small-holder {
  width: 100%;
  border-radius: 1em;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.remove-asterisk.required:after {
  content: " ";
  color: red;
}

.required:after {
  content: "";
  color: red;
}

.btn-same-width {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: max-content;
}

@media (max-width: 767.98px) {
  .customer-page {
    padding-top: 0.75rem;
  }

  .customer-hero {
    padding: 1.1rem 1.15rem;
    border-radius: 1.25rem;
  }

  .customer-cart-link {
    width: 100%;
  }

  .customer-panel,
  .customer-empty-state,
  .customer-product-panel,
  .customer-box .card-body {
    padding: 1.15rem;
  }

  .customer-summary-actions {
    flex-direction: column;
  }

  .customer-summary-actions .btn {
    width: 100%;
  }
}
