.funkless-filters-section{--funkless-sidebar-width: 280px;--funkless-swatch-size: 24px;--funkless-spacing: 16px;--funkless-padding: 20px;--funkless-font-size: 14px;--funkless-heading-size: 15px;--funkless-bg: #FFFFFF;--funkless-border: #E5E5E5;--funkless-text: #1A1A1A;--funkless-text-muted: #666666;--funkless-accent: #000000;--funkless-accent-hover: #333333;--funkless-checkbox-bg: #FFFFFF;--funkless-checkbox-border: #CCCCCC;--funkless-checkbox-checked: #000000;--funkless-disabled: #F5F5F5;--funkless-disabled-text: #AAAAAA;--funkless-overlay-bg: rgba(0, 0, 0, .5)}.funkless-filters-section{position:relative;font-family:inherit;font-size:var(--funkless-font-size);color:var(--funkless-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.funkless-mobile-toggle{display:none;width:100%;padding:12px 16px;background-color:var(--funkless-bg);border:1px solid var(--funkless-border);border-radius:8px;cursor:pointer;font-size:var(--funkless-font-size);font-weight:500;color:var(--funkless-text);align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease,border-color .2s ease}.funkless-mobile-toggle:hover{background-color:#f9f9f9;border-color:var(--funkless-accent)}.funkless-mobile-toggle:focus-visible{outline:2px solid var(--funkless-accent);outline-offset:2px}.funkless-active-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:var(--funkless-accent);color:#fff;font-size:11px;font-weight:600;border-radius:10px}.funkless-sidebar{position:relative;width:var(--funkless-sidebar-width);min-width:var(--funkless-sidebar-width);max-width:var(--funkless-sidebar-width);background-color:var(--funkless-bg);border-right:1px solid var(--funkless-border);height:fit-content;flex-shrink:0}.funkless-sidebar-inner{position:sticky;top:20px;padding:var(--funkless-padding);max-height:calc(100vh - 40px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--funkless-border) transparent}.funkless-sidebar-inner::-webkit-scrollbar{width:6px}.funkless-sidebar-inner::-webkit-scrollbar-track{background:transparent}.funkless-sidebar-inner::-webkit-scrollbar-thumb{background-color:var(--funkless-border);border-radius:3px}.funkless-sidebar-header{display:none;align-items:center;justify-content:space-between;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--funkless-border)}.funkless-sidebar-title{margin:0;font-size:18px;font-weight:600;color:var(--funkless-text)}.funkless-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--funkless-text);transition:background-color .2s ease}.funkless-close-btn:hover{background-color:var(--funkless-disabled)}.funkless-close-btn:focus-visible{outline:2px solid var(--funkless-accent);outline-offset:2px}.funkless-sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:var(--funkless-overlay-bg);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.funkless-clear-all-wrapper{margin-bottom:var(--funkless-spacing);padding-bottom:var(--funkless-spacing);border-bottom:1px solid var(--funkless-border)}.funkless-clear-all{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background-color:var(--funkless-disabled);border:none;border-radius:6px;font-size:13px;font-weight:500;color:var(--funkless-text);text-decoration:none;cursor:pointer;transition:background-color .2s ease}.funkless-clear-all:hover{background-color:#eaeaea;color:var(--funkless-text);text-decoration:none}.funkless-clear-all:focus-visible{outline:2px solid var(--funkless-accent);outline-offset:2px}.funkless-filter-groups{display:flex;flex-direction:column;gap:0}.funkless-filter-group{border-bottom:1px solid var(--funkless-border)}.funkless-filter-group:last-child{border-bottom:none}.funkless-filter-toggle{display:flex;align-items:center;width:100%;padding:var(--funkless-spacing) 0;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--funkless-text);transition:color .2s ease}.funkless-filter-toggle:hover{color:var(--funkless-accent)}.funkless-filter-toggle:focus-visible{outline:2px solid var(--funkless-accent);outline-offset:2px}.funkless-filter-heading{flex:1;font-size:var(--funkless-heading-size);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.funkless-filter-active-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin-right:8px;background-color:var(--funkless-accent);color:#fff;font-size:10px;font-weight:600;border-radius:9px}.funkless-chevron{flex-shrink:0;transition:transform .2s ease}.funkless-filter-toggle[aria-expanded=true] .funkless-chevron{transform:rotate(180deg)}.funkless-filter-content{overflow:hidden;transition:max-height .3s ease,opacity .3s ease;max-height:500px;opacity:1}.funkless-filter-content.is-collapsed{max-height:0;opacity:0}.funkless-filter-content[hidden]{display:block!important;max-height:0;opacity:0;pointer-events:none}.funkless-filter-list{list-style:none;margin:0;padding:0 0 var(--funkless-spacing) 0;display:flex;flex-direction:column;gap:8px}.funkless-filter-list--swatches{flex-direction:row;flex-wrap:wrap;gap:10px}.funkless-filter-item{margin:0;padding:0}.funkless-filter-item.is-disabled{opacity:.4;pointer-events:none}.funkless-filter-label{display:flex;align-items:center;gap:10px;padding:6px 0;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .15s ease}.funkless-filter-label:hover{color:var(--funkless-accent)}.funkless-filter-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.funkless-checkbox-visual{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;background-color:var(--funkless-checkbox-bg);border:2px solid var(--funkless-checkbox-border);border-radius:4px;transition:background-color .15s ease,border-color .15s ease}.funkless-check-icon{opacity:0;transform:scale(.5);transition:opacity .15s ease,transform .15s ease;color:#fff}.funkless-filter-checkbox:checked+.funkless-checkbox-visual{background-color:var(--funkless-checkbox-checked);border-color:var(--funkless-checkbox-checked)}.funkless-filter-checkbox:checked+.funkless-checkbox-visual .funkless-check-icon{opacity:1;transform:scale(1)}.funkless-filter-checkbox:focus-visible+.funkless-checkbox-visual{outline:2px solid var(--funkless-accent);outline-offset:2px}.funkless-filter-text{flex:1;font-size:var(--funkless-font-size)}.funkless-filter-count{font-size:calc(var(--funkless-font-size) - 2px);color:var(--funkless-text-muted)}.funkless-filter-label--swatch{flex-direction:column;align-items:center;gap:6px;padding:4px;border-radius:6px;transition:background-color .15s ease}.funkless-filter-label--swatch:hover{background-color:var(--funkless-disabled)}.funkless-swatch{display:flex;align-items:center;justify-content:center;width:var(--funkless-swatch-size);height:var(--funkless-swatch-size);flex-shrink:0;border:2px solid var(--funkless-border);box-shadow:inset 0 0 0 1px #0000001a;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.funkless-swatch--circle{border-radius:50%}.funkless-swatch--square{border-radius:4px}.funkless-filter-label--swatch:hover .funkless-swatch{transform:scale(1.1)}.funkless-filter-item.is-active .funkless-swatch{border-color:var(--funkless-accent);box-shadow:0 0 0 2px var(--funkless-accent)}.funkless-swatch-check{display:block}.funkless-swatch-label{font-size:11px;text-align:center;color:var(--funkless-text-muted);max-width:calc(var(--funkless-swatch-size) + 16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.funkless-filter-label--swatch .funkless-filter-checkbox:focus-visible~.funkless-swatch{outline:2px solid var(--funkless-accent);outline-offset:2px}.funkless-loading{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;background-color:var(--funkless-bg);padding:20px 30px;border-radius:8px;box-shadow:0 4px 20px #00000026;align-items:center;gap:12px}.funkless-loading.is-loading{display:flex}.funkless-loading-spinner{width:20px;height:20px;border:2px solid var(--funkless-border);border-top-color:var(--funkless-accent);border-radius:50%;animation:funkless-spin .8s linear infinite}@keyframes funkless-spin{to{transform:rotate(360deg)}}.funkless-loading-text{font-size:14px;font-weight:500;color:var(--funkless-text)}@media screen and (max-width:989px){.funkless-mobile-toggle{display:flex}.funkless-sidebar{position:fixed;top:0;left:0;width:100%;max-width:320px;min-width:280px;height:100%;z-index:1000;transform:translate(-100%);transition:transform .3s ease;border-right:none;box-shadow:4px 0 20px #0000001a}.funkless-sidebar.is-open{transform:translate(0)}.funkless-sidebar-inner{position:relative;top:0;height:100%;max-height:100%;padding-top:0}.funkless-sidebar-header{display:flex;position:sticky;top:0;background-color:var(--funkless-bg);padding:16px var(--funkless-padding);margin:0 calc(var(--funkless-padding) * -1);margin-bottom:16px;z-index:1}.funkless-sidebar-overlay.is-visible{display:block;opacity:1;visibility:visible}body.funkless-sidebar-open{overflow:hidden}}@media print{.funkless-filters-section{display:none}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/funkless-filters.css.map */
