@media (min-width: 990px) {
  .card-product-animate-footer .card-floating-footer {
    box-shadow: none !important;
    padding: unset !important;
    padding-top: 10px !important;
  }
}

.product-tabs-component .tabs-component-content.video-trailer[aria-hidden=false] {
  display: flex;
  justify-content: center;

  video {
    width: 100%;
    height: 100%;
  }
}

tabs-component {
  .product-info-details-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 14px;

    @media only screen and (max-width: 1024px) {
      grid-template-columns: repeat(3, 1fr);
    }

    @media only screen and (max-width: 860px) {
      grid-template-columns: repeat(2, 1fr);  
    }

    @media only screen and (max-width: 560px) {
      grid-template-columns: repeat(1, 1fr);
    }

    li {
      flex-direction: column;
      background-color: #1f1f1f !important;

      .product-info-details-item-label {
        padding: unset;
        flex: unset;
        display: unset;
      }

      .product-info-details-item-value {
        margin: unset;
        text-align: left;
        max-width: unset;
        padding-top: 2px;
      }
    }
  }

  .product-info-details-item:nth-child(odd) {
    box-shadow: unset !important;
  }
}

.footer-blocks,
.footer-info-wrapper {
  border-top: 1px solid #1f1f1f !important;
}

product-card {
  .card-info-product-description {
    text-align: justify;
  }

  &:not(.card-product-media) .card-info-product-description {
    display: none;
  }
}

.card-info-product-meta {
  display: flex;
  flex-direction: column;
}

.section-map-main-wrap {
  --color-foreground-alt: black;
  --color-foreground: black;
  color: black;
}

label[for^=filter-Altersfreigabe] {
  align-items: center;

  svg {
    top: unset;
  }

  img {
    width: 50px;
  }
}