.product-page {
  position: relative; }
  .product-page-breadcrumbs {
    width: 90%;
    max-width: 1266px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3.428rem;
    padding: 14px 0; }
    .product-page-breadcrumbs ol {
      display: flex;
      gap: 0.6rem;
      list-style: none;
      padding: 0; }
      .product-page-breadcrumbs ol li {
        font-size: 14px;
        line-height: 1.5;
        font-size: 0.836rem;
        color: #4A4B4D; }
        .product-page-breadcrumbs ol li:not(:last-child):after {
          content: '\276F';
          display: inline-block;
          margin-left: 0.3rem; }
      .product-page-breadcrumbs ol a {
        display: inline-block;
        font-weight: 400; }
        .product-page-breadcrumbs ol a:not(:hover) {
          text-decoration-color: transparent;
          color: #4A4B4D; }
  .product-page > section:not(.product-page-section) {
    margin: clamp(3.571rem, 1.91rem + 4.845vw, 7.143rem) 0; }
  .product-page-section {
    margin: 0; }
    .product-page-section .inside {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
    .product-page-section-content {
      width: 100%; }
    .product-page-section-sidebar {
      width: 100%;
      display: flex;
      flex-direction: column; }
      .product-page-section-sidebar div[data-google-query-id] {
        max-width: max-content;
        margin: 0 auto 3.43rem; }
        .product-page-section-sidebar div[data-google-query-id]:before {
          content: 'Anzeige';
          display: block;
          margin-bottom: 0.35rem;
          font-size: 14px;
          line-height: 1.5;
          font-size: 0.836rem;
          color: #4A4B4D;
          text-align: left; }
    @media only screen and (min-width: 1280px) {
      .product-page-section .inside {
        width: 100%;
        margin: 0;
        max-width: none;
        padding-left: clamp(4.429rem, -20.005rem + 26.724vw, 8.857rem); }
      .product-page-section-content {
        width: calc(95% - 340px);
        margin-right: 5%; }
      .product-page-section-sidebar {
        width: 300px;
        position: sticky;
        top: calc(var(--header-height) - 2.5rem); } }
    @media only screen and (max-width: 1279.98px) {
      .product-page-section .inside {
        width: 90%;
        max-width: 1266px;
        margin: 0 auto; } }
  .product-page-hero {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4rem; }
    .product-page-hero-images {
      position: relative;
      width: 100%; }
      .product-page-hero-images .product-page-image-main-wrapper {
        width: 100%;
        aspect-ratio: 14/13;
        overflow: hidden; }
        .product-page-hero-images .product-page-image-main-wrapper div {
          width: 100%;
          height: 100%; }
          .product-page-hero-images .product-page-image-main-wrapper div.contextual {
            display: flex;
            justify-content: flex-end;
            align-items: flex-start; }
        .product-page-hero-images .product-page-image-main-wrapper picture {
          width: 100%;
          height: 100%;
          display: flex;
          background-color: #F7F7F9; }
        .product-page-hero-images .product-page-image-main-wrapper img {
          width: auto;
          max-height: 82%;
          margin: auto;
          max-width: 82%;
          box-shadow: 5px 9px 14px 0 rgba(0, 0, 0, 0.2); }
      @media only screen and (max-width: 720px) {
        .product-page-hero-images .product-slider .splide__track {
          max-width: 90%;
          margin: auto; } }
      .product-page-hero-images .product-slider .splide__slide {
        aspect-ratio: 14/13;
        overflow: hidden;
        cursor: pointer; }
        .product-page-hero-images .product-slider .splide__slide div {
          display: flex;
          justify-content: flex-end;
          align-items: flex-start;
          width: 100%;
          height: 100%; }
      .product-page-hero-images .product-slider picture {
        width: 100%;
        height: 100%;
        display: flex;
        background-color: #F7F7F9; }
        .product-page-hero-images .product-slider picture img {
          width: auto;
          max-height: 82%;
          margin: auto;
          max-width: 82%;
          box-shadow: 5px 9px 14px 0 rgba(0, 0, 0, 0.2); }
      .product-page-hero-images .product-slider.product-image-slider {
        margin-bottom: 1.428rem; }
      .product-page-hero-images .product-slider.product-thumbnail-slider li picture img {
        height: 86%;
        max-width: 86%;
        box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2); }
      .product-page-hero-images .product-slider.product-thumbnail-slider li.is-active {
        border: solid 1.3px rgba(0, 48, 91, 0.2); }
      @media only screen and (min-width: 720px) {
        .product-page-hero-images .product-slider .slider-controls .splide__arrow--prev {
          left: -8%; }
        .product-page-hero-images .product-slider .slider-controls .splide__arrow--next {
          right: -8%; } }
      .product-page-hero-images #product-lightbox-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: -999;
        opacity: 0;
        transition: opacity 0.4s ease; }
        .product-page-hero-images #product-lightbox-wrapper.lightbox-opened {
          z-index: 999;
          opacity: 1; }
          .product-page-hero-images #product-lightbox-wrapper.lightbox-opened #product-lightbox-slider .splide__slide img {
            display: inline-block; }
        .product-page-hero-images #product-lightbox-wrapper #product-lightbox-close {
          all: unset;
          margin: 14px 14px 14px auto;
          padding: 0.3rem;
          cursor: pointer; }
          .product-page-hero-images #product-lightbox-wrapper #product-lightbox-close:after {
            display: none; }
          .product-page-hero-images #product-lightbox-wrapper #product-lightbox-close:focus-visible {
            outline: 1px solid #FFFFFF; }
          .product-page-hero-images #product-lightbox-wrapper #product-lightbox-close svg {
            display: block;
            width: 100%;
            height: auto; }
            .product-page-hero-images #product-lightbox-wrapper #product-lightbox-close svg path {
              stroke: #FFFFFF; }
        .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider {
          width: 100%;
          height: 100%; }
          .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider .splide__track {
            width: 100%;
            height: 100%;
            margin-top: -1.43rem; }
          .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider .splide__slide {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider .splide__slide img {
              display: none;
              width: auto;
              height: auto;
              max-height: 90vh;
              max-width: 80vw; }
          .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider .slider-controls .splide__arrow {
            color: #FFFFFF; }
            .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider .slider-controls .splide__arrow--prev {
              left: 14px; }
            .product-page-hero-images #product-lightbox-wrapper #product-lightbox-slider .slider-controls .splide__arrow--next {
              right: 14px; }
    @media only screen and (min-width: 720px) {
      .product-page-hero-images {
        width: 51%; }
      .product-page-hero-info {
        width: 40%; } }
    .product-page-hero-author {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 0.7rem 1.428rem;
      margin-bottom: 1.1rem; }
      .product-page-hero-author picture {
        display: inline-block;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        overflow: hidden; }
        .product-page-hero-author picture img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .product-page-hero-author-name:not(:hover) {
        text-decoration-color: #000000; }
    .product-page-hero-subheadline {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      font-weight: 600;
      margin-bottom: 0.43rem; }
    .product-page-hero-title {
      font-size: clamp(1.571rem, 1.339rem + 0.678vw, 2.071rem);
      margin-bottom: 0.55rem; }
    .product-page-hero-teaser {
      margin-bottom: 2rem; }
    .product-page-hero-price {
      display: block;
      font-size: clamp(1.729rem, 1.376rem + 1.027vw, 2.486rem);
      font-weight: 700;
      margin-bottom: 0.3rem; }
    .product-page-hero-note {
      display: block;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      font-size: 0.836rem;
      font-weight: 700;
      color: #4A4B4D; }
      .product-page-hero-note a {
        display: inline-block; }
        .product-page-hero-note a:not(:hover) {
          color: inherit;
          text-decoration-color: #4A4B4D; }
    .product-page-hero-btn-cart {
      margin-block: 1.428rem 2.857rem; }
      .product-page-hero-btn-cart .form-actions {
        position: relative;
        display: flex; }
        .product-page-hero-btn-cart .form-actions:before {
          content: '';
          position: absolute;
          width: 1.142rem;
          height: 1.142rem;
          top: 50%;
          left: 2.285rem;
          translate: 0 -46%;
          background: url(../../../icons/icon-cart-white.svg) center/100% auto no-repeat;
          z-index: 5;
          pointer-events: none; }
        .product-page-hero-btn-cart .form-actions input {
          padding-left: 4.571rem;
          cursor: pointer; }
          .product-page-hero-btn-cart .form-actions input:after {
            display: none; }
        .product-page-hero-btn-cart .form-actions:has(input:hover):before {
          background: url(../../../icons/icon-cart-blue.svg) center/100% auto no-repeat; }
    .product-page-hero-desc {
      margin-bottom: 1.428rem; }
    .product-page-hero-btn-leseprobe {
      display: inline-block;
      position: relative;
      align-content: center;
      font-family: "Noto Sans", sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      padding: 1.072em 2.8em;
      color: #FFFFFF;
      background-color: #00305B;
      border: 1px solid #00305B;
      border-radius: 0;
      text-decoration: none;
      color: #000000;
      background-color: transparent;
      border-color: rgba(0, 48, 91, 0.2); }
      .product-page-hero-btn-leseprobe:after {
        content: '';
        display: inline-block;
        margin-left: 0.7em;
        width: 0.7em;
        height: 0.7em;
        transform: rotate(45deg);
        transform-origin: center;
        border-style: solid;
        border-color: #E94E24;
        border-width: 2px 2px 0 0; }
      .product-page-hero-btn-leseprobe:hover {
        color: #000000;
        background-color: transparent;
        border-color: rgba(0, 48, 91, 0.2); }
      .product-page-hero-btn-leseprobe:active {
        scale: 0.95; }
      .product-page-hero-btn-leseprobe:hover {
        color: #FFFFFF;
        background-color: #00305B;
        border-color: #00305B; }
      .product-page-hero-btn-leseprobe:disabled {
        opacity: 0.5;
        pointer-events: none; }
      .product-page-hero-btn-leseprobe:not(:last-of-type) {
        margin: 0 1em 1em 0; }
  .product-page-description {
    position: relative;
    margin: 4rem 0; }
    .product-page-description-abo {
      margin-block: 1rem 5rem; }
    .product-page-description-inner {
      position: relative;
      transition: max-height 0.4s linear; }
    .product-page-description-toggle {
      display: none; }
    .product-page-description.collapsed .product-page-description-inner {
      position: relative;
      max-height: 166px;
      overflow: hidden; }
    .product-page-description.collapsed .product-page-description-toggle {
      display: inline-block;
      position: relative;
      margin-top: 2.857rem;
      z-index: 4; }
    .product-page-description.collapsed:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      z-index: 3;
      transition: all 0.4s ease; }
    .product-page-description.expanded .product-page-description-inner {
      max-height: var(--product-description-height); }
    .product-page-description.expanded:after {
      opacity: 0;
      z-index: -3; }
  .product-page-details {
    position: relative;
    margin: 4rem 0; }
    .product-page-details .section-title {
      font-size: clamp(1.571rem, 1.339rem + 0.678vw, 2.071rem);
      margin-bottom: 1.6rem; }
    .product-page-details-content {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem; }
    .product-page-details-toggle {
      position: relative;
      margin-top: 2.15rem; }
    .product-page-details .product-page-detail {
      width: calc(50% - 2rem); }
      @media only screen and (min-width: 1080px) {
        .product-page-details .product-page-detail {
          width: calc(20% - 1.6rem); } }
      @media only screen and (min-width: 720px) and (max-width: 1079.98px) {
        .product-page-details .product-page-detail {
          width: calc(25% - 1.5rem); } }
      @media only screen and (min-width: 580px) and (max-width: 719.98px) {
        .product-page-details .product-page-detail {
          width: calc(33.333% - 1.4rem); } }
      .product-page-details .product-page-detail-label {
        display: block;
        margin-bottom: 0.3rem;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 700; }
      .product-page-details .product-page-detail-text ul, .product-page-details .product-page-detail-text ol {
        padding-left: 1.5em; }
      .product-page-details .product-page-detail-text ul, .product-page-details .product-page-detail-text ol, .product-page-details .product-page-detail-text p {
        margin-bottom: 0.5em; }
      .product-page-details .product-page-detail-text p, .product-page-details .product-page-detail-text li {
        font-size: 14px;
        line-height: 1.5; }
      .product-page-details .product-page-detail-text a {
        font-size: inherit; }
      .product-page-details .product-page-detail-text > *:last-child {
        margin-bottom: 0; }
      .product-page-details .product-page-detail.hidden {
        display: none; }
  .product-page .paragraphs-with-sidebar {
    margin: 0; }
    @media only screen and (min-width: 1280px) {
      .product-page .paragraphs-with-sidebar {
        padding-right: 0; }
        .product-page .paragraphs-with-sidebar-paragraphs {
          width: calc(95% - 340px);
          margin-right: 5%; } }
  .product-page .doz-content-grid.is-grid.no-background .doz-content-grid-wrapper {
    max-width: none; }

/*# sourceMappingURL=commerce-product.css.map */
