.card__badge--new {
  position: absolute;
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  left: 0px;
  top: 0rem;
  background-color: #458eff;
  color: white;
  padding: 0.5rem 1.2rem;
  z-index: 1 !important;
}
.best-seller {
  background: #7ed957;
  text-transform: uppercase;
}
.restocked {
  background: #ff995a;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .card__badge--new {
    padding: 5px;
  }
}
.collection-24motions {
  .grid {
    display: flex;
    flex-wrap: wrap;
    .promo-image-column {
      max-width: calc(100%);
      height: 100%;
      @media (min-width: 750px) {
        max-width: calc(100% / 2);
      }
      .promo-image-wrapper {
        position: relative;
        height: 100%;
        .promo-image {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .promo-image-content {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 2rem;
          @media (min-width: 750px) {
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
          }
          .promo-image-content-inner {
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            @media (min-width: 750px) {
              padding: 2rem;
              align-items: flex-end;
              justify-content: flex-end;
            }
            row-gap: 1rem;
            .promo-image-heading {
              font-weight: 700;
              text-transform: capitalize;
              margin: unset;
            }
          }
        }
      }
    }
  }
}
