.tawcvs-swatches{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0}.tawcvs-swatches .swatch{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 8px;border:2px solid #ddd;border-radius:4px;cursor:pointer;font-size:13px;transition:all .2s ease;position:relative}.tawcvs-swatches .swatch:hover{border-color:#999}.tawcvs-swatches .swatch.selected{border-color:#333;box-shadow:0 0 0 1px #333}.tawcvs-swatches .swatch.swatch-color{width:32px;height:32px;padding:0;border-radius:50%}.tawcvs-swatches .swatch.swatch-image{width:40px;height:40px;padding:2px}.tawcvs-swatches .swatch.swatch-image img{width:100%;height:100%;object-fit:cover;border-radius:2px}.tawcvs-swatches .swatch.disabled{opacity:.4;cursor:not-allowed;position:relative}.tawcvs-swatches .swatch.disabled::after{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background:#999;transform:rotate(-45deg)}