.page-products .site {
  background: #FBF4ED;
}
.page-products .site-main {
  padding-bottom: 5rem;
}
.page-products .entry-title {
  margin-bottom: 0;
  font-size: 2.375rem;
  text-align: center;
}
@media (min-width: 1025px) {
  .page-products .entry-title {
    margin-top: 4.5rem;
  }
}
.page-products .taxonomy-filter {
  max-width: 81rem;
  margin: 1.5rem auto 1rem;
  padding: 1.75rem 1rem;
  border-top: 2px solid #DB0032;
}
.page-products .taxonomy-filter .inner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 0.5rem;
  row-gap: 0.8rem;
  margin: 0 auto;
}
.page-products .taxonomy-filter .cat-group {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 999rem;
}
@media (min-width: 900px) {
  .page-products .taxonomy-filter .cat-group {
    flex: auto;
  }
}
@media (max-width: 1025px) {
  .page-products .taxonomy-filter .cat-group {
    background: #E5DFD9;
  }
}
.page-products .taxonomy-filter .cat-group.active label {
  color: #DB0032 !important;
}
.page-products .taxonomy-filter .cat-group span {
  display: block;
  max-width: 200px;
  margin: auto;
}
.page-products .taxonomy-filter [type=radio]:not(:checked),
.page-products .taxonomy-filter [type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.page-products .taxonomy-filter [type=radio]:not(:checked) + label,
.page-products .taxonomy-filter [type=radio]:checked + label {
  display: block;
  position: relative !important;
  top: 0;
  left: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  pointer-events: all;
  transform: none;
  color: #231F20;
  font-family: "brother-1816", sans-serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 1025px) {
  .page-products .taxonomy-filter [type=radio]:not(:checked) + label,
  .page-products .taxonomy-filter [type=radio]:checked + label {
    font-size: 0.9rem;
  }
}
.page-products .taxonomy-filter [type=radio]:not(:checked) + label::before,
.page-products .taxonomy-filter [type=radio]:checked + label::before {
  content: "";
  position: absolute;
  transition: all 0.2s ease-out;
  left: 0;
  top: 1px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*# sourceMappingURL=products.min.css.map */
