.region-search .search-form {
  background-color: white;
}

@media (max-width: 1229px) {
  .region-search .search-form {
    display: none;
    width: 100%;
    box-shadow: 0 2px 3px 0 #b5bad0;
    top: 3.5rem;
    left: 0;
    height: 3.5rem;
  }
}

@media (min-width: 1230px) {
  .region-search .search-form {
    right: 3rem;
    transition-property: width;
    transition-timing-function: ease-in-out;
  }
}

.region-search .search-form form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.region-search .search-form .form-type-search {
  position: relative;
  margin: 0px;
  flex: 1 1 0%;
}

.region-search .search-form .form-type-search::before {
  content: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08333 0.5C10.0946 0.5 12.0234 1.29896 13.4456 2.72111C14.8677 4.14326 15.6667 6.07211 15.6667 8.08333C15.6667 9.96167 14.9783 11.6883 13.8467 13.0183L14.1617 13.3333H15.0833L20.9167 19.1667L19.1667 20.9167L13.3333 15.0833V14.1617L13.0183 13.8467C11.6883 14.9783 9.96167 15.6667 8.08333 15.6667C6.07211 15.6667 4.14326 14.8677 2.72111 13.4456C1.29896 12.0234 0.5 10.0946 0.5 8.08333C0.5 6.07211 1.29896 4.14326 2.72111 2.72111C4.14326 1.29896 6.07211 0.5 8.08333 0.5ZM8.08333 2.83333C5.16667 2.83333 2.83333 5.16667 2.83333 8.08333C2.83333 11 5.16667 13.3333 8.08333 13.3333C11 13.3333 13.3333 11 13.3333 8.08333C13.3333 5.16667 11 2.83333 8.08333 2.83333Z' fill='%231268D2'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 2;
}

.region-search .search-form input.form-search {
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(18, 104, 210, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-right: 0.75rem;
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgba(68, 78, 90, var(--tw-text-opacity));
}

.region-search .search-form input.form-search:focus, .region-search .search-form input.form-search:focus-visible {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(18, 104, 210, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.region-search .search-form .form-submit {
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(18, 104, 210, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 599px) {
  .region-search .search-form .form-submit {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.region-search .search-form--expanded {
  width: 100%;
}

.region-search .search-button {
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08333 0.5C10.0946 0.5 12.0234 1.29896 13.4456 2.72111C14.8677 4.14326 15.6667 6.07211 15.6667 8.08333C15.6667 9.96167 14.9783 11.6883 13.8467 13.0183L14.1617 13.3333H15.0833L20.9167 19.1667L19.1667 20.9167L13.3333 15.0833V14.1617L13.0183 13.8467C11.6883 14.9783 9.96167 15.6667 8.08333 15.6667C6.07211 15.6667 4.14326 14.8677 2.72111 13.4456C1.29896 12.0234 0.5 10.0946 0.5 8.08333C0.5 6.07211 1.29896 4.14326 2.72111 2.72111C4.14326 1.29896 6.07211 0.5 8.08333 0.5ZM8.08333 2.83333C5.16667 2.83333 2.83333 5.16667 2.83333 8.08333C2.83333 11 5.16667 13.3333 8.08333 13.3333C11 13.3333 13.3333 11 13.3333 8.08333C13.3333 5.16667 11 2.83333 8.08333 2.83333Z' fill='%231268D2'/%3E%3C/svg%3E%0A");
  width: 50px;
  height: 3.5rem;
}

.region-search .search-button--expanded {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' viewBox='0 0 21 24' fill='none'%3E%3Cpath d='M16.6807 6.41L15.4626 5L10.6335 10.59L5.80449 5L4.58643 6.41L9.41548 12L4.58643 17.59L5.80449 19L10.6335 13.41L15.4626 19L16.6807 17.59L11.8516 12L16.6807 6.41Z' fill='%231E1E1E'/%3E%3C/svg%3E");
}

.search-wrapper-mobile .search-form {
  height: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.csi-menu-is-active .search-wrapper-mobile {
  display: none;
}