.jewelry-look-tool {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 8;
  display: grid;
  justify-items: end;
  gap: 8px;
  pointer-events: none;
}

.jewelry-place-copy {
  margin: 0 0 10px;
  color: rgba(230, 228, 236, .78);
  font-size: 11px;
  line-height: 1.45;
}

.jewelry-place-keys {
  display: grid;
  gap: 4px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  color: #d8d5de;
  font-size: 11px;
}

.jewelry-place-keys kbd {
  display: inline-block;
  min-width: 18px;
  margin-right: 4px;
  padding: 1px 5px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 4px;
  background: rgba(255, 255, 255, .06);
  font: inherit;
  font-size: 10px;
  text-align: center;
}

#jewelry-place-toggle[aria-pressed="true"] {
  border-color: rgba(255, 106, 213, .7);
  color: #fff;
}

.jewelry-place-modes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin: 0 0 10px;
}

.jewelry-place-tune-axes {
  display: none;
}

.jewelry-place-modes button {
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: #c8c5ce;
  font: inherit;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.jewelry-place-modes button:active {
  transform: scale(.97);
}

.jewelry-place-modes button[aria-pressed="true"] {
  border-color: rgba(255, 106, 213, .65);
  background: rgba(255, 106, 213, .12);
  color: #fff;
}

.jewelry-look-toggle,
.jewelry-look-panel,
.jewelry-look-reset {
  pointer-events: auto;
}

.jewelry-look-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px 0 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(10, 10, 14, .28);
  color: rgba(255, 255, 255, .82);
  backdrop-filter: blur(12px);
  font: inherit;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s cubic-bezier(.22, .82, .2, 1);
}

.jewelry-look-toggle:active {
  transform: scale(.97);
}

.jewelry-look-toggle svg {
  width: 16px;
  height: 16px;
}

.jewelry-look-toggle:hover,
.jewelry-look-toggle[aria-expanded="true"] {
  border-color: rgba(165, 107, 255, .55);
  background: rgba(12, 10, 18, .42);
  color: #fff;
}

.jewelry-look-panel {
  width: min(240px, calc(100vw - 32px));
  padding: 12px 12px 10px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(8, 8, 12, .38);
  backdrop-filter: blur(16px);
  color: #d8d5de;
}

.jewelry-look-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .72);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jewelry-look-row {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
}

.jewelry-look-row span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  letter-spacing: .04em;
}

.jewelry-look-row em {
  font-style: normal;
  color: #f2f0f6;
}

.jewelry-look-row output {
  color: #b7a4e4;
}

.jewelry-look-row input[type="range"] {
  width: 100%;
  accent-color: #a56bff;
}

.jewelry-look-reset {
  width: 100%;
  min-height: 30px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #9c99a6;
  font: inherit;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color .16s ease;
}

.jewelry-look-reset:hover {
  color: #fff;
}

.atlas-customer-page.atlas-immersive .jewelry-look-tool {
  top: 78px;
}
