.product .select-field{vertical-align:middle;flex-direction:column;width:100%;min-width:0;margin-top:5px;display:inline-flex;position:relative}.product button.select-trigger{border:1px solid var(--p-border-strong);background:var(--p-panel);width:100%;min-width:0;min-height:39px;color:var(--p-text);text-align:left;border-radius:6px;justify-content:space-between;gap:12px;padding:9px 11px;font-size:13px;font-weight:400}.product button.select-trigger:hover,.product button.select-trigger[data-state=open]{background:var(--p-raised);border-color:var(--p-border-strong)}.product button.select-trigger:disabled{cursor:not-allowed}.select-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.select-trigger>svg{color:var(--p-muted)}.product button.select-trigger[aria-invalid=true]{border-color:var(--p-danger)}.product .select-error{color:var(--p-danger);margin-top:6px;font-size:12px;font-weight:400}.product select.select-native{opacity:0;clip-path:inset(50%);pointer-events:none;border:0;width:1px;height:1px;margin:0;padding:0;position:absolute}.product.select-portal{z-index:2000;background:0 0;min-height:0}.product .select-menu{z-index:2000;min-width:max(180px, var(--radix-select-trigger-width,var(--radix-dropdown-menu-trigger-width,0px)));max-width:min(420px,100vw - 24px);max-height:min(320px, var(--radix-select-content-available-height,var(--radix-dropdown-menu-content-available-height)));border:1px solid var(--p-border-strong);background:var(--p-panel);color:var(--p-text);border-radius:9px;font-size:13px;font-weight:400;line-height:1.5;animation:.1s ease-out select-appear;overflow:hidden;box-shadow:0 12px 36px #0004,0 3px 8px #0002}.select-viewport,.select-multiple-menu{padding:5px}.product .select-multiple-menu{overflow-y:auto}.product .select-search-menu{flex-direction:column;display:flex}.select-search{border-bottom:1px solid var(--p-border);flex-shrink:0;padding:8px}.product .select-search input{width:100%;margin:0}.select-search-results{min-height:0;padding:5px;overflow-y:auto}.product .select-option{cursor:pointer;-webkit-user-select:none;user-select:none;overflow-wrap:anywhere;border-radius:5px;outline:none;align-items:center;gap:9px;min-height:34px;padding:7px 32px 7px 10px;display:flex;position:relative}.product .select-option[data-highlighted]{background:var(--p-hover);color:var(--p-text)}.select-option>span:first-child{min-width:0;max-width:100%}.product .select-menu:focus-visible,.product .select-option:focus-visible{outline:none}.product .select-option[data-disabled]{opacity:.45;cursor:not-allowed}.select-check{display:flex;position:absolute;right:9px}.select-checkbox{border:1px solid var(--p-border-strong);border-radius:4px;flex-shrink:0;place-items:center;width:16px;height:16px;display:grid}.select-checkbox>span{display:flex}[data-state=checked]>.select-checkbox{background:var(--p-accent);border-color:var(--p-accent);color:var(--p-on-accent)}.select-menu-label{color:var(--p-muted);padding:7px 10px;font-size:11px;display:block}.select-scroll{background:var(--p-panel);height:24px;color:var(--p-muted);justify-content:center;align-items:center;display:flex}@keyframes select-appear{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.product .select-menu{animation:none}}
