custom-select-dropdown{display:contents}.custom-select__trigger{-webkit-appearance:none;appearance:none;background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),var(--alpha-link));font-size:var(--caption-font-size-medium);line-height:var(--caption-line-height);letter-spacing:var(--text-letter-spacing);font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);width:100%;box-sizing:border-box;height:unset;border:0;border-radius:var(--inputs-radius);padding:1.2rem calc(var(--inputs-border-width) + 3rem) 1rem 0;margin:var(--inputs-border-width);text-align:left;cursor:pointer;position:relative;z-index:1;display:flex;align-items:center;box-shadow:none}.custom-select__trigger:focus-visible{outline:0;box-shadow:none}.custom-select__trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.custom-select__trigger .icon-closed,.custom-select__trigger .icon-opened{position:absolute;right:1.5rem;bottom:calc(50% - .8rem);transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;height:.75rem}.custom-select__trigger .icon-opened{display:none}custom-select-dropdown.is-open .custom-select__trigger .icon-closed{display:none}custom-select-dropdown.is-open .custom-select__trigger .icon-opened{display:flex}.custom-select__trigger .icon-closed svg,.custom-select__trigger .icon-opened svg{position:static;top:unset;right:unset;transform:unset}.custom-select__dropdown[hidden]{display:none}.custom-select__dropdown{position:absolute;top:calc(100% + .2rem);left:0;right:0;background-color:rgb(var(--color-background));border:.1rem solid var(--color-navy-5);border-radius:var(--inputs-radius);list-style:none;margin:0;padding:1rem;z-index:100;max-height:24rem;overflow-y:auto;display:flex;flex-direction:column;--sticky-bar-shadow: 0px 0px 7px 0px rgba(var(--color-shadow), .15);-webkit-box-shadow:var(--sticky-bar-shadow);-moz-box-shadow:var(--sticky-bar-shadow);box-shadow:var(--sticky-bar-shadow)}.custom-select__option{width:100%;text-align:left;border:var(--variant-pills-border-width) solid rgba(var(--color-foreground),var(--variant-pills-border-opacity));border-radius:var(--variant-pills-radius);background-color:transparent;color:rgb(var(--color-foreground));padding:.7rem 1rem;margin:.1rem 0;font-size:var(--font-size-sm);line-height:var(--line-height-xs);letter-spacing:var(--letter-spacing-sm);cursor:pointer;transition:border var(--duration-short) ease,background-color var(--duration-short) ease}.custom-select__option:hover{background-color:var(--color-navy-6)}.custom-select__option[aria-selected=true]{background-color:var(--color-primary-1);color:rgb(var(--color-background));border-color:var(--color-primary-1)}.custom-select__option[aria-disabled=true]{border-color:rgba(var(--color-foreground),.1);color:var(--color-navy-4);cursor:default;text-decoration:line-through}
/*# sourceMappingURL=/cdn/shop/t/160/assets/custom-select-dropdown.css.map */
