.m-colleciton-product__product {
  .yotpo-widget-instance,
  .bundle-variants {
    display: none;
  }

  .card__inner {
    overflow: hidden;
  }

  .card__information {
    padding-top: 8px;
  }

  .card__heading a {
    color: #000;
    font-weight: 500;
    font-size: 20px;

    @media screen and (min-width: 768px) {
      font-size: 24px;
    }
  }

  .price {
    font-size: 18px;

    .price__regular {
      color: #5a6e6a;
    }

    .price__sale {
      .price-item--regular {
        color: #ff6038 !important;

        &::after {
          background-color: #ff6038;
        }
      }

      .price-item--sale {
        color: #5a6e6a !important;
      }
    }

    @media screen and (min-width: 768px) {
      font-size: 22px;
    }
  }

  .color-variants input[type="radio"] + label.color-swatch:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  pcard-variant > div {
    border: none !important;
    padding: 0 !important;
    margin-top: 8px !important;
  }

  .color-variants > a {
    font-size: 16px;
    color: #5a6e6a;
    display: flex;
    align-items: center;

    @media screen and (min-width: 768px) {
      font-size: 18px;
    }
  }

  .card__variant-wrapper {
    margin-top: 0 !important;
  }
}

.m-colleciton-product__collection {
  aspect-ratio: 1.52/1;
  max-height: 576px;
}

.m-colleciton-product__product--empty,
.m-colleciton-product__product-placeholder svg {
  width: 100%;
  height: 100%;
}


