.select{min-width:0}.select,.select__body,.select__title{position:relative}.select__title{align-items:center;background-color:#fff;border:.0625rem solid #e0e0e0;border-radius:.5rem;column-gap:.625rem;cursor:pointer;display:flex;justify-content:space-between;padding:.5rem .75rem;transition:border-color .3s,box-shadow .3s;width:100%}.select__title:after{aspect-ratio:1;background:url(../assets/img/arrow-right.webp) 50%/contain no-repeat;content:"";flex-shrink:0;transform:rotate(90deg);transition:transform .3s;width:.875rem}.--select-open .select__title{border-color:#fccf1d}.--select-open .select__title:after{transform:rotate(-90deg)}.select__value{color:#000;font-weight:600;line-height:1.2}.select__text,.select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select__text{flex:1 1 auto}.select__input{background-color:transparent;height:100%;padding:0 .625rem;width:100%}.--select-active .select__input::placeholder{color:#000}.--select-focus .select__input::placeholder{opacity:.5}.select__options{background-color:#fff;border:.0625rem solid #e0e0e0;border-radius:.5rem;box-shadow:0 .625rem 1.25rem rgba(0,0,0,.08);left:0;max-height:12.5rem;opacity:0;overflow-y:auto;position:absolute;scrollbar-color:#fccf1d #f9f9fa;scrollbar-width:thin;top:calc(100% + .375rem);transition:opacity .3s,transform .3s,visibility .3s;visibility:hidden;width:100%;z-index:1}.--select-open .select__options{opacity:1;visibility:visible}.select__option{color:#000;cursor:pointer;padding:.625rem .75rem;text-align:left;transition:background-color .3s;width:100%}.select__option[data-checked]{background-color:#fecc01}.select__row{align-items:center;display:inline-flex}.--select-tag{cursor:pointer}.results__filter{margin-bottom:1.25rem}.results__items{display:grid;gap:1.875rem;grid-template-columns:repeat(auto-fill,minmax(19.375rem,1fr))}@media (max-width:61.99875em){.results__items{gap:1.25rem}}@media (max-width:41.8125em){.results__items{grid-template-columns:auto}}@media (max-width:30.62375em){.results__filter>:not(:last-child){margin-bottom:.9375rem}}@media (min-width:30.625em){.results__filter{display:grid;gap:.9375rem;grid-template-columns:repeat(2,minmax(13.75rem,1fr))}}@media (min-width:56.25em){.results__filter{grid-template-columns:repeat(4,minmax(auto,13.75rem))}}@media (min-width:61.99875em){.results__filter{gap:1.25rem}}@media (any-hover:hover){.select:not(.--select-open) .select__title:hover{border-color:#cfcfcf;transform:translateZ(0)}.select__option:hover:not([data-checked]){background-color:#eff2f5}}