/** Shopify CDN: Minification failed

Line 8:0 Unexpected "}"

**/
/* swatch lives in its own file for reusability of the swatch in swatch-input and dropdown */

}
.swatch {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--swatch--background);
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.swatch-list,
.variant-pills__option {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
