#product-detail-form #simple-variants.spv-original {
  display: none !important;
}

.spv-picker {
  margin-top: 10px;
  padding: 18px 0 6px;
}

.spv-group {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.spv-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111111;
}

.spv-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.spv-options--sizes {
  gap: 8px;
}

.spv-swatch,
.spv-size {
  appearance: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, opacity 0.18s ease;
}

.spv-swatch {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  border: 2px solid rgba(17, 17, 17, 0.12);
  position: relative;
}

.spv-swatch:hover,
.spv-size:hover {
  transform: translateY(-1px);
}

.spv-swatch.is-active,
.spv-size.is-active {
  border-color: #111111;
  box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.28);
}

.spv-swatch-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.spv-swatch--light .spv-swatch-fill {
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.18);
}

.spv-size {
  min-width: 58px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.16);
  color: #111111;
  font-size: 14px;
  font-weight: 700;
}

.spv-size.is-active {
  background: #111111;
  color: #ffffff;
}

.spv-summary {
  font-size: 13px;
  color: rgba(17, 17, 17, 0.78);
  margin-top: -2px;
}

.spv-summary strong {
  color: #111111;
}

.spv-cart-meta {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.7);
}

.spv-cart-meta-line + .spv-cart-meta-line {
  margin-top: 2px;
}

.spv-note {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.56);
  line-height: 1.45;
  margin-top: 8px;
}

.spv-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 719px) {
  .spv-picker {
    padding-top: 14px;
  }

  .spv-swatch {
    width: 32px;
    height: 32px;
  }

  .spv-size {
    min-width: 52px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 10px;
  }
}
