.pc-swatches {
  position: relative;
  height: 12px;
  width: 12px;
  overflow: visible;
}

.pc-swatch {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateX(0);
  transition: transform 220ms ease;
  will-change: transform;
}

.product-card.group:hover .pc-swatch {
  transform: translateX(var(--x, 0px));
}

.product-figma-cart input.qty[type="number"]::-webkit-outer-spin-button,
.product-figma-cart input.qty[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-figma-cart input.qty[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
