.custom-select{position:relative;display:block;width:100%;margin-bottom:14px}.custom-select__native-wrapper{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__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 18px;background:var(--color-drawer-bg, #fff);border:1px solid var(--color-body, #151515);border-radius:var(--input-border-radius, 6px);font-size:.875rem;color:var(--color-body, #2c2d2e);cursor:pointer;text-align:left}[dir=rtl] .custom-select__trigger{text-align:right}.custom-select__trigger-arrow{display:inline-flex;align-items:center;transition:transform .2s ease}.custom-select.is-open .custom-select__trigger-arrow{transform:rotate(180deg)}.custom-select__panel{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:30;background:var(--color-drawer-bg, #fff);border:1px solid var(--color-border, #dadce0);border-radius:var(--input-border-radius, 6px);overflow:hidden;box-shadow:0 4px 12px #00000014}.custom-select.is-open .custom-select__panel{display:block}.custom-select__option{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;background-color:transparent}.custom-select__option:not(:last-child){border-bottom:1px solid var(--color-border, #dadce0)}.custom-select__option-name,.custom-select__option-stock{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-body, #2c2d2e)}.custom-select__option-stock{opacity:.6}.custom-select__option[data-available=false]{opacity:.5;cursor:not-allowed}.custom-select__option--selected{background-color:#263d2d}.custom-select__option--selected .custom-select__option-name,.custom-select__option--selected .custom-select__option-stock{color:#fff;opacity:1}@media screen and (hover:hover){.custom-select__option:not(.custom-select__option--selected):hover{background-color:var(--bg-body, #f5f5f5)}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/custom-select.css.map */
