/** Shopify CDN: Minification failed

Line 2494:1 Expected identifier but found whitespace
Line 2553:16 Unexpected "{"

**/
.obp-pdp {
  --obp-pdp-teal: #3d9f97;
  --obp-pdp-teal-700: #277f78;
  --obp-pdp-teal-800: #1f6862;
  --obp-pdp-teal-900: #165a55;
  --obp-pdp-teal-950: #103f3c;
  --obp-pdp-mint: #e9f5f4;
  --obp-pdp-mint-soft: #f4f9f9;
  --obp-pdp-orange: #ff6700;
  --obp-pdp-orange-dark: #d95400;
  --obp-pdp-orange-soft: #fff0e6;
  --obp-pdp-ink: #2c2d2e;
  --obp-pdp-muted: #686e6f;
  --obp-pdp-line: #dfe6e5;
  --obp-pdp-sand: #f6f3ee;
  --obp-pdp-shadow: 0 22px 60px rgba(16, 63, 60, .11);
  --obp-pdp-radius-sm: 7px;
  --obp-pdp-radius-md: 18px;
  --obp-pdp-radius-lg: 30px;
  --obp-pdp-max: 1240px;
  color: var(--obp-pdp-ink);
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.obp-pdp *,
.obp-pdp *::before,
.obp-pdp *::after {
  box-sizing: border-box;
}

.obp-pdp img {
  display: block;
  max-width: 100%;
}

.obp-pdp a {
  color: inherit;
}

.obp-pdp button,
.obp-pdp input {
  font: inherit;
}

.obp-pdp h1,
.obp-pdp h2,
.obp-pdp h3,
.obp-pdp h4,
.obp-pdp p {
  margin-top: 0;
}

.obp-pdp h1,
.obp-pdp h2,
.obp-pdp h3,
.obp-pdp h4 {
  color: var(--obp-pdp-ink);
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.obp-pdp h1 {
  margin-bottom: 15px;
  font-size: clamp(2.35rem, 4.2vw, 4rem);
}

.obp-pdp h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.obp-pdp h3 {
  margin-bottom: 10px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.obp-pdp p {
  margin-bottom: 18px;
}

.obp-pdp__container {
  width: min(100% - 48px, var(--obp-pdp-max));
  margin-inline: auto;
}

.obp-pdp__section {
  padding: clamp(72px, 9vw, 122px) 0;
}

.obp-pdp__section--soft {
  background: var(--obp-pdp-mint-soft);
}

.obp-pdp__section--sand {
  background: var(--obp-pdp-sand);
}

.obp-pdp__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--obp-pdp-teal-700);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.obp-pdp__eyebrow::before {
  width: 20px;
  height: 3px;
  background: currentColor;
  border-radius: 10px;
  content: "";
}

.obp-pdp__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  color: var(--obp-pdp-teal-900);
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: var(--obp-pdp-radius-sm);
  cursor: pointer;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.obp-pdp__button:hover {
  transform: translateY(-2px);
}

.obp-pdp__button--buy {
  color: #fff;
  background: var(--obp-pdp-orange);
  border-color: var(--obp-pdp-orange);
  box-shadow: 0 14px 30px rgba(255, 103, 0, .23);
}

.obp-pdp__button--buy:hover {
  color: #fff;
  background: var(--obp-pdp-orange-dark);
}

.obp-pdp__button:focus-visible,
.obp-pdp__thumb:focus-visible,
.obp-pdp__offer:focus-visible,
.obp-pdp summary:focus-visible {
  outline: 3px solid rgba(255, 103, 0, .4);
  outline-offset: 3px;
}

.obp-pdp__breadcrumb {
  padding: 22px 0 10px;
  color: var(--obp-pdp-muted);
  font-size: .72rem;
}

.obp-pdp__breadcrumb a {
  text-decoration: none;
}

.obp-pdp__mobile-promises {
  display: none;
}

.obp-pdp__stage {
  padding: 34px 0 72px;
}

.obp-pdp__product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: start;
  gap: clamp(42px, 6vw, 82px);
}

.obp-pdp__gallery {
  position: sticky;
  top: 190px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
}

.obp-pdp__thumb-list {
  display: grid;
  align-content: start;
  gap: 10px;
}

.obp-pdp__thumb {
  width: 76px;
  height: 76px;
  padding: 7px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: 11px;
  cursor: pointer;
}

.obp-pdp__thumb.is-active {
  border-color: var(--obp-pdp-teal);
  box-shadow: 0 0 0 2px rgba(61, 159, 151, .12);
}

.obp-pdp__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.obp-pdp__media {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  place-items: center;
  padding: clamp(28px, 5vw, 62px);
  background: linear-gradient(145deg, #f7fbfb, var(--obp-pdp-mint));
  border: 1px solid var(--obp-pdp-line);
  border-radius: var(--obp-pdp-radius-lg);
}

.obp-pdp__media > img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  transition: opacity .15s ease;
}

.obp-pdp__product-copy {
  min-width: 0;
  padding: clamp(22px, 2.4vw, 34px);
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(61, 159, 151, .75), rgba(255, 103, 0, .38)) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  box-shadow: 0 24px 64px rgba(16, 63, 60, .11);
}

.obp-pdp__product-grid > *,
.obp-pdp__product-copy,
.obp-pdp__offers,
.obp-pdp__price-row {
  min-width: 0;
  max-width: 100%;
}

.obp-pdp__kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.obp-pdp__kicker .obp-pdp__eyebrow {
  margin: 0;
}

.obp-pdp__availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #23766f;
  font-size: .68rem;
  font-weight: 700;
  white-space: nowrap;
}

.obp-pdp__availability::before {
  width: 8px;
  height: 8px;
  background: #51a86e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(81, 168, 110, .12);
  content: "";
}

.obp-pdp__availability--off {
  color: var(--obp-pdp-orange-dark);
}

.obp-pdp__availability--off::before {
  background: var(--obp-pdp-orange);
}

.obp-pdp__lead {
  max-width: 590px;
  margin-bottom: 17px;
  color: var(--obp-pdp-muted);
  font-size: 1.04rem;
}

