.variations_form.vvs-swatches-ready tr.vvs-native-row {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.vvs-swatch-row td {
  padding: 0 0 18px 0 !important;
  border: 0 !important;
}

.vvs-attr-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vvs-attr-heading {
  font-size: var(--vvs-label-font-size);
  line-height: 1.4;
  color: var(--vvs-label-font-color);
  font-weight: var(--vvs-label-font-weight);
  display: flex;
  align-items: center;
  gap: 4px;
  text-align: left;
  justify-content: flex-start;
  width: 100%;
}

.vvs-attr-value {
  font-weight: 400;
}

.vvs-swatch-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.vvs-color-wrap .vvs-swatch-list {
  gap: var(--vvs-color-gap);
}

.vvs-size-wrap .vvs-swatch-list {
  gap: var(--vvs-size-gap);
}

.vvs-swatch-btn {
  appearance: none;
  border-style: solid;
  background: #fff;
  cursor: pointer;
  transition: all .2s ease;
  padding: 0;
  box-shadow: none;
  outline: none;
}

.vvs-swatch-btn:hover {
  border-color: var(--vvs-active-border-color);
}

.vvs-swatch-btn.active {
  border-color: var(--vvs-active-border-color) !important;
  background: var(--vvs-active-bg-color) !important;
  box-shadow: inset 0 0 0 1px var(--vvs-active-border-color);
}

.vvs-swatch-btn.disabled {
  opacity: .35;
  cursor: not-allowed;
}

.vvs-swatch-color-btn {
  width: var(--vvs-color-width);
  height: var(--vvs-color-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: var(--vvs-color-border-width);
  border-color: var(--vvs-color-border-color);
  border-radius: var(--vvs-color-border-radius);
}

.vvs-swatch-thumb {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vvs-swatch-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vvs-color-fill,
.vvs-text-thumb {
  width: 100%;
  height: 100%;
}

.vvs-text-thumb {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.vvs-swatch-size-btn {
  min-width: var(--vvs-size-min-width);
  height: var(--vvs-size-height);
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--vvs-size-border-radius);
  border-width: var(--vvs-size-border-width);
  border-color: var(--vvs-size-border-color);
  background: var(--vvs-size-bg-color);
}

.vvs-size-text {
  font-size: var(--vvs-size-font-size);
  font-weight: 600;
  color: var(--vvs-size-font-color);
}

.vvs-attr-wrap,
.vvs-swatch-list,
.vvs-swatch-row td {
  text-align: left !important;
}
