.bottom-nav {
  z-index: 999;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: transform 0.3s ease;
}

.bottom-nav.hide {
  transform: translateY(100%);
}

.bottom-nav-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 63px;
  background-color: #fff;
}

.nav-left img,
.nav-right img {
  width: 24px;
  height: 24px;
}

.nav-left,
.nav-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42%;
}

.nav-menu {
  padding: 7%;
  margin: 0 7%;
}

.nav-center {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.nav-center a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.nav-center img {
  width: 100%;
}

.side-btn-wrap {
  z-index: 999;
  position: fixed;
  right: 2%;
  bottom: 73px;
  width: 40px;
}

.side-fixed-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.chat-bot-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  cursor: pointer;
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/chatbot-icon.webp')
    no-repeat center center;
  background-size: cover;
}

/* 말풍선 스타일 */
.side-fixed-btn span {
  position: absolute;
  left: -97px;
  top: calc(50% - 4px);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  height: 13px;
  padding: 9px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.scroll-top-btn {
  width: 44px;
  height: 44px;
  display: none;
  border: 1px solid #e5e5ec;
  background: url('https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/scroll-top-icon.webp')
    no-repeat center center;
  background-size: cover;
}

/* search */
.search-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  transform: translateY(500%);
  transition: transform 0.3s ease;
  z-index: 999999;
  overflow-y: auto;
}

.search-layer.active {
  transform: translateY(0);
}

.search-container {
  padding: 0 26px;
}

.search-bar-section {
  margin-top: 47px;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.search-close-btn,
.keyword-search-btn {
  border: none;
  background: none;
  padding: 0;
}

.search-close-btn {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/icons_arrow_up_outline.webp)
    no-repeat center center;
  background-size: cover;
  border: 0;
}

.keyword-search-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  width: 22px;
  height: 22px;
  background: url(https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/iconamoon_search_thin.webp)
    no-repeat center center;
  background-size: cover;
  border: 0;
}

.search-input {
  border: none;
  width: 100%;
  padding: 7.5px 0;
  font-size: 14px;
  outline: none;
  caret-color: #fc23d1;
}

.search-bar-bottom {
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #fc23d1 0%, #e4cacc 72.5%, #8cb9f5 100%);
  margin-top: 8px;
}

.recommended-keywords {
  margin-top: 35px;
}

.recommended-keywords h2,
.trending-searches h2 {
  font-size: 14px;
  font-weight: 600;
}

.keyword-list {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  margin-top: 13px;
}

.keyword-list li {
  padding: 9px 12px;
  border-radius: 18px;
  background-color: #f7f7fb;
  color: #505050;
  font-size: 13px;
}

.trending-list-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-top: 12px;
}

.trending-list {
  width: 50%;
  color: #505050;
  font-size: 13px;
}

.trending-list li {
  margin-bottom: 8px;
}

.trending-list .rank {
  display: inline-block;
  width: 20px;
}

.brand-search-result-section .brand-section {
  margin: 0;
}