.obp-pdp__top-promises {
  display: grid;
  margin: 0 0 17px;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.obp-pdp__top-promise {
  display: grid;
  min-width: 0;
  padding: 13px 14px;
  background: #fff;
  border: 1px solid #d9e9e7;
  border-radius: 13px;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  box-shadow: 0 8px 18px rgba(16, 63, 60, .05);
}

.obp-pdp__top-promise--emergency {
  background: linear-gradient(135deg, #e9f6f4 0%, #f7fbfa 100%);
  border-color: #b9dcd8;
}

.obp-pdp__top-promise-icon {
  display: grid;
  width: 38px;
  height: 38px;
  align-self: start;
  color: #fff;
  background: var(--obp-pdp-teal-700);
  border-radius: 11px;
  place-items: center;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .02em;
}

.obp-pdp__top-promise strong,
.obp-pdp__top-promise small {
  display: block;
}

.obp-pdp__top-promise strong {
  color: var(--obp-pdp-teal-950);
  font-size: .78rem;
  line-height: 1.3;
}

.obp-pdp__top-promise small {
  margin-top: 4px;
  color: var(--obp-pdp-muted);
  font-size: .64rem;
  line-height: 1.4;
}

.obp-pdp__generation-note {
  display: inline-flex;
  margin: -5px 0 14px !important;
  padding: 7px 10px;
  color: var(--obp-pdp-teal-900);
  background: var(--obp-pdp-mint);
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 700;
  line-height: 1.3;
}

.obp-pdp__price-row {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 16px;
  margin: 21px 0 0;
  padding: 18px;
  background: linear-gradient(135deg, #f2f9f8 0%, #fff9f4 100%);
  border: 1px solid #d9e9e7;
  border-radius: 14px;
}

.obp-pdp__price {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  color: var(--obp-pdp-teal-950);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
}

.obp-pdp__price small {
  display: block;
  margin-top: 7px;
  color: var(--obp-pdp-muted);
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}

.obp-pdp__abo-note {
  display: block;
  min-width: 0;
  max-width: none;
  padding: 15px 17px;
  color: var(--obp-pdp-teal-900);
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(61, 159, 151, .28);
  border-left: 4px solid var(--obp-pdp-teal);
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(16, 63, 60, .07);
}

.obp-pdp__abo-copy,
.obp-pdp__abo-copy small,
.obp-pdp__abo-copy strong,
.obp-pdp__abo-copy > span {
  display: block;
}

.obp-pdp__abo-copy small {
  margin-bottom: 3px;
  color: var(--obp-pdp-orange-dark);
  font-size: .59rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.obp-pdp__abo-copy strong {
  color: var(--obp-pdp-teal-950);
  font-size: .76rem;
  line-height: 1.32;
}

.obp-pdp__abo-copy > span {
  margin-top: 4px;
  color: var(--obp-pdp-muted);
  font-size: .63rem;
  font-weight: 500;
  line-height: 1.38;
}

.obp-pdp__core-usps {
  display: grid;
  margin: 14px 0 22px;
  padding: 14px 16px;
  background: #fbfdfd;
  border: 1px solid #edf3f2;
  border-radius: 12px;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
}

.obp-pdp__core-usps span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .76rem;
  font-weight: 600;
}

.obp-pdp__core-usps span::before {
  color: var(--obp-pdp-teal-700);
  content: "✓";
  font-weight: 700;
}

.obp-pdp__offer-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 9px;
}

.obp-pdp__offer-title h2 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -.015em;
}

.obp-pdp__offer-title span {
  color: var(--obp-pdp-muted);
  font-size: .64rem;
}

.obp-pdp__offers {
  display: grid;
  gap: 8px;
}

.obp-pdp__offer {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 70px;
  align-items: center;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  gap: 10px;
  padding: 12px 14px;
  color: var(--obp-pdp-ink);
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(16, 63, 60, .035);
  cursor: pointer;
  text-align: left;
}

.obp-pdp__offer:hover {
  border-color: rgba(61, 159, 151, .6);
}

.obp-pdp__offer.is-selected {
  background: linear-gradient(135deg, #edf8f7 0%, #fff 100%);
  border-color: var(--obp-pdp-teal);
  box-shadow: 0 0 0 2px rgba(61, 159, 151, .12), 0 10px 24px rgba(16, 63, 60, .07);
}

.obp-pdp__offer-radio {
  width: 18px;
  height: 18px;
  border: 1.5px solid #b5c1bf;
  border-radius: 50%;
}

.obp-pdp__offer.is-selected .obp-pdp__offer-radio {
  border: 5px solid var(--obp-pdp-teal);
}

.obp-pdp__offer-copy strong,
.obp-pdp__offer-copy small,
.obp-pdp__offer-price strong,
.obp-pdp__offer-price small {
  display: block;
}

.obp-pdp__offer-copy strong {
  font-size: .78rem;
}

.obp-pdp__offer-copy small {
  margin-top: 3px;
  color: var(--obp-pdp-muted);
  font-size: .64rem;
  line-height: 1.35;
}

.obp-pdp__offer-price {
  text-align: right;
}

.obp-pdp__offer-price strong {
  font-size: .84rem;
}

.obp-pdp__offer-price del {
  display: block;
  color: var(--obp-pdp-muted);
  font-size: .58rem;
  font-weight: 500;
}

.obp-pdp__offer-price small {
  color: var(--obp-pdp-muted);
  font-size: .58rem;
}

.template-product-obp-2024 .obp-pdp kaching-bundle {
  display: none !important;
}

.obp-pdp__offer-label {
  position: absolute;
  top: -8px;
  right: 12px;
  padding: 3px 7px;
  color: #fff;
  background: var(--obp-pdp-orange);
  border-radius: 999px;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.obp-pdp__station-selector {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px 18px;
  align-items: center;
  margin: 2px 0 4px;
  padding: 15px 16px;
  color: var(--obp-pdp-teal-950);
  background: linear-gradient(135deg, #edf8f7 0%, #fffaf6 100%);
  border: 1px solid rgba(61, 159, 151, .35);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(16, 63, 60, .06);
}

.obp-pdp__station-selector[hidden] {
  display: none;
}

.obp-pdp__station-selector-copy strong,
.obp-pdp__station-selector-copy span {
  display: block;
}

.obp-pdp__station-selector-copy strong {
  font-size: .78rem;
}

.obp-pdp__station-selector-copy span {
  margin-top: 3px;
  color: var(--obp-pdp-muted);
  font-size: .64rem;
}

.obp-pdp__station-stepper {
  display: grid;
  grid-template-columns: 38px 42px 38px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: 10px;
}

.obp-pdp__station-stepper button,
.obp-pdp__station-stepper output {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  color: var(--obp-pdp-teal-950);
  background: transparent;
  border: 0;
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
}

.obp-pdp__station-stepper button {
  cursor: pointer;
}

.obp-pdp__station-stepper button:first-child,
.obp-pdp__station-stepper output {
  border-right: 1px solid var(--obp-pdp-line);
}

.obp-pdp__station-stepper button:hover:not(:disabled) {
  background: rgba(61, 159, 151, .1);
}

.obp-pdp__station-stepper button:disabled {
  color: #b7c2c0;
  cursor: not-allowed;
}

.obp-pdp__station-selector p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--obp-pdp-muted);
  font-size: .61rem;
  line-height: 1.4;
}

.obp-pdp__station-selector p span {
  color: var(--obp-pdp-teal);
  font-weight: 800;
}

.obp-pdp__included {
  margin-top: 13px;
  padding: 15px 16px;
  background: #f7fbfa;
  border: 1px solid #d9eae8;
  border-radius: 12px;
}

.obp-pdp__included-heading {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-bottom: 11px;
}

.obp-pdp__included-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: var(--obp-pdp-teal);
  border-radius: 50%;
  font-size: .78rem;
  font-weight: 800;
}

.obp-pdp__included-heading strong,
.obp-pdp__included-heading small,
.obp-pdp__included-cable strong,
.obp-pdp__included-cable span {
  display: block;
}

.obp-pdp__included-heading strong {
  color: var(--obp-pdp-teal-950);
  font-size: .75rem;
}

.obp-pdp__included-heading small {
  margin-top: 1px;
  color: var(--obp-pdp-muted);
  font-size: .58rem;
}

.obp-pdp__included-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 16px;
  list-style: none;
}

