#product-filter-drawer-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:1000;display:none}#product-filter-drawer{--sidr-width:500px;display:flex;flex-direction:column;height:100%;width:var(--sidr-width)}#product-filter-drawer.left{left:calc(-1 * var(--sidr-width))}#product-filter-drawer.right{right:calc(-1 * var(--sidr-width))}#common-product-filter-container{height:100%}.product-filter-drawer-wrapper form{display:flex;flex-direction:column;margin:0!important;height:100%}.product-filter-drawer-wrapper{height:100%}.product-filter-drawer-wrapper .side-title{display:flex;justify-content:space-between;align-items:center;font-size:1.4em;color:var(--color-primary);padding:15px 15px 25px}.product-filter-drawer-wrapper .side-title .close-btn{cursor:pointer;color:inherit;font-size:1.3em}.product-filter-drawer-wrapper .filter-group-content{flex:1;overflow-y:auto;padding:0 15px}.product-filter-drawer-wrapper .filter-group-content .filter-group,.product-filter-drawer-wrapper .filter-group-content .filter-group-item:not(:last-child){margin-bottom:15px;border-bottom:1px solid #ccc}.product-filter-drawer-wrapper .filter-group-content .button-group{gap:10px}.product-filter-drawer-wrapper .filter-group .title{display:flex;justify-content:space-between;align-items:center;font-size:1.2em;color:var(--color-minor);margin-bottom:15px}.product-filter-drawer-wrapper .filter-group-content .filter-group .common-category-filter .filter-category-item:last-child,.product-filter-drawer-wrapper .filter-group-content .filter-group .options-filter-list{padding-bottom:15px}.product-filter-drawer-wrapper .btn-group{display:flex;width:100%;align-items:center}.product-filter-drawer-wrapper .btn-group .btn{flex:1;float:none;padding:15px 20px;border:none;outline:0;cursor:pointer;border-radius:0}