.composing-box__filter-buttons-container{display:flex;gap:1rem}.composing-box__filter-buttons{display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap}.composing-box__filter-button-container{position:relative;display:inline-block}.composing-box__filter-button{display:flex;align-items:center;justify-content:space-between;background:#efefef;border-radius:30px;cursor:pointer;transition:all .2s ease;text-align:left;min-width:200px}.composing-box__filter-button:hover{color:#000;border-color:#0003;background:#f5f5f5}.composing-box__filter-button-text{flex:1;text-align:left;font-weight:500}.composing-box__filter-button-arrow{margin-left:1rem;width:12px;height:12px;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.composing-box__filter-button-arrow .icon-caret{width:100%;height:100%}.composing-box__filter-button:hover .composing-box__filter-button-arrow{transform:translateY(1px)}.composing-box__filter-popover{display:none;position:absolute;top:100%;left:0;z-index:1000;margin-top:1rem;width:400px;max-width:90vw}.composing-box__filter-popover.active{display:block}.composing-box__filter-popover-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid rgba(0,0,0,.1)}.composing-box__filter-popover-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.1);background-color:#00000005}.composing-box__filter-popover-title{margin:0;font-size:1.4rem;font-weight:600;color:#000000e6}.composing-box__filter-popover-close{background:none;border:none;font-size:1.2rem;color:#00000080;cursor:pointer;padding:.3rem;border-radius:50%;transition:all .2s ease;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.composing-box__filter-popover-close:hover{background-color:#0000001a;color:#000000b3}.composing-box__filter-popover-body{padding:1.5rem;max-height:400px}.composing-box__filter-reset-container{display:flex;justify-content:center;margin-bottom:2rem}.composing-box__filter-reset{background:transparent;border:none;border-radius:6px;padding:.8rem 1.5rem;font-size:1.3rem;font-weight:500;color:#000000b3;cursor:pointer;transition:all .2s ease;font-family:inherit}.composing-box__filter-reset:hover{background:#0000000d;border-color:#00000080;color:#000000e6}.composing-box__custom-filters{margin-bottom:0;padding:0;background:transparent;border:none;display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;flex-wrap:nowrap}.composing-box__filters-title{font-size:1.8rem;font-weight:600;margin:0 0 2rem;color:inherit;width:100%;flex-basis:100%}.composing-box__filter-group{width:100%;margin-bottom:0}.composing-box__filter-group:last-child{margin-bottom:0}.composing-box__filter-title{font-size:1.5rem;font-weight:500;margin:0 0 1rem;color:inherit}.composing-box__dropdown-container{position:relative;display:inline-block;width:100%}.composing-box__filter-button,.composing-box__dropdown-toggle{font-family:Gilroy Medium,sans-serif;font-size:1.4rem!important;color:#000c;border:none;font-weight:700!important;width:100%;padding:1rem 1.5rem}.composing-box__dropdown-toggle{display:flex;align-items:center;justify-content:space-between;background:#efefef;border:none;border-radius:30px;font-size:1.4rem;cursor:pointer;transition:all .2s ease;text-align:left}.composing-box__dropdown-toggle:hover{color:#000;border-color:#0003}.composing-box__dropdown-toggle--open{border-color:#0000004d;background:#fff}.composing-box__dropdown-text{flex:1;text-align:left}.composing-box__dropdown-arrow{margin-left:1rem;width:12px;height:12px;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.composing-box__dropdown-arrow .icon-caret{width:100%;height:100%}.composing-box__dropdown-toggle--open .composing-box__dropdown-arrow{transform:rotate(180deg)}.composing-box__dropdown-content{position:absolute;top:calc(100% + 1rem);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;min-width:300px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.composing-box__dropdown-content--open{opacity:1;visibility:visible;transform:translateY(0)}.composing-box__dropdown-option{display:flex;align-items:center;padding:1rem 1.5rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid rgba(0,0,0,.05)}.composing-box__dropdown-option:last-child{border-bottom:none}.composing-box__dropdown-option:hover{background-color:#0000000d}.composing-box__dropdown-option input[type=checkbox]{margin-right:1rem;width:1.6rem;height:1.6rem;cursor:pointer}.composing-box__filter-label{font-size:1.4rem;color:inherit;cursor:pointer;flex:1;text-align:left}.composing-box__price-filter{display:flex;flex-direction:column;gap:1rem}.composing-box__price-inputs{display:flex;gap:1rem;align-items:center}.composing-box__price-label{display:flex;flex-direction:column;gap:.5rem;flex:1}.composing-box__price-label span{font-size:1.3rem;font-weight:500;color:inherit;opacity:.8}.composing-box__price-input{width:100%;padding:.8rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-size:1.4rem;background:#fff;transition:border-color .2s ease}.composing-box__price-input:focus{outline:none;border-color:#0000004d;box-shadow:0 0 0 2px #0000001a}.composing-box__filter-actions{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.1);text-align:center;width:100%;flex-basis:100%}.composing-box__clear-filters{background:transparent;border:1px solid rgba(0,0,0,.3);border-radius:6px;padding:.8rem 1.5rem;font-size:1.3rem;color:inherit;cursor:pointer;transition:all .2s ease;opacity:.7}.composing-box__clear-filters:hover{background:#0000000d;border-color:#00000080;opacity:1}@media(max-width:768px){.composing-box__filter-buttons-container{align-items:stretch;flex-direction:column;width:100%}.composing-box__filter-buttons{flex-direction:column;align-items:center;gap:1rem}.composing-box__filter-button{min-width:250px}.composing-box__filter-popover{width:95vw}.composing-box__filter-popover-header,.composing-box__filter-popover-body,.composing-box__filter-popover-footer{padding:1rem}.composing-box__filter-popover-title{font-size:1.3rem}.composing-box__filter-reset{width:100%}.composing-box__custom-filters{padding:0;flex-direction:column;gap:1.5rem}.composing-box__filters-title{font-size:1.6rem}.composing-box__filter-group{min-width:auto;width:100%}.composing-box__filter-title{font-size:1.4rem}.composing-box__dropdown-option{padding:.8rem 1.2rem}.composing-box__filter-label{font-size:1.3rem}.composing-box__price-inputs{flex-direction:column;gap:.8rem}.composing-box__price-label{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/composing-box-filters.css.map */
