.collection-main-body.grid-uniform{margin-left:0}.collection_grid .pagination{margin-top:30px;text-align:center}.collection_grid .btn--underlined{color:var(--primary-btn-bg-color)}.mobile-facets__open{margin:0 0 15px 0}.facets__form-inner{gap:30px}@media screen and (min-width:768px){.facets__form-inner{column-gap:var(--grid-spacing)}}@media screen and (min-width:768px){.grid-area--filtering{grid-area:filtering}.grid-area--collection{grid-area:collection}.collection_grid{display:grid;grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"collection"}.collection_grid.filtering_enabled--topbar{grid-template-columns:1fr;grid-template-rows:repeat(2,auto);grid-template-areas:"filtering" "collection"}.collection_grid.filtering_enabled--topbar .collection-info__description{text-align:center}.collection_grid.filtering_enabled--sidebar{grid-template-columns:250px 1fr;grid-template-rows:auto;grid-template-areas:"filtering collection";column-gap:30px}.collection_grid.filtering_enabled--sidebar .collection-info{margin-bottom:30px}.collection_grid.filtering_enabled--sidebar .collection-info .page--title{text-align:left}}
@media screen and (max-width: 749px) {
  .collection-filters .mobile-facets__open,
  .collection-filters button.mobile-facets__open,
  #main-collection-filters .mobile-facets__open {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    width: 80% !important;
    max-width: 320px !important;
    margin: 0 auto 16px auto !important;
    padding: 12px 18px !important;
    display: block !important;
  }
}
@media screen and (max-width:749px){
  .collection-info.template-title--wrapper {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .collection-info.template-title--wrapper .page--title {
    margin-bottom: 0 !important;
  }

  .collection-filters {
    margin-top: -35px !important;
    margin-bottom: 10px !important;
  }
}