
.wshb-hidden-select{position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important;}
.wshb-hidden-row{display:none !important;}
.wshb-swatches{margin:12px 0;}
.wshb-swatches__label{font-weight:600; margin-bottom:6px;}
.wshb-swatches__list{display:flex; flex-wrap:wrap; gap:8px;}
.wshb-swatch{display:flex; align-items:center; gap:8px; border:1px solid #ddd; background:#fff; padding:6px 10px; border-radius:999px; cursor:pointer;}
.wshb-swatch.is-selected{border-color:#111;}
.wshb-swatch__dot{width:16px; height:16px; border-radius:50%; background: var(--wshb-swatch, #f1f1f1); border:1px solid rgba(0,0,0,.15); display:inline-block;}
.wshb-swatch[data-has-hex="0"] .wshb-swatch__dot{background: repeating-linear-gradient(45deg,#eee,#eee 3px,#ccc 3px,#ccc 6px);}
.wshb-swatch__name{font-size:12px; line-height:1;}
