.de-swatches-wrapper {
  display: flex;
  gap: 8px;
}

.de-swatch-item {
  cursor: pointer;
  border: 1px solid #80746a;
  padding: 4px 16px;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
  position: relative;
  color: #80746a;
  /* body */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.de-swatch-item.active {
  border-color: #ee7836;
  color: #ee7836;
}

.de-swatch-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

label.de-swatch-item:not(.color-picker) {
  min-width: 100px;
}

.de-swatch-item {
  text-align: center !important;
}

form.variations_form.cart select {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.de-swatch-item.color-picker {
  padding: 4px;
  height: 32px;
  width: 32px;
  border: 1px solid #c0b9b5;
  border-radius: 32px;
}
.de-swatch-item.color-picker .de-swatch-label {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.de-swatch-item.color-picker:hover, .de-swatch-item.color-picker.active {
  border-color: #ee7836;
}
.de-swatch-item.color-picker.color-picker-border .de-swatch-label {
  border: 1px solid #c0b9b5;
}

table.variations .reset_variations {
  color: #80746a;
  /* headline 3 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1px;
  cursor: pointer !important;
  display: inline-flex;
}

.variations tbody tr:last-child .value .de-swatches-wrapper {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=wc-swatches.css.map */