.custom-dropdown{letter-spacing:0;display:inline-block;width:100%;position:relative;cursor:pointer;border:1px solid #eee}.custom-dropdown__toggle{color:#363935;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding-inline:1rem;min-height:2.9rem;width:100%;position:relative}.custom-dropdown__toggle.is-open{background-color:#f0f0f0;border:none;z-index:8889}.custom-dropdown__toggle svg{transition:transform .3s ease-in-out}.custom-dropdown__toggle.is-open svg{transform:rotate(180deg)}.custom-dropdown__inner{display:block;background-color:#fff;padding:var(--offset-top, 39px) 0 0 11px;border:1px solid #eee;position:absolute;inset:-1px -1px auto;z-index:8888;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.custom-dropdown__inner.is-open{opacity:1;pointer-events:all}.custom-dropdown__scroll{max-height:var(--dropdown-max-height, auto);padding-right:1.1rem;overflow-y:auto;transition:max-height .3s ease-in-out}.custom-dropdown__current>span{display:flex;align-items:center;gap:3px}.custom-dropdown input:checked+label,.custom-dropdown input:checked{display:none!important}.custom-dropdown input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.custom-dropdown label{display:block;transition:color .3s ease-in-out}@media (hover: hover) and (pointer: fine){.custom-dropdown__input-wrapper:hover label{color:#b39964}}.custom-dropdown__scroll>*{position:relative}.custom-dropdown__toggle.is-open+.custom-dropdown__inner{pointer-events:all;opacity:1}
/*# sourceMappingURL=/cdn/shop/t/115/assets/custom-dropdown.css.map */
