[data-swatch]::before {
  background-color: rgba(var(--text-color) / 0.08);
}

[data-swatch="black"]:before { background-color: #000}[data-swatch="red"]:before { background-color:#ff0000}[data-swatch="blue"]:before { background-color:#add8e6}[data-swatch="hot pink"]:before { background-image: url(//shop.unitedcurrents.com/cdn/shop/files/hot-pink_96x96.png?202) }[data-swatch="red blue stripes"]:before { background-image: linear-gradient(to right, #e22, #e22 50%, #22e 50%, #22e); transform: rotate(-45deg) }

