body {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.main-container {
  background-color: #fafafa;
}

.nav-container {
  background-color: rgb(26, 27, 31);
}

.nav-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(26, 27, 31);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 210;
  transform: translateZ(0);
  will-change: transform;
  flex-wrap: nowrap;
  min-height: 50px;
}

.menu {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 10px 10px 4px;
  flex-shrink: 0;
}

.menu-btn {
  margin: 0;
  background-color: rgb(26, 27, 31);
  border: none;
  cursor: pointer;
}

.menu-btn svg {
  color: rgb(204, 204, 204);
  width: 25px;
  display: flex;
  justify-content: center;
}

.menu a {
  text-decoration: none;
  color: rgb(204, 204, 204);
}

.nav-head p {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff6;
  margin: 0 5px;
}

.nav-head span {
  height: 100%;
  color: rgb(190, 190, 190);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: inherit;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.nav-btn span {
  height: 100%;
  color: rgb(190, 190, 190);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: inherit;
  display: flex;
  align-items: center;
  padding: 0 5px;
  cursor: pointer;
}

.menu span {
  cursor: pointer;
}

#userInfo {
  color: white;
}

.nav-btn {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding: 0px 5px;
  flex-shrink: 0;
}

.nav-btn button {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  background-color: rgb(26, 27, 31);
  color: rgb(204, 204, 204);
  font-size: 13px;
  cursor: pointer;
  margin-left: 5px;
  height: 22px;
}

.logo {
  margin: 0px 20px 10px;
  padding: 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo > a {
  text-decoration: none;
  color: white;
  font-style: italic;
  font-size: 14px;
}

a > strong {
  font-size: 25px;
}

.logo svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.modal-content {
  background-color: rgb(245, 245, 245);
  width: 1450px;
  height: 700px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.modal-search {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}

.search-input {
  width: 90%;
  height: 20px;
  border: none;
  border-radius: 4px;
  background-color: white;
  font-size: 14px;
  text-align: left;
  margin: 20px 0 20px 20px;
  padding: 8px 8px;
}

.close-btn {
  background: rgb(245, 245, 245);
  font-size: 20px;
  margin: 0 20px;
  border: none;
  cursor: pointer;
}

.modal-content h5 {
  margin: 20px;
}

.search-box {
  padding: 0 16px;
  display: flex;
  justify-content: center;
}

.search {
  width: 100%;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  cursor: pointer;
}

.no-searchResult {
  padding: 20px;
  margin: 0;
  font-size: 15px;
  color: gray;
}

#searchResult {
  box-sizing: border-box;
}

.product-choice {
  padding: 10px 30px;
  text-align: left;
  width: 200px;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.product-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: gray;
  margin-top: 5px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
}

.product-choice span {
  display: flex;
  justify-content: left;
}

.product-brand {
  font-size: 14px;
  color: black;
}

.product-name {
  font-size: 12px;
  color: gray;
}

.nav-menu {
  display: flex;
  justify-content: left;
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0 20px;
  padding-top: 5px;
  position: sticky;
  top: 50px;
  z-index: 999;
  background-color: rgb(26, 27, 31);
  box-sizing: border-box;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-item {
  height: 100%;
  flex-shrink: 0;
  white-space: nowrap;
}

.nav-link {
  display: block;
  color: rgb(155, 155, 155);
  text-decoration: none;
  padding: 8px 0;
  font-size: 14px;
  white-space: nowrap;
}

.nav-link.home {
  color: white;
  border-bottom: 2px solid white;
  font-weight: bold;
}

.banner {
  background-color: #e2e2e2;
  position: bottom;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ban-info {
  margin: 0 auto;
  padding: 15px;
}

.ban-text {
  text-align: center;
  padding: 2px;
}

.banner p {
  font-size: 12px;
  margin: 0;
}

.clothes-top {
  position: fixed;
  bottom: 50px;
  right: 270px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 1180px) and (min-width: 821px) {
  .nav-head {
    flex-wrap: nowrap;
    min-height: 50px;
  }

  .nav-head span {
    padding: 0 5px;
    font-size: 15px;
  }

  .nav-btn span {
    padding: 0 3px;
  }
  #userInfo {
    font-size: 14px;
  }

  .nav-btn {
    margin-right: 8px;
    padding: 0px 4px;
    flex-shrink: 0;
  }

  .nav-btn button {
    font-size: 12px;
    height: 21px;
    margin-left: 4px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .menu {
    flex-shrink: 0;
  }

  .menu span {
    font-size: 15px;
  }

  .menuLink {
    display: none;
  }
}

@media (max-width: 1024px) {
  .nav-head {
    flex-wrap: nowrap;
  }

  .nav-menu {
    gap: 15px;
    padding: 0 15px;
    padding-top: 5px;
    justify-content: center;
  }

  .nav-btn .store {
    display: none;
  }

  .nav-btn p {
    display: none;
  }

  .nav-link {
    font-size: 15px;
  }

  .clothes-top {
    right: 20px;
    bottom: 20px;
  }

  .nav-btn {
    flex-shrink: 0;
    margin-right: 8px;
  }

  .nav-btn button {
    font-size: 11px;
    padding: 0 6px;
  }
}

@media (max-width: 768px) {
  .body {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menu .menuLink {
    display: none;
  }

  .nav-head span {
    padding: 0 5px;
  }

  #userInfo {
    font-size: 14px;
  }

  .nav-btn {
    padding: 0px 6px;
  }

  .nav-btn button {
    font-size: 11px;
    height: 20px;
    margin-left: 3px;
  }

  .logo {
    margin-bottom: 5px;
  }

  .search {
    height: 25px;
  }

  .nav-menu {
    gap: 10px;
    padding: 0 10px;
    padding-top: 5px;
    justify-content: center;
    margin-top: 0;
  }

  .nav-link {
    font-size: 14px;
    padding: 6px 0;
  }

  .ban-info {
    padding: 10px;
  }

  .banner p {
    font-size: 10px;
    margin: 0;
  }

  .clothes-top {
    right: 15px;
    bottom: 15px;
  }
}

@media (max-width: 460px) {
  .body {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .menu .menuLink {
    display: none;
  }

  .nav-btn span {
    display: none;
  }
  .logo > a {
    font-size: 10px;
  }

  .nav-btn button {
    margin: 5px;
    font-size: 12px;
    height: 20px;
  }

  .nav-menu {
    gap: 8px;
    padding: 0 8px;
    padding-top: 5px;
    justify-content: center;
  }

  .nav-link {
    font-size: 13px;
    padding: 5px 0;
  }

  .ban-info {
    padding: 10px;
  }

  .banner p {
    font-size: 8px;
    margin: 0;
  }

  .clothes-top {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 320px) {
  .nav-menu {
    gap: 5px;
    padding: 0 5px;
    padding-top: 5px;
    justify-content: center;
  }

  .nav-link {
    font-size: 12px;
    padding: 4px 0;
  }

  .clothes-top {
    right: 10px;
    bottom: 10px;
    width: 32px;
    height: 32px;
  }
}
