@media (min-width:993px){
  .no-spacing-grid .page-grid__container-9_3>:first-child>*:first-child{
    --fullwidth-trr-st:0;
  }
  .no-spacing-grid .page-grid__container-9_3>:last-child>*:first-child{
    --fullwidth-tlr-st:0;
  }
}
#FacetsWrapperDesktop .content-item+.content-item{
  margin-top:var(--page-padding);
}
.no-spacing-grid #FacetsWrapperDesktop .content-item+.content-item{
  margin-top:var(--border-width);
}
.facets__button-show-all{
  margin-top: 10px;
}
show-all-facets:after{
  content: attr(data-show);
}
.show-all-items show-all-facets:after{
  content: attr(data-hide);
}
html:not(.no-js) .facets__display__content:not(.show-all-items) .facets__items--hide-latest~*:not(:last-child){
  display: none;
}
.no-js .facets__button-show-all{
  display: none;
}