.storedash-filter{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:20px}.storedash-filter[data-display-type=collapsible_button]{padding:0;margin:0;background:transparent;border:none}.storedash-filter[data-display-type=collapsible_button] .storedash-filter-content{padding:0;margin:0}.storedash-filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;cursor:pointer}.storedash-filter-title{margin:0 0 15px;font-size:16px;font-weight:600;color:#1f2937}.storedash-filter-toggle{background:none;border:none;padding:4px;cursor:pointer;transition:transform .2s;color:#6b7280}.storedash-filter.collapsed .storedash-filter-toggle{transform:rotate(-90deg)}.storedash-filter.collapsed .storedash-filter-content{display:none}.storedash-filter-search{margin-bottom:15px}.storedash-filter-search-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.storedash-filter-search-input:focus{outline:none;border-color:#e65500}.storedash-filter-items{display:flex;flex-direction:column;gap:8px}.storedash-filter-item{display:flex;align-items:center;gap:8px;padding:6px 0;cursor:pointer;transition:color .2s;color:#4b5563}.storedash-filter-item:hover{color:#1f2937}.storedash-filter-item.active{color:#e65500;font-weight:500}.storedash-filter-item.hidden{display:none!important}.storedash-filter-item.disabled{opacity:.5;cursor:not-allowed;transition:opacity .2s ease}.storedash-filter-item.disabled input,.storedash-filter-item.disabled button,.storedash-filter-item.disabled .storedash-filter-swatch{pointer-events:none;cursor:not-allowed}.storedash-filter-item.available{opacity:1;transition:opacity .2s ease}.storedash-filter-item.disabled .storedash-filter-label{color:#9ca3af}.storedash-filter-item.disabled .storedash-filter-count{color:#d1d5db}.storedash-filter-item input[type=checkbox],.storedash-filter-item input[type=radio]{margin:0;cursor:pointer;accent-color:#E65500}.storedash-filter-label{flex:1}.storedash-filter-count{font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:10px}.storedash-filter-button{padding:8px 16px;border:1px solid #d1d5db;border-radius:4px;background:#fff;color:#4b5563;cursor:pointer;transition:all .2s;font-size:14px;margin-right:8px;margin-bottom:8px}.storedash-filter-button:hover{border-color:#e65500;color:#e65500}.storedash-filter-button.active{background:#e65500;border-color:#e65500;color:#fff}.storedash-filter-swatch{display:inline-flex;align-items:center;gap:6px;padding:4px;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:border-color .2s;margin-right:8px;margin-bottom:8px}.storedash-filter-swatch:hover{border-color:#d1d5db}.storedash-filter-swatch.active{border-color:#e65500;box-shadow:0 0 0 1px #e65500}.storedash-swatch-color{width:32px;height:32px;border-radius:4px;border:1px solid #e5e7eb}.storedash-filter-swatch.image img{width:40px;height:40px;object-fit:cover;border-radius:4px}.storedash-filter-dropdown{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#4b5563;background:#fff;cursor:pointer;transition:all .2s;min-height:120px}.storedash-filter-dropdown:focus{outline:none;border-color:#e65500;box-shadow:0 0 0 3px #e655001a}.storedash-filter-dropdown option{padding:8px}.storedash-filter-dropdown option:checked{background:#e65500;color:#fff}.storedash-popover-filter-wrapper{position:relative;display:inline-flex;vertical-align:top;line-height:1;margin:0;padding:0}.storedash-filter-popover-button,.storedash-filter-collapsible-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:none;white-space:nowrap;background:#e65500;color:#fff}.storedash-filter-popover-button:hover,.storedash-filter-collapsible-button:hover{background:#d14d00;box-shadow:none;transform:none}.storedash-filter-popover-button:active,.storedash-filter-collapsible-button:active{transform:none;box-shadow:none}.storedash-filter-popover-button .button-icon,.storedash-filter-collapsible-button .button-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,background-color .2s;font-size:20px;min-width:20px;min-height:20px;width:auto;height:auto;flex-shrink:0;box-sizing:border-box}.storedash-filter-popover-button .button-icon svg,.storedash-filter-collapsible-button .button-icon svg{width:100%;height:100%;display:block}.storedash-filter-popover-button .button-icon i,.storedash-filter-collapsible-button .button-icon i{font-size:inherit}.storedash-filter-popover.active~.storedash-filter-popover-button .button-icon-right,.storedash-filter-popover-button[aria-expanded=true] .button-icon-right{transform:rotate(180deg)}.storedash-filter-popover-button .button-icon,.storedash-filter-collapsible-button .button-icon{color:inherit}.storedash-filter-popover-button .button-icon svg,.storedash-filter-collapsible-button .button-icon svg{fill:currentColor;stroke:currentColor}.storedash-filter-popover-button .button-text,.storedash-filter-collapsible-button .button-text{font-weight:inherit;color:inherit}.storedash-filter-popover{position:absolute;top:calc(100% + 8px);left:0;z-index:999;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px;box-shadow:0 10px 25px #0000001a;min-width:280px;max-width:400px;max-height:400px;overflow:hidden;visibility:hidden;opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;pointer-events:none}.storedash-filter-popover.active{visibility:visible;opacity:1;transform:translateY(0);transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s;pointer-events:auto}.storedash-filter-popover .storedash-filter-items{max-height:350px;overflow-y:auto;padding-right:5px;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important}.storedash-filter-popover .storedash-filter-items::-webkit-scrollbar{width:6px}.storedash-filter-popover .storedash-filter-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.storedash-filter-popover .storedash-filter-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.storedash-filter-popover .storedash-filter-items::-webkit-scrollbar-thumb:hover{background:#9ca3af}.storedash-filter-children{padding-left:20px;margin-top:5px;border-left:2px solid #e5e7eb}.storedash-collapsible-button-wrapper{width:100%}.storedash-collapsible-button-wrapper:not(.collapsed) .storedash-filter-collapsible-button .button-icon-right,.storedash-collapsible-button-wrapper:not(.collapsed) .storedash-filter-collapsible-button .button-icon-left{transform:rotate(180deg)}.storedash-collapsible-content{margin-top:15px;padding:15px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .3s ease}.storedash-collapsible-button-wrapper.collapsed .storedash-collapsible-content{display:none}.storedash-collapsible-content .storedash-filter-items{max-height:300px;overflow-y:auto;padding-right:5px}.storedash-collapsible-content .storedash-filter-items::-webkit-scrollbar{width:6px}.storedash-collapsible-content .storedash-filter-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.storedash-collapsible-content .storedash-filter-items::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.storedash-collapsible-content .storedash-filter-items::-webkit-scrollbar-thumb:hover{background:#9ca3af}.storedash-filter-show-more{margin-top:10px;padding:8px;background:none;border:1px dashed #d1d5db;border-radius:4px;color:#6b7280;cursor:pointer;font-size:13px;width:100%;transition:all .2s}.storedash-filter-show-more:hover{border-color:#e65500;color:#e65500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.storedash-filter-swatch{background:none;cursor:pointer;font:inherit}@media (max-width: 768px){.storedash-filter{padding:15px}.storedash-filter-title{font-size:15px}}@media (prefers-reduced-motion: reduce){.storedash-filter,.storedash-filter *,.storedash-filter-popover,.storedash-filter-swatch{transition:none!important;animation:none!important}}
/*# sourceMappingURL=filters.min.css.map */
