<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-select{--max-height: 309px;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative}.custom-select.custom-select--value-selected .custom-select__select-option,.custom-select:not(.custom-select--value-selected) .custom-select__selected-option{display:none}.custom-select__toggle{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:400;line-height:1;letter-spacing:2.1px;text-transform:uppercase;padding:1.2rem 1.2rem 1.2rem 1.6rem;border:1px solid #cccccc;color:#000;background-color:#fff}.custom-select__toggle-icon{position:relative;width:1.6rem;height:1.6rem}.custom-select__toggle-icon .icon{position:absolute;top:0;right:0;bottom:0;left:0;width:inherit;height:inherit;transition-property:opacity,visibility;transition-duration:.3s;transition-timing-function:ease-in-out}.custom-select[open]:not(.custom-select--closing) .custom-select__toggle-icon .icon.icon-chevron--down,.custom-select:not([open]) .custom-select__toggle-icon .icon.icon-chevron--up,.custom-select--closing .custom-select__toggle-icon .icon.icon-chevron--up{opacity:0;visibility:hidden}.custom-select__selected-option{display:grid;align-items:center;grid-template-columns:1fr auto}.custom-select__selected-option--size .custom-select__selected-value{display:grid;grid-template-columns:repeat(3,6.4rem)}.custom-select__options{overflow:auto;display:grid;max-height:var(--max-height);margin:0;padding:0;border-top:none;border-bottom:1px solid #cccccc;border-left:1px solid #cccccc;border-right:1px solid #cccccc}.custom-select__option{display:flex;align-items:center}.custom-select__option-label{cursor:pointer;width:100%;min-height:4.4rem;display:grid;align-items:center;grid-template-columns:1fr auto;font-size:12px;font-weight:400;line-height:1;letter-spacing:2.1px;text-transform:uppercase;color:#000;background-color:#fff;padding:1.2rem 1.2rem 1.2rem 1.6rem;transition:background-color .3s ease-in-out}.custom-select__option-label:hover,.custom-select__option-input:checked+.custom-select__option-label{background-color:#f8f2eb}.custom-select__option-label--disabled{color:rgba(var(--color-foreground),.45)}.custom-select__option-value--size{display:grid;align-items:center;grid-template-columns:repeat(3,6.4rem)}.custom-select__option-message{display:flex;align-items:center;justify-self:flex-end;gap:.8rem;font-size:9px;font-weight:600;line-height:1.5;letter-spacing:1px;text-transform:uppercase;color:#525252;cursor:pointer!important}
</pre></body></html>