.c-select-complex{--component-height:3rem;--border-radius:0.25rem;align-items:center;display:flex;height:var(--component-height);justify-content:space-between;position:relative;width:100%}.c-select-complex:after{border-bottom:.125rem solid;border-right:.125rem solid;content:"";display:block;height:.5rem;position:absolute;right:.75rem;top:1.15rem;transform:rotate(45deg);transform-origin:50% 65%;transition:transform .3s ease-in-out;width:.5rem;z-index:1}.c-select-complex .input-group{margin:0}.c-select-complex.custom-is-active:after{transform:rotate(225deg)}.c-select-complex.custom-is-active .c-select-complex__custom-options{display:block;z-index:3}.c-select-complex__trigger{background-color:var(--color-white);border:.0625rem solid var(--color-secondary);border-radius:var(--border-radius);padding:.75rem 2rem .75rem .75rem}.c-select-complex__native{display:flex;height:var(--component-height);line-height:1.2;opacity:1;width:100%}.c-select-complex__custom{align-items:center;bottom:0;cursor:pointer;display:none;left:0;position:absolute;right:0;top:0}.c-select-complex__custom button{align-content:center;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;display:flex;flex-wrap:wrap;justify-content:flex-start;text-align:left}.c-select-complex__custom button>*{display:flex}.c-select-complex__custom-options{background-color:var(--color-white);border:.0625rem solid hsla(203,8%,70%,.3);border-radius:var(--border-radius);box-shadow:0 33px 45px 0 rgba(0,0,0,.04),0 12.711px 14.333px 0 rgba(0,0,0,.02),0 2.689px 3.667px 0 rgba(0,0,0,.02);display:none;left:-.125rem;overflow:hidden;padding-block:.5rem;position:absolute;right:-.125rem;top:calc(100% + .5rem)}.c-select-complex__custom-option{align-content:center;align-items:center;border-bottom:.0625rem solid rgba(var(--color-neutral),.25);cursor:pointer;display:flex;gap:.5rem;justify-content:flex-start;padding:.75rem;text-align:left;width:100%}.c-select-complex__custom-option>*{align-items:center;display:flex}.c-select-complex__custom-option:hover .c-select-complex__custom-text :first-of-type{text-decoration:underline}.c-select-complex__custom-option.is-highlighted{background-color:rgba(var(--color-accent),.25);text-decoration:underline}.c-select-complex__custom-option.is-selected{background-color:#c63d28;color:var(--color-white);font-weight:600}.c-select-complex__custom-option.focus-visible{box-shadow:none}.c-select-complex__custom-text{display:grid;gap:0}.c-select-complex__title{font-weight:600}.c-select-complex__custom-subtitle{font-size:.875rem;font-weight:400}.c-select-complex__price{font-weight:600;margin-left:auto}@media (hover:hover){.c-select-complex__custom{display:flex}.c-select-complex__native{opacity:0}.c-select-complex__native:focus{opacity:1}.c-select-complex__native:focus+.c-select-complex__custom{display:none}}