.product-filters{background:#b9b8b8;border-radius:5px;border:1px solid #aaa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:70vh;position:-webkit-sticky;position:sticky;top:212px;z-index:10;padding:15px}.product-filters__form{scroll-behavior:auto;overflow:auto;display:grid;grid-template-columns:1fr;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;max-width:300px}.product-filters__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;justify-self:center;font-size:12pt;-ms-flex-item-align:center;align-self:center}.product-filters__header-icon{font-size:1em}.product-filters__header-text{font-size:1.25em}.product-filters__filter-label{margin-left:.25em;font-size:11pt;font-weight:800}.product-filters__filter-container{padding:2px 5px;min-width:150px}.product-filters__filter{background:#fff;border-radius:5px;border:1px solid #bbb;cursor:pointer;font-family:inherit;font-size:9pt;padding:3px;width:100%}.product-filters-overlay__close{position:absolute;top:15px;right:20px;z-index:300;background:0 0;border:none;font-size:larger;font-weight:800}@media (max-width:991px){.product-filters{top:0;left:0;margin:0;overflow:auto;position:fixed;scroll-behavior:auto}.product-filters__form{max-width:unset;padding-right:15px;grid-template-columns:1fr 1fr}}@media (max-width:767px){.product-filters__form{grid-template-columns:1fr}}