custom-select{position:relative;display:block}custom-select.is-open{z-index:20}custom-select.is-ready select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}custom-select:not(.is-ready) .custom-select__trigger,custom-select:not(.is-ready) .custom-select__dropdown{display:none}.custom-select__trigger{display:flex;align-items:center;gap:12px;padding:15px 24px;border:1px solid var(--c-color-input-border, var(--color-input-border));border-radius:var(--border-radius-mb, 50px);background:var(--color-input-background);cursor:pointer;color:var(--c-color-input-placeholder, var(--color-input-placeholder));font-size:16px;font-weight:500;line-height:24px;-webkit-user-select:none;user-select:none;transition:border-color .2s ease,color .2s ease}.custom-select__trigger .svg-wrapper{--svg-size: 24px;--icon-size: 24px;color:var(--color-input-icon);flex-shrink:0}custom-select.selected .custom-select__trigger,custom-select.is-open .custom-select__trigger,.custom-select__trigger:hover{border-color:var(--color-input-border-h);color:var(--color-foreground)}@media(min-width:750px){.custom-select__trigger{border-radius:var(--border-radius, 100px)}}.custom-select__value{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--color-input-placeholder);transform:rotate(90deg);transition:transform .25s ease}.custom-select__arrow svg{width:24px;height:24px}custom-select.is-open .custom-select__arrow{transform:rotate(-90deg)}.custom-select__dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:240px;background:#fff;border-radius:24px;padding:8px;border:1px solid var(--color-border);z-index:10;box-shadow:0 4px 20px #0000000f}custom-select.is-open .custom-select__dropdown{display:block;animation:csDropdownIn .2s ease forwards}@keyframes csDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-select__search-wrapper{padding:4px 8px 8px}.custom-select__search{width:100%;padding:10px 16px;border:1px solid var(--color-border);border-radius:16px;background:var(--color-input-background, #fff);font-size:14px;line-height:20px;outline:none;font-family:inherit;transition:border-color .2s ease}.custom-select__search:focus{border-color:var(--color-input-border-h)}.custom-select__search::placeholder{color:var(--color-input-placeholder, #999)}.custom-select__options{max-height:260px;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.custom-select__option{padding:10px 16px;border-radius:16px;font-size:16px;line-height:24px;font-weight:500;cursor:pointer;transition:background-color .15s ease;color:var(--color-foreground)}.custom-select__option:hover,.custom-select__option.is-focused{background:#0000000a}.custom-select__option.is-selected{background:rgba(var(--color-input-text-rgb) / .15);font-weight:600}.custom-select__option.is-selected:hover,.custom-select__option.is-selected.is-focused{background:rgba(var(--color-input-text-rgb) / .15);opacity:.9}.custom-select__option.is-disabled{color:var(--color-input-placeholder, #999);cursor:not-allowed}.custom-select__option.is-disabled:hover{background:transparent}.custom-select__empty{padding:16px;text-align:center;color:var(--color-input-placeholder, #999);font-size:14px}
/*# sourceMappingURL=/cdn/shop/t/14/assets/custom-select.css.map */