.obp-pdp__included-list li {
  position: relative;
  min-width: 0;
  padding-left: 17px;
  color: var(--obp-pdp-muted);
  font-size: .64rem;
  line-height: 1.4;
}

.obp-pdp__included-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--obp-pdp-teal-700);
  content: "✓";
  font-weight: 800;
}

.obp-pdp__included-list li[hidden] {
  display: none;
}

.obp-pdp__included-cable {
  color: var(--obp-pdp-teal-950) !important;
}

.obp-pdp__included-cable strong {
  font-size: .67rem;
}

.obp-pdp__included-cable span {
  margin-top: 1px;
  color: var(--obp-pdp-muted);
  font-size: .57rem;
}

.obp-pdp__buy-area {
  margin-top: 13px;
}

.obp-pdp__buy-area .obp-pdp__button {
  width: 100%;
  min-height: 62px;
  font-size: 1rem;
  font-weight: 700;
}

.obp-pdp__payment-methods {
  margin-top: 10px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: 12px;
}

.obp-pdp__payment-heading {
  display: flex;
  margin-bottom: 9px;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.obp-pdp__payment-heading strong {
  color: var(--obp-pdp-teal-950);
  font-size: .67rem;
}

.obp-pdp__payment-heading span {
  color: var(--obp-pdp-muted);
  font-size: .55rem;
}

.obp-pdp__payment-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.obp-pdp__payment-icons svg {
  width: auto;
  height: 23px;
  border-radius: 3px;
}

.obp-pdp__buy-trust {
  display: grid;
  margin-top: 9px;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.obp-pdp__buy-trust div {
  padding: 9px 6px;
  color: var(--obp-pdp-muted);
  background: #f6fbfa;
  border: 1px solid #dfecea;
  border-radius: 9px;
  font-size: .59rem;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.obp-pdp__buy-trust div::before {
  margin-right: 5px;
  color: var(--obp-pdp-teal-700);
  content: "✓";
  font-weight: 700;
}

.obp-pdp__retail-cta {
  display: grid;
  margin-top: 10px;
  padding: 13px 15px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  color: var(--obp-pdp-teal-950);
  background: linear-gradient(135deg, #eaf6f5, #f7fbfb);
  border: 1px solid #cfe4e2;
  border-radius: 12px;
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.obp-pdp__retail-cta:hover {
  border-color: var(--obp-pdp-teal);
  box-shadow: 0 10px 24px rgba(16, 63, 60, .08);
  transform: translateY(-1px);
}

.obp-pdp__retail-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--obp-pdp-teal);
  border-radius: 11px;
}

.obp-pdp__retail-icon svg {
  width: 22px;
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.obp-pdp__retail-copy strong,
.obp-pdp__retail-copy small {
  display: block;
}

.obp-pdp__retail-copy strong {
  font-size: .7rem;
}

.obp-pdp__retail-copy small {
  margin-top: 2px;
  color: var(--obp-pdp-muted);
  font-size: .59rem;
  line-height: 1.35;
}

.obp-pdp__retail-link {
  color: var(--obp-pdp-teal-900);
  font-size: .66rem;
  font-weight: 700;
  white-space: nowrap;
}

.obp-pdp__personal-help {
  display: grid;
  margin-top: 12px;
  padding: 13px 15px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  background: var(--obp-pdp-sand);
  border-radius: 12px;
}

.obp-pdp__team-avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: var(--obp-pdp-teal-900);
  border-radius: 50%;
  font-size: .58rem;
  font-weight: 700;
}

.obp-pdp__team-avatar svg {
  display: block;
  width: 22px;
  height: 22px;
}

.obp-pdp__personal-help strong,
.obp-pdp__personal-help span {
  display: block;
}

.obp-pdp__personal-help strong {
  font-size: .7rem;
}

.obp-pdp__personal-help span {
  color: var(--obp-pdp-muted);
  font-size: .61rem;
}

.obp-pdp__personal-help .obp-pdp__team-avatar {
  display: grid;
  place-items: center;
  color: #fff;
}

.obp-pdp__personal-help a {
  color: var(--obp-pdp-teal-900);
  font-size: .67rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.obp-pdp__quick-trust {
  background: #fff;
  border-top: 1px solid var(--obp-pdp-line);
  border-bottom: 1px solid var(--obp-pdp-line);
}

.obp-pdp__quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.obp-pdp__quick-item {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 25px 22px;
  border-right: 1px solid var(--obp-pdp-line);
}

.obp-pdp__quick-item:last-child {
  border-right: 0;
}

.obp-pdp__quick-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  flex: 0 0 46px;
  color: var(--obp-pdp-teal-900);
  background: #eaf6f5;
  border-radius: 12px;
}

.obp-pdp__quick-icon svg {
  width: 23px;
  height: 23px;
}

.obp-pdp__quick-copy,
.obp-pdp__quick-copy strong,
.obp-pdp__quick-copy span {
  display: block;
}

.obp-pdp__quick-item strong {
  margin-bottom: 5px;
  color: var(--obp-pdp-teal-900);
  font-size: .78rem;
}

.obp-pdp__quick-item span {
  color: var(--obp-pdp-muted);
  font-size: .67rem;
}

.obp-pdp__quick-item .obp-pdp__quick-icon {
  color: var(--obp-pdp-teal-900);
}

.obp-pdp__section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.obp-pdp__section-head p {
  max-width: 670px;
  margin-bottom: 0;
  color: var(--obp-pdp-muted);
  font-size: 1.03rem;
}

.obp-pdp__section-head--center {
  margin-inline: auto;
  text-align: center;
}

.obp-pdp__section-head--center p {
  margin-inline: auto;
}

.obp-pdp__audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.obp-pdp__audience-card {
  min-height: 430px;
  padding: clamp(30px, 5vw, 58px);
  background: var(--obp-pdp-mint);
  border-radius: var(--obp-pdp-radius-lg);
}

.obp-pdp__audience-card--dark {
  color: #fff;
  background: var(--obp-pdp-teal-900);
}

.obp-pdp__audience-card--dark h3 {
  color: #fff;
}

.obp-pdp__audience-card h3 {
  max-width: 470px;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
}

.obp-pdp__audience-card p {
  max-width: 490px;
  color: var(--obp-pdp-muted);
}

.obp-pdp__audience-card--dark p {
  color: rgba(255, 255, 255, .74);
}

.obp-pdp__audience-list {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.obp-pdp__audience-list li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-size: .82rem;
  font-weight: 600;
}

.obp-pdp__audience-list li::before {
  color: var(--obp-pdp-orange);
  content: "✓";
}

.obp-pdp__feature-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(46px, 7vw, 96px);
}

.obp-pdp__feature-media {
  position: relative;
  display: grid;
  min-height: 590px;
  overflow: hidden;
  place-items: center;
  padding: 48px;
  background: linear-gradient(145deg, #f8fbfb 0%, #eaf5f4 58%, #fff8f2 100%);
  border: 1px solid #d5e8e6;
  border-radius: var(--obp-pdp-radius-lg);
  box-shadow: 0 26px 70px rgba(22, 90, 85, .13);
}

.obp-pdp__feature-media::before {
  content: none;
}

.obp-pdp__feature-media::after {
  content: none;
}

.obp-pdp__feature-media img {
  position: relative;
  z-index: 1;
  width: min(88%, 470px);
  max-height: 490px;
  padding: 20px;
  object-fit: contain;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(61, 159, 151, .12);
  border-radius: 24px;
  box-shadow: 0 24px 52px rgba(16, 63, 60, .13);
}

.obp-pdp__feature-layout--photo {
  align-items: start;
}

.obp-pdp__feature-media--full {
  display: block;
  min-height: 0;
  aspect-ratio: 4 / 3;
  align-self: start;
  padding: 0;
  background: #eaf5f4;
}

.obp-pdp__feature-media--full img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.obp-pdp__orbit {
  position: absolute;
  z-index: 2;
  padding: 9px 12px;
  color: var(--obp-pdp-teal-900);
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(61, 159, 151, .22);
  border-radius: 999px;
  box-shadow: 0 8px 25px rgba(16, 63, 60, .08);
  font-size: .63rem;
  font-weight: 700;
}

.obp-pdp__orbit--one {
  top: 28px;
  left: 28px;
}

.obp-pdp__orbit--two {
  top: 31px;
  right: 25px;
}

.obp-pdp__orbit--three {
  bottom: 31px;
  left: 28px;
  color: var(--obp-pdp-orange-dark);
  border-color: rgba(255, 103, 0, .24);
}

.obp-pdp__orbit--four {
  right: 28px;
  bottom: 31px;
}

.obp-pdp__accordion-hint {
  display: inline-flex;
  margin: 0 0 12px !important;
  padding: 7px 11px;
  align-items: center;
  gap: 7px;
  color: var(--obp-pdp-teal-900);
  background: #eaf6f5;
  border-radius: 999px;
  font-size: .65rem;
  font-weight: 700;
}

.obp-pdp__accordion-hint span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: #fff;
  background: var(--obp-pdp-orange);
  border-radius: 50%;
  font-size: .9rem;
  line-height: 1;
}

.obp-pdp__accordion-hint--center {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 16px !important;
}

.obp-pdp__faq details {
  border-bottom: 1px solid var(--obp-pdp-line);
}

.obp-pdp__faq details:first-child {
  border-top: 1px solid var(--obp-pdp-line);
}

.obp-pdp__faq summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px 0;
  list-style: none;
  cursor: pointer;
  font-size: .84rem;
  font-weight: 600;
}

.obp-pdp__faq summary::-webkit-details-marker {
  display: none;
}

.obp-pdp__faq summary span:last-child {
  color: var(--obp-pdp-orange);
  font-size: 1.25rem;
  transition: transform .2s ease;
}

.obp-pdp__faq details[open] summary span:last-child {
  transform: rotate(45deg);
}

.obp-pdp__feature-list {
  display: grid;
  gap: 9px;
}

.obp-pdp__feature-list details {
  overflow: hidden;
  background: rgba(255, 255, 255, .86);
  border: 1px solid var(--obp-pdp-line);
  border-radius: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.obp-pdp__feature-list details:hover,
.obp-pdp__feature-list details[open] {
  background: #fff;
  border-color: rgba(61, 159, 151, .48);
  box-shadow: 0 12px 28px rgba(16, 63, 60, .07);
}

.obp-pdp__feature-list summary {
  display: flex;
  min-height: 66px;
  padding: 13px 15px 13px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  font-size: .82rem;
  font-weight: 600;
}

.obp-pdp__feature-list summary::-webkit-details-marker {
  display: none;
}

.obp-pdp__feature-list summary span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: var(--obp-pdp-orange);
  background: var(--obp-pdp-orange-soft);
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

.obp-pdp__feature-list details[open] summary span:last-child {
  color: #fff;
  background: var(--obp-pdp-orange);
  transform: rotate(45deg);
}

.obp-pdp__feature-list .obp-pdp__answer {
  padding: 0 58px 18px 18px;
}

.obp-pdp__answer {
  max-width: 780px;
  padding: 0 0 23px;
  color: var(--obp-pdp-muted);
  font-size: .77rem;
}

.obp-pdp__cost-grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  align-items: start;
  gap: clamp(44px, 7vw, 90px);
}

.obp-pdp__cost-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px);
  color: rgba(255, 255, 255, .82);
  background:
    radial-gradient(circle at 104% 103%, rgba(61, 159, 151, .5), transparent 46%),
    linear-gradient(145deg, var(--obp-pdp-teal-900), var(--obp-pdp-teal-950));
  border-radius: var(--obp-pdp-radius-lg);
  box-shadow: 0 24px 60px rgba(16, 63, 60, .14);
}

