/** Shopify CDN: Minification failed

Line 65:27 Expected ")" to end URL token

**/
.collection-hero {
    padding-top: 150px !important;
    padding-bottom: 20px !important;
    border-bottom: 10px solid #fbb404;
}

.collection-hero h1, .collection-hero .h1 {
    font-family: var(--font-heading-h1);
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}
.collection-hero__description {
    width: 100%;
    max-width: 100% !important;
    font-size: 18px;
    line-height: 25px;
    color: #504E4B !important;
    letter-spacing: 0;
}
.collection-hero__text-wrapper {
    max-width: 749px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.collection-hero__text-wrapper .collection-hero__description{
    margin: 0;
    text-align: center;
}
nav.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
}
nav.breadcrumb span{
    height: 24px;
}
nav.breadcrumb a,
nav.breadcrumb span{
    font-size: 24px !important;
    line-height: 24px !important;
    text-decoration: none !important;
    color: #504e4b;
    text-transform: uppercase;
}
nav.breadcrumb span.collection-title {
    font-weight: 600;
    color: #1C1C1C;
}
.template-collection .facet-filters__sort {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url({{ 'arrow-down.svg' | asset_url }}) !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 12px !important;
  border: 1px solid #9D9B95 !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #1C1C1C !important;
  cursor: pointer;
}
.template-collection .facet-filters__sort:focus {
  outline: none ;
  box-shadow: none;
}
.template-collection .select{
  position: unset;
}
.template-collection .facets__wrapper {
   align-self: center !important;
}

.template-collection .facets__form .product-count {
   align-self: center !important;
}
@media(max-width: 768px){
  .collection-hero {
    padding-top: 85px !important;
    border-bottom: 6px solid #fbb404;
  }
  .collection-hero h1, .collection-hero .h1{
        font-size: 40px;
        line-height: 1.2;
    }
  nav.breadcrumb a, nav.breadcrumb span {
    font-size: 18px !important;
    line-height: 18px !important;
  }
}

@media(max-width: 600px){
  .collection-hero {
    padding-top: 85px !important;
  }
  .collection-hero h1, .collection-hero .h1{
        font-size: 28px;
        line-height: 1.2;
    }
  nav.breadcrumb a, nav.breadcrumb span {
    font-size: 16px !important;
    line-height: 16px !important;
  }
}