body[data-product-cards-slider] {
  .card .pdm-default-image {
    display: none;
  }
  .card .card__media {
    z-index: 2;
  }
  .card .card__media .media {
    display: none;
  }

  .card .card__slider,
  .card .card__slider .splide,
  .splide .splide__track,
  .splide .splide__list {
    max-height: 750px;
    height: 100%;
  }

  .splide .splide__list .splide__slide img {
    height: 100%;
  }

  .card .card__slider .splide__arrows {
    bottom: 8px;
    left: 0;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    .splide__arrow {
      position: static;
      width: 24px;
      height: 24px;
      background-color: #fff;
      opacity: 0.9;
      transform: none;
      svg {
        fill: #ff00c7;
      }
    }
  }

  .card .card__slider .card__slider-link-wrapper {
    display: block;
  }

  @media screen and (max-width: 768px) {
    .card .card__inner {
      transform: none !important;
    }
    .card .card__media {
      /* max-height: 360px; */
      height: 100%;
    }

    .card .card__slider-link-wrapper {
      height: 100%;
    }
  }

  @media screen and (min-width: 768px) {
    .card .card__media .media {
      display: block;
    }

    .card .card__slider {
      display: none;
    }
  }
}

body:not([data-product-cards-slider]) {
  .pdm-hover-image {
    display: none;
  }
  .card .card__slider {
    display: none;
  }
}
