.header-section {
  border-bottom: 1px solid #eaeaea;
  display: fixed;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1;
}
.logo-text {
  font-family: "Vollkorn", serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 36px;
  color: rgb(47, 79, 79);
  margin: 0px;
}

.nav-item {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  padding: 0px 8px;
  font-size: clamp(16px, 2.2vw, 17px);
  font-weight: 600;
}

.nav-link.active {
  color: #000 !important;
}

.nav-link.active-scroll {
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
}
.dropdown-item.active-scroll {
  text-decoration: underline;
  font-weight: 600;
}

.cart-icon {
  font-size: 24px;
  color: #333;
  margin-left: 20px;
}

.nav-separator {
  border-left: 1px solid #ccc;
  height: 24px;
  margin: 0 15px;
}

.header-section {
  border-bottom: 1px solid #eaeaea;
}
@media (max-width: 1473.98px) {
  .logo-text {
    font-size: 23px;
  }
}

@media (max-width: 1199.98px) {
  .nav-item {
    padding: 0px 8px;
    font-size: 13px;
  }

  .logo-text {
    font-size: 23px;
  }
}

@media (max-width: 991.98px) {
  .logo-text {
    font-size: 28px;
  }

  .navbar-collapse {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
  }

  .nav-item {
    padding: 8px 0;
  }

  .nav-separator {
    display: none;
  }

  .cart-icon {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .logo-text {
    font-size: 24px;
  }

  .navbar {
    padding: 10px 0;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575.98px) {
  .logo-text {
    font-size: 19px;
  }

  .navbar-brand {
    max-width: 75%;
  }
}
