.dye-hero {
  background-image: url("../images/custom-dye.png");
}

.dye-swatch {
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.12);
  position: relative;
}

.dye-swatch.active::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 3px solid var(--dark);
  border-radius: calc(var(--radius) + 5px);
}

.wash-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.52rem 0.84rem;
  background: #fff;
  font-weight: 850;
}

.wash-pill.active {
  color: #fff;
  border-color: transparent;
  background: var(--dark);
}
