* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.4s ease;
}

body {
  margin: 0;
}

.main {
  height: 10vh;
  background-color: #4a4e3a;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}


.menu {
  padding-top: 0.5rem;
}

.icon1 {
  display: block;
  margin: 0 auto;
  width: 24px;
}

aside {
  background-color: #ececbf;
  height: 60vh;
  position: fixed;
  width: 100vw;
  z-index: 99;
  top: -57%;
  color: aliceblue;
  opacity: 0;
  display: flex;
  flex-direction: column;
}

aside:hover {
  top: 0;
  background-color: #45473b;
  opacity: 1;
}

#here{
  color: #d4d2a6;
}

#here::after{
  content: " <";
}

.logo {
  padding-left: 2%;
  padding-top: 2%;
  font-family: "Yuji Mai", serif;
  font-size: 2rem;
}

.logo > a {
  text-decoration: none;
  color: white;
}

.Fpages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 13%;
}

#s {
  margin-top: 5%;
  font-size: 1.5rem;
  text-decoration: underline;
}

.Fpages > a,
.Fpages > p {
  text-decoration: none;
  color: aliceblue;
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}

.Fpages > a:hover {
  color: #ececbf;
}

.cart {
  min-height: 90vh;
  background-color: #4a4e3a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.cart-title {
  padding-bottom: 2rem;
}

.cart-title > p {
  font-family: "Lexend Deca", sans-serif;
  color: white;
  font-size: 2.25rem;
  text-decoration: underline 3px;
}

.cart-content {
  background-color: #ececbf;
  padding: 2rem;
  border-radius: 10px;
  max-width: 1000px;
  width: 95%;
  text-align: center;
}

.cart-content .empty-cart {
  font-family: "DM Sans", sans-serif;
  color: #4a4e3a;
  font-size: 1.25rem;
}

footer {
  background-color: #45473b;
  color: aliceblue;
  padding: 2rem 0;
  text-align: center;
}

.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-contact p,
.footer-copyright p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

.footer-social a {
  color: aliceblue;
  margin: 0 0.5rem;
  text-decoration: none;
}

.footer-social a:hover svg {
  color: #ececbf;
}

.footer-social svg {
  vertical-align: middle;
}

.footer-search .search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}

.footer-search .search-bar input {
  padding: 0.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  border: 1px solid #ececbf;
  border-radius: 5px 0 0 5px;
  width: 80%;
  background-color: white;
  color: #4a4e3a;
}

.footer-search .search-bar input:focus {
  outline: none;
  border-color: #d4d2a6;
}

.footer-search .search-bar button {
  padding: 0.5rem 1rem;
  border: 1px solid #ececbf;
  border-left: none;
  border-radius: 0 5px 5px 0;
  background-color: #ececbf;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.footer-search .search-bar button svg {
  color: #4a4e3a;
}

.footer-search .search-bar button:hover {
  background-color: #d4d2a6;
}

@media (max-width: 768px) {
  .main {
    height: 10vh;
  }

  aside {
    height: 100vh;
  }

  .cart {
    min-height: auto;
    padding: 1rem;
  }

  .cart-title > p {
    font-size: 1.75rem;
  }

  .cart-content {
    max-width: 95%;
    padding: 1.5rem;
  }

  .cart-content .empty-cart {
    font-size: 1.1rem;
  }

  .logo {
    font-size: 1.75rem;
  }

  #s {
    font-size: 1.25rem;
  }

  .Fpages > a,
  .Fpages > p {
    font-size: 1rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-search .search-bar {
    max-width: 250px;
  }
}

@media (max-width: 480px) {
  .cart {
    padding: 0.5rem;
  }

  .cart-title > p {
    font-size: 1.5rem;
  }

  .cart-content {
    max-width: 98%;
    padding: 1rem;
  }

  .cart-content .empty-cart {
    font-size: 1rem;
  }

  .footer-contact p,
  .footer-copyright p {
    font-size: 0.9rem;
  }

  .footer-search .search-bar {
    max-width: 200px;
  }

  .footer-search .search-bar input {
    font-size: 0.85rem;
  }

  .footer-search .search-bar button {
    padding: 0.4rem 0.8rem;
  }

  .logo {
    font-size: 1.5rem;
  }

  #s {
    font-size: 1.25rem;
  }

  .Fpages > a,
  .Fpages > p {
    font-size: 1rem;
  }
}

/*.yuji-mai-regular {
  font-family: "Yuji Mai", serif;
  font-weight: 400;
  font-style: normal;

  .patrick-hand-regular {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

.cabin-<uniquifier> {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.lexend-deca-<uniquifier> {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

}*/