body {
  margin: 0px;
  padding: 0px;
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fefaf0;
}

.text-logo-link {
  display: flex;
  align-items: center; /* Vertically center image and text */
  gap: 8px; /* Add spacing between image and text */
  text-decoration: none; /* Remove underline */
  color: inherit; /* Inherit text color */
}

.image-logo {
  width: 45ox;
  height: 45px; /* Ensure image doesn't exceed a certain height */
  display: block; /* Ensure the image behaves correctly */
}

.text-logo {
  font-size: 18px; /* Adjust font size as needed */
  font-weight: bold; /* Optional for emphasis */
  white-space: nowrap; /* Prevent text from wrapping */
}

.offer-note {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e59b;
  width: 100%;
  height: 45px;
}
.offer-note-res {
  display: none;
}
.offer-note p {
  font-family: "Helvetica W01 Light";
  /* font-family: helvetica-w01-light, helvetica-w02-light, sans-serif; */
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.btn-shop {
  border-style: none;
  cursor: pointer;
  background-color: transparent;
  margin-left: 5px;
}
.btn-shop a {
  font-family: "Helvetica W01 Light";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #403f2b;
}
.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fefaf0;
  height: 60px;
  flex-direction: row;
  width: 85%;
  justify-content: space-between;
}
.menu-overlay {
  display: none;
}

.menu button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.menu p {
  font-size: 25px;
  font-family: "fraunces";
  color: #403f3f;
  font-weight: 350;
  letter-spacing: -1.5px;
  /* font-weight: 700; */
  line-height: 35px;
}
.menu-img {
  display: flex;
  height: 24px;
  width: 24px;
}

.logo a {
  text-decoration: none;
}
.logo P {
  font-family: "fraunces";
  font-size: 30px;
  font-weight: 350;
  /* font-weight: 700; */
  line-height: 42px;
  color: #403f3f;
}
.action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.login {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.login img {
  background-color: transparent;
  height: 25px;
  width: 25px;
  margin-right: 12px;
}
.cart {
  margin-right: 30px;
  cursor: pointer;
}
.cart p {
  font-family: "Helvetica W01 Light";
  /* font-size: 90px; */
  font-size: 16px;
  line-height: 14px;
  font-weight: 400;
  color: #403f3f;
}
.cart-menu {
  display: flex;
  height: 25px;
  width: 25px;
}

/* Sidebar Styles */
.sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 425px;
  height: 100%;
  background-color: #e8e59b;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  z-index: 999;
  /* overflow-y: auto; */
}
.sidebar-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}
.sidebar-heading {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100px;
  background-color: #403f2b;
  /* justify-content: center; */
  align-items: center;
  padding-left: 30px;
  /* gap:40px; */
}
.closeside {
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.closeside img {
  width: 24px;
  height: 24px;
}
.sidebar-heading h2 {
  font-size: 23px;
  font-family: "Helvetica W01 Light";
  font-weight: 100;
  line-height: 28px;
  color: #fefaf0;
  text-align: center;
  margin-left: 100px;
}
/* Cart Items */
#cartItems {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#cartItems p {
  font-size: 23px;
  font-family: "fraunces";
  font-weight: 300;
  line-height: 18px;
  color: #403f2b;
  margin: 0;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.cart-item h3 {
  font-size: 16px;
  font-family: "Helvetica W01 Light";
  font-weight: 100;
  line-height: 18px;
  color: #e8e59b;
  margin: 0;
}

.cart-item .price {
  font-size: 16px;
  font-family: "Helvetica W01 Light";
  font-weight: 100;
  line-height: 18px;
  color: #e8e59b;
  margin: 0;
}

.login p {
  font-family: "Helvetica W01 Light";
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  color: #403f3f;
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  padding-bottom: 300px;
  background-color: #f5f5a5;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: 0.3s ease;
  overflow-y: scroll;
}
.login-res {
  display: none;
}
.menu-content {
  display: flex;
  width: 80%;
  text-align: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.menu-res {
  display: flex;
  align-items: center;
  width: 80%;
  margin-top: 50px;
}
.close-button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.logores {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
}
.menures-nav {
  display: flex;
  flex-direction: row;
  width: 80%;
  justify-content: flex-start;
}
.nav-res {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.menu-item {
  text-decoration: none;
  text-align: left;
  list-style: none;
  padding: 0px;

}
.menu-item li a {
  color: #403f2b;
  font-size: 70px;
  line-height: 99px;
  font-family: "fraunces";
  font-weight: 350;
  letter-spacing: -2px;
  text-decoration: none;

}
.shop-collections {
  display: flex;
  flex-direction: column;
  width: 40%;
  justify-content: center;
  align-items: center;
  align-self: flex-start;
  padding-top: 35px;
  text-align: left;
}
.shop-collections h3 {
  font-family: "Helvetica W01 Light";
  font-size: 16px;
  font-weight: 100;
  line-height: 25px;
  margin: 0px;
}
.shop-nav {
  padding: 0px;
}
.shop-nav li {
  list-style: none;
}
.shop-nav li a {
  color: #403f2b;
  text-decoration: none;
  font-family: " fraunces";
  font-size: 30px;
  line-height: 60px;
  font-weight: 300;
}

.br-res{
  display: none;
}

@media (max-width: 1030px) {

}
@media (max-width: 900px) {
  .login {
    display: none;
  }

}

@media (max-width: 620px) {
  .cart {
    margin: 0px;
  }
  .menu-content {
    gap: 20px;
  }
  .menu-overlay {
    background-color: #fefaf0;
  }
  .nav-res {
    width: 100%;
  }
  .menu-res {
    justify-content: space-between;
    margin-top: 25%;
  }
  .menu-item li a {
    font-size: 40px;
    line-height: 70px;
    letter-spacing: -2px;
  }
  .logores {
    display: none;
  }
  .login-res {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .login-res img {
    background-color: transparent;
    height: 25px;
    width: 25px;
    margin-right: 15px;
  }
  .login-res p {
    font-family: "Helvetica W01 Light";
    font-size: 18px;
    line-height: 14px;
    font-weight: 350;
    color: #403f3f;
  }
  .login-res :hover {
    color: rgb(255, 252, 244);
  }
  .navbar {
    flex-direction: row-reverse;
    height: 60px;
  }
  
}

@media (max-width: 510px) {
  .offer-note-res {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8e59b;
    width: 100%;
    height: 70px;
  }
  .offer-note-res p {
    width: 90%;
    font-size: 18px;
    font-family: "Helvetica W01 Light";
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #403f2b;
  }
  .menu-content{
    width:100%;
  }

  .offer-note-res p a {
    color: #403f2b;
  }
  .offer-note {
    display: none;
  }
  .br-res {
    display: inline;
  }
  .menu p {
    display: none;
  }
  .menu-img {
    display: flex;
    height: 24px;
    width: 24px;
  }
  .sidebar {
    width: 100%;
  }
  .menu-overlay {
    justify-content: normal;
  }
}
body.modal-open {
  overflow: hidden;
}
@media(max-width:370px){
  .br-res{
    display: none;
  }
}
.text-logo-link {
  text-decoration: none;
}