/* Produktseiten-Hero: ausschließlich Header- und Text-Feinschliff. */
.product-page-nav {
  left: 50%;
  right: auto;
  width: min(100%, 430px);
  min-height: 72px;
  padding: 14px 22px;
  transform: translateX(-50%);
  color: #fff;
  background: rgba(0, 7, 13, .98);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.product-page-nav .nav__logo-img {
  width: 66px !important;
  height: 34px !important;
  object-position: left center !important;
}

.product-page-nav .nav__logo {
  align-self: center;
}

.product-page-nav .nav__hamburger {
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 50%;
}

.product-page-nav .nav__hamburger span {
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.product-hero .product-semantic-copy {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
  pointer-events: none;
}

.product-hero-heading,
.product-hero-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.product-hero-badge,
.product-hero-subheadline,
.product-hero-rating,
.product-hero-shipping {
  position: absolute;
  margin: 0;
  color: #f7fafc;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .8);
}

.product-hero-badge {
  top: 4.8%;
  left: 5%;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(0, 7, 13, .72);
  box-shadow: 0 0 16px 10px rgba(0, 7, 13, .58), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .16em;
  white-space: nowrap;
}

.product-hero-badge span {
  margin-inline: 7px;
  color: rgba(255, 255, 255, .52);
}

.product-hero-subheadline {
  top: 20.9%;
  left: 5%;
  width: 90%;
  padding: 2px 3px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .88), 0 1px 2px rgba(0, 0, 0, .96);
  isolation: isolate;
  font-size: clamp(13px, 3.5vw, 15px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -.012em;
}

.product-hero-subheadline::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -8px -44px -8px -5px;
  background: linear-gradient(90deg, rgba(0, 7, 13, .96) 0%, rgba(0, 7, 13, .82) 62%, rgba(0, 7, 13, .34) 84%, transparent 100%);
  filter: blur(6px);
  pointer-events: none;
}

.product-hero-rating {
  top: 46.5%;
  left: 5%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 3px 4px;
  background: rgba(0, 7, 13, .58);
  box-shadow: 0 0 16px 11px rgba(0, 7, 13, .66);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.product-hero-rating__stars {
  color: #ffc970;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
}

.product-hero-rating strong {
  font-size: 14px;
  font-weight: 700;
}

.product-hero-rating strong + span {
  margin-left: -6px;
  color: rgba(247, 250, 252, .9);
}

.product-hero-shipping {
  top: 53.1%;
  left: 5%;
  padding: 3px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(247, 250, 252, .94);
}

@media (min-width: 769px) {
  .product-page-nav .nav__links {
    display: none;
  }

  .product-page-nav .nav__hamburger {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-page-nav .nav__hamburger span {
    transition: none !important;
  }
}
