custom-select{display:block;position:relative;width:100%}.custom-select__button{all:unset;box-sizing:border-box;display:flex;align-items:center;width:100%;cursor:pointer}.custom-select__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__list{list-style:none;margin:.5rem 0 0;padding:.5rem 0;position:absolute;top:100%;left:0;right:0;z-index:20;background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground),.15);border-radius:var(--inputs-radius);box-shadow:0 .4rem 1.2rem #00000040;display:none;max-height:30rem;overflow-y:auto}.custom-select__list.open{display:block}.custom-select__option{padding:1rem 2rem;cursor:pointer;font-family:inherit;font-size:1.2rem;color:rgb(var(--color-foreground))}.custom-select__option:hover,.custom-select__option:focus,.custom-select__option.selected{background-color:rgba(var(--color-foreground),.08);outline:none}
/*# sourceMappingURL=/cdn/shop/t/9/assets/component-custom-select.css.map */
