.sidebar {
  width: 280px;
  background: var(--luxury-dark);
  color: var(--creamy-white);
  padding: 80px 1.5rem 2rem 1.5rem;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 998;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
}

.sidebar .close-btn {
  display: none;
}

.sidebar h2 {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: var(--gold-accent);
  margin-top: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 1.2px;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--gold-accent);
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 1rem 0;
}

.sidebar ul li a {
  color: var(--creamy-white);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
  display: block;
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar ul li a:hover,
nav ul li a.active {
  color: var(--gold-accent);
  border: 2px solid var(--gold-accent); 

}
.sidebar {
  width: 280px;
  background: var(--luxury-dark);
  color: var(--creamy-white);
  padding: 80px 1.5rem 2rem 1.5rem;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  transition: left 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 998;
  box-shadow: 3px 0 15px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
}
 .no-products-message {
    align-items: center;
    text-align: center;
    height: 64.388dvh;
    margin-top: 20dvh;
  }

.sidebar .close-btn {
  display: none;
}

.sidebar h2 {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: var(--gold-accent);
  margin-top: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 1.2px;
  text-align: left;
  padding-bottom: 1rem;
  border-bottom: 2px solid var(--gold-accent);
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 1rem 0;
}

.sidebar ul li a {
  color: var(--creamy-white);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.05rem;
  display: block;
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
  width: 100%;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.sidebar-list a.active {
  color: var(--gold-accent);
  border: 2px solid var(--gold-accent);
}