.template-collection {

  & .collection-hero {
    margin-top: 40px;

    & .collection-hero__title {
      font-weight: 500;
      color: #485A58;
      text-transform: uppercase;
    }

    & .collection-hero__description {

      & * {
        padding: 0 !important;
      }


      & :is(h1, h2, h3, h4, h5, h6) {
        font-weight: 600;
        color: #485A58;
      }

      & a {
        color: #00BB48
      }

    }
  }

  & .collection-items {

    & .item-single {

      & .item-title,
      & .price {
        display: inline-block;
        text-align: left;
      }
    }
  }

  & .facets-container {
    & * {
      opacity: 1 !important;
      color: #485A58 !important;
      font-size: 15px !important;
    }

    & .facets__reset *,
    & .active-facets__button-remove * {
      color: #00BB48 !important;
    }

    & .facets__price {
      & .field__label {
        font-size: 13px !important;
      }
    }
  }
}