/** Shopify CDN: Minification failed

Line 103:24 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;
}

.template-search__results {
  position: relative;
}

.div#ProductGridContainer .page-width {
  max-width: var(--page-width);
  --page-width: 181rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media screen and (min-width: 750px) {
  .template-search .page-width {
      padding: 0 2rem;
  }
}


.template-search__results.collection.page-width {
  --page-width: 164rem;
}

aside#main-search-filters {
  max-width: 160rem;
}

* Text wrapper spacing */

.collection-hero__text-wrapper {
  padding: .8rem 0;
}

.collection-hero__title {
  font-family: Manrope, Roboto, sans-serif;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  letter-spacing: 0;
  color: #000;

  font-size: 23px;
  margin-top: 0.5rem;
}


/* Desktop typography */
@media screen and (min-width: 750px) {

  .collection-hero__category {
    font-size: 12px;
    font-family: 'Overpass Mono', monospace;
    letter-spacing: 0;
    color: #696969;
  }

  .collection-hero__title {
    font-size: 24px;
  }

  .collection-hero__title {
    margin-top: 0.5rem;
  }

}

/* Product Count */

.collection-hero__count {
  font-weight: 400;
  color: rgba(var(--color-foreground), 1);
  font-size: 11px;
  letter-spacing: 0px;
  margin-left: 0.5rem;
}

.collection-hero__title+.collection-hero__description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.phi-search-results-section {
  margin-top: -31px; 
}


@media screen and (max-width: 750px) { 

  .collection-hero__title {
    font-family: Manrope, Roboto, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    letter-spacing: 0;
    color: #000;
    font-size: 14px;
    margin-top: 0.5rem;
}

.facets-container {
  grid-template-columns: auto minmax(0,max-content);
  column-gap: 2rem;
  padding: 0 !important;
}

.phi-search-results-section {
  margin-top: -21px;
}



}

span.mobile-facets__open-label {
  text-transform: uppercase;
  padding: 0 4px;
  font-stretch: normal;
  line-height: 1.43rem;
  color: #000;
  font-weight: 500;
  margin: 0;
}

@media screen and (min-width: 750px) {  

  .template-search  .grid {
    --grid-desktop-horizontal-spacing: 16px;
    --grid-desktop-vertical-spacing: 0;
}


}