:root {
  --nav-height: -200px;
}

.sticky-buttons {
  position: fixed;
  top: 60%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 55px;
  z-index: 999;
  font-family: var(--fonts-menu);
}

.sticky-buttons .vertical-btn {
  display: flex;
  padding: 12px 8px;
  border: 2px solid #1e2e4a;
  text-decoration: none;
  color: #1e2e4a;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: transparent;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
}

.vertical-btn {
  justify-content: center;
}

.sticky-buttons .vertical-btn:hover {
  background-color: #1e2e4a;
  color: #f8f1e4;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  background-color: #f9ebc6;
  padding: 2rem;
  cursor: pointer;
}

.category-image {
  transition: opacity 0.3s ease;
}

.category-image.fading-out {
  opacity: 0;
}

.category-image.fading-in {
  opacity: 1;
}

.bottom-nav ul {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  list-style: none;
}

.bottom-nav ul li {
  display: inline-block;
  margin-right: 24px;
}

.bottom-nav ul li:last-child {
  margin-right: 0;
}

.bottom-nav a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e2e4a;
  padding-bottom: 4px;
  position: relative;
  transition: color 0.2s;
}

.bottom-nav ul::-webkit-scrollbar {
  height: 6px;
}

.bottom-nav ul::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.bottom-nav ul::-webkit-scrollbar-track {
  background: transparent;
}

.small-text {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.menu-nav-small {
  font-size: 12px;
}

.two-tier-menu-wrapper {
  background-color: #f9ebc6;
  font-family: var(--fonts-menu);
  user-select: none;
  position: sticky;
  padding: 1rem;
  top: 0px;
  z-index: 999999;
}

.top-nav ul {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #1e2e4a;
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.top-nav {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8b8663;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.tab {
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #8b8663;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.tab:hover {
  background: #8b8663;
  color: #1e2e4a;
}

.tab-left {
  border-left: 1px solid #1e2e4a;
  border-top: 1px solid #1e2e4a;
}

.tab-right {
  border-top: 1px solid #1e2e4a;
  border-right: 1px solid #1e2e4a;
}

.tab-active {
  color: #1e2e4a;
  border-left: 1px solid #1e2e4a;
  border-top: 1px solid #1e2e4a;
  border-right: 1px solid #1e2e4a;
  background-color: #8b8663;
  z-index: 1;
}

.tab-filler {
  flex: 1;
  height: 0;
}

.bottom-nav {
  border-top: 1px solid #e0d8ca;
  padding: 12px 0;
}

.bottom-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

.bottom-nav a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1e2e4a;
  padding-bottom: 4px;
  position: relative;
  transition: color 0.2s;
}

.bottom-nav a:hover {
  color: #8b8663;
}

.bottom-nav a.active-cat {
  color: #8b8663;
  position: relative;
}

.bottom-nav a.active-cat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #8b8663;
  border-radius: 2px;
}

.menu-content {
  background-color: #f9ebc6;
  padding: 40px 20px;
  font-family: var(--fonts-menu);
}

.menu-section {
  scroll-margin-top: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 80px;
}

/* Feature Section  */

.featured-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 40px;
  margin-bottom: 80px;
}

.featured-category-left {
  display: flex;
  flex-basis: 20%;
  width: 100%;
  padding-right: 40px;
  justify-content: flex-start;
}

.featured-category-title {
  display: flex;
  flex-basis: 47%;
  justify-content: center;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e56151;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-align: start;
  font-family: var(--fonts-menu);
  margin-bottom: 16px;
}

.featured-category-title1 {
  display: flex;
  flex-basis: 50%;
}

.featured-image-slider {
  flex: 1 1 200px;
  max-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#featured .category-right.featured-image-slider {
  display: flex;
  flex-basis: 80%;
  flex-direction: column;
  justify-content: flex-start;
}

.featured-slider {
  overflow: hidden;
  cursor: grab;
  position: relative;
  padding-bottom: 40%;
  height: 0;
}

.featured-slider .slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.featured-slider .slider-track::-webkit-scrollbar {
  display: none;
}
.featured-slider .slider-track {
  scrollbar-width: none;
}

.featured-slider {
  flex: 0 0 auto;
  width: 80vw;
  height: 600px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.slider-item {
  flex: 0 0 auto;
  width: 300px;
  height: 600px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  object-fit: cover;
}

.slider-image {
  width: 400px;
  height: 600px;
  object-fit: cover;
  display: block;
}

.featured-slider .slider-track.dragging {
  cursor: grabbing;
}

/* END OF Featured Section */

.category-left {
  flex: 1 1 400px;
  max-width: 700px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.category-title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #e56151;
  margin-bottom: 24px;
  letter-spacing: 1px;
  text-align: start;
  font-family: var(--fonts-menu);
}

.item-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: start;
  margin-bottom: 32px;
}

.item-text {
  max-width: 60%;
}

.item-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #1e2e4a;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.item-desc {
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.4;
}

.icon-limited {
  color: #1e2e4a;
  margin-right: 4px;
  font-size: 16px;
  vertical-align: middle;
}

.tag-limited,
.tag-gf {
  font-size: 12px;
  font-weight: 600;
  color: #1e2e4a;
  margin-left: 6px;
  text-transform: uppercase;
}

.item-price {
  font-size: 16px;
  font-weight: 600;
  color: #1e2e4a;
  white-space: nowrap;
  margin-left: 20px;
}

.category-right {
  flex: 1 1 300px;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
}

.category-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 60px 0 0 60px;
  object-fit: cover;
}

.item-tags {
  display: flex;
  gap: 0.5rem;
  margin: 0.25rem 0;
}

.tag {
  background-color: #f0f0f0;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #666;
}

.tag-chilli {
  background-color: #fff3f3;
  color: #e56151;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.tag-chilli i {
  color: #e56151;
}

.mobile-nav {
  display: none;
}

.mobile-nav {
    position: relative;
    background: #f9ebc6;
    border-bottom: 1px solid #1e2e4a;
    font-family: var(--fonts-menu);
}

#mobile-nav-toggle {
    width: 100%;
    padding: 1rem;
    font-size: 16px;
    text-transform: uppercase;
    background: none;
    border: none;
    border-bottom: 1px solid #1e2e4a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

  #mobile-nav-toggle .arrow {
    transition: transform 0.3s;
  }

  .mobile-nav.open #mobile-nav-toggle .arrow {
    transform: rotate(180deg);
  }

  #mobile-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .mobile-nav.open #mobile-nav-list {
    display: block;
  }

  #mobile-nav-list li + li {
    border-top: 1px solid #e0d8ca;
  }

  #mobile-nav-list a {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #1e2e4a;
    text-transform: uppercase;
    font-weight: 600;
  }

  #mobile-nav-list a.active-cat {
    background: #e0d8ca;
  }

@media (max-width: 768px) {
  .bottom-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
  .item-tags {
    flex-wrap: wrap;
  }
  
}

@media (max-width: 992px) {
  .category-left {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .category-right {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .item-price {
    margin-left: 0;
    margin-top: 8px;
  }
  .sticky-buttons {
    display: none;
  }
}
