@charset "UTF-8";

.is-disabled {
  position: relative;
  pointer-events: none;
}
.is-disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgba(128, 128, 128, 0.5);
}

.is-disabled .txt-disabled {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  font-size: clamp(16px, 2.5vw + 6px, 32px);
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding-inline: 10px;
}

.txt-bold {
  font-weight: 700 !important;
}

.txt-red {
  color: #ff0000;
}
.txt-dc-line {
  text-decoration: underline;
}
.txt-dc-none {
  text-decoration: none !important;
}

.btn-soldout {
  pointer-events: none !important;
}
.buyBox.btn-custom {
  height: auto;
  padding-block: 10px;
}
