/* 🚧 WIP 🚧: BEM naming convention needs to be completed for these styles */
.cpap__plp-product.cpap__plp-product-part-finder {
  margin-top: 0;

  .product-content {
    .product-grid-container {
      .collection {
        .product-card-box-box {
          overflow: hidden;
          .left-rail {
            padding: 0;
            .product-img {
              max-width: 233px;
              height: 174px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0 auto 15px auto;

              div {
                width: 100%;
                height: 100%;
              }
              img {
                width: 100%;
                height: 100%;
                object-fit: contain;
              }
            }
          }
          @media (min-width: 1200px) {
            &:hover {
              .product-img {
                img {
                  animation: cpap-slide-up 7s linear infinite;
                }
              }
            }
          }
        }
      }
      .product-card-box {
        height: auto !important;
        .ldt-cp-product-grid-add-to-compare-container {
          display: none;
        }
      }
    }
    .grid-heading {
      h2 {
        flex: 1;
      }
    }
  }
}
