.telco-filter[hidden]{display:none!important}.telco-filter{margin-block:2rem}.telco-filter__panel{border:1px solid color-mix(in srgb,rgb(var(--color-foreground)) 14%,transparent);border-radius:var(--border-radius, .4rem);background:rgb(var(--color-background));box-shadow:0 1px 2px color-mix(in srgb,rgb(var(--color-foreground)) 4%,transparent),0 6px 16px color-mix(in srgb,rgb(var(--color-foreground)) 6%,transparent);padding:clamp(1.5rem,3vw,2.5rem)}.telco-filter__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.telco-filter__heading{margin:0}.telco-filter__intro{margin-top:.6rem;max-width:75rem}.telco-filter__reset{flex:0 0 auto;margin-top:.35rem}.telco-filter__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.telco-filter__group{min-width:0;border:1px solid color-mix(in srgb,rgb(var(--color-foreground)) 16%,transparent);border-radius:var(--border-radius, .4rem);background:color-mix(in srgb,rgb(var(--color-foreground)) 4%,transparent);padding:1.1rem 1.2rem}.telco-filter__group-title{float:left;width:100%;margin:0 0 .7rem;font-weight:600;line-height:1.25}.telco-filter__group-title+*{clear:left}.telco-filter__options{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.telco-filter__option:nth-child(n+9){display:none}.telco-filter__group.is-expanded .telco-filter__option{display:list-item}.telco-filter__checkbox-label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:.65rem;cursor:pointer;line-height:1.35}.telco-filter__checkbox-label input[type=checkbox]{appearance:none;-webkit-appearance:none;display:grid;place-content:center;width:1.5rem;height:1.5rem;margin:.08rem 0 0;border:1.5px solid color-mix(in srgb,rgb(var(--color-foreground)) 40%,transparent);border-radius:.3rem;background:rgb(var(--color-background));cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.telco-filter__checkbox-label input[type=checkbox]:before{content:"";width:.85rem;height:.85rem;transform:scale(0);transition:transform .1s ease-in-out;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);background-color:rgb(var(--color-background))}.telco-filter__checkbox-label input[type=checkbox]:checked{background:rgb(var(--color-foreground));border-color:rgb(var(--color-foreground))}.telco-filter__checkbox-label input[type=checkbox]:checked:before{transform:scale(1)}.telco-filter__checkbox-label input[type=checkbox]:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.telco-filter__checkbox-label input[type=checkbox]:disabled{cursor:default;opacity:.42}.telco-filter__checkbox-label:hover input[type=checkbox]:not(:disabled){border-color:rgb(var(--color-foreground))}.telco-filter__option-count{color:color-mix(in srgb,rgb(var(--color-foreground)) 68%,transparent);font-size:.9em}.telco-filter__option input:disabled+span,.telco-filter__option input:disabled~.telco-filter__option-count{opacity:.42}.telco-filter__show-more{margin-top:.8rem;padding:0;border:0;background:transparent;color:rgb(var(--color-link, var(--color-foreground)));text-decoration:underline;cursor:pointer;opacity:.85;transition:opacity .15s ease}.telco-filter__show-more:hover,.telco-filter__show-more:focus-visible{opacity:1}.telco-filter__number-wrap{display:flex;align-items:center;gap:.6rem}.telco-filter__number{width:100%;min-width:0;min-height:4.2rem;border:1px solid color-mix(in srgb,rgb(var(--color-foreground)) 25%,transparent);border-radius:var(--inputs-radius, .3rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));padding:.8rem 1rem;transition:border-color .15s ease,box-shadow .15s ease}.telco-filter__number:focus-visible{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.telco-filter__unit{flex:0 0 auto;color:color-mix(in srgb,rgb(var(--color-foreground)) 72%,transparent)}.telco-filter__advanced{margin-top:1rem;border-top:1px solid color-mix(in srgb,rgb(var(--color-foreground)) 14%,transparent);padding-top:1rem}.telco-filter__advanced>summary{display:flex;align-items:center;gap:.5rem;width:fit-content;cursor:pointer;font-weight:600;margin-bottom:1rem;list-style:none}.telco-filter__advanced>summary::-webkit-details-marker{display:none}.telco-filter__advanced>summary:before{content:"";width:0;height:0;border-style:solid;border-width:.35rem 0 .35rem .5rem;border-color:transparent transparent transparent color-mix(in srgb,rgb(var(--color-foreground)) 70%,transparent);transition:transform .15s ease}.telco-filter__advanced[open]>summary:before{transform:rotate(90deg)}.telco-filter__footer{display:flex;align-items:center;justify-content:space-between;min-height:2.4rem;margin-top:1rem}.telco-filter__status{margin:0;font-weight:600}.telco-filter.is-loading .telco-filter__panel,#ProductGridContainer.telco-filter-results-loading{cursor:progress}.telco-filter.is-loading .telco-filter__form{opacity:.58;pointer-events:none}.telco-filtered-results-message{padding:3rem 1rem;text-align:center}.telco-filter-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem}.telco-filter-pagination button{min-width:4rem;min-height:4rem;border:1px solid color-mix(in srgb,rgb(var(--color-foreground)) 20%,transparent);background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer}.telco-filter-pagination button[aria-current=page]{border-color:rgb(var(--color-foreground));background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.telco-filter-pagination button:disabled{cursor:default;opacity:.4}@media(max-width:989px){.telco-filter__groups{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.telco-filter{margin-block:1.5rem}.telco-filter__header{display:block}.telco-filter__reset{margin-top:.8rem}.telco-filter__groups{grid-template-columns:minmax(0,1fr)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/telco-filter.css.map */
