/** Shopify CDN: Minification failed

Line 242:0 Expected "}" to go with "{"

**/
.search__input.field__input {
  padding-right: 9.8rem;
}

.search__button {
  right: var(--inputs-border-width);
  top: var(--inputs-border-width);
}

.reset__button {
  right: calc(var(--inputs-border-width) + 4.4rem);
  top: var(--inputs-border-width);
}

.reset__button:not(:focus-visible)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.6rem);
  content: '';
  position: absolute;
  right: 0;
}

.reset__button:not(:focus)::after {
  border-right: 0.1rem solid rgba(var(--color-foreground), 0.08);
  display: block;
  height: calc(100% - 1.8rem);
  content: '';
  position: absolute;
  right: 0;
}

.search__button:focus-visible,
.reset__button:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:focus,
.reset__button:focus {
  background-color: rgb(var(--color-background));
  z-index: 4;
}

.search__button:not(:focus-visible):not(.focused),
.reset__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.search__button:hover .icon,
.reset__button:hover .icon {
  transform: scale(1.07);
}

.search__button .icon {
  height: 1.8rem;
  width: 1.8rem;
}

.reset__button .icon.icon-close {
  height: 1.8rem;
  width: 1.8rem;
  stroke-width: 0.1rem;
}

/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.template-search__results {
  position: relative;
}
.search__form {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
  position: relative;
}

.search__input.field__input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  padding: 0.8rem 1rem;
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 1.4;
}

.search__form {
  display: flex;
  align-items: center;
  max-width: 80rem;
  margin: 0 auto;
  border: 1px solid rgba(var(--color-foreground), 0.3);
  border-radius: 0.4rem;
  padding-left: 1rem;
  padding-right: 6rem; /* enough for buttons on the right */
  position: relative;
  background-color: rgb(var(--color-background));
}

.search__button,
.reset__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.search__button {
  right: 2.4rem;
}

.reset__button {
  right: 0.8rem;
}

.search__button .icon,
.reset__button .icon {
  width: 1.8rem;
  height: 1.8rem;
}
/* Uklanja native clear dugme i ostale ikone iz search inputa */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}

input[type="search"]::-moz-search-clear {
  display: none;
}

/* Edge/IE fallback (ako ti je stalo) */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
@media screen and (max-width: 749px) {
  .menu-drawer__search-container {
    padding: 2rem 1.6rem 0.4rem;
  }

  .search--drawer .field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4.2rem;
    padding: 0 1.4rem;
    background-color: rgb(var(--color-background));
    border: 1px solid rgba(var(--color-foreground), 0.25);
    border-radius: 0.3rem;
    box-shadow: none !important;
    position: relative;
    overflow: hidden;
  }

  .search--drawer .search__input {
    flex-grow: 1;
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    color: rgb(var(--color-foreground));
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    height: 100%;
  }

  .search--drawer .search__button {
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    margin-left: 1rem;
    margin-right: -0.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .search--drawer .search__button .icon {
    width: 1.8rem;
    height: 1.8rem;
    color: rgba(var(--color-foreground), 0.7);
  }

  .field__button {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  input[type="search"]:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(var(--color-background)) inset !important;
    -webkit-text-fill-color: rgb(var(--color-foreground)) !important;
  }

  input[type="search"]::-webkit-search-decoration,
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-results-button,
  input[type="search"]::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
  }

  input[type="search"]::-moz-search-clear {
    display: none;
  }

  input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
  }
 
  @media screen and (max-width: 749px) {
  .header__search summary .svg-wrapper:first-child svg {
    transform: translateX(15px);
  }
  }
