.product-card__aside:nth-child(3) {
  width: 100%;
}

.product-card__prints-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 0.375rem;
  padding-top: 0.625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-card__prints-label {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.825rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgb(var(--text-color));
}

.product-card__prints-count {
  font-weight: 400;
  color: rgba(var(--text-color), 0.5);
  text-transform: none;
  letter-spacing: 0;
}

.product-card__prints-new {
  font-size: 0.575rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  background: rgb(227 187 154 / 20%);
  letter-spacing: 0.05em;
  padding: 1px 5px;
  border-radius: 3px;
  color: rgba(var(--text-color), 0.6);
}

.product-card__swatch-list {
  padding: 1px !important;
}

.color-swatch {
  display: flex;
  align-items: center;
}