.obp-pdp__cost-copy::after {
  position: absolute;
  right: -58px;
  bottom: -80px;
  width: 230px;
  height: 230px;
  border: 38px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.obp-pdp__cost-copy .obp-pdp__eyebrow {
  color: #8ed7d1;
}

.obp-pdp__cost-copy h2 {
  color: #fff;
}

.obp-pdp__cost-copy p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .78);
}

.obp-pdp__cost-summary {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.obp-pdp__cost-summary div {
  padding: 13px 11px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px;
}

.obp-pdp__cost-summary strong,
.obp-pdp__cost-summary span {
  display: block;
}

.obp-pdp__cost-summary strong {
  color: #fff;
  font-size: .92rem;
}

.obp-pdp__cost-summary span {
  margin-top: 3px;
  color: rgba(255, 255, 255, .66);
  font-size: .55rem;
  line-height: 1.3;
}

.obp-pdp__cost-card {
  align-self: start;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: var(--obp-pdp-radius-md);
  box-shadow: var(--obp-pdp-shadow);
}

.obp-pdp__cost-line {
  display: grid;
  grid-template-columns: minmax(190px, .75fr) 1.25fr;
  gap: 24px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--obp-pdp-line);
  font-size: .74rem;
}

.obp-pdp__cost-line:nth-child(odd) {
  background: #fbfdfd;
}

