.bynd-ai-swatches{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0;}
.bynd-ai-swatch{border:1px solid #e5e7eb;border-radius:.5rem;padding:4px;cursor:pointer;line-height:0;background:#fff;transition:transform .1s ease, box-shadow .1s ease;}
.bynd-ai-swatch:focus{outline:2px solid #3b82f6;outline-offset:2px;}
.bynd-ai-swatch img{width:40px;height:40px;object-fit:cover;border-radius:.375rem;display:block;}
.bynd-ai-swatch .bynd-ai-swatch-label{display:inline-block;padding:6px 10px;font-size:12px;}
.bynd-ai-swatch.is-selected{box-shadow:0 0 0 2px #111827;transform:scale(1.02);} 
.bynd-ai-clear{margin-left:auto;border:none;background:transparent;text-decoration:underline;cursor:pointer;font-size:12px;}
/* Hide native selects visually but keep for a11y handled inline via style attr (fallback preserved) */
