/* custom colors */
.product-code[data-v-4d6263a4] {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
}
.product-code__value[data-v-4d6263a4] {
  color: var(--theme-color);
  font-weight: 700;
}
.product-code__copy[data-v-4d6263a4] {
  width: 30px;
  height: 30px;
  margin-left: 6px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--theme-color-primary);
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: background-color var(--trs-1), color var(--trs-1);
}
.product-code__copy[data-v-4d6263a4]:hover, .product-code__copy[data-v-4d6263a4]:focus-visible {
  background: var(--theme-color-primary-muted);
  outline: none;
}
.product-code__copy .ui-icon[data-v-4d6263a4] {
  font-size: 15px;
}