.ch-collection__bar{display:flex;align-items:center;gap:1.6rem;margin-bottom:2.6rem;flex-wrap:wrap}.ch-collection__count{font-size:1.4rem;color:#555}.ch-collection__filter-toggle{display:none;align-items:center;gap:.7rem;background:none;border:1px solid #d9d9d9;border-radius:4px;padding:.8rem 1.4rem;font-size:1.3rem;font-weight:500;letter-spacing:.04rem;text-transform:uppercase;cursor:pointer}.ch-sort{position:relative;margin-left:auto;display:flex;align-items:center;gap:1rem}.ch-sort__label{font-size:1.3rem;color:#555}.ch-sort__btn{display:inline-flex;align-items:center;gap:1rem;min-width:18rem;justify-content:space-between;background:#fff;border:1px solid #d9d9d9;border-radius:4px;padding:.9rem 1.3rem;font-size:1.35rem;font-weight:500;cursor:pointer;transition:border-color .2s ease}.ch-sort__btn:hover{border-color:#000}.ch-sort__caret{width:12px;height:8px;flex-shrink:0;transition:transform .25s ease}.ch-sort.is-open .ch-sort__caret{transform:rotate(180deg)}.ch-sort__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:100%;list-style:none;margin:0;padding:.6rem 0;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 16px 36px #00000024;z-index:50;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.98);transform-origin:top right;transition:opacity .22s ease,transform .22s ease,visibility .22s}.ch-sort.is-open .ch-sort__menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.ch-sort__opt{padding:.9rem 1.5rem;font-size:1.35rem;white-space:nowrap;cursor:pointer;transition:background .15s ease,color .15s ease}.ch-sort__opt:hover{background:#0000000d}.ch-sort__opt.is-selected{color:var(--secondary);font-weight:600}.ch-collection__layout{display:grid;grid-template-columns:260px 1fr;gap:3.5rem;align-items:start}.ch-collection__filters{position:sticky;top:100px}.ch-collection__main:only-child{grid-column:1 / -1}.ch-collection .ch-product__media{background:#fff;aspect-ratio:1 / 1;padding:0 1.2rem}.ch-collection .ch-product__img{object-fit:contain}.ch-collection__grid{grid-template-columns:repeat(var(--cols, 3),1fr)}.ch-collection__empty{text-align:center;padding:6rem 0;font-size:1.6rem;color:#555}.ch-collection__empty .ch-about__btn{margin-top:2rem}.ch-filter{border-bottom:1px solid rgba(0,0,0,.1);padding:.4rem 0}.ch-filter__title{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:1.4rem 0;font-size:1.35rem;font-weight:600;letter-spacing:.04rem;text-transform:uppercase}.ch-filter__title::-webkit-details-marker{display:none}.ch-filter__chevron{width:9px;height:9px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(45deg);transition:transform .25s ease;margin-top:-4px}.ch-filter[open] .ch-filter__chevron{transform:rotate(-135deg);margin-top:2px}.ch-filter__body{padding:0 0 1.6rem}.ch-filter__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem;max-height:240px;overflow-y:auto}.ch-filter__opt{display:flex;align-items:center;gap:1rem;cursor:pointer;font-size:1.4rem}.ch-filter__opt.is-disabled{opacity:.4;cursor:not-allowed}.ch-filter__opt input{position:absolute;opacity:0;width:0;height:0}.ch-filter__box{width:18px;height:18px;border:1.5px solid #b5b5b5;border-radius:3px;flex-shrink:0;position:relative;transition:border-color .15s ease,background .15s ease}.ch-filter__opt input:checked+.ch-filter__box{background:#000;border-color:#000}.ch-filter__opt input:checked+.ch-filter__box:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.ch-filter__opt input:focus-visible+.ch-filter__box{outline:2px solid var(--secondary);outline-offset:2px}.ch-filter__name{flex:1}.ch-filter__count{color:#999;font-size:1.2rem}.ch-filters__actions{padding-top:1.8rem}.ch-filters__clear{font-size:1.3rem;color:#000;text-decoration:underline;text-underline-offset:3px}.ch-filters__clear:hover{color:var(--secondary)}.ch-price__slider{position:relative;height:26px;margin:.4rem 0 1.4rem}.ch-price__rail,.ch-price__fill{position:absolute;top:50%;transform:translateY(-50%);height:4px;border-radius:4px}.ch-price__rail{left:0;right:0;background:#cfcfcf}.ch-price__fill{left:0;right:0;background:#000}.ch-price__handle{-webkit-appearance:none;appearance:none;position:absolute;top:0;left:0;width:100%;height:26px;margin:0;background:none;pointer-events:none}.ch-price__handle::-webkit-slider-thumb{-webkit-appearance:none;pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#000;border:2px solid #fff;box-shadow:0 0 0 1px #000;cursor:pointer}.ch-price__handle::-moz-range-thumb{pointer-events:auto;width:16px;height:16px;border-radius:50%;background:#000;border:2px solid #fff;box-shadow:0 0 0 1px #000;cursor:pointer}.ch-price__handle::-webkit-slider-runnable-track{-webkit-appearance:none;background:transparent;border:none}.ch-price__handle::-moz-range-track{background:transparent;border:none}.ch-price__handle::-moz-range-progress{background:transparent}.ch-price__inputs{display:flex;align-items:center;gap:.8rem}.ch-price__field{display:inline-flex;align-items:center;border:1px solid #d9d9d9;border-radius:4px;padding:.5rem .8rem;flex:1;min-width:0}.ch-price__sym{color:#999;font-size:1.3rem;margin-right:.3rem}.ch-price__num{border:0;width:100%;min-width:0;font-size:1.4rem;background:none;-moz-appearance:textfield}.ch-price__num::-webkit-outer-spin-button,.ch-price__num::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ch-price__num:focus{outline:none}.ch-price__dash{color:#999}.ch-pagination{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:4rem}.ch-pagination__page,.ch-pagination__arrow{min-width:40px;height:40px;padding:0 .6rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;color:#000;text-decoration:none;border:1px solid transparent;border-radius:4px;transition:border-color .2s ease,background .2s ease,color .2s ease}.ch-pagination__page:hover,.ch-pagination__arrow:hover{border-color:#000}.ch-pagination__page.is-current{background:#000;color:#fff}.ch-pagination__page--gap{color:#aaa}.ch-pagination__arrow.is-disabled{color:#ccc;pointer-events:none}@media screen and (max-width:989px){.ch-collection__layout{grid-template-columns:1fr}.ch-collection__filter-toggle{display:inline-flex}.ch-sort{margin-left:0}.ch-collection__filters{position:static;display:none;margin-bottom:2.4rem;padding:1.6rem;border:1px solid rgba(0,0,0,.12);border-radius:8px}.ch-collection__filters.is-open{display:block}}@media screen and (max-width:749px){.ch-sort__btn{min-width:14rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/custom-collection.css.map */
