/** Shopify CDN: Minification failed

Line 96:0 Unexpected "}"

**/
.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;
}




/* changes for the size and format of the search bar for NEL */

.search-modal.modal__content.gradient {
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);    width: 100vw;
    margin-left: 0vw;
    margin-top: 0vh;
}

.search-modal__content.search-modal__content-bottom {
    background: black;
    width: 99vw;
    height: 99vh;
    border-radius: 10px;
}

}

@media screen and (min-width: 750px) {
  .header predictive-search {
    top: 0;
    position: absolute;
    margin-top: 5%;
  }
}


input#Search-In-Modal {
    color: white;
    font-family: 'poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 0.125rem black;
    font-size: 2rem;
}

.search.search-modal__form {
  width: 96vw;
  max-width: 2500px !important;
  float: left;
  margin-left: 2vw;
  background: white;
}

.predictive-search__item-heading.h5 {
  text-decoration: none !important;
}

.predictive-search__item-content s.price-item.price-item--regular {
    color: red !important;
    font-size: 1.4rem !important;
    text-decoration: line-through !important;
}

.predictive-search__item-content span.price-item.price-item--sale.price-item--last {
    color: black !important;
    font-size: 2rem !important;
    background: none !important;
}

.predictive-search__item-content .price__container {
    margin-top: -5px !important;
}


