body.search-active {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1120px) {
  .mega-menu-search {
    position: fixed;
    top: 90px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 10px 0;
  }
  .mega-menu-search input {
    width: 100%;
    min-width: 340px;
  }
}
.mega-menu-search .mega-menu-search-top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1120px) {
  .mega-menu-search .mega-menu-search-top {
    width: 100%;
  }
}
.mega-menu-search .mega-menu-search-top .close-search {
  margin-left: 24px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 1120px) {
  .mega-menu-search .mega-menu-search-top .close-search {
    display: none;
  }
}
.mega-menu-search .mega-menu-search-top .close-search svg {
  display: block;
  width: 18px;
  height: 18px;
}
.mega-menu-search .mega-menu-search-bottom {
  padding-top: 0;
}
.mega-menu-search .search-bar-qf {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1120px) {
  .mega-menu-search .search-bar-qf {
    padding: 0px 12px;
  }
}
.mega-menu-search .search-bar-qf > svg {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 18px;
  height: 20px;
  pointer-events: none;
}
@media only screen and (max-width: 1120px) {
  .mega-menu-search .search-bar-qf > svg {
    padding: 0px 12px;
  }
}
.mega-menu-search .search-bar-qf input {
  width: 100%;
  border-radius: 35px;
  padding: 6px 6px 6px 32px;
  font-size: 16px;
  color: var(--primary-color);
  letter-spacing: 0.02em;
  box-sizing: border-box;
}
.mega-menu-search .search-bar-qf input::-moz-placeholder {
  font-size: 14px;
  color: #1b1b1b;
}
.mega-menu-search .search-bar-qf input::placeholder {
  font-size: 14px;
  color: #1b1b1b;
}
@media only screen and (max-width: 1120px) {
  .mega-menu-search .search-bar-qf svg path {
    fill: #000 !important;
  }
}

.predictive-search-container .inner {
  display: none;
}
.predictive-search-container.active .inner {
  display: block;
}
.predictive-search-container.active .main-search-fallback {
  display: none;
}

.main-search {
  padding-bottom: 44px;
}
@media only screen and (min-width: 1120px) {
  .main-search {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1120px) {
  .search-wrapper {
    display: flex;
    align-items: flex-start;
  }
}
.search-wrapper button {
  border: 0px !important;
  font-size: 28px !important;
  color: #979797 !important;
  font-weight: 100;
  position: absolute;
  right: 2px;
  top: 15px;
}
@media only screen and (min-width: 1120px) {
  .search-wrapper button {
    position: absolute;
    right: 5px;
    top: 16px;
  }
}

.search-notice {
  display: none;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1120px) {
  .search-notice {
    margin-bottom: 40px;
  }
}
.search-notice p {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 1120px) {
  .search-notice p {
    font-size: 18px;
  }
}
.search-notice p span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 1120px) {
  .search-notice p span {
    font-size: 18px;
  }
}

.search-container {
  width: 100%;
}

.search-sidebar {
  width: 100%;
  display: none !important;
}
@media only screen and (min-width: 1120px) {
  .search-sidebar {
    width: 274px;
    margin-right: 40px;
    flex: none;
  }
}
@media only screen and (max-width: 1120px) {
  .search-sidebar {
    margin-bottom: 88px;
  }
}
.search-sidebar h3 {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media only screen and (min-width: 1120px) {
  .search-sidebar h3 {
    font-size: 18px;
    font-weight: 500;
  }
}
.search-sidebar .search-sidebar-title {
  margin: 0 0 16px;
}
.search-sidebar .search-sidebar-links a, .search-sidebar .search-sidebar-links div {
  display: block;
  font-size: 14px;
  color: var(--primary-color);
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  cursor: pointer;
}
@media only screen and (min-width: 1120px) {
  .search-sidebar .search-sidebar-links a, .search-sidebar .search-sidebar-links div {
    padding: 8px 0;
  }
}
.search-sidebar .search-sidebar-links a:hover, .search-sidebar .search-sidebar-links div:hover {
  text-decoration: underline;
}
.search-sidebar .search-sidebar-links a:last-child, .search-sidebar .search-sidebar-links div:last-child {
  margin: 0;
}
.search-sidebar .search-sidebar-links a mark, .search-sidebar .search-sidebar-links div mark {
  background: transparent;
  font-weight: 700;
  color: inherit;
}

.search-container-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.search-container-title h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1120px) {
  .search-container-title h2 {
    font-size: 26px;
  }
}
.search-container-title .button span {
  font-weight: bold;
}
.search-container-title .button svg {
  width: 6px;
  margin-left: 8px;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 24px;
}
@media only screen and (min-width: 992px) {
  .search-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 40px;
  }
}

@keyframes fadeSearch {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
