@media (min-width: 750px) {
  .plugin-product-search-SearchBar {
    --dtk-search-width: min(920px, calc(100vw - 140px));
  }

  .plugin-product-search-SearchBar .plugin-product-search-searchInputWrap {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: 68px;
    padding: 0 !important;
    background: #ffffff;
    box-sizing: border-box;
  }

  .plugin-product-search-SearchBar .plugin-product-search-searchInputWarp {
    position: absolute;
    top: 18px;
    left: 50%;
    width: var(--dtk-search-width);
    height: 50px;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #111111;
    border-radius: 26px;
    box-sizing: border-box;
    transform: translateX(-50%);
  }

  .plugin-product-search-SearchBar .plugin-product-search-searchInputWarp::before {
    position: absolute;
    top: 5px;
    left: 18px;
    z-index: 2;
    color: #4b5563;
    font-size: 9px;
    font-weight: 400;
    line-height: 11px;
    pointer-events: none;
    content: "Suche";
  }

  .plugin-product-search-SearchBar .plugin-product-search-index-input-bg {
    display: none !important;
  }

  .plugin-product-search-SearchBar .plugin-product-search-searchInput {
    width: 100%;
    height: 46px;
    padding: 15px 88px 2px 18px !important;
    color: #111111;
    font-size: 16px;
    line-height: 24px;
    background: transparent !important;
    border: 0 !important;
    outline: 0;
    box-sizing: border-box;
  }

  .plugin-product-search-SearchBar .plugin-product-search-searchInput::-webkit-search-cancel-button {
    display: none;
  }

  .plugin-product-search-SearchBar .plugin-product-search-search-input-searchBtn {
    position: absolute;
    top: 29px;
    left: 50%;
    z-index: 3;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateX(calc(var(--dtk-search-width) / 2 - 42px));
  }

  .plugin-product-search-SearchBar .plugin-product-search-input-clear-btn-wrap {
    position: absolute;
    top: 31px;
    left: 50%;
    z-index: 3;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    transform: translateX(calc(var(--dtk-search-width) / 2 - 74px));
  }

  .plugin-product-search-SearchBar .plugin-product-search-index-input-clear-btn {
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-decoration: none;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .plugin-product-search-SearchBar .plugin-product-search-index-input-clear-btn::after {
    color: #6b7280;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    content: "×";
  }

  .plugin-product-search-SearchBar .plugin-product-search-searchInputWrap > .plugin-product-search-expand-scope:last-child {
    position: absolute;
    top: 29px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: 0;
    transform: translateX(calc(var(--dtk-search-width) / 2 + 16px));
  }

  .plugin-product-search-SearchBar .plugin-product-search-SearchResult:not(.plugin-product-search-SearchResult--isMobile) {
    width: var(--dtk-search-width);
    max-height: calc(100vh - 68px);
    margin: 0 auto;
    padding: 12px 20px 24px !important;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-top: 0;
    border-radius: 0 0 18px 18px;
    box-sizing: border-box;
  }
}
