:root{--select-radius:.75rem;--select-min-height:3rem;--select-fill-weight:7%;--select-border-weight:0%;--select-menu-radius:.875rem}:where(.admin-mode,.admin-shell,.platform-admin-root,[data-select-style=outline]){--select-radius:.5rem;--select-min-height:2.625rem;--select-fill-weight:0%;--select-border-weight:20%;--select-menu-radius:.625rem}:where([data-select-style=soft]){--select-radius:.75rem;--select-min-height:3rem;--select-fill-weight:7%;--select-border-weight:0%;--select-menu-radius:.875rem}html body select:not([multiple]):not([hidden]):not([aria-hidden=true]):is(:not([size]),[size="1"]){--select-brand:var(--select-accent,var(--commerce-primary,var(--store-primary,var(--site-brand-accent,var(--green,var(--accent,#5c6260))))));--select-paper:var(--select-surface,var(--surface,#fff));--select-ink:var(--select-text,var(--foreground,var(--ink,#272d29)));--select-muted:color-mix(in srgb, var(--select-ink) 62%, var(--select-paper));appearance:none;min-width:0;max-width:100%;min-height:var(--select-min-height);border:1px solid color-mix(in srgb, var(--select-ink) var(--select-border-weight), var(--select-paper));border-radius:var(--select-radius);background-color:color-mix(in srgb, var(--select-brand) var(--select-fill-weight), var(--select-paper));background-image:linear-gradient(45deg, transparent 50%, var(--select-muted) 50%), linear-gradient(135deg, var(--select-muted) 50%, transparent 50%);color:var(--select-ink);text-overflow:ellipsis;cursor:pointer;background-position:right 18px center,right 14px center;background-repeat:no-repeat;background-size:4px 4px;padding:.625rem 2.5rem .625rem .875rem;font-family:inherit;font-weight:500;line-height:1.4;transition:border-color .14s,background-color .14s,box-shadow .14s}html body select:not([multiple]):not([hidden]):is(:not([size]),[size="1"]):hover:not(:disabled){border-color:color-mix(in srgb, var(--select-brand) 50%, var(--select-paper))}html body select:not([multiple]):not([hidden]):is(:not([size]),[size="1"]):focus-visible{border-color:var(--select-brand);outline:2px solid color-mix(in srgb, var(--select-brand) 60%, var(--select-paper));outline-offset:2px;box-shadow:none}html body select:not([multiple]):not([hidden]):is(:not([size]),[size="1"]):disabled{cursor:not-allowed;opacity:.55}html body select:not([multiple]):not([hidden]):is(:not([size]),[size="1"])[aria-invalid=true]{border-color:var(--danger,#b91c1c)}@supports (appearance:base-select){html body select:not([multiple]):not([hidden]):not([aria-hidden=true]):is(:not([size]),[size="1"]){appearance:base-select}html body select:not([multiple]):not([hidden]):not([aria-hidden=true]):is(:not([size]),[size="1"])::picker(select){appearance:base-select}html body select:not([multiple]):not([hidden]):not([aria-hidden=true]):is(:not([size]),[size="1"]){background-image:none;align-items:center;gap:.875rem;padding-right:.875rem}html body select:not([multiple]):is(:not([size]),[size="1"])::picker-icon{content:"";border-right:1.5px solid var(--select-muted);border-bottom:1.5px solid var(--select-muted);flex:0 0 7px;width:7px;height:7px;margin:0 2px 3px auto;transition:transform .14s;transform:rotate(45deg)rotate(0)}html body select:not([multiple]):is(:not([size]),[size="1"]):open{border-color:var(--select-brand)}html body select:not([multiple]):is(:not([size]),[size="1"]):open::picker-icon{transform:translateY(3px)rotate(225deg)}html body select:not([multiple]):is(:not([size]),[size="1"])::picker(select){position-anchor:auto;inset:auto;top:calc(anchor(bottom) + .375rem);left:anchor(left);position-try-fallbacks:flip-block, flip-inline, flip-block flip-inline;position-try-order:normal;position-area:none;min-width:anchor-size(width);border:1px solid color-mix(in srgb, var(--select-ink) 12%, var(--select-paper));border-radius:var(--select-menu-radius);background:var(--select-paper);max-width:min(32rem,100vw - 1.5rem);max-height:min(22rem,60dvh);color:var(--select-ink);box-shadow:0 8px 24px color-mix(in srgb, var(--select-ink) 12%, transparent);overscroll-behavior:contain;margin:0;padding:.375rem;overflow:auto}html body select:not([multiple]):is(:not([size]),[size="1"]) option{border-radius:calc(var(--select-menu-radius) - .375rem);background:var(--select-paper);min-height:2.375rem;color:var(--select-ink);font:inherit;white-space:normal;overflow-wrap:anywhere;cursor:pointer;border:0;align-items:center;gap:.75rem;margin:0;padding:.5rem .625rem;font-weight:400;display:flex}html body select:not([multiple]):is(:not([size]),[size="1"]) option:is(:hover,:focus){background:color-mix(in srgb, var(--select-brand) 7%, var(--select-paper))}html body select:not([multiple]):is(:not([size]),[size="1"]) option:checked{background:color-mix(in srgb, var(--select-brand) 12%, var(--select-paper));font-weight:500}html body select:not([multiple]):is(:not([size]),[size="1"]) option:disabled{color:var(--select-muted);cursor:not-allowed;opacity:.6}html body select:not([multiple]):is(:not([size]),[size="1"]) option[hidden]{display:none}html body select:not([multiple]):is(:not([size]),[size="1"]) option::checkmark{color:var(--select-brand);order:1;margin-left:auto}html body select:not([multiple]):is(:not([size]),[size="1"]) optgroup{color:var(--select-muted);font-weight:500}}@media (pointer:coarse){html body select:not([multiple]):not([hidden]):is(:not([size]),[size="1"]){min-height:max(44px, var(--select-min-height));font-size:max(16px,1em)}html body select:not([multiple]):is(:not([size]),[size="1"]) option{min-height:44px}}@media (prefers-reduced-motion:reduce){html body select{transition:none}html body select::picker-icon{transition:none}}@media (forced-colors:active){html body select:not([multiple]):not([hidden]):is(:not([size]),[size="1"]){color:canvastext;forced-color-adjust:auto;background-color:canvas;border-color:buttontext}}
:where(.admin-mode,.admin-shell,.platform-admin-root,[data-choice-context=admin]){--choice-accent:#7e22ce}html body :is([data-choice],label:has(input[type=radio])){--choice-brand:var(--choice-accent,var(--commerce-primary,var(--store-primary,var(--site-brand-accent,var(--green,var(--accent,#5c6260))))));--choice-paper:var(--choice-surface,var(--surface,#fff));--choice-ink:var(--choice-text,var(--foreground,var(--ink,#272d29)));border:1px solid color-mix(in srgb, var(--choice-ink) 22%, var(--choice-paper));border-radius:var(--choice-radius,.75rem);background:var(--choice-paper);min-width:0;max-width:100%;min-height:2.75rem;color:var(--choice-ink);box-shadow:none;cursor:pointer;transition:border-color .14s,color .14s;position:relative}html body [data-choice]{text-align:start;padding-inline-start:2.5rem}html body [data-choice]:before{content:"";inset-inline-start:.875rem;border:1.5px solid color-mix(in srgb, var(--choice-ink) 55%, var(--choice-paper));background:var(--choice-paper);box-sizing:border-box;border-radius:50%;width:1rem;height:1rem;position:absolute;top:calc(50% - .5rem)}html body :is([data-choice]:is([aria-pressed=true],[aria-checked=true]),label:has(input[type=radio]:checked)){border-color:var(--choice-brand);color:var(--choice-brand);box-shadow:inset 0 0 0 1px var(--choice-brand)}html body [data-choice]:is([aria-pressed=true],[aria-checked=true]):before{border-color:var(--choice-brand);background:radial-gradient(circle, var(--choice-brand) 0 3px, var(--choice-paper) 3.5px)}html body :is([data-choice],label:has(input[type=radio])):hover:not(:disabled):not(:has(:disabled)){border-color:var(--choice-brand);background:var(--choice-paper);transform:none}html body :is([data-choice]:focus-visible,label:has(input[type=radio]:focus-visible)){outline:2px solid var(--choice-brand);outline-offset:3px}html body :is([data-choice]:disabled,label:has(input[type=radio]:disabled)){opacity:.5;cursor:not-allowed}html body label:has(input[type=radio]){padding:.75rem 1rem}html body label input[type=radio]{appearance:none;border:1.5px solid color-mix(in srgb, var(--choice-ink) 55%, var(--choice-paper));background:var(--choice-paper);width:1rem;height:1rem;min-height:0;box-shadow:none;border-radius:50%;flex:0 0 1rem;padding:0}html body label input[type=radio]:checked{border-color:var(--choice-brand);background:radial-gradient(circle, var(--choice-brand) 0 3px, var(--choice-paper) 3.5px)}@media (prefers-reduced-motion:reduce){html body :is([data-choice],label:has(input[type=radio])){transition:none}}@media (forced-colors:active){html body :is([data-choice],label:has(input[type=radio])){border-color:buttontext}html body :is([data-choice]:is([aria-pressed=true],[aria-checked=true]),label:has(input[type=radio]:checked)){outline-offset:-2px;outline:2px solid highlight}html body [data-choice]:is([aria-pressed=true],[aria-checked=true]):before{forced-color-adjust:none;background:highlight;border:4px double canvas;outline:1px solid highlight}html body label input[type=radio]{appearance:auto}}
