search-filter-modal{display:none}search-filter-modal.is-open{display:block}.sfm .sfm__overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#00000080;z-index:10000}.sfm__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;flex-direction:column;align-items:center;padding:7vh 16px 40px;overflow-y:auto;-webkit-overflow-scrolling:touch}.sfm__modal{width:100%;max-width:318px;display:flex;flex-direction:column;align-items:flex-end}.sfm__close{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-bottom:12px;padding:0;border:0;background:none;color:#fff;cursor:pointer}.sfm__close svg{width:20px;height:20px}.sfm__panel{position:relative;width:100%;background:#fff;border-radius:10px;overflow:hidden;font-family:"Lato",var(--font-body-family, "Helvetica Neue"),Arial,sans-serif;color:#000}.sfm__bar{background:#335a6d;color:#fff;font-weight:700;text-align:center;font-size:14px;line-height:21px;padding:10px}.sfm__search{padding:30px 10px}.sfm__search-field{display:flex;align-items:center;gap:8px;border-bottom:1px solid #ccc;padding-bottom:12px}.sfm__search-input{flex:1 1 auto;min-width:0;border:0;outline:none;background:none;font-size:14px;line-height:21px;color:#000;padding:0}.sfm__search-input::placeholder{color:#000;opacity:1}.sfm__search-btn{flex:0 0 auto;width:18px;height:18px;padding:0;border:0;background:none;cursor:pointer;color:#000}.sfm__search-btn svg{width:18px;height:18px}.sfm__accordions{display:flex;flex-direction:column;padding:0 10px}.sfm__acc{padding-top:20px}.sfm__acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 20px;border:0;border-bottom:1px solid #ccc;background:none;cursor:pointer;text-align:left}.sfm__acc-title{font-size:14px;line-height:21px;color:#000}.sfm__acc-chevron{flex:0 0 auto;width:12px;height:12px;position:relative}.sfm__acc-chevron:before{content:"";position:absolute;top:2px;left:1px;width:8px;height:8px;border-right:1.5px solid #000;border-bottom:1.5px solid #000;transform:rotate(45deg);transition:transform .2s ease}.sfm__acc-head[aria-expanded=true] .sfm__acc-chevron:before{transform:rotate(-135deg);top:5px}.sfm__acc-body{padding:20px 0 4px}.sfm__acc-body[hidden]{display:none}.sfm__tabs{display:flex;align-items:center;gap:12px;margin-bottom:18px;font-size:13px}.sfm__tabs .icon-organize{width:16px;height:12px;margin-right:4px;color:#444}.sfm__tab{border:0;background:none;padding:0;font-size:13px;color:#444;cursor:pointer}.sfm__tab.is-active{font-weight:700;text-decoration:underline;text-underline-offset:4px}.sfm__tab-sep{color:#ccc}.sfm__gender-panel[hidden]{display:none}.sfm__alpha{display:grid;grid-template-columns:repeat(7,1fr);row-gap:6px;margin-bottom:18px;font-size:12px}.sfm__alpha-btn{min-width:0;padding:4px 2px;border:0;border-right:1px solid #e8e8e8;background:none;color:#444;cursor:pointer;line-height:1.6;text-align:center}.sfm__alpha-btn:nth-child(7n),.sfm__alpha-btn:last-child{border-right:0}.sfm__alpha-btn:disabled{color:#ccc;cursor:default}.sfm__alpha-btn.is-active{background:#e8e8e8}.sfm__group{margin-bottom:18px}.sfm__group[hidden]{display:none}.sfm__group-title{margin:0 0 12px;font-size:14px;font-weight:700;color:#000}.sfm__grid{display:grid;grid-template-columns:1fr;gap:14px 16px}.sfm__opt{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13px;line-height:1.4;color:#000}.sfm__opt input{position:absolute;opacity:0;width:0;height:0}.sfm__box{flex:0 0 auto;width:18px;height:18px;border:1px solid #ccc;border-radius:2px;background:#ededed;position:relative;margin-top:1px}.sfm__opt input:checked+.sfm__box{background:#668d9a;border-color:#668d9a}.sfm__opt input:checked+.sfm__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)}.sfm__opt input:indeterminate+.sfm__box{background:#668d9a;border-color:#668d9a}.sfm__opt input:indeterminate+.sfm__box:after{content:"";position:absolute;left:3px;right:3px;top:8px;height:2px;background:#fff}.sfm__opt input:focus-visible+.sfm__box{outline:2px solid #335a6d;outline-offset:2px}.sfm__cat-head{margin:0 0 14px;font-size:14px;font-weight:700;color:#000}.sfm__cat-head:not(:first-child){margin-top:24px}.sfm__cat-group{margin-bottom:16px}.sfm__cat-parent{font-weight:700}.sfm__cat-children{display:grid;grid-template-columns:1fr;gap:12px 16px;margin-top:12px;padding-left:18px}.sfm__footer{padding:20px 10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.sfm__count{margin:0 0 10px;text-align:center;color:#335a6d;font-weight:700;font-size:13px;line-height:1.6}.sfm__count [data-sfm-count]{transition:opacity .15s ease}.sfm__count [data-sfm-count].is-loading{opacity:.4}.sfm__buttons{display:flex;flex-direction:column;gap:10px}.sfm__reset,.sfm__apply{width:100%;height:50px;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;font-size:14px;cursor:pointer}.sfm__reset{border:1px solid #d2d2d2;background:#fff;color:#000;font-weight:400}.sfm__apply{border:0;background:#668d9a;color:#fff;font-weight:700}.sfm__apply:disabled{opacity:.55;cursor:default}@media screen and (min-width:990px){.sfm__dialog{padding:80px 24px 60px}.sfm__modal{max-width:1000px}.sfm__close{width:20px;height:20px;margin-bottom:20px}.sfm__close svg{width:20px;height:20px}.sfm__bar{font-size:18px;line-height:27px;padding:20px}.sfm__search{padding:30px}.sfm__accordions{padding:0 30px}.sfm__acc{padding-top:30px}.sfm__acc-head{padding-bottom:30px}.sfm__acc-title{font-size:16px;line-height:24px}.sfm__grid,.sfm__cat-children{grid-template-columns:repeat(3,1fr)}.sfm__opt,.sfm__tabs,.sfm__tab,.sfm__alpha{font-size:14px}.sfm__alpha{display:flex;flex-wrap:nowrap}.sfm__alpha-btn{flex:1 1 0;white-space:nowrap}.sfm__alpha-btn:nth-child(7n){border-right:1px solid #e8e8e8}.sfm__alpha-btn:last-child{border-right:0}.sfm__alpha-btn[data-alpha=other]{flex-grow:1.8}.sfm__group-title,.sfm__cat-head{font-size:16px}.sfm__footer{padding:31px 30px 52px}.sfm__count{font-size:18px;line-height:27px;margin-bottom:20px}.sfm__buttons{flex-direction:row;gap:30px}.sfm__reset,.sfm__apply{height:70px;font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-search-filter.css.map */
