.kit-beta-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.kit-beta-label em {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 2px 8px;
  border: 1px solid #c92222;
  border-radius: 999px;
  color: #c92222;
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
}

.kit-title h1 {
  margin-bottom: 14px;
}

.kit-title p {
  margin-top: 0;
}

.beta-notice {
  display: block;
  margin-top: 12px;
  color: #262522;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.55;
}

.kit-choice.active::before {
  content: "선택됨";
}

.kit-choice.is-locked {
  cursor: not-allowed;
}

.kit-choice.is-locked::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.58);
}

.kit-choice.is-locked em {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 18px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.25;
  text-align: center;
}

.kit-sleeve-options button.is-disabled {
  color: #aaa59a;
  cursor: not-allowed;
}

.kit-sleeve-options button.is-disabled small {
  display: inline-block;
  margin-left: 6px;
  color: #c92222;
  font-size: 10px;
  font-weight: 950;
}

.pattern-color-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.pattern-color-row[hidden] {
  display: none;
}

.pattern-color-row label {
  display: grid;
  gap: 5px;
  color: #6b6760;
  font-size: 10px;
  font-weight: 900;
}

.pattern-color-row input[type="color"] {
  width: 100%;
  height: 34px;
  padding: 2px;
  border: 1px solid #c7c4bb;
  background: #fff;
  cursor: pointer;
}

.motif-thumb[data-motif="none"] span {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, transparent calc(50% - 1px), #2f2e2b calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)),
    #f7f7f4;
  color: #242321;
  font-size: 11px;
  font-weight: 950;
}
