.cf{--cf-border: rgba(0,0,0,.12);--cf-text: #111;--cf-muted: rgba(0,0,0,.55);--cf-shadow: 0 10px 22px rgba(0,0,0,.08);--cf-ring: 0 0 0 3px rgba(0,0,0,.1)}.cf__bar{position:sticky;top:0;z-index:30;background:#f2f2f2;border-bottom:1px solid rgba(0,0,0,.1);padding:12px 18px}.cf__dock{background:#f2f2f2}.cf__tabs{display:flex;align-items:center;justify-content:center;gap:22px;width:100%;overflow:auto;scrollbar-width:thin}.cf__trigger{-webkit-appearance:none;appearance:none;border:0;background:transparent;padding:10px 2px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--cf-text);cursor:pointer;border-bottom:1px solid transparent;white-space:nowrap}.cf__trigger[aria-selected=true]{border-bottom-color:#0000008c}.cf__trigger:focus-visible{outline:none;box-shadow:var(--cf-ring)}.cf__panel{width:100%;background:#fff;box-shadow:var(--cf-shadow);border-top:1px solid var(--cf-border);border-bottom:1px solid var(--cf-border);margin:0}.cf__panelTop{display:flex;align-items:center;justify-content:flex-end;padding:6px 12px;border-bottom:1px solid rgba(0,0,0,.08);min-height:42px}.cf__panelActions{display:flex;gap:10px;align-items:center}.cf__clearOne{border:0;background:transparent;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:var(--cf-text);padding:8px 10px}.cf__clearOne:hover{background:#0000000d}.cf__close{border:1px solid rgba(0,0,0,.12);background:#fff;width:40px;height:40px;border-radius:0;cursor:pointer;font-size:18px;line-height:1}.cf__close:hover{background:#0000000a}.cf__panelBody{padding:10px 18px 16px;max-height:56vh;overflow:auto}.cf__grid{display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:750px){.cf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.cf__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1200px){.cf__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.cf__row{position:relative;display:flex;align-items:center;gap:12px;padding:12px;border-radius:0;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:0;transition:background .14s ease,border-color .14s ease,transform .08s ease}.cf__row:hover{background:#00000005;border-color:#00000029}.cf__row:active{transform:translateY(1px)}.cf__row.is-disabled{opacity:.45;cursor:not-allowed}.cf__row.is-active,.cf__row:has(.cf__check:checked){background:#0000000f;border-color:#000000b3;border-width:2px}.cf__check{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cf__swatch{width:34px;height:34px;border-radius:0;border:1px solid rgba(0,0,0,.15);overflow:hidden;flex:0 0 auto;background:#fff}.cf__swatch--image img{width:100%;height:100%;object-fit:cover;display:block}.cf__swatch--color{background:var(--cf-swatch)}.cf__swatch--empty{background:#0000000f;border-style:dashed}.cf__rowMain{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:1 1 auto;min-width:0}.cf__rowText{display:flex;flex-direction:column;gap:6px;min-width:0}.cf__rowLabel{font-weight:750;color:var(--cf-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cf__strength{display:flex;gap:5px}.cf__strengthBar{width:16px;height:6px;border-radius:0;background:#0000002e}.cf__strengthBar.is-on{background:#111}.cf__priceBands{width:100%}.cf__bandGrid{display:grid;gap:10px;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:750px){.cf__bandGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:990px){.cf__bandGrid{grid-template-columns:repeat(5,minmax(0,1fr))}}.cf__band{position:relative;display:flex;align-items:center;justify-content:center;border-radius:0;border:1px solid rgba(0,0,0,.14);background:#fff;padding:14px;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:46px;transition:background .14s ease,border-color .14s ease,transform .08s ease}.cf__band:hover{background:#00000005;border-color:#00000038}.cf__band:active{transform:translateY(1px)}.cf__band.is-active,.cf__band:has(.cf__bandRadio:checked){background:#0000000f;border-color:#000000b3;border-width:2px}.cf__bandText{font-weight:900;letter-spacing:.02em;color:#111;text-align:center}.cf__bandRadio{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.cf__activeBar{background:#fff;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);padding:12px 18px}.cf__activeBarInner{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.cf__activeLeft{min-width:0}.cf__activeTitle{font-weight:900;letter-spacing:.02em;margin-bottom:8px}.cf__activeGroups{display:grid;gap:10px}.cf__activeGroup{display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.cf__activeLabel{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0000008c;padding-top:7px;min-width:110px}.cf__activeRow{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.cf__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:0;border:1px solid rgba(0,0,0,.12);background:#fff;text-decoration:none;color:var(--cf-text);transition:background .14s ease,border-color .14s ease,transform .08s ease}.cf__pill:hover{background:#00000008;border-color:#0000002e}.cf__pill:active{transform:translateY(1px)}.cf__pillVal{font-weight:800;font-size:13px}.cf__pillX{opacity:.55;font-size:14px;line-height:1}.cf__clearAll{font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#111;text-decoration:underline;text-underline-offset:4px;white-space:nowrap;margin-top:2px}.cf__srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:749px){.cf__bar{padding:12px}.cf__tabs{justify-content:flex-start;gap:16px}.cf__panelBody{max-height:65vh}.cf__activeLabel{min-width:auto}}.cf__search{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:0;padding:10px 12px;font-weight:700;letter-spacing:.01em;background:#fff;margin-bottom:10px}.cf__search:focus{outline:none;box-shadow:var(--cf-ring);border-color:#00000040}@media(max-width:749px){.cf__tabs{scrollbar-width:none;-ms-overflow-style:none}.cf__tabs::-webkit-scrollbar{display:none}}.cf__panelSearch{width:clamp(220px,34vw,420px);height:40px;padding:0 12px;border:1px solid rgba(0,0,0,.14);background:#fff;border-radius:0;outline:none;box-shadow:none;font-weight:650}.cf__panelSearch:focus{border-color:#0000004d;box-shadow:0 0 0 2px #0000000f;outline:none}.cf__panelTop{justify-content:space-between;gap:12px}.cf__panelSearch{font-size:16px}.cf__panelTop{display:flex;align-items:center}.cf__panelActions{margin-left:auto;display:flex;align-items:center;gap:16px}
/*# sourceMappingURL=/cdn/shop/t/63/assets/custom-filters.css.map */
