.menu-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.menu-page {
  background-color: #fcfcfc;
}
.menu-page .menu-head {
  height: 256px;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 20px 30px;
}

.menu-page .menu-head-card {
  display: flex;
  align-items: end;
  gap: 13px;
}

.menu-page .menu-head-card h1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.menu-page .menu-head-card p {
  font-size: 13px;
  font-weight: 400;
  color: #bababa;
  margin-bottom: 0;
}

.menu-page .menu-head-card span {
  font-size: 11px;
}

.menu-page .swiper-slide {
  width: fit-content;
}

.menu-page .product-card {
  width: fit-content;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 7px;
  padding-bottom: 16px;
  background-color: #fff;
}

.menu-page .product-card h3 {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-top: 7px;
}

.menu-page .product-card p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.menu-page .product-card .price {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  background-color: #f9791c;
  border-radius: 8px;
  padding: 2px 6px;
}

.menu-page .product-card img {
  width: 100%;
  height: 101px;
  object-fit: cover;
  border-radius: 5px;
}

.menu-page .category-item {
  border-radius: 5px;
  padding: 18px 12px;
  border: 1px solid #efefef;
  width: calc(50% - 2.5px);
  margin-bottom: 7px;
  background-color: #fff;
  padding-bottom: 10px;
}

.menu-page .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 4px;
}

.menu-page .category-item h3 {
  font-size: 14px;
  font-weight: 500;
}

.menu-page .category-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #0a6a69;
  border-radius: 5px;
}

.menu-page .category-item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6px;
}

.menu-page .category-item-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 5px;
  object-position: center;
}

.menu-page .main-content-head h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.menu-page .main-content-head a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #0a6a69;
  height: 37px;
  padding: 0 21px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.menu-page .main-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 16px;
}
.menu-page .container {
  padding: 0 32px !important;
  overflow: hidden;
}

.product-item {
  padding: 12px 5px 14px 5px;
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
}

.product-item-image img {
  width: 78px;
  height: 85px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 13px;
}

.product-item .price {
  color: #fff;
  background-color: #0a6a69;
  height: 44px;
  min-width: 83px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
}

.product-item-content h3 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.product-item-content p {
  color: #bababa;
  font-size: 13px;
}

.product-item-content {
  padding-right: 10px;
}

.menu-header h1 {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}
.menu-header {
  text-align: center;
  position: relative;
}

.menu-header a {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}
