.etl-card-highlight-label,
.etl-pdp-hot-labels {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  gap: 4px;
  overflow: hidden;
  color: #7d2634;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  white-space: nowrap;
}

.etl-hot-label__reason {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border: 1px solid #7d2634;
  border-radius: 2px;
  font: inherit;
  line-height: 1;
  white-space: nowrap;
}

.etl-hot-label__reason {
  max-width: 100%;
  padding: 0 8px;
  overflow: hidden;
  color: #7d2634;
  background: #fff8f8;
  border-color: #c98f98;
  text-overflow: clip;
}

body[data-page-type="collection"] .etl-card-highlight-label {
  height: 24px;
  min-height: 24px;
  margin-top: 4px;
  font-size: 13px;
  line-height: 24px;
}

body[data-page-type="collection"] .etl-card-highlight-label .etl-hot-label__reason {
  height: 24px;
  min-height: 24px;
}

body[data-page-type="collection"] .etl-card-highlight-label + * {
  margin-top: 3px;
}

.etl-pdp-hot-labels {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  flex: 0 0 28px !important;
  font-size: 14px;
  line-height: 28px;
}

.etl-pdp-hot-labels .etl-hot-label__reason {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
  flex-basis: auto !important;
}

.etl-pdp-hot-labels .etl-hot-label__reason {
  padding-right: 9px;
  padding-left: 9px;
  color: #fff;
  background: #7d2634;
  border-color: #7d2634;
}

@media (max-width: 767px) {
  .etl-pdp-hot-labels {
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
    flex: 0 0 26px !important;
    font-size: 13px;
    line-height: 26px;
  }

  .etl-pdp-hot-labels .etl-hot-label__reason {
    height: 26px !important;
    min-height: 26px !important;
    max-height: 26px !important;
  }
}

@media (max-width: 480px) {
  body[data-page-type="collection"] .etl-card-highlight-label {
    gap: 3px;
  }

  body[data-page-type="collection"] .etl-hot-label__reason {
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 13px;
  }

}

@media (min-width: 768px) {
  body[data-page-type="collection"] .etl-card-highlight-label {
    height: 26px;
    min-height: 26px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 26px;
  }

  body[data-page-type="collection"] .etl-card-highlight-label .etl-hot-label__reason {
    height: 26px;
    min-height: 26px;
  }
}
