.header-content-wrap {
    width: 100%;
  }
  .ecommerce-search-result {
    right: 0;
    box-shadow: 0 0.6rem 0.5rem 0rem var(--lsilver);
  }
  ul.vp-tab-controller {
    list-style: none;
    text-align: right;
  }
  
  .vp-item.vp-products-grid img {
    width: 5rem;
    height: 3rem;
  }
  .vp-tab-content svg {
      width: 1.6rem;
      height: 1.6rem;
  }
  
  .vp-product-item-theme.vp-theme-search-box .vp-title a {
    color: var(--Black);
  }
  .vp-tab-content a {
      color: var(--Black);
  }
  .SearchOverLay.active {
      position: fixed;
      width: 100vw;
      height: 100dvh;
      background-color: #d7d7d769;
      transition: background-color 1000ms linear;
      top: 0;
      backdrop-filter: blur(0.2rem);
      left: 0;
      z-index: 1;
  }
  
  .ecommerce-search-pane {
      z-index: 2;
  }
  .km-mt-page-search.p-absolute.vp-search-box-result{
      display: none;
  }
  .km-mt-page-search.p-absolute.vp-search-box-result.vp-show{
  display: block;
  }
  .search-history svg {
    color: var(--accent-color2);
    width: 1rem;
}
.ecommerce-search-input input{
    outline: none;
}
.ecommerce-search-input svg{
    width: 1.4rem;
    height: 1.4rem;
}