.category-nav{
  position:sticky;
  top:0;
  z-index:50;
  background:#161616;
  border-top:1px solid #2a2a2a;
  border-bottom:1px solid #2a2a2a;
  overflow:hidden;
}

.category-nav::before{
  content:"← Swipe categories →";
  display:block;
  text-align:center;
  font-size:12px;
  color:#aaa;
  padding:7px 0 0;
  font-weight:800;
}

.category-nav::after{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:55px;
  height:100%;
  background:linear-gradient(to right,transparent,#161616);
  pointer-events:none;
}

.category-scroll{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:11px 16px;
  max-width:1100px;
  margin:0 auto;
  scrollbar-width:none;
}

.category-scroll::-webkit-scrollbar{display:none}

.category-scroll a{
  white-space:nowrap;
  text-decoration:none;
  background:#242424;
  border:1px solid #333;
  padding:9px 12px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
  color:#f5f5f5;
  text-transform:uppercase;
}

.category-scroll a:hover{background:#e54822;border-color:#e54822}

.menu-section{scroll-margin-top:72px;margin-bottom:38px}

.cat{
  font-size:32px;
  margin:0 0 16px;
  padding-bottom:10px;
  border-bottom:1px solid #333;
  color:#f26522;
}

.menu-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:18px;
}

.menu-grid:has(.menu-card:only-child){
  grid-template-columns:minmax(280px,390px);
}

.menu-grid:has(.menu-card:only-child) .menu-card{
  width:100%;
}

.menu-card{
  position:relative;
  display:flex;
  flex-direction:column;
  padding-bottom:86px;
  background:#1b1b1b;
  border:1px solid #303030;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 8px 25px rgba(0,0,0,.18);
}

.drinks-menu-card{
  padding-bottom:0 !important;
}

.menu-img{
  width:100%;
  height:190px;
  object-fit:cover;
  display:block;
  background:#242424;
}

.menu-img.placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  color:#777;
  font-size:22px;
  font-weight:900;
  letter-spacing:.06em;
}

.menu-body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.item-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}

.item-head h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
  color:#fff;
}

.price{
  font-weight:900;
  color:#ffd166;
  white-space:nowrap;
  font-size:18px;
}

.desc{color:#d0d0d0;line-height:1.45;margin:10px 0 0}
.allergens{color:#aaa;font-size:13px;margin:10px 0 0}

.labels{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:12px;
}

.label{
  font-size:12px;
  padding:5px 9px;
  border-radius:999px;
  background:#333;
  font-weight:800;
}

.label.new{background:#e54822;color:#fff}
.label.popular{background:#ffd166;color:#111}

.menu-card-actions{
  position:absolute;
  right:18px;
  bottom:18px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
  z-index:3;
}

.menu-action-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid #e54822;
  color:#e54822;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  transition:.2s;
  white-space:nowrap;
}

.menu-action-btn:hover{
  background:#e54822;
  color:#fff;
}

.menu-action-btn.primary{
  background:#e54822;
  color:#fff;
}

.menu-action-btn.primary:hover{
  background:#ff5a2e;
  border-color:#ff5a2e;
}

.bottom-buttons-div{
  width:100%;
}

.bottom-buttons{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin:20px 0 30px;
}
.category-updating-note{
  margin:0 0 22px;
  color:#ffd166;
  font-size:20px;
  line-height:1.35;
  font-weight:800;
}

@media(max-width:760px){
  .category-updating-note{
    font-size:17px;
  }
}
