.img-reduce {
  border: none !important
}

.card__media img[data-lazy]:not([src]) {
  opacity: 0
}

.card__media img {
  border-radius: 8px !important
}

@media screen and (min-width: 1010px) {
  .card-pro, .card__media {
    width: 293px;
    height: 293px
  }

  .full-unstyled-link-2 {
    display: none
  }
}

@media screen and (min-width: 751px) and (max-width: 1009px) {
  .card__media {
    width: 100%;
    height: 100%
  }

  .full-unstyled-link-1 {
    display: none
  }
}

@media screen and (max-width: 750px) {
  .full-unstyled-link-1 {
    display: none
  }

  .card__media {
    width: 256px;
    height: 256px
  }

  .media {
    width: 100%
  }

  .price__container {
    position: relative;
    top: 3px
  }
}

.product-grid .card__media {
  width: 100%;
  height: 100%
}
 