.lsw-gallery { display: flex; flex-wrap: wrap; gap: 8px; }
.lsw-gallery.lsw-size-small .lsw-swatch { width: 24px; height: 24px; }
.lsw-gallery.lsw-size-medium .lsw-swatch { width: 32px; height: 32px; }
.lsw-gallery.lsw-size-large .lsw-swatch { width: 48px; height: 48px; }
.lsw-swatch { border-radius: 50%; display: inline-block; background-repeat: no-repeat; background-position: center; transition: transform .2s; margin: 4px; }
.lsw-swatch:hover { transform: scale(1.1); }
.lsw-swatch-label { margin-top: 4px; }