.obp-pdp__cost-line:first-child {
  border-left: 4px solid var(--obp-pdp-orange);
}

.obp-pdp__cost-line:last-child {
  border-left: 4px solid var(--obp-pdp-teal);
}

.obp-pdp__cost-line:last-child {
  border-bottom: 0;
}

.obp-pdp__cost-line span {
  color: var(--obp-pdp-muted);
}

.obp-pdp__cost-highlight {
  color: var(--obp-pdp-teal-900) !important;
  font-weight: 700;
}

.obp-pdp__spec-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.obp-pdp__spec-card {
  position: relative;
  overflow: hidden;
  min-height: 185px;
  padding: 25px;
  background: linear-gradient(145deg, #fff, #f7fbfa);
  border: 1px solid var(--obp-pdp-line);
  border-radius: var(--obp-pdp-radius-md);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.obp-pdp__spec-card::after {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 76px;
  height: 76px;
  background: rgba(61, 159, 151, .07);
  border-radius: 50%;
  content: "";
}

.obp-pdp__spec-card:nth-child(3n+2)::after {
  background: rgba(255, 103, 0, .08);
}

.obp-pdp__spec-card:hover {
  border-color: rgba(61, 159, 151, .45);
  box-shadow: 0 14px 34px rgba(16, 63, 60, .08);
  transform: translateY(-2px);
}

.obp-pdp__spec-value {
  display: block;
  margin-bottom: 22px;
  color: var(--obp-pdp-orange);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.05em;
}

.obp-pdp__spec-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--obp-pdp-teal-900);
  font-size: .78rem;
}

.obp-pdp__spec-card p {
  margin: 0;
  color: var(--obp-pdp-muted);
  font-size: .67rem;
}

.obp-pdp__medical-note {
  margin: 22px 0 0;
  color: var(--obp-pdp-muted);
  font-size: .65rem;
}

.obp-pdp__accessories {
  background: linear-gradient(180deg, #fff 0%, #f5faf9 100%);
}

.obp-pdp__accessory-head {
  display: flex;
  margin-bottom: 34px;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.obp-pdp__accessory-head .obp-pdp__section-head {
  margin-bottom: 0;
}

.obp-pdp__accessory-all {
  flex: 0 0 auto;
  color: var(--obp-pdp-teal-900);
  font-size: .76rem;
  font-weight: 700;
  text-decoration: none;
}

.obp-pdp__accessory-all:hover {
  color: var(--obp-pdp-orange-dark);
}

.obp-pdp__accessory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.obp-pdp__accessory-card {
  overflow: hidden;
  color: var(--obp-pdp-ink);
  background: #fff;
  border: 1px solid var(--obp-pdp-line);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(16, 63, 60, .07);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.obp-pdp__accessory-card:hover {
  border-color: rgba(61, 159, 151, .55);
  box-shadow: 0 22px 54px rgba(16, 63, 60, .12);
  transform: translateY(-3px);
}

.obp-pdp__accessory-image {
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  padding: 22px;
  background: linear-gradient(145deg, #f6fbfa, #eef6f5);
}

.obp-pdp__accessory-image img,
.obp-pdp__accessory-image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.obp-pdp__accessory-copy {
  padding: 20px 21px 22px;
}

.obp-pdp__accessory-copy small {
  display: block;
  margin-bottom: 7px;
  color: var(--obp-pdp-teal-700);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.obp-pdp__accessory-copy h3 {
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.obp-pdp__accessory-copy strong {
  color: var(--obp-pdp-orange-dark);
  font-size: .73rem;
}

.obp-pdp__faq {
  display: grid;
  max-width: 880px;
  margin-inline: auto;
  gap: 9px;
}

.obp-pdp__faq details,
.obp-pdp__faq details:first-child {
  overflow: hidden;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--obp-pdp-line);
  border-radius: 13px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.obp-pdp__faq details:hover,
.obp-pdp__faq details[open] {
  background: #fff;
  border-color: rgba(61, 159, 151, .48);
  box-shadow: 0 12px 28px rgba(16, 63, 60, .07);
}

.obp-pdp__faq summary {
  min-height: 68px;
  padding: 13px 15px 13px 18px;
}

.obp-pdp__faq summary span:last-child {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: var(--obp-pdp-orange);
  background: var(--obp-pdp-orange-soft);
  border-radius: 50%;
  font-size: 1.1rem;
  line-height: 1;
}

.obp-pdp__faq details[open] summary span:last-child {
  color: #fff;
  background: var(--obp-pdp-orange);
}

.obp-pdp__faq .obp-pdp__answer {
  padding: 0 58px 18px 18px;
}

#lieferumfang,
#funktionen,
#produktvideo,
#technische-daten,
#faq {
  scroll-margin-top: 120px;
}

.obp-pdp__jump-nav {
  background: #fff;
  border-top: 1px solid var(--obp-pdp-line);
}

.obp-pdp__jump-nav-inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  padding-block: 10px;
  scrollbar-width: none;
}

.obp-pdp__jump-nav-inner::-webkit-scrollbar {
  display: none;
}

.obp-pdp__jump-label {
  margin-right: 5px;
  color: var(--obp-pdp-teal-900);
  font-size: .66rem;
  font-weight: 800;
  white-space: nowrap;
}

.obp-pdp__jump-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  color: var(--obp-pdp-muted);
  background: #f7faf9;
  border: 1px solid var(--obp-pdp-line);
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.obp-pdp__jump-nav a:hover {
  color: var(--obp-pdp-teal-900);
  background: var(--obp-pdp-mint);
  border-color: rgba(61, 159, 151, .55);
}

.obp-pdp__section--video {
  overflow: hidden;
  background: var(--obp-pdp-teal-950);
}

.obp-pdp__video-grid {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
}

.obp-pdp__video-copy,
.obp-pdp__video-frame {
  min-width: 0;
}

.obp-pdp__video-copy .obp-pdp__eyebrow {
  color: #8ed7d1;
}

.obp-pdp__video-copy h2 {
  color: #fff;
}

.obp-pdp__video-copy p {
  color: rgba(255, 255, 255, .75);
}

.obp-pdp__video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.obp-pdp__video-meta span {
  padding: 7px 10px;
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 650;
}

.obp-pdp__video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #0c2f2c;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: var(--obp-pdp-radius-lg);
  box-shadow: 0 28px 72px rgba(0, 0, 0, .28);
}

.obp-pdp__video-frame iframe,
.obp-pdp__video-play,
.obp-pdp__video-play img {
  width: 100%;
  height: 100%;
}

.obp-pdp__video-frame iframe {
  display: block;
  border: 0;
}

.obp-pdp__video-play {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #0c2f2c;
  border: 0;
  cursor: pointer;
}

.obp-pdp__video-play::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(4, 28, 26, .78) 100%);
  content: "";
}

.obp-pdp__video-play img {
  object-fit: cover;
  transition: transform .35s ease;
}

.obp-pdp__video-play:hover img {
  transform: scale(1.025);
}

.obp-pdp__video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: #fff;
  background: var(--obp-pdp-orange);
  border: 5px solid rgba(255, 255, 255, .92);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
  transform: translate(-50%, -50%);
}

