.page-width--medium {
  max-width: 1000px;
}

.btn {
  text-transform: uppercase;
}
.btn:hover {
  color: var(--colorBtnPrimary);
  background-color: #ffffff;
  border: 1px solid var(--colorBtnPrimary);
}
@media (max-width: 768px) {
  .enlarge-text p {
    font-size: var(--typeBaseSize);
  } 
}

.template-search .collection-filter__item--count {
  display: none;
}