@media (min-width: 992px) {
    .cards_products-item:nth-child(1) {
      margin-bottom: 13rem;
      top: 5%;
    }
    .cards_products-item:nth-child(2) {
      margin-bottom: 9rem;
      top: 12.5%;
    }
    .cards_products-item:nth-child(3) {
      margin-bottom: 5rem;
      top: 20%;
    }
    .cards_products-item:nth-child(4) {
      margin-bottom: 0rem;
      top: 30%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .cards_products-wrap .cards_products-item {
      position: relative !important;
      top: auto !important;
      margin-bottom: 2rem !important;
      transform: none !important;
      opacity: 1 !important;
    }
    .cards_products-wrap .cards_products-item .gradient-cards {
      opacity: 0 !important;
    }
    .cards_products-wrap .cards_products-item:last-child {
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      background-color: var(--swatch--neutral-50);
    }
  }
  .cards_products-item.cc-active:last-child {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: var(--swatch--neutral-50);
  }

  .cards_products-item.cc-active:last-child .gradient-cards.cc-active {
    opacity: 0;
  }

  @media (min-width: 993px) and (min-height: 600px) and (max-height: 800px) {
    .cards_products-item {
      min-height: 37rem !important;
    }
    .cards_products-item .heading-style-h4 {
      font-size: 1.75rem !important;
    }
  }
  html:not(.wf-design-mode) [slot="list-item"]:empty {
    display: none;
  }