/** Shopify CDN: Minification failed

Line 80:5 Expected "}" to go with "{"

**/
    #MainContent h1 {
    font-family: "VCHenrietta-Medium";
    color: #282D2C;
    text-transform: lowercase;
    font-size: 4rem !important;
    }
    #MainContent .bg-very-light-pink {
      background-color: #f2ebe1 !important;
    }
    #MainContent .facets__form {
      background-color: #AA6144;
    }
    #MainContent .boost-pfs-filter-option-title {
      color: var(light);
    }
    #MainContent .boost-pfs-filter-option-title::before {
      color: #282D2C;
    }
    #MainContent .collection-filters__label, #MainContent .collection-filters__sort {
      color: var(light) !important;
    }
    #MainContent .boost-pfs-filter-item-swatch .boost-pfs-filter-item-swatch-more a {
    color: #AA6144;
    font-family: var(--font-heading-family);
}
    #MainContent .collection-hero__description {
      font-family: "Topol-Regular";
      color: #282D2C !important;
    }
    #MainContent .collection-hero__description a {
      font-family: "Topol-bold";
      color: #AA6144 !important;
      font-size: 16px;
    }
    #MainContent .breadcrumbs ol {
      color: #282D2C;
      font-family: "Topol-Regular";
    }
    #MainContent .card-information__text {
    font-family: "Topol-Bold";
    color: #282D2C;
    }
    #MainContent .price {
    color: #282D2C;
    font-family: "Topol-Regular";
}
    #MainContent .breadcrumbs ol li a, #MainContent .breadcrumbs [aria-current=page]{
      color: #282D2C !important;
      font-family: "Topol-Regular";
    }
    #MainContent .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:before {
      background-image: var(--icon-arrow-light) !important;
    }
    #MainContent .boost-pfs-filter-options-wrapper {
      font-family: "Topol-Regular";
    }
    #MainContent .collection-hero__title {
      flex-basis: 25%;
    }
    #MainContent .boost-pfs-filter-tree-mobile-button button, .boost-pfs-filter-top-sorting-mobile button {
    background: #282D2C !important;
    }
    @media screen and (min-width: 1000px) {
    #MainContent .collection-hero__description {
        padding-left: 1rem;
    }
      .boost-pfs-filter-tree {
        padding: 1rem 1rem 1rem 4rem;
        background-color: #AA6144;
}
}
@media screen and (max-width: 999px) {
    #MainContent h1 {
    font-size: 3rem !important;
    }