.restaurant-product-page {
  padding: 28px 24px 40px;
}

.restaurant-product-page__breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  margin-bottom: 22px;
  color: #667085;
}

.restaurant-product-page__breadcrumb a {
  color: #12284c;
  text-decoration: none;
  font-weight: 600;
}

.restaurant-product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(420px, 1.05fr);
  gap: 28px;
  padding: 24px;
  border: 1px solid var(--angahi-border, #dfe7ef);
  border-radius: 28px;
  background: #ffffff;
}

.restaurant-product-hero__media {
  border: 1px solid var(--angahi-border, #dfe7ef);
  border-radius: 24px;
  background: #f7faf9;
  padding: 16px;
}

.restaurant-product-hero__image,
.restaurant-product-hero__placeholder {
  width: 100%;
  height: 460px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
}

.restaurant-product-hero__placeholder {
  background: #eef3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: #8a94a6;
}

.restaurant-product-hero__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.restaurant-product-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.restaurant-product-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #e8f5ee;
  color: #1f7a4c;
  font-weight: 700;
}

.restaurant-product-badge--soft {
  background: #f2f4f7;
  color: #344054;
}

.restaurant-product-hero__title {
  margin: 0 0 10px;
  font-size: 2.4rem;
  line-height: 1.08;
  color: #12284c;
}

.restaurant-product-hero__subtitle {
  margin: 0 0 18px;
  color: #667085;
  font-size: 1.05rem;
  line-height: 1.65;
}

.restaurant-product-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
  color: #475467;
  font-size: 0.98rem;
}

.restaurant-product-hero__price {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 800;
  color: #12284c;
}

.restaurant-product-hero__stock {
  margin-bottom: 22px;
  color: #16a34a;
  font-weight: 700;
}

.restaurant-product-hero__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 8px;
}

.restaurant-product-hero__actions .btn,
.restaurant-product-hero__actions .btn-primary,
.restaurant-product-secondary-btn {
  min-height: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.restaurant-product-secondary-btn {
  border: 1px solid var(--angahi-border, #dfe7ef);
  color: #12284c;
  background: #fff;
}

.restaurant-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.restaurant-product-panel {
  border: 1px solid var(--angahi-border, #dfe7ef);
  border-radius: 24px;
  background: #ffffff;
  padding: 22px;
}

.restaurant-product-panel h2 {
  margin: 0 0 16px;
  color: #12284c;
  font-size: 1.35rem;
}

.restaurant-product-panel__content {
  color: #475467;
  line-height: 1.75;
}

.restaurant-product-service-area {
  display: grid;
  gap: 12px;
}

.restaurant-product-service-area div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #eef2f6;
  padding-bottom: 10px;
}

.restaurant-product-service-area strong {
  color: #12284c;
}

.restaurant-product-service-area span {
  color: #667085;
  text-align: right;
}

.restaurant-product-related {
  margin-top: 26px;
}

.restaurant-product-related__header h2 {
  margin: 0 0 6px;
  color: #12284c;
  font-size: 1.8rem;
}

.restaurant-product-related__header p {
  margin: 0 0 18px;
  color: #667085;
}

.restaurant-product-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.restaurant-product-related__card {
  border: 1px solid var(--angahi-border, #dfe7ef);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
}

.restaurant-product-related__card img,
.restaurant-product-related__placeholder {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.restaurant-product-related__placeholder {
  background: #eef3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: #8a94a6;
}

.restaurant-product-related__body {
  padding: 16px;
  color: #12284c;
}

/* De-emphasize / suppress the generic review/tabbed sections from the default webshop layout */
.product-tabs,
.item-tabs,
.reviews,
.item-reviews,
#reviews,
.section-review,
.review-section,
.customer-reviews,
.item-specification-tabs {
  display: none !important;
}

@media (max-width: 1024px) {
  .restaurant-product-hero {
    grid-template-columns: 1fr;
  }

  .restaurant-product-grid,
  .restaurant-product-related__grid {
    grid-template-columns: 1fr;
  }
}

/* --- Final cleanup for custom restaurant product page --- */

/* Hide generic breadcrumb / webshop header fragments that still appear above our custom breadcrumb */
.breadcrumbs,
.breadcrumb-section,
.page-breadcrumbs,
.page-breadcrumb,
.website-breadcrumbs,
.product-breadcrumb,
.crumbs {
  display: none !important;
}

/* Hide default product detail fragments that can leak through inherited webshop layout */
.product-detail,
.product-details,
.product-page .product-price,
.product-page .in-stock,
.product-page .out-of-stock,
.product-page .add-to-cart-wrapper,
.product-page .cart-and-contact,
.product-page .wishlist-button,
.product-page .contact-us,
.product-page .item-configurator,
.product-page .product-actions {
  display: none !important;
}

.restaurant-product-primary-btn,
.restaurant-product-secondary-btn {
  min-height: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.restaurant-product-primary-btn {
  background: #12284c;
  color: #fff;
  border: 0;
}

.restaurant-product-secondary-btn {
  border: 1px solid var(--angahi-border, #dfe7ef);
  color: #12284c;
  background: #fff;
}

.restaurant-product-purchase-box {
  margin-top: 10px;
}

.restaurant-product-qty {
  display: inline-grid;
  grid-template-columns: 56px 100px 56px;
  gap: 10px;
  margin-bottom: 14px;
}

.restaurant-product-qty__btn,
.restaurant-product-qty__input {
  min-height: 56px;
  height: 56px;
  border-radius: 16px;
  border: 1px solid var(--angahi-border, #dfe7ef);
  background: #fff;
  color: #12284c;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}

.restaurant-product-qty__btn {
  cursor: pointer;
}

.restaurant-product-hero__actions--single {
  grid-template-columns: 1fr !important;
}

.restaurant-product-order-status {
  min-height: 24px;
  margin: 10px 0 14px;
  font-weight: 600;
  color: #475467;
}

.restaurant-product-order-status--success {
  color: #15803d;
}

.restaurant-product-order-status--error {
  color: #b42318;
}

.restaurant-product-primary-btn,
.restaurant-product-secondary-btn {
  min-height: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.restaurant-product-primary-btn {
  background: #12284c;
  color: #fff;
}

.restaurant-product-secondary-btn {
  border: 1px solid var(--angahi-border, #dfe7ef);
  color: #12284c;
  background: #fff;
}

.restaurant-product-order-status--success-card {
  display: block;
  color: inherit;
}

.restaurant-success-card__eyebrow {
  color: #15803d;
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.restaurant-success-card__title {
  display: block;
  color: #12284c;
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.restaurant-success-card__meta {
  color: #475467;
  margin-bottom: 14px;
}

.restaurant-success-card__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
