.price-range-selector{align-items:center;display:flex;justify-content:space-between;position:relative;width:20rem}.price-range-selector:before{background:#e7e7e7;content:"";height:2px;left:calc(45% + 5px);position:absolute;top:calc(50% - 1px);width:calc(10% - 10px)}.price-range-selector__input{background-color:var(--color__white);border:1px solid var(--color__dark);display:block;outline:none;padding:.5625rem 1rem .625rem;width:45%}.price-range-selector__input::-moz-placeholder{color:#888;font-size:.875rem;font-style:normal;font-weight:500;line-height:130%}.price-range-selector__input::placeholder{color:#888;font-size:.875rem;font-style:normal;font-weight:500;line-height:130%}@media screen and (max-width:768px){.price-range-selector{width:100%}}.custom-select{background-color:var(--color__white);cursor:pointer;position:relative;z-index:1}.custom-select.is-open{z-index:100}.custom-select__head{align-items:center;display:flex;font-size:.75rem;font-style:normal;font-weight:500;line-height:130%}.custom-select__arrow{align-items:center;display:flex;height:1.5rem;justify-content:center;min-width:1.5rem;padding:.34094rem;pointer-events:none;width:1.5rem}.custom-select__arrow svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.custom-select__arrow svg path{stroke:var(--color__dark)}.custom-select__dropdown{background-color:var(--color__white);box-shadow:0 0 19px -8px #223c5033;left:0;min-width:10rem;padding:.25rem;position:absolute;top:100%}.custom-select__option{padding:.5rem .25rem;transition:.3s}.custom-select__option:hover{background-color:var(--color__hover)}.custom-select__multiple,.custom-select__single{opacity:0;pointer-events:none;position:absolute}.custom-select__label{cursor:pointer;display:flex;font-size:.875rem;font-style:normal;font-weight:500;gap:.28rem;height:100%;line-height:130%;width:100%}.custom-select__multiple+.custom-select__label:before{border:1px solid var(--color__dark);content:"";height:.75rem;margin-bottom:-.2rem;min-width:.75rem;transform:translateY(.1rem);transition:.3s;width:.75rem}.custom-select__multiple:checked+.custom-select__label:before{background-color:var(--color__dark);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='.6' d='M8.2 2.6 3.8 7l-2-2'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:90%}.custom-select__label-color{display:block;height:1.25rem;margin-left:auto;min-width:1.25rem;pointer-events:none;width:1.25rem}.custom-select__search.hidden{opacity:0}.custom-select__search{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.custom-select__arrow{z-index:4}input.ustom-select__search-input{border:1px solid #000;height:100%;outline:none;padding-left:2.5rem;padding-right:2rem;width:100%}.custom-select__search:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' d='m14 14-2.867-2.867m1.534-3.8A5.333 5.333 0 1 1 2 7.333a5.333 5.333 0 0 1 10.667 0'/%3E%3C/svg%3E");background-position:50%;background-size:100%;content:"";display:block;height:1.25rem;left:.75rem;position:absolute;top:50%;transform:translateY(-50%);width:1.25rem;z-index:4}@media screen and (max-width:768px){.custom-select__option:hover{background-color:unset}}@media screen and (max-width:560px){input.ustom-select__search-input{font-size:16px}}
