.facets__form{display:flex;flex-direction:column;gap:var(--space-md);width:100%;min-width:0}.facets__group{border-bottom:var(--border-width) solid var(--color-surface);padding-bottom:var(--space-md)}.facets__group-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-size:.875rem;font-weight:600;padding:var(--space-sm) 0;list-style:none}.facets__group-header::-webkit-details-marker{display:none}.facets__group[open] .facets__group-header .icon-chevron-down{transform:rotate(180deg)}.facets__options{display:flex;flex-direction:column;gap:var(--space-xs);padding-top:var(--space-sm)}.facets__option{display:flex;align-items:center;gap:var(--space-sm);font-size:.875rem;cursor:pointer;word-break:break-word;overflow-wrap:anywhere}.facets__option input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer}.facets__option-count{color:var(--color-text-subtle);font-size:.8125rem}.facets__option input:disabled+.facets__option-label{opacity:.4}.facets__price-range{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;padding-top:var(--space-sm);padding-inline:1px;width:100%;min-width:0;box-sizing:border-box}.facets__price-field{min-width:0}.facets__price-field label{font-size:.75rem;color:var(--color-text-subtle);display:block;margin-bottom:4px}.facets__price-field .form-input{padding:var(--space-xs) var(--space-sm);min-height:36px;width:100%;min-width:0;box-sizing:border-box}.facets__price-sep{color:var(--color-text-subtle);text-align:center;flex-shrink:0}.facets__actions{display:flex;gap:var(--space-sm)}.facets__submit{flex:1}.facets__active{display:inline-flex}.facets__active-tag{display:inline-flex;align-items:center;gap:var(--space-xs);padding:2px var(--space-sm);font-size:.8125rem;background-color:var(--color-surface);border-radius:var(--radius-pill);text-decoration:none;color:var(--color-text)}.facets__active-tag:hover{background-color:var(--color-text-subtle);color:var(--color-bg)}.facets-top{position:relative;z-index:10;overflow:visible;margin-bottom:20px}.facets-top__bar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding-bottom:4px;border-bottom:1px solid rgba(0,0,0,.1)}.facets-top__group{position:relative;flex-shrink:0}.facets-top__trigger{display:inline-flex;align-items:center;gap:5px;height:36px;padding:0 12px;font-size:13px;font-weight:600;border:1.5px solid color-mix(in srgb,var(--color-text, #111) 22%,transparent);border-radius:100px;background:var(--color-bg, #fff);color:var(--color-text, #111);cursor:pointer;white-space:nowrap;transition:border-color .14s,background .14s}.facets-top__group.is-active .facets-top__trigger{background:var(--color-primary, #111);border-color:var(--color-primary, #111);color:#fff}.facets-top__trigger:hover:not(.facets-top__group.is-active .facets-top__trigger){border-color:var(--color-text, #111)}.facets-top__group[aria-expanded=true] .facets-top__trigger,.facets-top__trigger[aria-expanded=true]{border-radius:10px 10px 0 0}.facets-top__chevron{transition:transform .2s ease;flex-shrink:0}.facets-top__trigger[aria-expanded=true] .facets-top__chevron{transform:rotate(180deg)}.facets-top__active-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;font-size:11px;font-weight:800;background:#fff;color:var(--color-primary, #111);border-radius:100px}.facets-top__group.is-active .facets-top__active-count{background:#fff;color:var(--color-primary, #111)}.facets-top__panel{position:absolute;top:calc(100% + 2px);left:0;z-index:200;min-width:220px;max-width:320px;background:#fff;color:#111;--color-text: #111;--color-text-subtle: #777;--color-primary: var(--color-primary-raw, #E2001A);--color-surface: #f4f4f4;border:1.5px solid rgba(0,0,0,.14);border-radius:0 10px 10px;box-shadow:0 8px 32px #0000002e;padding:12px;animation:facet-panel-in .16s ease}@keyframes facet-panel-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.facets-top__options{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px;max-height:280px;overflow-y:auto}.facets-top__option{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 8px;border-radius:6px;cursor:pointer;transition:background .12s}.facets-top__option:hover{background:#0000000d}.facets-top__option.is-selected{background:var(--color-primary, #111);color:#fff}.facets-top__option.is-disabled{opacity:.35;cursor:not-allowed}.facets-top__option-label{font-size:13px;font-weight:500}.facets-top__option.is-selected .facets-top__option-label{font-weight:700}.facets-top__option-count{font-size:11px;color:var(--color-text-subtle);flex-shrink:0}.facets-top__option.is-selected .facets-top__option-count{color:#ffffffb3}.facets-top__price{display:flex;flex-direction:column;gap:12px}.facets-top__price-fields{display:flex;align-items:flex-end;gap:6px;width:100%}.facets-top__price-field{flex:1;min-width:0}.facets-top__price-field label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-subtle);display:block;margin-bottom:4px}.facets-top__price-input-wrap{position:relative}.facets-top__currency{position:absolute;left:8px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--color-text-subtle);pointer-events:none}.facets-top__price-input-wrap .form-input{padding-left:22px;width:100%;min-width:0;box-sizing:border-box}.facets-top__price-sep{font-size:14px;color:var(--color-text-subtle);padding-bottom:6px;flex-shrink:0}.facets-top__price-submit{width:100%}.facets-top__spacer{flex:1;min-width:8px}.facets-top__sort-select{height:36px;padding:0 32px 0 12px;font-size:13px;font-weight:600;border:1.5px solid color-mix(in srgb,var(--color-text, #111) 22%,transparent);border-radius:100px;background:var(--color-bg, #fff);color:var(--color-text, #111);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;outline:none}.facets-top__sort-select:focus-visible{border-color:var(--color-primary, #111);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary, #111) 35%,transparent)}.facets-top__count{font-size:12px;color:var(--color-text-subtle);white-space:nowrap;flex-shrink:0;margin:0}@media(max-width:1023px){.facets-top__bar{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;padding-right:16px}.facets-top__bar::-webkit-scrollbar{display:none}.facets-top__group,.facets__sort-select-wrap{flex-shrink:0}.facets-top__sort{display:none!important}.facets-top__spacer{flex:0!important;min-width:0!important;display:none!important}.facets-top__count{flex-shrink:0}.facets-top__panel{position:fixed!important;left:0!important;right:0!important;bottom:0!important;top:auto!important;max-width:none!important;min-width:0!important;max-height:70vh;overflow-y:auto;border-radius:20px 20px 0 0;border:none;box-shadow:0 -8px 40px #00000040;padding:28px 16px 32px}.facets-top__panel:before{content:"";display:block;width:36px;height:4px;border-radius:2px;background:#0000002e;margin:0 auto 16px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.facets-top__group[data-filter-group]:has(.facets-top__panel:not([hidden])):after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:199}.facets-top__group[aria-expanded=true] .facets-top__trigger,.facets-top__trigger[aria-expanded=true]{border-radius:100px}}.facets__sort{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%;min-width:0}.facets__sort-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-subtle)}.facets__sort-select{min-height:36px;padding:var(--space-xs) var(--space-sm);font-size:.875rem;width:100%;min-width:0;box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-facets.css.map */
