.lumora #lumora-variant-picker{margin-bottom:4px;}
.lumora .swatch-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;}
.lumora .swatch-pill{padding:8px 16px;border:1.5px solid var(--line);border-radius:20px;background:#fff;font-size:12.5px;font-weight:600;color:var(--text);cursor:pointer;transition:border-color .15s ease, background .15s ease, color .15s ease;}
.lumora .swatch-pill:hover{border-color:var(--rose-light);}
.lumora .swatch-pill.selected{border-color:var(--rose);background:var(--rose-pale);color:var(--rose-dark);}
.lumora .add-cart:disabled{opacity:.5;cursor:not-allowed;}
