/* Technische Hero-Rekonstruktion: Bildbasis ohne eingebrannten Text, UI vollständig in HTML. */
.product-hero--html {
  position: relative;
  aspect-ratio: 650 / 1553;
  overflow: hidden;
  isolation: isolate;
  background: #00070d;
}

.product-hero-clean-image {
  position: absolute;
  z-index: 0;
  top: -3.8%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.product-hero-content {
  position: absolute;
  z-index: 3;
  inset: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
}

.product-hero-content button {
  pointer-events: auto;
}

.product-hero-heading,
.product-hero-price {
  position: absolute;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  white-space: normal;
  border: 0;
}

.product-hero-badge {
  top: 7.1%;
  left: 5%;
}

.product-hero-heading {
  top: 10.5%;
  left: 5%;
  color: #fff;
  font-size: clamp(45px, 12.5vw, 54px);
  font-weight: 750;
  line-height: .94;
  letter-spacing: -.045em;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .28);
}

.product-hero-subheadline {
  top: 26.4%;
  left: 5%;
  width: 90%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: rgba(247, 250, 252, .9);
  font-size: clamp(13px, 3.5vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.012em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .92);
}

.product-hero-subheadline::before {
  content: none;
}

.product-hero-rating {
  top: 46.8%;
  left: 5%;
  padding: 0;
  gap: 9px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.product-hero-price {
  z-index: 4;
  top: 49.4%;
  left: 5%;
  color: #fff;
  font-size: clamp(30px, 8.2vw, 35px);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.035em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .72);
}

.product-hero-shipping {
  top: 52.2%;
  left: 5%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  color: rgba(247, 250, 252, .9);
}

.product-hero-options {
  position: absolute;
  top: 57.4%;
  left: 5%;
  width: 90%;
  margin: 0;
  color: #fff;
  pointer-events: auto;
}

.product-hero-options__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .22em;
}

.product-hero-options h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(18px, 5vw, 21px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.product-hero-options > p:last-of-type {
  margin: 0;
  color: rgba(247, 250, 252, .82);
  font-size: 11px;
  line-height: 1.4;
}

.product-hero--html .product-color-hotspots {
  position: absolute;
  top: 72px;
  left: -2.5%;
  width: 105%;
  height: 208px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.product-hero--html .product-color-hotspot {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(19, 41, 55, .92), rgba(1, 8, 13, .98));
  color: #fff;
  text-align: left;
}

.product-hero--html .product-color-hotspot[data-variant="red"] {
  background: linear-gradient(180deg, rgba(90, 18, 18, .88), rgba(18, 4, 6, .98));
}

.product-hero--html .product-color-hotspot[data-variant="white"] {
  background: linear-gradient(180deg, rgba(185, 205, 216, .94), rgba(70, 83, 91, .98));
}

.product-hero--html .product-color-hotspot img {
  position: absolute;
  top: 5px;
  left: 2%;
  width: 96%;
  height: 105px;
  object-fit: contain;
  filter: drop-shadow(0 9px 12px rgba(0, 0, 0, .5));
}

.product-hero--html .product-color-hotspot > span {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 92px;
  padding: 12px 9px 9px;
  background: linear-gradient(180deg, transparent, rgba(0, 5, 9, .94) 23%);
}

.product-hero--html .product-color-hotspot strong,
.product-hero--html .product-color-hotspot small {
  display: block;
}

.product-hero--html .product-color-hotspot strong {
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1.12;
}

.product-hero--html .product-color-hotspot small {
  color: rgba(255, 255, 255, .72);
  font-size: 7px;
  line-height: 1.4;
}

.product-hero--html .product-color-hotspot i {
  position: absolute;
  bottom: 7px;
  left: 9px;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: #05090c;
}

.product-hero--html .product-color-hotspot[data-variant="red"] i {
  background: #e32e35;
}

.product-hero--html .product-color-hotspot[data-variant="white"] i {
  background: #f4f4f0;
  box-shadow: inset 0 0 0 3px #f07b2c;
}

.product-hero-buy {
  position: absolute;
  z-index: 5;
  top: 86.35%;
  left: 4.7%;
  width: 90.6%;
  height: 4.35%;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #070a0d;
  font-size: clamp(17px, 4.8vw, 20px);
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .9);
  cursor: pointer;
}

.product-hero-guarantee {
  position: absolute;
  top: 91.35%;
  left: 4.7%;
  display: flex;
  width: 90.6%;
  height: 3.5%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(150, 186, 208, .52);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(10, 28, 40, .9), rgba(2, 11, 17, .92));
  color: rgba(255, 255, 255, .92);
  font-size: clamp(12px, 3.5vw, 15px);
  font-weight: 500;
}

.product-hero-guarantee span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 50%;
  font-size: 12px;
}

.product-hero-trust {
  position: absolute;
  top: 95.6%;
  left: 4.7%;
  display: grid;
  width: 90.6%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(7px, 2.3vw, 10px);
  line-height: 1.25;
}

.product-hero-trust span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-hero-trust b {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 5px;
  font-size: 9px;
  font-weight: 500;
}

.product-hero--html .product-variant-visual {
  z-index: 2;
  top: 26.4%;
}

.product-hero--html .product-cart-hotspot {
  z-index: 6;
}

@media (max-width: 360px) {
  .product-hero--html .product-color-hotspots {
    height: 190px;
  }

  .product-hero--html .product-color-hotspot img {
    height: 92px;
  }
}
