.drop-sort{align-items:center;background:var(--color-white);border-radius:.875rem;color:var(--color-dark);cursor:pointer;display:flex;height:4rem;justify-content:space-between;padding:1rem 3.5rem 1rem 1.5rem;position:relative;transition:background-color .24s ease;width:-moz-max-content;width:max-content}.drop-sort.--contents{height:4.5rem;width:100%}.drop-sort.--contents:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath stroke='%232e2e2e' stroke-linecap='round' stroke-width='2' d='M1.536.759 6.018 5.24 10.5.76'/%3E%3C/svg%3E")}.drop-sort.--empty:after{display:none}.drop-sort.--empty{cursor:default;margin-top:.5rem;padding-right:1.5rem}.drop-sort.is-selected,.drop-sort:hover{background-color:var(--color-gray-2)}.drop-sort:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath stroke='%232e2e2e' stroke-linecap='round' stroke-width='1.5' d='M1.536.759 6.018 5.24 10.5.76' opacity='.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:7px;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);transition:transform .24s ease;width:12px}.drop-sort.is-active:after{transform:translateY(-50%) rotate(180deg)}.drop-sort__title{font-size:1.125rem;font-weight:500;letter-spacing:-.0225rem;line-height:130%;position:relative;width:-moz-fit-content;width:fit-content}.drop-sort__title br{display:none}.drop-sort__type{font-size:.875rem;font-weight:500;line-height:100%;opacity:.4}.drop-sort__inner{display:flex;flex-direction:column;height:100%;justify-content:space-between}.drop-sort .ui-dropdown{bottom:0;left:0;position:absolute;width:100%}.drop-sort .ui-dropdown .ui-dropdown__body{background:var(--color-white)}.drop-sort__progress{align-items:center;background:var(--color-gray-5);border-radius:.75rem;display:flex;font-size:1rem;font-weight:500;height:3rem;justify-content:center;letter-spacing:-.04rem;line-height:120%;padding:.5625rem 1rem;width:4rem}.drop-sort__progress-bar{bottom:-2px;height:4px;left:0;margin:0 .71rem;position:absolute;width:calc(100% - 1.42rem)}.drop-sort__progress-line{background-color:var(--color-blue);border-radius:.25rem;height:100%;left:0;position:absolute;top:0;transition:all .24s ease;width:100%}.drop-sort__options{display:flex;flex-direction:column;gap:.5rem}.drop-sort__option{font-size:1.125rem;font-weight:500;letter-spacing:-.0225rem;line-height:130%;transition:opacity .24s ease-in-out}.drop-sort__option.is-active{color:var(--color__fill-1)}.drop-sort__option:hover{opacity:.5}.drop-sort__icon{font-size:1.125rem}.drop-sort__title.--mob{display:none}
