.custom-select{--custom-select-radius: var(--card-radius, 0px);--custom-select-border: #313E48;--custom-select-surface: #FFFFFF;--custom-select-state: #F4FAFA;--custom-select-padding: 10px;position:relative;width:100%}.custom-select__trigger,.custom-select__list,.custom-select[data-custom-select-ready] select{display:none}.custom-select[data-custom-select-ready] .custom-select__trigger{display:flex}.custom-select[data-custom-select-ready] .custom-select__list:not([hidden]){display:block}.custom-select__trigger{width:100%;align-items:center;justify-content:space-between;gap:10px;padding:var(--custom-select-padding);background-color:var(--custom-select-surface);border:solid 1px var(--custom-select-border);border-radius:var(--custom-select-radius);font:inherit;color:inherit;text-align:left;cursor:pointer}.custom-select__trigger:focus-visible{outline:solid 1px var(--custom-select-border);outline-offset:2px}.custom-select.is-open .custom-select__trigger{border-bottom-left-radius:0;border-bottom-right-radius:0}.custom-select__value{flex:1 1 auto;min-width:0}.custom-select__chevron{flex-shrink:0;display:flex;align-items:center;transition:transform .2s ease}.custom-select.is-open .custom-select__chevron{transform:rotate(180deg)}.custom-select__list{position:absolute;top:100%;left:0;right:0;z-index:5;max-height:220px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;box-sizing:border-box;margin:0;padding:0;list-style:none;background-color:var(--custom-select-surface);border:solid 1px var(--custom-select-border);border-top:none;border-radius:0 0 var(--custom-select-radius) var(--custom-select-radius)}.custom-select__option{padding:var(--custom-select-padding);cursor:pointer}.custom-select__option[hidden]{display:none}.custom-select__option+.custom-select__option{border-top:solid 1px #313E4820}.custom-select__option.is-active{background-color:var(--custom-select-state)}.custom-select__option.is-selected{background-color:var(--custom-select-state);box-shadow:inset 2px 0 0 var(--custom-select-border)}.custom-select__value,.custom-select__option{display:flex;flex-direction:column;gap:2px;line-height:1.3}.custom-select__option-title{font-weight:600}.custom-select__option-plan{opacity:.65}.custom-select--up .custom-select__list{top:auto;bottom:100%;border-top:solid 1px var(--custom-select-border);border-bottom:none;border-radius:var(--custom-select-radius) var(--custom-select-radius) 0 0}.custom-select--up.is-open .custom-select__trigger{border-radius:0 0 var(--custom-select-radius) var(--custom-select-radius)}.custom-select--up .custom-select__chevron{transform:rotate(180deg)}.custom-select--up.is-open .custom-select__chevron{transform:rotate(0)}.custom-select--inline .custom-select__value,.custom-select--inline .custom-select__option{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.custom-select__option-name{flex:0 1 auto;min-width:0}.custom-select--inline .custom-select__value .custom-select__option-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select--inline .custom-select__option .custom-select__option-name{overflow-wrap:anywhere}.custom-select__option-prices{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.custom-select--inline .custom-select__option .custom-select__option-prices{flex-direction:column;align-items:flex-end;gap:2px}.custom-select--inline .custom-select__option .compare-at-price{order:-1}.custom-select__option-prices .compare-at-price{text-decoration:line-through;opacity:.55}.custom-select__option-prices .sale-price{color:var(--discount-color, #AE7CBF);font-weight:600}
/*# sourceMappingURL=/cdn/shop/t/282/assets/custom-select.css.map */
