/** Shopify CDN: Minification failed

Line 65:12 Expected ":"
Line 65:14 Expected identifier but found "15px"

**/
.omega__autocomplete .omega__index-title {
  text-align: left !important;
  font-weight: 700 !important;
}

.os-index .os-hit-products .os-name, .os-index .os-select-toggle {
  font-family: '"Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important';
}

.search__input.field__input {
  padding-right: 5rem;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'Graphik Cond Regular';
  font-size: 19px;
  color: #5c5c5c;
}

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

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

.search.search-modal__form .field__label {
  left: 0;
}

.search.search-modal__form .search__input.field__input::placeholder {
  opacity: 1;
}

.search.search-modal__form .field__label {
  display: none;
}

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

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

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

/* Omega styles */
.os-e.omega__product-title {
   font-size; 15px;
 }
/* Remove extra spacing for search inputs in Safari */
input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-modal .field__input:focus~.field__label {
  font-size: 19px;
  letter-spacing: 0;
  top: inherit;
}

.search-modal .field__label {
  font-size: 19px;
  letter-spacing: 0;
  color: #5c5c5c;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .search-modal__content {
    padding: 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .search__input.field__input {
    font-size: 16px;
  }  

  .search-modal__content {
    padding: 0px 4rem 0px 2rem;
  }
}
