  .mn-shop-detail .mn-shell,
  .mn-shop-detail .mn-overlay {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mn-shop-detail .mn-background {
    width: min(1076px, 100%);
    margin: 0 auto;
  }

  .mn-shop-detail .mn-section {
    background: #07080d;
  }

  .mn-shop-detail .mn-section-models {
    padding: 76px 0 110px;
  }

  .mn-shop-detail .mn-section-temperature,
  .mn-shop-detail .mn-section-protection,
  .mn-shop-detail .mn-section-cooling {
    padding-top: 112px;
  }

  .mn-shop-detail .mn-section-cooling {
    padding-bottom: 84px;
  }

  .mn-shop-detail .mn-hero-copy {
    padding: clamp(40px, 7.6vw, 120px) 0 5%;
  }

  .mn-shop-detail .mn-hero-heading {
    width: 100%;
    justify-content: center;
  }

  .mn-shop-detail .mn-hero-title {
    font-size: clamp(42px, 4.6vw, 68px);
    padding-right: 11px;
    text-align: right;
    line-height: 1;
  }

  .mn-shop-detail .mn-hero-subtitle {
    padding-left: 11px;
    font-size: clamp(18px, 1.48vw, 24px);
  }

  .mn-hero-title::after {
    display: none;
  }

  .mn-shop-detail .mn-hero-metrics {
    gap: 16px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mn-shop-detail .mn-metric-label {
    min-height: 30px;
    padding: 5px 16px;
    width: 85%;
    max-width: 100%;
  }

  .mn-metric-unit {
    font-size: var(--font-22);
  }

  .mn-shop-detail .mn-metric strong {
    margin-top: 12px;
    font-size: clamp(22px, 2vw, 32px);
  }

  /* .mn-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } */

  .mn-shop-detail .mn-model-grid {
    gap: 18px;
    margin-top: 38px;
  }

  .mn-shop-detail .mn-model-card,
  .mn-shop-detail .mn-scene-card,
  .mn-shop-detail .mn-scene-media,
  .mn-shop-detail .mn-video-frame {
    border-radius: 16px;
  }

  .mn-shop-detail .mn-model-card,
  .mn-shop-detail .mn-scene-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .mn-shop-detail .mn-model-card img,
  .mn-shop-detail .mn-scene-card img {
    display: block;
    width: 100%;
  }

  .mn-shop-detail .mn-model-card span,
  .mn-shop-detail .mn-scene-card span {
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    display: block;
    padding: 16px 14px 18px;
    border-radius: 0;
    background: transparent;
    color: var(--color-ffffff);
    font-size: var(--font-18);
    line-height: 1.5;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mn-shop-detail .mn-scene-section {
    margin-top: 74px;
  }

  .mn-shop-detail .mn-scene-stage {
    margin-top: 34px;
  }

  .mn-shop-detail .mn-scene-media {
    max-width: 880px;
  }

  .mn-shop-detail .mn-scene-nav {
    width: min(880px, 100%);
  }

  .mn-shop-detail .mn-temperature-panel,
  .mn-shop-detail .mn-protection-stage,
  .mn-shop-detail .mn-video-frame-dark {
    width: min(760px, 100%);
  }

  .mn-shop-detail .mn-shop-solution-section {
    padding-top: 0;
  }

  .mn-shop-detail .mn-shop-solution-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: clamp(50px, 6.8vw, 120px);
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  }

  .mn-shop-detail .mn-shop-solution-heading {
    margin-bottom: 28px;
  }

  .mn-shop-detail .mn-solution-title {
    display: block;
    margin: 0;
    color: var(--color-ffffff);
    font-size: var(--font-48);
    font-weight: bold;
    text-align: center;
  }

  .mn-shop-detail .mn-shop-solution-specs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 18px;
    margin: 0 0 30px;
  }

  .mn-shop-detail .mn-shop-solution-stat {
    margin: 0;
    text-align: center;
  }

  .mn-shop-detail .mn-shop-solution-stat dt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 4px 16px;
    border-radius: 999px;
    background: var(--color-d4d4d4-21);
    color: var(--color-d4d4d4);
    font-size: var(--font-18);
    min-width: 160px;
  }

  .mn-shop-detail .mn-shop-solution-stat dd {
    margin: 14px 0 0;
    color: var(--color-ffffff);
    font-size: var(--font-30);
    font-weight: bold;
  }

  .mn-shop-detail .mn-section-custom .mn-background img {
    height: clamp(980px, 58vw, 1120px);
    object-fit: cover;
    object-position: center top;
  }

  .mn-section-custom .mn-overlay {
    position: relative;
  }

  .mn-shop-detail .mn-custom-wrap {
    padding: clamp(68px, 5vw, 96px) 5% clamp(56px, 4vw, 80px) 5%;
  }

  .mn-shop-detail .mn-heading-copy {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .mn-shop-detail .mn-custom-grid {
    width: min(820px, 100%);
    gap: 34px 20px;
    margin-top: 44px;
  }

  .mn-shop-detail .mn-custom-item {
    min-height: 88px;
    padding: 28px 14px 14px;
    border-radius: 16px;
    background: rgba(10, 13, 21, 0.18);
  }

  .mn-shop-detail .mn-custom-icon {
    width: 40px;
    height: 40px;
    top: -20px;
    font-size: 13px;
  }

.mn-shop-detail .mn-custom-icon img {
    width: 25px !important;
    height: 25px !important;
}

  .mn-shop-detail .mn-custom-icon.mn-text-icon {
    font-size: 12px;
  }

  .mn-shop-detail .mn-custom-item strong {
    font-size: var(--font-18);
    margin-top: 12px;
  }

  .mn-shop-detail[data-product="MN1115"] .mn-section-custom .mn-background::after {
    background: linear-gradient(180deg, rgba(4, 6, 11, 0.12) 0%, rgba(4, 6, 11, 0.48) 100%);
  }

  .mn-shop-detail[data-product="MN1115"] .mn-custom-wrap {
    align-items: center;
    justify-content: flex-start;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.34);
  }

  .mn-shop-detail[data-product="MN1115"] .mn-custom-grid {
    width: min(940px, 100%);
    gap: 42px 58px;
    margin-top: 58px;
    margin-bottom: 80px;
  }

  .mn-shop-detail[data-product="MN1115"] .mn-custom-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 82px;
    padding: 30px 18px 12px;
    border: 2px solid rgba(204, 211, 227, 0.44);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(5, 7, 13, 0.22) 0%, rgba(11, 14, 22, 0.48) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 26px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
  }



  .mn-shop-detail[data-product="MN1115"] .mn-custom-icon {
    width: 46px;
    height: 46px;
    top: -23px;
    border-width: 2px;
    background: rgba(7, 9, 15, 0.94);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08), 0 8px 18px rgba(0, 0, 0, 0.3);
  }

  .mn-shop-detail[data-product="MN1115"] .mn-custom-icon img {
    display: block;
    max-width: 64%;
    max-height: 64%;
    width: auto;
    height: auto;
  }

  .mn-shop-detail[data-product="MN1115"] .mn-custom-item strong {
    color: rgba(226, 231, 240, 0.94);
    font-size: clamp(18px, 1.4vw, 24px);
    line-height: 1.35;
  }

  @media (min-width: 769px) {
    .mn-shop-detail[data-product="MN1115"] .mn-section-custom {
      position: relative;
      overflow: hidden;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-section-custom .mn-background {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: min(1076px, 100%);
      height: 100%;
      margin: 0;
      transform: translateX(-50%);
      background: #07080d;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-section-custom .mn-background img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center top;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-section-custom .mn-overlay {
      position: relative;
      inset: auto;
      z-index: 1;
    }
  }

  .mn-custom-block {
    display: none;
  }

  @media (max-width: 768px) {

    .mn-shop-detail .mn-shell,
    .mn-shop-detail .mn-overlay {
      width: 100%;
    }

    .mn-shop-detail .mn-background {
      width: 100%;
    }

    .mn-shop-detail .mn-hero-copy {
      padding: 28px 0 30px;
    }

    .mn-shop-detail .mn-hero-heading {
      padding-left: 5%;
      padding-right: 5%;
    }

    .mn-shop-detail .mn-hero-title {
      padding-right: 10px;
      font-size: clamp(28px, 8.3vw, 52px);
    }

    .mn-shop-detail .mn-hero-subtitle {
      padding-left: 10px;
      font-size: clamp(14px, 3.8vw, 22px);
      line-height: 1.45;
    }

    .mn-shop-detail .mn-hero-metrics {
      gap: 16px 14px;
    }

    .mn-shop-detail .mn-metric-label {
      min-height: 0;
      padding: 3px 12px;
    }

    .mn-shop-detail .mn-metric strong {
      margin-top: 8px;
      font-size: clamp(20px, 5vw, 30px);
    }

    .mn-shop-detail .mn-section-models {
      padding: 62px 0 76px;
    }

    .mn-shop-detail .mn-scene-section {
      margin-top: 62px;
    }

    .mn-shop-detail .mn-model-card span,
    .mn-shop-detail .mn-scene-card span {
      padding: 12px 10px 14px;
    }

    .mn-shop-detail .mn-section-temperature,
    .mn-shop-detail .mn-section-protection,
    .mn-shop-detail .mn-section-cooling {
      padding-top: 70px;
    }

    .mn-shop-detail .mn-shop-solution-section {
      padding-top: 0;
    }

    .mn-shop-detail .mn-shop-solution-overlay {
      padding-top: clamp(28px, 7vw, 42px);
    }

    .mn-shop-detail .mn-shop-solution-heading {
      margin-bottom: 18px;
    }

    .mn-shop-detail .mn-solution-title {
      font-size: clamp(28px, 6.6vw, 42px);
    }

    .mn-shop-detail .mn-shop-solution-specs {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px 12px;
      margin-bottom: 22px;
    }

    .mn-shop-detail .mn-shop-solution-stat dd {
      margin-top: 8px;
      font-size: clamp(20px, 5vw, 30px);
    }

    .mn-shop-detail .mn-section-custom .mn-background img {
      height: auto;
    }

    .mn-shop-detail .mn-custom-wrap {
      padding: 40px 5% 28px 5%;
    }

    .mn-shop-detail .mn-custom-grid {
      width: 100%;
      margin-top: 34px;
    }

    .mn-shop-detail .mn-custom-item {
      min-height: 76px;
      padding: 24px 10px 12px;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-custom-grid {
      gap: 34px 14px;
      margin-top: 36px;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-custom-item {
      min-height: 74px;
      padding: 24px 10px 10px;
      border-radius: 14px;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-custom-item::before {
      width: 62px;
      height: 24px;
      border-radius: 14px 14px 0 0;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-custom-icon {
      width: 42px;
      height: 42px;
      top: -21px;
    }

    .mn-shop-detail[data-product="MN1115"] .mn-custom-item strong {
      font-size: clamp(14px, 3.5vw, 18px);
    }
  }

  @media (max-width: 580px) {
    .mn-custom-block {
      display: block;
      min-height: 450px;
    }

    :lang(cn).mn-custom-block {
      display: block;
      min-height: 400px;
    }

  }