custom-select{display:block;position:relative}custom-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}custom-select .custom-select__selected{background-color:transparent;border:1px solid #000;cursor:pointer;font-family:Barlow;font-size:1.3rem;min-width:26rem;padding:2rem 4.8rem;position:relative;text-transform:uppercase}custom-select .custom-select__caret svg{position:absolute;right:4.8rem;top:50%;transform:translateY(-50%);transition:transform var(--transition);width:1rem}custom-select .custom-select__caret svg path{fill:#000;transition:fill var(--transition)}custom-select .custom-select__options{cursor:pointer;overflow:hidden;position:absolute;top:100%;transition:max-height var(--transition),background-color var(--transition);width:100%;z-index:2}custom-select .custom-select__options div{border-left:1px solid #000;border-right:1px solid #000;font-size:1.3rem;padding:.9rem 4.8rem;text-transform:uppercase;z-index:20}custom-select .custom-select__options div:last-child{padding-bottom:2.4rem}custom-select .custom-select__options div[selected]{font-weight:600}custom-select .custom-select__options div:not([disabled]):hover{font-weight:700}custom-select .custom-select__options div[disabled]{cursor:not-allowed;opacity:.7}custom-select[border-remove] .custom-select__options{border-bottom:1px solid #000}custom-select:not([open]) .custom-select__options{background-color:#fff;max-height:0}custom-select:not([open]) .input-error .custom-select__options{border-bottom:none}custom-select[open] .custom-select__selected{border-bottom:none;color:rgba(0,0,0,.2)}custom-select[open] .custom-select__options{background-color:#fff;border-bottom:1px solid #000;max-height:var(--max-height)}custom-select[open] .input-error+.custom-select__options{border-bottom:#ff4f2d}custom-select[open] .custom-select__caret svg{transform:translateY(-50%) rotate(-180deg)}custom-select[open] .custom-select__caret svg path{fill:rgba(0,0,0,.2)}custom-select[border-remove] .custom-select__selected,custom-select[border-remove] .input-error+.custom-select__selected{border-bottom:1px solid transparent}custom-select[disabled]{cursor:not-allowed}custom-select[disabled] .custom-select__selected{border-left:1px solid rgba(0,0,0,.2);border-right:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);color:rgba(0,0,0,.2)}custom-select[disabled] .custom-select__options{border-bottom:1px solid rgba(0,0,0,.2)}custom-select[disabled] svg path{fill:rgba(0,0,0,.2)}custom-select [data-filters]{display:none}custom-select .input-error+.custom-select__selected{border:1px solid #ec5c3d;border-bottom:none;color:#ff4f2d}custom-select .input-error+.custom-select__selected svg path{fill:#ff4f2d}custom-select .input-error+.custom-select__selected+.custom-select__options{border-bottom:1px solid #ff4f2d;color:#ff4f2d}custom-select .input-error+.custom-select__selected+.custom-select__options div{border-left:1px solid #ff4f2d;border-right:1px solid #ff4f2d;color:#ff4f2d}
