/* ----------  TAB STRIP  ---------- */
.menu-tabs {
    background: #f5f6f6;
    padding: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
    z-index: 99;
    box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.3);
    margin-top: 60px;
}

.menu-tabs ul {
    width: 48%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    gap: 25px;
    list-style: none;
    overflow-x: auto;
}
.menu-tabs ul li a {
    border-bottom: 2px solid transparent;
}

.menu-tabs a {
    display: block;
    padding: 14px 0;
    font-family: "Barlow Condensed", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #004b6b;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.15s ease;
}

.menu-tabs a::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    background: #006491;
    transition: width 0.25s ease;
}

.menu-tabs ul li:hover a,
.menu-tabs .active a {
    color: #006491;
    border-bottom: 2px solid #006491;
}

/* ----------  Responsive  ---------- */
@media (max-width: 768px) {
    .menu-tabs ul {
        width: 100%;
    }

}
@media (max-width: 600px) {
    .menu-tabs ul {
        gap: 15px;
    }
    .menu-tabs a {
        font-size: 13px;
    }

}




.order-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  gap: 20px;
  margin-bottom: 30px;
  max-width: 900px;
  background-color: #005580;
  padding: 20px 10px;
  margin-top: 20px !important;
  border-radius: 15px;
}

.order-title .line {
  flex: 1;
  height: 1px;
  border: none;
  background-color: #ccc;
}

.order-buttonsss {
  display: flex;
}

.order-title h2 {
  font-family: "One Dot Condensed Bold";
  margin: 0;
  font-size: 26px !important;
  color: white !important;
  letter-spacing: 1px;
}

.order-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.order-btn {
  background-color: #e60023;
  color: #fff;
  border: none;
  /* padding: 12px 24px; */
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.order-btn:hover {
  background-color: #cc001f;
  transform: scale(1.05);
}

.or-text {
  font-style: italic;
  color: #777;
  font-family: revert-layer;
  text-transform: lowercase;
  font-size: 20px;
}
.store‑notice-menu {
    max-width: 900px;
    margin: auto;
    gap: 0.65rem;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;

}
.store‑notice-menu p {
    font-size: 16px;
    margin-top: 36px;
}

.store‑notice-menu a {
    color: var(--banner-link);
    text-decoration: underline;
    font-size: 11px;
    font-weight: 600;
    font-size: 16px;
}

.store‑notice-menu a:hover {
    text-decoration: none;
}
.store‑notice {
    max-width: 1200px;
    margin: auto;
    gap: 0.65rem;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;

}

.store‑notice p {
    font-size: 16px;
    margin-top: 36px;
}

.store‑notice a {
    color: var(--banner-link);
    text-decoration: underline;
    font-size: 11px;
    font-weight: 600;
    font-size: 16px;
}

.store‑notice a:hover {
    text-decoration: none;
}

.menu-list {
    list-style: none;
    margin: 30px auto;
    max-width: 900px;
    padding: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0px 0px 26px 0px;
  border: 1px solid #e0e0e0;
  background: #fff;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}

.menu-item a {
  display: flex;
  gap: 25px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.menu-item:hover {
  background: #006491;
  color: white !important;
}

.menu-item:hover .item-title {
  color: white !important;
}

.menu-item img {
    width: 170px;
    height: 90px;
    object-fit: cover;
    border-radius: 2px;
}

.item-title {
    font-family: "Barlow Condensed", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #005688;
    flex: 1;
}

.item-title:hover {
    color: white;
}
@media only screen and (max-width: 768px)  {
    .store‑notice {
        padding: 14px;
    }
}
/* } */
/* } */