.custom-dropdown{width:100%;border-radius:var(--inputs-radius);background:rgb(var(--color-background))}.custom-dropdown__selected{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;cursor:pointer}.custom-dropdown__selected-content{display:flex;align-items:center}.custom-dropdown__options{max-height:0;overflow:hidden;transition:max-height .5s ease-out;border-top:.1rem solid rgba(var(--color-foreground),.1)}.custom-dropdown__option-content{display:flex;align-items:center;gap:.8rem}.custom-dropdown.active .custom-dropdown__options{max-height:300px}.custom-dropdown__option{padding:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.custom-dropdown__option:not(.disabled):hover{background:rgba(var(--color-foreground),.03)}.custom-dropdown__option.selected{background:rgba(var(--color-foreground),.06)}.custom-dropdown__option.disabled{opacity:.5;cursor:not-allowed;background:rgba(var(--color-foreground),.03)}.unavailable-message{font-size:1.2rem;color:rgba(var(--color-foreground),.6)}.icon-caret{width:1rem;margin-left:1rem;transition:transform .3s ease}.custom-dropdown.active .icon-caret{transform:rotate(180deg)}.custom-dropdown__option:not(:last-child){border-bottom:.1rem solid rgba(var(--color-foreground),.04)}.custom-dropdown__option .icon-check{width:1.3rem;height:.9rem;color:rgb(var(--color-foreground))}.hidden-select{display:none!important}.dropdown-swatch{margin-right:.8rem}.option-text{font-size:1.2rem}
/*# sourceMappingURL=/cdn/shop/t/29/assets/component-custom-dropdown.css.map */