.obp-pdp__video-play-icon svg {
  width: 25px;
  height: 25px;
  margin-left: 3px;
}

.obp-pdp__video-play-label {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
}

.obp-pdp__video-play-label strong,
.obp-pdp__video-play-label small {
  display: block;
}

.obp-pdp__video-play-label strong {
  font-size: .88rem;
}

.obp-pdp__video-play-label small {
  color: rgba(255, 255, 255, .75);
  font-size: .62rem;
}

@media (min-width: 1100px) {
  .obp-pdp__spec-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.obp-pdp__final {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 50px;
  padding: clamp(38px, 7vw, 72px);
  overflow: hidden;
  background: var(--obp-pdp-mint);
  border-radius: var(--obp-pdp-radius-lg);
}

.obp-pdp__final-image {
  display: grid;
  min-height: 390px;
  place-items: center;
  padding: 30px;
  background: rgba(255, 255, 255, .62);
  border-radius: 22px;
}

.obp-pdp__final-image img {
  width: min(86%, 430px);
  max-height: 360px;
  object-fit: contain;
}

.obp-pdp__final-price {
  margin: 22px 0;
  color: var(--obp-pdp-teal-950);
  font-size: 1.7rem;
  font-weight: 700;
}

.obp-pdp__mobile-buybar {
  display: none;
}

.obp-pdp__desktop-buybar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 84;
  opacity: 0;
  visibility: hidden;
  color: var(--obp-pdp-ink);
  background: rgba(255, 255, 255, .97);
  border-top: 1px solid var(--obp-pdp-line);
  box-shadow: 0 -14px 38px rgba(16, 63, 60, .14);
  transform: translateY(calc(100% + 12px));
  pointer-events: none;
  backdrop-filter: blur(14px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.obp-pdp__desktop-buybar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.obp-pdp__desktop-buybar-inner {
  display: grid;
  min-height: 86px;
  grid-template-columns: minmax(240px, 1fr) auto auto auto;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
}

.obp-pdp__desktop-buybar-selection {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 13px;
}

.obp-pdp__desktop-buybar-selection > span:last-child,
.obp-pdp__desktop-buybar-price {
  display: block;
  min-width: 0;
}

.obp-pdp__desktop-buybar-selection small,
.obp-pdp__desktop-buybar-price small {
  display: block;
  margin-bottom: 2px;
  color: var(--obp-pdp-muted);
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.obp-pdp__desktop-buybar-selection strong {
  display: block;
  overflow: hidden;
  color: var(--obp-pdp-teal-950);
  font-size: .83rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.obp-pdp__desktop-buybar-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 44px;
  color: var(--obp-pdp-teal-900);
  background: var(--obp-pdp-mint);
  border: 1px solid rgba(61, 159, 151, .24);
  border-radius: 12px;
}

.obp-pdp__desktop-buybar-icon svg {
  display: block;
  width: 23px;
  height: 23px;
}

.obp-pdp__desktop-buybar-trust {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--obp-pdp-teal-900);
  font-size: .66rem;
  font-weight: 650;
  white-space: nowrap;
}

.obp-pdp__desktop-buybar-price {
  min-width: 104px;
  text-align: right;
}

.obp-pdp__desktop-buybar-price strong {
  display: block;
  color: var(--obp-pdp-teal-950);
  font-size: 1.16rem;
  line-height: 1.1;
  white-space: nowrap;
}

.obp-pdp__desktop-buybar .obp-pdp__button {
  min-width: 218px;
  min-height: 50px;
  padding: 12px 21px;
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .obp-pdp__desktop-buybar-inner {
    grid-template-columns: minmax(220px, 1fr) auto auto;
  }

  .obp-pdp__desktop-buybar-trust {
    display: none;
  }

  .obp-pdp__product-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    gap: 36px;
  }

  .obp-pdp__gallery {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .obp-pdp__thumb {
    width: 64px;
    height: 64px;
  }

  .obp-pdp__media {
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .obp-pdp__desktop-buybar {
    display: none;
  }

  .obp-pdp__mobile-promises {
    display: grid;
    padding: 5px 0 14px;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .obp-pdp__top-promises {
    display: none;
  }

  .obp-pdp__mobile-promises > span {
    display: grid;
    min-width: 0;
    padding: 10px 12px;
    align-items: center;
    background: #eef8f6;
    border: 1px solid #cbe4e1;
    border-radius: 11px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
  }

  .obp-pdp__mobile-promises b {
    display: grid;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--obp-pdp-teal-700);
    border-radius: 9px;
    place-items: center;
    font-size: .61rem;
    letter-spacing: .02em;
  }

  .obp-pdp__mobile-promises strong {
    color: var(--obp-pdp-teal-950);
    font-size: .7rem;
    line-height: 1.3;
  }

  .obp-pdp__product-grid,
  .obp-pdp__audience-grid,
  .obp-pdp__feature-layout,
  .obp-pdp__cost-grid,
  .obp-pdp__video-grid,
  .obp-pdp__final {
    grid-template-columns: minmax(0, 1fr);
  }

  .obp-pdp__video-copy {
    max-width: 720px;
  }

  .obp-pdp__gallery {
    position: static;
  }

  .obp-pdp__quick-grid,
  .obp-pdp__spec-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .obp-pdp__accessory-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .obp-pdp__quick-item:nth-child(2) {
    border-right: 0;
  }

  .obp-pdp__quick-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--obp-pdp-line);
  }

  .obp-pdp__feature-media {
    min-height: 500px;
  }
}

@media (max-width: 640px) {
  .obp-pdp {
    font-size: 15px;
  }

  .obp-pdp__container {
    width: min(100% - 32px, var(--obp-pdp-max));
  }

  .obp-pdp__section {
    padding: 62px 0;
  }

  .obp-pdp__breadcrumb {
    padding-top: 15px;
  }

  .obp-pdp__mobile-promises {
    grid-template-columns: minmax(0, 1fr);
  }

  .obp-pdp__stage {
    padding: 16px 0 48px;
  }

  .obp-pdp__gallery {
    display: flex;
    flex-direction: column-reverse;
  }

  .obp-pdp__thumb-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .obp-pdp__thumb {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
  }

  .obp-pdp__media {
    min-height: 390px;
    padding: 38px 25px;
    border-radius: 20px;
  }

  .obp-pdp__product-grid {
    gap: 30px;
  }

  .obp-pdp__product-copy {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .obp-pdp__kicker,
  .obp-pdp__price-row,
  .obp-pdp__offer-title {
    align-items: start;
    flex-direction: column;
  }

  .obp-pdp__price-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .obp-pdp__payment-heading {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }

  .obp-pdp__abo-note {
    max-width: none;
    padding: 14px 15px;
  }

  .obp-pdp__station-selector {
    grid-template-columns: 1fr;
  }

  .obp-pdp__station-stepper {
    width: 100%;
    grid-template-columns: 1fr 52px 1fr;
  }

  .obp-pdp__included-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .obp-pdp__jump-nav-inner {
    width: 100%;
    padding-inline: 16px;
  }

  .obp-pdp__jump-label {
    margin-left: 0;
  }

  .obp-pdp__video-frame {
    border-radius: 18px;
  }

  .obp-pdp__video-play-icon {
    width: 62px;
    height: 62px;
    border-width: 4px;
  }

  .obp-pdp__video-play-label {
    right: 15px;
    bottom: 13px;
    left: 15px;
  }

  .obp-pdp__core-usps,
  .obp-pdp__top-promises,
  .obp-pdp__buy-trust,
  .obp-pdp__quick-grid,
  .obp-pdp__spec-grid,
  .obp-pdp__accessory-grid {
    grid-template-columns: 1fr;
  }

  .obp-pdp__accessory-head {
    align-items: start;
    flex-direction: column;
  }

  .obp-pdp__personal-help {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .obp-pdp__personal-help a {
    grid-column: 2;
  }

  .obp-pdp__retail-cta {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .obp-pdp__retail-link {
    grid-column: 2;
  }

  .obp-pdp__quick-item,
  .obp-pdp__quick-item:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--obp-pdp-line);
  }

  .obp-pdp__quick-item:last-child {
    border-bottom: 0;
  }

  .obp-pdp__audience-card {
    min-height: auto;
    padding: 32px 26px;
    border-radius: 20px;
  }

  .obp-pdp__feature-media {
    min-height: 0;
    padding: 35px 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .obp-pdp__feature-media img,
  .obp-pdp__feature-media svg {
    grid-column: 1 / -1;
  }

  .obp-pdp__feature-media--full {
    min-height: 0;
    aspect-ratio: 16 / 11;
    padding: 0;
  }

  .obp-pdp__orbit {
    position: static;
    display: flex;
    min-height: 40px;
    margin: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .obp-pdp__cost-copy {
    padding: 30px 24px;
  }

  .obp-pdp__cost-summary {
    grid-template-columns: 1fr;
  }

  .obp-pdp__cost-line {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .obp-pdp__final {
    gap: 28px;
    padding: 28px 22px;
    border-radius: 20px;
  }

  .obp-pdp__final-image {
    min-height: 300px;
  }

  .obp-pdp__mobile-buybar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .97);
    border-top: 1px solid var(--obp-pdp-line);
    box-shadow: 0 -12px 32px rgba(16, 63, 60, .12);
    backdrop-filter: blur(12px);
  }

  .obp-pdp__mobile-buybar strong,
  .obp-pdp__mobile-buybar span {
    display: block;
  }

  .obp-pdp__mobile-buybar strong {
    font-size: .95rem;
  }

  .obp-pdp__mobile-buybar span {
    color: var(--obp-pdp-muted);
    font-size: .58rem;
  }

  .obp-pdp__mobile-buybar .obp-pdp__button {
    min-height: 48px;
    padding: 10px 16px;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .obp-pdp *,
  .obp-pdp *::before,
  .obp-pdp *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}


/* Vorbestell-Vorschau – One Button Phone */
.obp-pdp__availability--preorder {
  display: inline-grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-items: start;
  column-gap: 9px;
  row-gap: 2px;
  max-width: 100%;
  flex: 0 1 auto;
  padding: 7px 11px;
  color: #a94708;
  background: #fff4eb;
  border: 1px solid #ffd0ad;
  border-radius: 999px;
  white-space: normal;
}

.obp-pdp__kicker {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px 18px;
}

.obp-pdp__kicker .obp-pdp__eyebrow {
  min-width: 200px;
  flex: 1 1 200px;
}

.obp-pdp__availability--preorder::before {
  grid-row: 1 / span 2;
  margin-top: .32em;
  background: var(--obp-pdp-orange);
  box-shadow: 0 0 0 4px rgba(255, 103, 0, .12);
}

.obp-pdp__availability-label,
.obp-pdp__availability-date {
  grid-column: 2;
}

.obp-pdp__availability-date {
  color: #7f3608;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.3;
}

.obp-pdp__price del {
  display: block;
  margin-bottom: 5px;
  color: var(--obp-pdp-muted);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.obp-pdp__preorder-card {
  display: grid;
  min-width: 0;
  margin: 16px 0 18px;
  padding: 17px 18px;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  color: var(--obp-pdp-teal-950);
  background: linear-gradient(135deg, #fff6ee 0%, #f8fbfa 100%);
  border: 1px solid #efc49f;
  border-left: 4px solid var(--obp-pdp-orange);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(16, 63, 60, .06);
}

.

/* Angebot nur heute: klarer, einspaltiger Banner */
.obp-pdp__preorder-card {
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  padding: 24px !important;
  text-align: center !important;
}
.obp-pdp__preorder-badge {
  display: flex !important;
  width: 100% !important;
  box-sizing: border-box !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 18px 20px !important;
  font-size: clamp(1.35rem, 2.6vw, 2rem) !important;
  line-height: 1.2 !important;
  background: #ff6700 !important;
  color: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 18px rgba(255, 103, 0, .20) !important;
}
.obp-pdp__preorder-copy {
  display: block !important;
  text-align: center !important;
}
.obp-pdp__preorder-copy strong {
  display: block !important;
  font-size: 1.15rem !important;
}
.obp-pdp__preorder-copy p {
  margin: 8px auto 0 !important;
  max-width: 46rem !important;
}
.obp-pdp__preorder-copy span {
  justify-content: center !important;
}
.obp-pdp__preorder-footnote {
  display: block !important;
  margin-top: 10px !important;
  text-align: center !important;
}

/* Angebotsbanner: beide Inhalte bewusst untereinander */
.obp-pdp__preorder-card > .obp-pdp__preorder-badge,
.obp-pdp__preorder-card > .obp-pdp__preorder-copy {
  grid-column: 1 !important;
    grid-row: auto !important;
      width: 100% !important;
        min-width: 0 !important;
        }
        
        .obp-pdp__preorder-badge #obp-countdown {
          display: block !important;
            margin-top: 8px !important;
              font-size: 1.18em !important;
                font-weight: 800 !important;
                }
                { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 900; line-height: 1.3; padding: 14px 20px; display: inline-flex; align-items: center;
  display: inline-flex;
  padding: 7px 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--obp-pdp-orange);
  border-radius: 999px;
  font-size: .61rem;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

.obp-pdp__preorder-copy {
  min-width: 0;
}

.obp-pdp__preorder-copy strong,
.obp-pdp__preorder-copy p,
.obp-pdp__preorder-copy span {
  display: block;
}

.obp-pdp__preorder-copy strong {
  font-size: .79rem;
  line-height: 1.35;
}

.obp-pdp__preorder-copy p {
  margin: 4px 0;
  color: var(--obp-pdp-muted);
  font-size: .67rem;
  line-height: 1.45;
}

.obp-pdp__preorder-copy span {
  color: var(--obp-pdp-teal-700);
  font-size: .61rem;
  font-weight: 700;
  line-height: 1.4;
}

.obp-pdp__demand-status {
  display: grid;
  min-width: 0;
  margin-top: 9px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.obp-pdp__demand-status span {
  min-width: 0;
  padding: 8px 9px;
  color: var(--obp-pdp-teal-950);
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(36, 131, 123, .18);
  border-radius: 9px;
  font-size: .57rem;
  font-weight: 600;
  line-height: 1.35;
}

.obp-pdp__demand-status b {
  display: block;
  margin-bottom: 2px;
  color: var(--obp-pdp-teal-700);
  font-size: .59rem;
  font-weight: 800;
}

.obp-pdp__preorder-footnote {
  display: block;
  margin-top: 8px;
  color: var(--obp-pdp-teal-700);
  font-size: .61rem;
  font-weight: 750;
  line-height: 1.4;
}

.obp-pdp__preorder-preview-hint {
  margin: 9px 0 0;
  padding: 10px 12px;
  color: var(--obp-pdp-teal-900);
  background: #edf8f7;
  border: 1px solid #c7e4e1;
  border-radius: 10px;
  font-size: .63rem;
  line-height: 1.4;
  text-align: center;
}

.obp-pdp__preorder-preview-hint[hidden] {
  display: none;
}

@media (max-width: 620px) {
  .obp-pdp__availability--preorder {
    white-space: normal;
    text-align: left;
  }

  .obp-pdp__preorder-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .obp-pdp__preorder-badge { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 900; line-height: 1.3; padding: 14px 20px; display: inline-flex; align-items: center;
    justify-self: start;
  }
}

@media (max-width: 420px) {
  .obp-pdp__demand-status {
    grid-template-columns: minmax(0, 1fr);
  }
}


@media screen and (max-width: 749px) {
  .obp-pdp__preorder-badge {
      display: block !important;
          padding: 16px 14px !important;
              font-size: 1.2rem !important;
                  line-height: 1.2 !important;
                    }
                      .obp-pdp__preorder-badge #obp-countdown {
                          display: block !important;
                              margin: 10px 0 0 !important;
                                  font-size: 2rem !important;
                                      line-height: 1 !important;
                                          letter-spacing: .04em !important;
                                            }
                                            }

                                            /* Angebots-Countdown: in jeder Bildschirmbreite klar untereinander */
                                            .obp-pdp__preorder-badge {
                                              display: block !important;
                                                text-align: center !important;
                                                  padding: 18px 20px !important;
                                                  }
                                                  .obp-pdp__preorder-badge #obp-countdown {
                                                    display: block !important;
                                                      margin: 10px 0 0 !important;
                                                        font-size: clamp(2rem, 5vw, 3rem) !important;
                                                          line-height: 1 !important;
                                                            letter-spacing: .04em !important;
                                                            }
                                                            