.product-feature-panel {
  margin-top: 18px;
  padding: 15px;
  border: 1px solid #474b4f;
  border-radius: 14px;
  background: linear-gradient(180deg, #2b3033, #222629);
  box-shadow: 0 12px 28px #00000036, inset 0 0 0 1px #6b6e702e;
}

.product-feature-panel h3 {
  margin: 0 0 11px;
  font-size: 18px;
  line-height: 1.2;
}

.product-feature-list {
  display: grid;
  gap: 8px;
}

.product-feature-item {
  position: relative;
  min-height: 40px;
  padding: 9px 11px 9px 28px;
  border: 1px solid #4b5156;
  border-radius: 10px;
  background: linear-gradient(180deg, #34393c, #2f3437);
  color: #f4f7f2;
  font-size: 13px;
  line-height: 1.32;
  display: flex;
  align-items: center;
}

.product-feature-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #8dcf45;
  transform: translateY(-50%);
}

.product-feature-item strong {
  color: #f3f5f7;
}

.full h2,
.full h3,
.full h4 {
  margin: 26px 0 12px;
  color: #f3f5f7;
  line-height: 1.2;
}

.full p {
  margin: 0 0 14px;
  font-size: 15.5px;
  line-height: 1.62;
}

.forced-line-break {
  white-space: pre-line;
}

.full ul,
.full ol {
  margin: 0 0 18px 20px;
  padding: 0;
}

.full li {
  margin: 0 0 8px;
}

.full a {
  color: #8dcf45;
  text-decoration: none;
  border-bottom: 1px solid rgba(141, 207, 69, 0.38);
}

.full a:hover {
  color: #b6f36f;
  border-bottom-color: rgba(182, 243, 111, 0.7);
}

.jc-sale-pending {
  visibility: hidden !important;
}

.jc-sale-current {
  color: #e8ffd5 !important;
}

.jc-sale-stale {
  display: none !important;
}

.jc-sale-saving,
.jc-detail-sale-saving {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 7px;
  border: 1px solid #61892f;
  border-radius: 7px;
  background: #2d3d24;
  color: #dfffac;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .035em;
  line-height: 1;
}

.jc-detail-old-price {
  margin-top: 16px;
  margin-bottom: 6px;
  color: #b7bec8;
  font-family: Archivo, sans-serif;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 800;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #86c232;
}

.jc-detail-sale-badge {
  border: 1px solid #61892f;
  border-radius: 999px;
  padding: 8px 10px;
  background: #2d3d24;
  color: #dfffac;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
}

.jc-sale-active .spotlight-price,
.jc-sale-active .price-stack {
  width: fit-content;
  padding: 9px 12px 10px;
  border: 1px solid rgba(134, 194, 50, 0.34);
  border-radius: 10px;
  background: #263124;
  box-shadow: inset 0 0 0 1px rgba(232, 255, 213, 0.04);
}

.jc-sale-active .spotlight-price {
  align-items: center;
}

.jc-sale-active #modalPrice {
  padding-left: 0;
  border-left: 0;
}

.detail-summary,
.full {
  max-width: 86ch;
  text-wrap: pretty;
}

.feature-block {
  display: none !important;
}

@media (min-width: 981px) {
  body.view-product .detail-col {
    position: relative;
  }

  body.view-product .product-feature-panel {
    position: absolute;
    left: 0;
    right: 0;
  }

  body.view-product .dialog-grid + .dialog-box {
    margin-top: -130px;
    width: min(86ch, 54vw);
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  body:not(.view-product) .highlight-stage {
    min-height: 486px !important;
    height: 486px !important;
  }

  body:not(.view-product) .spotlight-card {
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr) !important;
  }

  body:not(.view-product) .spotlight-card .spotlight-copy {
    padding: 24px !important;
  }

  body:not(.view-product) .spotlight-card .spotlight-media {
    min-width: 0 !important;
  }

  body:not(.view-product) .spotlight-title {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
