.tbs-wvis-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.tbs-wvis-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 14px;
}

.tbs-wvis-swatch {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 2px solid rgba(0,0,0,.15);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  cursor: pointer;
  padding: 0;
  transition: transform .06s ease, border-color .15s ease, box-shadow .15s ease;
}

.tbs-wvis-swatch:hover {
  transform: translateY(-1px);
  border-color: rgba(0,0,0,.35);
}

.tbs-wvis-swatch.is-active {
  border-color: rgba(0,0,0,.85);
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}
